creating a sip based trunk ip based authentication...
Posted: Fri Nov 10, 2006 12:31 am
Hi ,
I've created a sip trunk with user id and password.Now I want to change my provider which basically wants ip based authentication no in terms of user name and password.Any body please suggest how to do it.
regards
rudra
bellow the sip trunk configuration.
[username]
authuser=username
fromdomain=ipaddress
fromuser=username
host=ipaddress
insecure=very
nat=no
qualify=yes
secret=password
sendrpid=yes
type=peer
username=username@ipaddress
dial string
exten => _6.,1,AGI(call_log.agi,${EXTEN})
exten => _6.,2,Dial(SIP/username/${EXTEN:1},30,tTo)
exten => _6.,3,Hangup
I've created a sip trunk with user id and password.Now I want to change my provider which basically wants ip based authentication no in terms of user name and password.Any body please suggest how to do it.
regards
rudra
bellow the sip trunk configuration.
[username]
authuser=username
fromdomain=ipaddress
fromuser=username
host=ipaddress
insecure=very
nat=no
qualify=yes
secret=password
sendrpid=yes
type=peer
username=username@ipaddress
dial string
exten => _6.,1,AGI(call_log.agi,${EXTEN})
exten => _6.,2,Dial(SIP/username/${EXTEN:1},30,tTo)
exten => _6.,3,Hangup