search for: _0800

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

Did you mean: 0800
2004 Dec 14
2
Dial Plan Problems
Hi, I am having a few dial plan problems which I wondered if anyone would be able to help with. Firstly, I wanted to send 0800 calls through 1 sip provider and other 08xx calls through another. I have this: exten => _0800.,1,Dial(SIP/${EXTEN}@provider1,30) exten => _0800.,2,Congestion exten => _08.,1,Dial(SIP/${EXTEN}@provider2,30) exten => _08.,2,Congestion However, whichever way round I put these, 0800 calls still seem to go out of provider2. I fixed this as follows: exten => _08[1-9].,1,Di...
2004 Sep 29
0
Big zaphfc issues
...t;SIP/jamesdoherty-3c5f", "") in new stack == Spawn extension (default, 0800225598, 2) exited non-zero on 'SIP/jamesdoherty-3c5f' In my /etc/asterisk/extensions.conf I have TRUNK set to "Zap/g1" (without the quotes) and an extension like the following: exten => _0800.,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) exten => _0800.,2,Congestion My /etc/zaptel.conf looks like this: loadzone=nz defaultzone=nz span=1,1,3,ccs,ami bchan=1-2 dchan=3 and my /etc/asterisk/zapata.conf looks like this: [channels] language=en switchtype = euroisdn signalling = bri_cpe_ptmp p...
2006 Oct 16
1
Multiple 'routes' to extension in different contextes. How to influence search oder?
...ten => _0z.,1,Dial(SIP/someisp/${EXTEN}); exten => _0z.,n,Dial(Zap/g1/${EXTEN}); ; International Destinations exten => _00z.,1,Dial(SIP/someisp/${EXTEN}); exten => _00z.,n,Dial(Zap/g1/${EXTEN}); include => freedestinations; [freedestinations] ; Local Free Destionations exten => _0800.,1,Dial(Zap/g1/${EXTEN}); ; International Free Destionations exten => _0049.,1,Dial(SIP/FWD/*${EXTEN}:2); ------------------------------ Now I get into this situation. I would like to call a german Free Numer: 0049800xxxxxxx This is best matched in the context [freedestinations], and also th...
2005 Mar 20
0
rejected calls
...g special) ----------------------------extensions.conf------------------------------------------ [globals] [intern] exten => h,1,Hangup exten => t,1,Hangup exten => 1,1,Dial(SIP/1@1,30) exten => 2,1,Dial(SIP/2@2,30) exten => _0700.,1,Dial(SIP/${EXTEN}@out_sipgate,60,+) exten => _0800.,1,Dial(SIP/${EXTEN}@out_sipgate,60,+) exten => _0900.,1,Dial(SIP/${EXTEN}@out_sipgate,60,+) exten => _01.,1,Dial(SIP/${EXTEN}@out_sipgate,60,+) exten => _0N.,1,Dial(SIP/01149${EXTEN:1}@out_broadvoice,60,+) exten => _001.,1,Dial(SIP/${EXTEN:3}@out_broadvoice,60,+) exten => _00N.,1,D...