Hi all,
i’m new in Asterisk world. So, I have a simple question to do…
How can configure my Asterisk installation to accept sip register message?..At moment my UAC receive an unauthorized message where “Allow” field doesn not contain REGISTER value.
Can somebody help me please?
[553001]
type=friend ; Friends place calls and receive calls
context=default ; Context for incoming calls from this user
secret=friend
language=it ; Use German prompts for this user
host=dynamic ; This peer register with us
dtmfmode=inband ; Choices are inband, rfc2833, or info
defaultip=172.38.1.196 ; IP used until peer registers
username=u1 ; Username to use in INVITE until peer registers
canreinvite=yes
;
[553002]
type=friend ; Friends place calls and receive calls
context=default ; Context for incoming calls from this user
secret=friend
language=it ; Use German prompts for this user
host=dynamic ; This peer register with us
dtmfmode=inband ; Choices are inband, rfc2833, or info
defaultip=172.38.1.196 ; IP used until peer registers
canreinvite=yes
username=553002 ; Username to use in INVITE until peer registers
;