Displaying 1 result from an estimated 1 matches for "blafs".
Did you mean:
blafa
2010 Jun 17
1
applicationmap and ChannelRedirect
...all systems at all times?
I really can't be the first wanting to use ChannelRedirect to tranfer
calls during an ongoing call?
This is my test code:
features.conf:
[applicationmap]
internal-move => *,self/callee,Macro,internal-move
extensions.conf:
[internal-move-conference]
exten => blafs,1,Answer()
exten => blafs,n,MeetMe(424242,d1MFqAx)
exten => blafs,n,Hangup()
[internal-move-callback]
exten => blafs,1,Answer()
;exten =>
exten => blafs,n,Hangup()
[macro-internal-move]
exten => s,1,ChannelRedirect(${BRIDGEPEER},internal-move-conference,blafs,1)
exten => s,n,...