Displaying 2 results from an estimated 2 matches for "trunk_sip_2".
2010 May 03
0
Parking problem with outgoing calls
Hi everybody,
I have a problem using parking for outgoing call.
A is an local sip phone. A is using the local extension :
[local]
exten => _XXX.,1,Wait(0)
exten => _XXX.,n,Dial(SIP/${EXTEN:0}@trunk_sip_2,0,TK)
exten => _XXX.,n,Dial(DAHDI/4/${EXTEN:0},0,TK)
exten => _XXX.,n,Playback(callbox-thinkro-trunkDefautIndispo)
exten => _XXX.,n,Hangup()
exten => h,1,Hangup()
When A is calling an outside number, trunk_sip_2 is used.
Then A is parking the call. A can hear the parking number.
But af...
2009 Dec 27
0
Parking function problem ?
Hello,
i'm using the parking feature.
When the call is parked by A (number *15) , B is correctly parked, by
A did not hangup automatically.
Here are the dialplan
[local]
exten => _XXX.,1,Wait(0)
exten => _XXX.,n,Dial(SIP/${EXTEN:0}@trunk_sip_2,0,TK)
exten => _XXX.,n,Dial(DAHDI/4/${EXTEN:0},0,TK)
exten => _XXX.,n,Playback(callbox-thinkro-trunkDefautIndispo)
exten => _XXX.,n,Hangup()
exten => h,1,Hangup()
and the logs :
-- Executing [0383824377 at local:1] Wait("SIP/*15-0849ea88", "0")
in new stack...