asteriskami - Asterisk ami/agi - not able to answer call -


i have followed instructions in thread: asterisk ami - pickup call. however, still unable answer calls via ami. can make call extension, corresponding phone extension doesn't ring. can run ami command answer call, answer, there isn't actual response.

dialplan (testing extension 116):

exten => 116,1,agi(agi:async) 

any ideas doing wrong here?

use

exten => 116,1,answer exten => 116,2,agi(agi:async) 

or use answer action via ami.

http://www.voip-info.org/wiki/view/asterisk+manager+api

you need listen event, when see agi-async event issue answer on same channel. example can playback command answer.

very likly need start agi interface, more simpler understanding. not use agi:async, require understanding of asterisk internals.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -