Hi Everyone,
Previously I had Asterisk1.8 and I configured the sip.conf file as under
[general]
allowguest=yes
bindport=5060
bindadde=0.0.0.0
srvlookup=no
defaultexpiry=240
language=en
localnet=x.x.x.0/255.255.255.0
mohinterpret=default
disallow=all
allow=alaw
allow=ulaw
allow=g726
allow=lpc10
context=default
useragent=Asterisk
canreinvite=no
[1001001]
context=default
callerid=IPtel.EXTERN <1001001>
host=dynamic
secret=*******
user=1001001
type=friend
nat=no
call-limit=2
canreinvite=no
Now I am using Asterisk11 the latest version. I used the same configuration to sip.conf in Asterisk11 but it is not working. It looks like there are some modifications or changes into the sip.conf in new version of asterisk.
Could anyone can help me if there are some changes into the new version of Asterisk for sip.conf and extensions.conf?
Kind Regards,