Displaying 2 results from an estimated 2 matches for "callee_handler".
Did you mean:
call_handler
2013 Sep 27
0
Function CDR_PROP
...ROP(disable)
I am getting two records per call attempt, and I cannot figure out how
to go back to get only one record. So far I am using this technique,
but it changes nothing. My calls always involve a single caller a
single calee
exten => 100,1,NoOp()
same => n,Dial(SIP/bob,,b(default^callee_handler^1))
same => n,Hangup()
exten => callee_handler,1,NoOp()
same => n,Set(CDR_PROP(disable)=true)
same => n,Return()
Philip
2013 Jul 18
1
CEL custom variable in outbound channel
Hi,
I am using Asterisk 1.8 and trying to pack some custom data in a CEL HANGUP
event.
In a master (inbound) channel I can set the CHANENL(userfield) to pass
custom information to a CEL event. In the outbound channel created by
Dial() I can also possibly use a macro/gosub on answer and set the
CHANENL(userfield) from there.
The problem is how to set it in an outbound channel created by Queue()