Displaying 1 result from an estimated 1 matches for "reunion_ip".
2009 Feb 26
3
call-limit on a per destination basis
...N})
; 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
[mytrunk]
type=friend
host=$reunion_ip
trunk=yes
qualify=yes
context=route
# machine in reunion island
[mytrunk]
type=friend
host=$london_ip
trunk=yes
qualify=yes
context=route
I use version Asterisk 1.4.11, production environment currently doing 25,000
minutes / day (that means if i want to upgrade i need to do it on separate
servers...