search for: _91xxxxxxx

Displaying 3 results from an estimated 3 matches for "_91xxxxxxx".

Did you mean: 91xxxxxxx
2006 Dec 20
0
Re: Match a Numer - then continue with, dialplan
...l first, as matches 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...
2003 Nov 25
1
About sound modules in Asterisk. And call gnophone-asterisk-h323
...5036]/1 -- Hungup 'H323:25026' == Spawn extension (default, 913014647, 1) exited non-zero on 'IAX[marko@10.16.96.149:5036]/1' -- Hungup 'IAX[marko@10.16.96.149:5036]/1' Un the file extensions.conf I have an input for all te calls to go through the gatekeeper: exten => _91XXXXXXX,1,Dial,OH323/BYEXTENSION@80.98.105.178 I don't know if it is mandatory to define here the gatekeeper address (although I have already done in the oh323.conf), but in this same distribution list I read this configuration example (with this one, the call works, but nothing is heard): When th...
2006 Dec 20
3
Re: Match a Numer - then continue with, dialplan
...ill 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})}); >...