Displaying 1 result from an estimated 1 matches for "0865ff80".
Did you mean:
0195ff80
2010 Jul 15
0
Get channel name of originated channel
...terisk manager interface (http) for originating calls.
How can I get the name of the channel which is created by originate? I
want to use this channel for other manager commands like Atxfer,
Monitor, Hangup etc.
If I do action=originate, channel=SIP/200 then it creates a channel
like 'SIP/200-0865ff80' which I can see in the asterisk console using
"core show channels verbose". Now if I want to transfer this call I
have to use action=Atxfer, channel=SIP/200-0865ff80 for which I need
the channel name. Is there any way to get this channel name or set the
channel name during originate...