Displaying 1 result from an estimated 1 matches for "iaxcocomall1".
Did you mean:
iaxcocomall2
2005 Feb 12
1
iax.conf config and iax based clients
...= friend
host = dynamic
accountcode = iaxy
secret = 12345678
contex = from-iax
disallow = all
allow = ilbc
allow = gsm
auth = md5
trunk = no
qualify = no
extension.conf
[general]
static = yes
writeprotect = yes
[bogon-calls]
exten => _.,1,Congestion
[from-iax]
exten => 105,1,Dial(IAX2/IaxCocomall1@202.138.166.6,20)
;exten => 105,2,Voicemail(u2000)
;exten => 105,102,Voicemail(b2000)
exten => 105,103,Hangup
exten => 106,1,Dial(IAX2/IaxCocomall2@202.138.166.6,20)
;exten => 106,2,Voicemail(u2001)
;exten => 106,102,Voicemail(b2001)
exten => 106,103,Hangup
exten => 107,1,...