search for: trunkout

Displaying 4 results from an estimated 4 matches for "trunkout".

Did you mean: trunkint
2006 Dec 20
0
Re: Match a Numer - then continue with, dialplan
...from the first include ;will be used first. This allows you to make sure your internal ;extensions don't go out your trunks. [longdistance] ignorepat => 9; include => default; already included from local, but putting here for clarity include => local; exten => _91XXXXXXX,1,Macro(trunkout,${EXTEN}) ;Medium Distance exten => _91XXXXXXXXXX,1,Macro(trunkout,${EXTEN}) ;Long Distance Then, I have: [macro-trunkout] exten => s,1,Set(cname=${DB(showname/${CALLERIDNUM})}); exten => s,n,Set(cnum=${DB(shownum/${CALLERIDNUM})}); exten => s,n,GotoIf($["foo${cnum}" = &...
2006 Dec 20
3
Re: Match a Numer - then continue with, dialplan
...This allows you to make sure your internal > ;extensions don't go out your trunks. > > [longdistance] > ignorepat => 9; > include => default; already included from local, but putting here for > clarity > include => local; > > exten => _91XXXXXXX,1,Macro(trunkout,${EXTEN}) ;Medium Distance > exten => _91XXXXXXXXXX,1,Macro(trunkout,${EXTEN}) ;Long Distance > > Then, I have: > [macro-trunkout] > exten => s,1,Set(cname=${DB(showname/${CALLERIDNUM})}); > exten => s,n,Set(cnum=${DB(shownum/${CALLERIDNUM})}); > exten => s,n,...
2010 Sep 06
2
Macro when calling cellphone (GSM) + silence when connecting
...quot;${INPUT}"=="1"]?exit:hangup) exten => s,n(exit),NoOp(call accepted) exten => s,n,MacroExit() exten => s,n(hangup),Set(MACRO_RESULT=CONTINUE) exten => s,n,NoOp(macro_result in macro : ${MACRO_RESULT}) exten => s,n,MacroExit() The dialplan : exten => s,n,Dial(${TRUNKOUT}/${TEL},,M(press1)) So the calling party and the called party are only connected together when the called party presses "1" to accept the call. When playing the prompt "Press 1 to accept the call", the calling party here's a silence (ringtone stops). How can I have the...
2012 Mar 20
0
Outgoing trunk is restricted to g.729 but need ulaw
...phones though. For this extension the values are disallowed=all and allowed=g729;ulaw;alaw I did try to search here and Google but I am not sure what to use for a search string. I turned on debug to level 3 : -- Executing [s at macro-dialout:36] Dial("SIP/1234-00000039", "SIP/trunkout/1xxxxxxxxx,60,L(180000:20000)") in new stack [Mar 19 18:22:56] DEBUG[17418]: chan_sip.c:25057 sip_request_call: Asked to create a SIP channel with formats: 0x100 (g729) [Mar 19 18:22:56] DEBUG[17418]: chan_sip.c:7215 sip_alloc: Allocating new SIP dialog for 4870fab953c16a611b9248584748fe59 at...