Goautodial CE 2.0
VERSION: 2.4-309a
BUILD: 110430-1642
Let me give you guys little back ground what have i done.
I have changed the SIP port 5060 to 8891 in sip.conf. Now i am able to register my softphone outside the network on port 8891. I have tried making outbound calls and it is working perfectly. However, when try to get and incoming call, here is the CLI error that i recieve:
[Oct 6 14:33:25] NOTICE[2897]: chan_sip.c:15147 handle_request_invite: Call from '' to extension '7054811454' rejected because extension not found.
[Oct 6 14:33:27] NOTICE[2897]: chan_sip.c:15147 handle_request_invite: Call from '' to extension '7054811454' rejected because extension not found.
Also i have tried SIP DEBUG and here is the output that i am getting:
<------------->
[Oct 6 14:23:53] --- (15 headers 14 lines) ---
[Oct 6 14:23:53] Sending to 174.137.63.206 : 58685 (NAT)
[Oct 6 14:23:53] Using INVITE request as basis request - 2cded5fd0df0677f073fbb0558b2ad49@174.137.63.206
[Oct 6 14:23:53] Found no matching peer or user for '174.137.63.206:58685'
[Oct 6 14:23:53] Found RTP audio format 0
[Oct 6 14:23:53] Found RTP audio format 18
[Oct 6 14:23:53] Found RTP audio format 101
[Oct 6 14:23:53] Found audio description format PCMU for ID 0
[Oct 6 14:23:53] Found audio description format G729 for ID 18
[Oct 6 14:23:53] Found audio description format telephone-event for ID 101
[Oct 6 14:23:53] Capabilities: us - 0x6 (gsm|ulaw), peer - audio=0x104 (ulaw|g729)/video=0x0 (nothing), combined - 0x4 (ulaw)
[Oct 6 14:23:53] Non-codec capabilities (dtmf): us - 0x1 (telephone-event), peer - 0x1 (telephone-event), combined - 0x1 (telephone-event)
[Oct 6 14:23:53] Peer audio RTP is at port 174.137.63.206:10356
[Oct 6 14:23:53] Looking for 7054811454 in default (domain 173.248.228.98)
[Oct 6 14:23:53] LI>
<--- Reliably Transmitting (NAT) to 174.137.63.206:58685 --->
SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 174.137.63.206:5060;branch=z9hG4bK44ae0f48;received=174.137.63.206;rport=58685
From: "0000123456" <sip:0000123456@174.137.63.206>;tag=as40ca57b3
To: <sip:7054811454@173.248.228.97:8891>;tag=as2a44ee0b
Call-ID: 2cded5fd0df0677f073fbb0558b2ad49@174.137.63.206
CSeq: 102 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO
Supported: replaces
Content-Length: 0
<------------>
[Oct 6 14:23:53] NOTICE[2897]: chan_sip.c:15147 handle_request_invite: Call from '' to extension '7054811454' rejected because extension not found.
[Oct 6 14:23:53] Scheduling destruction of SIP dialog '2cded5fd0df0677f073fbb0558b2ad49@174.137.63.206' in 32000 ms (Method: INVITE)
[Oct 6 14:23:53] LI>
<--- SIP read from 174.137.63.206:58685 --->
ACK sip:7054811454@173.248.228.98:8891 SIP/2.0
Via: SIP/2.0/UDP 174.137.63.206:5060;branch=z9hG4bK44ae0f48;rport
From: "0000123456" <sip:0000123456@174.137.63.206>;tag=as40ca57b3
To: <sip:7054811454@173.248.228.97:8891>;tag=as2a44ee0b
Contact: <sip:0000123456@174.137.63.206:5060>
Call-ID: 2cded5fd0df0677f073fbb0558b2ad49@174.137.63.206
CSeq: 102 ACK
User-Agent: VoIPMS/SERAST
Max-Forwards: 70
Remote-Party-ID: "0000123456" <sip:0000123456@174.137.63.206>;privacy=off;screen=no
Content-Length: 0
<------------->
[Oct 6 14:23:53] --- (11 headers 0 lines) ---
[Oct 6 14:23:53] Really destroying SIP dialog '2cded5fd0df0677f073fbb0558b2ad49@174.137.63.206' Method: ACK
[Oct 6 14:23:54] LI>
<--- SIP read from 174.137.63.206:58685 --->
INVITE sip:7054811454@173.248.228.98:8891 SIP/2.0
Via: SIP/2.0/UDP 174.137.63.206:5060;branch=z9hG4bK09c08222;rport
From: "0000123456" <sip:0000123456@174.137.63.206>;tag=as78422186
To: <sip:7054811454@173.248.228.97:8891>
Contact: <sip:0000123456@174.137.63.206:5060>
Call-ID: 0e0e90a50e1cb680465297e8259b046a@174.137.63.206
CSeq: 102 INVITE
User-Agent: VoIPMS/SERAST
Max-Forwards: 70
Remote-Party-ID: "0000123456" <sip:0000123456@174.137.63.206>;privacy=off;screen=no
Date: Thu, 06 Oct 2011 18:23:54 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces
Content-Type: application/sdp
Content-Length: 289
v=0
o=root 4665 4665 IN IP4 174.137.63.206
s=session
c=IN IP4 174.137.63.206
t=0 0
m=audio 12868 RTP/AVP 0 18 101
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
<------------->
[Oct 6 14:23:54] --- (15 headers 14 lines) ---
[Oct 6 14:23:54] Sending to 174.137.63.206 : 58685 (NAT)
[Oct 6 14:23:54] Using INVITE request as basis request - 0e0e90a50e1cb680465297e8259b046a@174.137.63.206
[Oct 6 14:23:54] Found no matching peer or user for '174.137.63.206:58685'
[Oct 6 14:23:54] Found RTP audio format 0
[Oct 6 14:23:54] Found RTP audio format 18
[Oct 6 14:23:54] Found RTP audio format 101
[Oct 6 14:23:54] Found audio description format PCMU for ID 0
[Oct 6 14:23:54] Found audio description format G729 for ID 18
[Oct 6 14:23:54] Found audio description format telephone-event for ID 101
[Oct 6 14:23:54] Capabilities: us - 0x6 (gsm|ulaw), peer - audio=0x104 (ulaw|g729)/video=0x0 (nothing), combined - 0x4 (ulaw)
[Oct 6 14:23:54] Non-codec capabilities (dtmf): us - 0x1 (telephone-event), peer - 0x1 (telephone-event), combined - 0x1 (telephone-event)
[Oct 6 14:23:54] Peer audio RTP is at port 174.137.63.206:12868
[Oct 6 14:23:54] Looking for 7054811454 in default (domain 173.248.228.98)
[Oct 6 14:23:54] LI>
<--- Reliably Transmitting (NAT) to 174.137.63.206:58685 --->
SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 174.137.63.206:5060;branch=z9hG4bK09c08222;received=174.137.63.206;rport=58685
From: "0000123456" <sip:0000123456@174.137.63.206>;tag=as78422186
To: <sip:7054811454@173.248.228.97:8891>;tag=as07c123af
Call-ID: 0e0e90a50e1cb680465297e8259b046a@174.137.63.206
CSeq: 102 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO
Supported: replaces
Content-Length: 0
<------------>
[Oct 6 14:23:54] NOTICE[2897]: chan_sip.c:15147 handle_request_invite: Call from '' to extension '7054811454' rejected because extension not found.
[Oct 6 14:23:54] Scheduling destruction of SIP dialog '0e0e90a50e1cb680465297e8259b046a@174.137.63.206' in 32000 ms (Method: INVITE)
[Oct 6 14:23:54] LI>
<--- SIP read from 174.137.63.206:58685 --->
ACK sip:7054811454@173.248.228.98:8891 SIP/2.0
Via: SIP/2.0/UDP 174.137.63.206:5060;branch=z9hG4bK09c08222;rport
From: "0000123456" <sip:0000123456@174.137.63.206>;tag=as78422186
To: <sip:7054811454@173.248.228.97:8891>;tag=as07c123af
Contact: <sip:0000123456@174.137.63.206:5060>
Call-ID: 0e0e90a50e1cb680465297e8259b046a@174.137.63.206
CSeq: 102 ACK
User-Agent: VoIPMS/SERAST
Max-Forwards: 70
Remote-Party-ID: "0000123456" <sip:0000123456@174.137.63.206>;privacy=off;screen=no
Content-Length: 0
<------------->
[Oct 6 14:23:54] --- (11 headers 0 lines) ---
[Oct 6 14:23:54] Really destroying SIP dialog '0e0e90a50e1cb680465297e8259b046a@174.137.63.206' Method: ACK
[Oct 6 14:23:56] LI>
<--- SIP read from 174.137.63.206:58685 --->
INVITE sip:7054811454@173.248.228.98:8891 SIP/2.0
Via: SIP/2.0/UDP 174.137.63.206:5060;branch=z9hG4bK0847188d;rport
From: "0000123456" <sip:0000123456@174.137.63.206>;tag=as7a116067
To: <sip:7054811454@173.248.228.97:8891>
Contact: <sip:0000123456@174.137.63.206:5060>
Call-ID: 08896128692f6ead261ecf067efed18a@174.137.63.206
CSeq: 102 INVITE
User-Agent: VoIPMS/SERAST
Max-Forwards: 70
Remote-Party-ID: "0000123456" <sip:0000123456@174.137.63.206>;privacy=off;screen=no
Date: Thu, 06 Oct 2011 18:23:56 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces
Content-Type: application/sdp
Content-Length: 289
v=0
o=root 4665 4665 IN IP4 174.137.63.206
s=session
c=IN IP4 174.137.63.206
t=0 0
m=audio 17576 RTP/AVP 0 18 101
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
<------------->
[Oct 6 14:23:56] --- (15 headers 14 lines) ---
[Oct 6 14:23:56] Sending to 174.137.63.206 : 58685 (NAT)
[Oct 6 14:23:56] Using INVITE request as basis request - 08896128692f6ead261ecf067efed18a@174.137.63.206
[Oct 6 14:23:56] Found no matching peer or user for '174.137.63.206:58685'
[Oct 6 14:23:56] Found RTP audio format 0
[Oct 6 14:23:56] Found RTP audio format 18
[Oct 6 14:23:56] Found RTP audio format 101
[Oct 6 14:23:56] Found audio description format PCMU for ID 0
[Oct 6 14:23:56] Found audio description format G729 for ID 18
[Oct 6 14:23:56] Found audio description format telephone-event for ID 101
[Oct 6 14:23:56] Capabilities: us - 0x6 (gsm|ulaw), peer - audio=0x104 (ulaw|g729)/video=0x0 (nothing), combined - 0x4 (ulaw)
[Oct 6 14:23:56] Non-codec capabilities (dtmf): us - 0x1 (telephone-event), peer - 0x1 (telephone-event), combined - 0x1 (telephone-event)
[Oct 6 14:23:56] Peer audio RTP is at port 174.137.63.206:17576
[Oct 6 14:23:56] Looking for 7054811454 in default (domain 173.248.228.98)
[Oct 6 14:23:56] LI>
<--- Reliably Transmitting (NAT) to 174.137.63.206:58685 --->
SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 174.137.63.206:5060;branch=z9hG4bK0847188d;received=174.137.63.206;rport=58685
From: "0000123456" <sip:0000123456@174.137.63.206>;tag=as7a116067
To: <sip:7054811454@173.248.228.97:8891>;tag=as4cdb558f
Call-ID: 08896128692f6ead261ecf067efed18a@174.137.63.206
CSeq: 102 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO
Supported: replaces
Content-Length: 0
<------------>
[Oct 6 14:23:56] NOTICE[2897]: chan_sip.c:15147 handle_request_invite: Call from '' to extension '7054811454' rejected because extension not found.
[Oct 6 14:23:56] Scheduling destruction of SIP dialog '08896128692f6ead261ecf067efed18a@174.137.63.206' in 32000 ms (Method: INVITE)
[Oct 6 14:23:56] LI>
<--- SIP read from 174.137.63.206:58685 --->
ACK sip:7054811454@173.248.228.98:8891 SIP/2.0
Via: SIP/2.0/UDP 174.137.63.206:5060;branch=z9hG4bK0847188d;rport
From: "0000123456" <sip:0000123456@174.137.63.206>;tag=as7a116067
To: <sip:7054811454@173.248.228.97:8891>;tag=as4cdb558f
Contact: <sip:0000123456@174.137.63.206:5060>
Call-ID: 08896128692f6ead261ecf067efed18a@174.137.63.206
CSeq: 102 ACK
User-Agent: VoIPMS/SERAST
Max-Forwards: 70
Remote-Party-ID: "0000123456" <sip:0000123456@174.137.63.206>;privacy=off;screen=no
Content-Length: 0
<------------->
[Oct 6 14:23:56] --- (11 headers 0 lines) ---
[Oct 6 14:23:56] Really destroying SIP dialog '08896128692f6ead261ecf067efed18a@174.137.63.206' Method: ACK
[Oct 6 14:23:58] LI>
<--- SIP read from 202.166.168.19:4069 --->
I have read alot of posts, and i am unable to figure out why am i not able to recieve calls. Please anyone help me with this problem.
I appreciate all your help
Thanks