[Asterisk-Users] SIP Regiter config question
Kurt
kurtwp at yahoo.com
Fri Jul 9 05:46:48 MST 2004
Folks,
I been trying to understand how one would register * to a SIP provider
that only gives you an Account number, PIN, and phone number. I
reviewed some examples on Wiki but those show examples of SIP provides
using username and passwords.
I did the following under the [general]:
Register = 17135551212 at 192.168.0.1/17135551212
The above line will send a register message to the SIP proxy but it
returns a 403 Bad Account/PIN.
I also tried various different register = lines using the accounts and
pin as user and secret to no avail.
My [contexts], under sip.conf, looks as follows:
[general]
port = 5060 ; Port to bind to
bindaddr = 0.0.0.0 ; Address to bind SIP channel to
context = voice-mail ; Default context for incoming calls
dtmfmode=rfc2833
register=17135551212 at 192.168.0.1/17135551212
[17135551212]
type=peer
context=voiceline
dtmfmode=rfc2833
;secret=1000
;username=123456789012
host=dynamic
defaultip=192.168.0.1
;accountcode=123456789012
Any suggestion?
Kurt
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
More information about the asterisk-users
mailing list