On Tue, 21 Dec 2004 11:44:15 -0000
"Paul Brock" <[EMAIL PROTECTED]> 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/[EMAIL PROTECTED]/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
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to