search for: resumemonitor

Displaying 1 result from an estimated 1 matches for "resumemonitor".

2009 May 11
1
PauseMonitor() Hanging Up Call
...rding. I'm using Asterisk 1.4.22.1. Here's the scenario: The caller (SIP or ISDN, doesn't matter) dials into the asterisk which executes the following code: exten => _X.,1,Monitor(wav,${CALLDIR}${UNIQUEID},mb) exten => _X.,n,Set(__DYNAMIC_FEATURES=in-pauseMonitor#in-resumeMonitor) exten => _X.,n,Dial(SIP/myphone,300,tTo) My [applicationmap] in features.conf is setup as follows: in-pauseMonitor => *7,self/callee,Macro,pause-record in-resumeMonitor => *9,self/callee,Macro,resume-record I also have the following contexts setup in extensions.conf:...