[asterisk-users] Re: asterisk-users Digest, Vol 24, Issue 116
J Rangi
jprangi at aleks.com
Thu Jul 20 12:30:01 MST 2006
Hello,
I have installed Asterisk, and configured the phone. I can hear the dial
tone,
But When I try to make a call I hear the message that
"That number is not in speed dial, Please try again".
Can any please suggest what I am missing.
Below are my very basic configurations..
[root at asterisk1 asterisk]# cat sip.conf
[general]
context = from-internal
port = 5060 ; Port to bind to (SIP is 5060)
bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
disallow=all
allow=ulaw
allow=alaw
callerid = Unknown
tos=0x68
#include sip_nat.conf
#include sip_custom.conf
#include sip_additional.conf
[root at asterisk1 asterisk]#
[root at asterisk1 asterisk]# cat sip_additional.conf
[301]
username=301
type=friend
record_out=Adhoc
record_in=Adhoc
qualify=no
port=5060
nat=never
mailbox=301 at device
host=dynamic
dtmfmode=rfc2833
disallow=no
context=from-internal
canreinvite=no
callerid=Jai <301>
allow=yes
[302]
username=302
type=friend
record_out=Adhoc
record_in=Adhoc
qualify=no
port=5060
nat=never
mailbox=302 at device
host=dynamic
dtmfmode=rfc2833
disallow=no
context=from-internal
canreinvite=no
callerid=302 <302>
allow=yes
Thank you for you help..
-Jai
More information about the asterisk-users
mailing list