Displaying 1 result from an estimated 1 matches for "goodprovider".
2011 Jul 29
0
Asterisk SIP authentication against [section] instead of username
...e. This is really bad because if
multiple provider are giving me the same username, it doesn't work.
If I put the following data in sip.conf, it doesn't work. Asterisk return
the following error:
[2011-07-29 04:55:30] WARNING[9971]: chan_sip.c:13205 check_auth: username
mismatch, have <GoodProvider>, digest has <myusername>
[GoodProvider]
username=myusername
auth=myusername
defaultuser=myusername
secret=verydifficultpass
type=friend
host=pbx.goodprovider.com
canreinvite=No
dtmfmode=rfc2833
context=from-outside
accountcode=GoodProvider
disallow=all
allow=ulaw
If I put the following...