search for: _0262xxxxxx

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

2009 Feb 27
0
[HOWTO] Priorize one destination over another on a link
...ot want this traffic to affect your retail service. IMPLEMENTATION ============== This is the implementation on my production server, seems to work well, feel free to modify to suit up your needs. ; Reunion Proper : use a conditional statement to dynamically limit number of channels exten => _0262XXXXXX,1,Set(GROUP()=Reunion) exten => _0262XXXXXX,n,NoOp(This channel is member of group: ${GROUP()}) exten => _0262XXXXXX,n,NoOp(Number of channels is ${GROUP_COUNT(Reunion)}) exten => _0262XXXXXX,n,GotoIf($[${GROUP_COUNT(Reunion)}>26]?500) exten => _0262XXXXXX,n,Dial(IAX2/dedibox-etang-s...
2009 Feb 26
3
call-limit on a per destination basis
...2 trunking between London POP & Reunion Island pop. I would like to know if it's possible to do a kind of call-limit (i.e. restrict to XX) channels but on a per dialcode and / or destination basis. For example: [trunk] ; reunion proper, i want to send no more than 24 channels exten => _0262XXXXXX,1,Dial(IAX2/mytrunk/${EXTEN}) ; reunion mobile, i want to send no more than 12 channels exten => _0692XXXXXX,1,Dial(IAX2/mytrunk/${EXTEN}) exten => _0693XXXXXX,1,Dial(IAX2/mytrunk/${EXTEN}) How would you go about it? Currently my IAX2 peer definition looks like this: # machine in london [...
2004 Dec 01
0
VoIP Dialout issues
Hi List, I have set up the following in my extensions.conf ; local numbers look like 0262XXXXXX ; but must be dialed 262 262XXXXXX exten => _0262XXXXXX,1,Dial,IAX2/543@voipjet/011262262${EXTEN:4} exten => _0262XXXXXX,2,Dial,IAX2/jhiver@NuFone/011262262${EXTEN:4} exten => _0262XXXXXX,3,Congestion It did work for a while, however when dialing I get: stargate*CLI> -- Executing Dial("SIP/2000-a939", "IAX2/543@voipjet/01...