Displaying 2 results from an estimated 2 matches for "__goto_on_blindxfr".
2015 Dec 22
2
asterisk 13 n-way call problem
...OOH323/7272-6385",
"6052,1pdMXq") in new stack
-- Created MeetMe conference 1023 for conference '6052'
== Spawn extension (sipphones, 7272, 3) exited non-zero on
'SIP/6052-00000ab6<ZOMBIE>'
As you can see both channels are passed to macro defined in
|__GOTO_ON_BLINDXFR=fromtransfer and everything works as expected. But I
have problem I know that macros are deprecated, but, problem here is
that in asterisk 13 |||GOTO_ON_BLINDXFR| is executed only for one channel: |
-- Started music on hold, class 'default', on channel
'DAHDI/i1/6000-436'...
2011 Apr 12
0
Features.conf - Blind Transfer
Hi guys,
I'm trying to get blind transfer to work and automatically transfer call
to another number on key sequence press.
Extensions.conf_snippet
[from-pstn]
exten => _0399377744,1,Set(__DYNAMIC_FEATURES=blindxfer)
exten => _0399377744,n,Set(__GOTO_ON_BLINDXFR=to-pstn ^0388924326^1)
exten => _0399377744,n,dial(SIP/0399377704 at c5400-02,T)
[to-pstn]
Exten => _XXX.,1,dial(sip/0388924326@ c5400-01)
Features.conf_snippet
[featuremap]
blindxfer => #1
on #1 all I get is silence, and debug shows call going to 'i'
ast ver 1.4....