Hello List ;)
I'm quite amazed by the features, asterisk offers but as I'm quite new to this stuff, I've got a few questions.
First of all the relevant part of my sip.conf:
------------ cut ---- sip.conf ------------------
[general]
port = 5060 ; Port to bind to
bindaddr = 0.0.0.0 ; Address to bind to
srvlookup=yes
nat=yes
localnet=192.168.11.0/255.255.255.0
externip=<myexternaldyndnsname>
realm=<myrealm>
context = from-sip ; Default for incoming calls
insecure=very
tos=0x18
dtmfmode=info
disallow=all
allow=gsm
allow=alaw
allow=ulaw
register => <mysipid>:<mysippass>@sip.web.de/<mysipid>
[webde]
type=friend
username=<mysipid>
secret=<mysippass>
host=sip.web.de
fromuser=<mysipid>
fromdomain=sip.web.de
nat=no
canreinvite=no
insecure=very
qualify=400
dtmfmode=info
------------ cut ---- sip.conf ------------------
My questions on this are:
a) why is SIP registration failing?
b) how is mapping between "register=>" and [webde] done?
many thanks.
_______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users