[Asterisk-Users] Newbie using X-Lite: Erro message: call failed: 404 not found.
miguel at amplanet.com.br
miguel at amplanet.com.br
Tue Nov 25 13:58:34 MST 2003
Hi,
I'm a french newbie and I installed asterisk 2 days ago.
I've two computers with X-Lite installed.
If I want to call any computer from any other I receive the message: call
failed: 404 not found.
Here a copy of my extension.conf and sip.conf.
Thanks for your help.
Miguel
Extension.conf
[general]
static=yes
writeprotect=yes
[bogon-calls]
exten => s,1,Congestion
[from-sip]
exten => 2000,1,Dial(SIP/2000,5)
exten => 2000,2,Voicemail(u2000)
exten => 2000,102,Voicemail(b2000)
exten => 2000,103,Hangup
exten => 2001,1,Dial(SIP/2001,20)
exten => 2001,2,Voicemail(u2001)
exten => 2001,102,Voicemail(b2001)
exten => 2001,103,Hangup
exten => 2999,1,VoicemailMain(${CALLERIDNUM})
-----------------------------
sip.conf
[general]
port = 5060
bindaddr = 0.0.0.0
context = bogon-calls
[2000]
type=friend
username=2000
secret=2000
host=dynamic
context=from-sip
mailbox=2000
defaultip=192.168.199.151
[2001]
type=friend
username=2001
secret=2001
host=dynamic
context=from-sip
mailbox=2001
defaultip=192.168.199.152
More information about the asterisk-users
mailing list