[Asterisk-Users] Troubleshooting Asterisk
Michael Løjtnant
ml at zyxel.dk
Tue Dec 21 05:29:26 MST 2004
On Tue, 21 Dec 2004 11:44:15 -0000
"Paul Brock" <Paul at westcomuk.com> wrote:
> Looking for 01934830055 in from-sip
> Reliably Transmitting (no NAT):
> SIP/2.0 404 Not Found
That actually tells why it doesn't work. :-) It can't find anything in [from-sip] that matches the number you are trying to call.
You shouldn't put nat=yes in your sip.conf - * can see the Cisco's directly, so no need to do that.
It seems you haven't included the [voiptalk] context in the [from-sip] context.
Your extension.conf should look something like this:
[2001]
exten => dial(...)
[2001]
exten => dial(...)
[voiptalk]
exten => _0[1-9].,1,Dial(IAX2/USERID at voiptalk/44${EXTEN:1})
[from-sip]
include => 2001
include => 2002
include => voiptalk
Context's are not mixed between sip.conf, iax.conf and extension.conf.
You don't need the [voiptalk] in your iax.conf to create a IAX call to another *.
The [voiptalk] in iax.conf is used when the remote * tries to connect to you.
--
Med venlig hilsen / Best regards
Michael Løjtnant - Systems Engineer
ZyXEL Communications A/S
Columbusvej 5 - 2860 Søborg
Tel (+45) 3955 0700 - Fax (+45) 3955 0707
More information about the asterisk-users
mailing list