search for: salesivr

Displaying 2 results from an estimated 2 matches for "salesivr".

2007 Jun 16
2
MixMonitor Problem
...> s,1,MixMonitor(${CALLERID(num)}_${TIMESTAMP}.gsm,b) exten => s,2,Dial(SIP/101,13) exten => s,3,StopMonitor() exten => s,4,NoOp(Dial Status: ${DIALSTATUS}) exten => s,5,Goto(sss-${DIALSTATUS},1) exten => sss-NOANSWER,1,VoiceMail(777 at salesvoice) exten => sss-NOANSWER,2,Goto(salesivr,s,4) As evident from the dialplan I only want to record the call when Dial(SIP/101,13) is successful. After that I disable recording by issuing the StopMonitor command. Now the problem is that when the status of dial is NOANSWER the voicemail recording is also recorded and saved. It is only after...
2007 May 02
2
delay in switching between contexts
Hi, I am facing this issue, where I get a delay of aroud five seconds when switching between contexts (through extension.conf) . This is how my extensions looks like. [salesivr] exten => _X.,1,NoOp(Incoming call from user ${EXTEN} and caller id ${CALLERID}) exten => _X.,2,Playback(emptyy) exten => _X.,3,Background(Main_Sales) exten => _X.,4,WaitExten(2) exten => _X.,5,Goto(_X.,3) exten => 0,1,Goto(SalesRep,s,1) exten => 1,1,Goto(Inquiry,s,1) exten =&...