Hello,
I need to make DID numbers work, and I can't seem to figure it out:
Here's what I get from a SIP debug from the Asterisk console:
Sip read:
CANCEL sip:[EMAIL PROTECTED]:5060 SIP/2.0
Via: SIP/2.0/UDP 10.248.10.110:5060;x-route-tag="[EMAIL PROTECTED]"
From: <sip:[EMAIL PROTECTED]>;tag=34C385A4-20B7
To: <sip:[EMAIL PROTECTED]>
Date: Fri, 15 Oct 2004 21:16:51 GMT
Call-ID: [EMAIL PROTECTED]
CSeq: 101 CANCEL
Max-Forwards: 5
Timestamp: 1097875013
Content-Length: 0
10 headers, 0 lines
Sending to 216.52.166.110 : 5060 (non-NAT)
Transmitting (no NAT):
SIP/2.0 481 Call Leg Does Not Exist
Via: SIP/2.0/UDP 10.248.10.110:5060;x-route-tag="cid:[EMAIL PROTECTED]"
From: <sip:[EMAIL PROTECTED]>;tag=34C385A4-20B7
To: <sip:[EMAIL PROTECTED]>;tag=as35ed49d2
Call-ID: [EMAIL PROTECTED]
CSeq: 101 CANCEL
User-Agent: Asterisk
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact:
Content-Length: 0
to 10.248.10.110:5060 Destroying call '[EMAIL PROTECTED]'
Then on sip.conf:
[18005550000] type=friend username=18005550000 secret=18005550000 host=dynamic qualify=2000 dtmfmode=rfc2833 [EMAIL PROTECTED] context=from-sip canreinvite=no incominglimit=2 callerid=Test SIPUA <18005550000> nat=no disallow=all allow=ulaw allow=alaw
[INCOMING] type=user host=10.248.10.110 dtmfmode=rfc2833 canreinvite=no nat=no qualify=yes disallow=all allow=g729 allow=ulaw allow=alaw
On extensions.cfg:
[from-sip] exten => 18005550000,1,Macro(stdexten,18005550000,SIP/18005550000)
That's all the significant config. I have more extensions, and they all can call one another, and make outgoing calls, but the calls fail without any indication.
Thanks
_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
