search for: end_call

Displaying 3 results from an estimated 3 matches for "end_call".

Did you mean: ind_call
2005 Jan 21
0
Help DIALSTATUS gives ANSWER when line is BUSY?
...ALSTATUS},1) exten =s-CANCEL,1,NoOp(Cancell) exten =s-ANSWER,1,NoOp(Test Were In) exten =s-ANSWER,2,Goto(h,1) exten =s-NOANSWER,1,NoOp(NOANSWER) exten =s-BUSY,1,NoOp(BUSY) exten =s-CONGESTION,1,NoOp(CONGESTION) exten =s-CHANUNAVAIL,1,NoOp(CHANUNAVAIL) ; When DAQE Dialer Hangs Up exten =h,1,DeadAGI(end_call.php) exten =h,2,NoOp(Hang Up Dail Status ${DIALSTATUS}) Let me explain the problem. When using the Originate? command from the manager api, the dialstatus variable returns results? for whichever phone picks up first, and in this case it is the IAX/2? connection. It doesn't matter if Zap/G2/XXX...
2008 Feb 04
1
one CDR instead of multiple CDR
Hi, In my application I jump to different extensions For example: [begin] exten => s,1,Goto(starts,s,1) [start] exten => s,1,Play(welkom) ..... exten => h,1,Goto(end,s,1) [end] exten => s,1,Macro(end_call) exten => s,n, Hangup When I look at my CDR record I see three different CDR's in my record. Is there a way to use one CDR on every call, and not multiple CDR on every call? Kind Regards, -------------- next part -------------- An HTML attachment was scrubbed... URL: h...
2005 Jan 21
0
Manager API on gives the DIALSTATUS of the first picked up channel?
...ALSTATUS},1) exten =s-CANCEL,1,NoOp(Cancell) exten =s-ANSWER,1,NoOp(Test Were In) exten =s-ANSWER,2,Goto(h,1) exten =s-NOANSWER,1,NoOp(NOANSWER) exten =s-BUSY,1,NoOp(BUSY) exten =s-CONGESTION,1,NoOp(CONGESTION) exten =s-CHANUNAVAIL,1,NoOp(CHANUNAVAIL) ; When DAQE Dialer Hangs Up exten =h,1,DeadAGI(end_call.php) exten =h,2,NoOp(Hang Up Dail Status ${DIALSTATUS}) Is there any patches in the latest CVS-HEAD? Also do you know if having a PRI and getting the HANGUPCAUSE might solve the problem? Thanking you in advance, Jeremy