[Asterisk-Users] Connecting Sip phone to asterisk.
joosfamily at speakeasy.net
joosfamily at speakeasy.net
Fri Jan 7 21:34:13 MST 2005
I am having a major dillema here, I have been trying to get my sip phone (hard phone) to communicate with the asterisk server. Below is my configuration:
sip.conf
[1201]
type=friend
username=1201
secret=<password>
mailbox=1201
host=dynamic
[1202]
type=friend
username=1202
secret=<password>
mailbox=1202
host=dynamic
extensions.conf
exten => 1201,1,Dial(SIP/1201,9,rt)
exten => 1201,n,Voicemail(u1201)
exten => 1201,s+1,Hangup
exten => 1202,1,Dial(SIP/1202,9,rt)
exten => 1202,n,Voicemail(u1202)
exten => 1202,s+1,Hangup
Anyone have any ideas on if there is something that is missing? Also, the model of the phone is KE1020A
More information about the asterisk-users
mailing list