i have this 908e connected to the PBX on the T1 port and the ETH01 to my sip lines
i can to outgoing calls but incoming doesn't work
this is my config can anyone point me whats wrong
!
!
! ADTRAN, Inc. OS version R13.2.0.E
! Boot ROM version 14.05.00.SA
! Platform: Total Access 908e (2nd Gen), part number 4242908L1
! Serial number CFG0957834
!
!
hostname "TA908e"
enable password XXXXX
!
!
clock timezone -5-Eastern-Time
!
ip subnet-zero
ip classless
ip default-gateway 192.168.2.1
ip routing
ipv6 unicast-routing
!
!
name-server 8.8.8.8 192.168.2.249
!
!
no auto-config
!
event-history on
no logging forwarding
no logging email
!
no service password-encryption
!
username "admin" password ""
!
!
no ip firewall alg msn
no ip firewall alg mszone
no ip firewall alg h323
!
!
!
!
!
!
!
!
no dot11ap access-point-control
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface eth 0/1
ip address 192.168.2.60 255.255.255.0
no awcp
no shutdown
media-gateway ip primary
!
!
interface eth 0/2
no ip address
no awcp
no shutdown
!
!
!
!
interface t1 0/1
description PRI to PBX 2
tdm-group 2 timeslots 1-24 speed 64
no shutdown
!
interface t1 0/2
no shutdown
!
interface t1 0/3
no shutdown
!
interface t1 0/4
tdm-group 1 timeslots 1-24 speed 64
no shutdown
!
!
interface pri 1
description pri 1
isdn name-delivery setup
connect t1 0/4 tdm-group 1
no shutdown
!
!
interface fxs 0/1
no shutdown
!
interface fxs 0/2
no shutdown
!
interface fxs 0/3
no shutdown
!
interface fxs 0/4
no shutdown
!
interface fxs 0/5
no shutdown
!
interface fxs 0/6
no shutdown
!
interface fxs 0/7
no shutdown
!
interface fxs 0/8
no shutdown
!
!
interface fxo 0/0
no shutdown
!
!
isdn-group 1
connect pri 1
!
!
!
!
!
!
!
!
!
!
!
ssh-server 223
no tftp server
no tftp server overwrite
http server 82
http secure-server 445
no snmp agent
no ip ftp server
no ip scp server
no ip sntp server
!
!
!
!
!
!
!
!
sip
sip udp 5060
no sip tcp
!
!
!
voice feature-mode network
voice forward-mode network
!
!
!
!
!
!
!
!
voice dial-plan 1 local NXX-XXX-XXXX
voice dial-plan 2 long-distance 1-NXX-XXX-XXXX
voice dial-plan 3 toll-free MXXX
!
!
!
!
!
!
voice trunk T01 type sip
sip-server primary sip.phone.cloud
registrar primary sip.phone.cloud
outbound-proxy primary sip.phone.cloud
dial-string source to
register visnitz18 auth-name "v18" password "xxxx"
authentication username "v18@sip.phone.cloud" password "xxxxx"
!
voice trunk T02 type isdn
resource-selection circular descending
connect isdn-group 1
no early-cut-through
t38
rtp delay-mode adaptive
!
!
voice grouped-trunk PRI
trunk T02
accept $ cost 0
!
!
voice grouped-trunk SIP
trunk T01
accept $ cost 0
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
line con 0
login
!
line telnet 0 4
login
no shutdown
line ssh 0 4
login local-userlist
no shutdown
!
!
!
!
!
end
Moshe,
if you do a debug for outbound call on TA 908 use all the commands:
debug sip stack mes
debug voice verbose
debug sip cldu
debug isdn l2-formatted
But what we really need is a packet capture on WAN side of the router or from the router itself so we can see what being sent out bound and also for incoming call what it is receiving.
-Mark
config looks good from what I can tell.
Verify if your account is registered you want to verify that it says "Yes" under Reg'd column. If it shows registered then do the debug steps below. If not registered, then that is your problem.
TA900e#show sip trunk-registration
Trk Identity Reg'd Grant Expires Success Failed Requests Chal Roll
--- -------------------- ----- ------- ------- ------- ------ -------- ---- ----
T01 4045162100 Yes 3600 1672 3529 1 7058 3529 0
T01 4045162001 Yes 3600 1672 3529 1 7058 3529 0
T01 4045162002 Yes 3600 1672 3529 1 7058 3529 0
T01 4045162200 Yes 3600 1672 3529 1 7058 3529 0
can you do the following debug commands and then place an inbound call.
debug sip stack mes
debug voice verbose
debug sip cldu
debug isdn l2-formatted
**That is a lower case L in l2-formatted**
copy the output and put in notepad and attach to reply post.
-Mark
How many digits is the PBX expecting and how many are being delivered by the SIP trunk? Typically SIP providers pass ten or eleven digits. Most PBXs expect 3, 4, or 7 digits.
If your SIP trunks are sending more digits than the PBX expects, change this in the PRI interface configuration to match what the PBX expects.
!
interface pri 1
description pri 1
isdn name-delivery setup
connect t1 0/4 tdm-group 1
digits-transferred 4
no shutdown
!
If this doesn't fix it, turn on ISDN debugs, place a call from SIP in to the PBX, and paste the results of the debug.
debug isdn l2-f
Today i was not onsite, i did disconnected the PRI line from the PBX as we need it incmoing calls
so if i remote in and i try a call i am getting this
11:34:20.482 SIP.CLDU Request rejected (404)
11:34:20.482 SIP.CLDU ERROR! Unable to finalize message: (0x5292600), (0x0)
11:34:20.483 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5292600)->Disconnected
11:34:20.483 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5292600)->Terminated
i assume that means that i need to plug in the device
that means that the incoming INVITE message IP address does not match an address internally on the TA 908e. this can happen if the TA 908 is behind another router/firewall that is not properly NATing Layer 7 SIP and SDP headers properly.
I will need to see the complete debug to verify.
debug sip stack mes
debug voice verbose
debug sip cldu
debug isdn l2-formatted
**That is a lower case L in l2-formatted**
TA908e#
TA908e#debug sip stack mes
TA908e#
TA908e#debug voice verbose
TA908e#
TA908e#debug sip cldu
TA908e#
TA908e#debug isdn l2-formatted
TA908e#
TA908e#
03:07:53.443 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:07:53.443 SIP.STACK MSG OPTIONS sip:108.58.25.30:5060 SIP/2.0
03:07:53.443 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bKc248e98
03:07:53.444 SIP.STACK MSG From: sip:pinger@107.191.42.110;tag=b5559962
03:07:53.444 SIP.STACK MSG To: sip:108.58.25.30:5060
03:07:53.444 SIP.STACK MSG Call-ID: b3d044b4-c248e98-acf1@107.191.42.110
03:07:53.444 SIP.STACK MSG CSeq: 1 OPTIONS
03:07:53.444 SIP.STACK MSG Max-Forwards: 70
03:07:53.445 SIP.STACK MSG Content-Length: 0
03:07:53.445 SIP.STACK MSG
03:07:53.447 SIP.STACK MSG Tx: UDP src=192.168.2.60:5060 dst=107.191.42.110:5060
03:07:53.447 SIP.STACK MSG SIP/2.0 200 OK
03:07:53.448 SIP.STACK MSG From: <sip:pinger@107.191.42.110>;tag=b5559962
03:07:53.448 SIP.STACK MSG To: <sip:108.58.25.30:5060>;tag=526d2b8-7f000001-13c4-52c09-fd443dbd-52c09
03:07:53.448 SIP.STACK MSG Call-ID: b3d044b4-c248e98-acf1@107.191.42.110
03:07:53.448 SIP.STACK MSG CSeq: 1 OPTIONS
03:07:53.448 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bKc248e98
03:07:53.449 SIP.STACK MSG Supported: 100rel,replaces
03:07:53.449 SIP.STACK MSG Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, PRACK, REFER, REGISTER
03:07:53.449 SIP.STACK MSG User-Agent: ADTRAN_Total_Access_908e_2nd_Gen/R13.2.0.E
03:07:53.449 SIP.STACK MSG Content-Length: 0
03:07:53.450 SIP.STACK MSG
03:08:03.343 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:08:03.344 SIP.STACK MSG OPTIONS sip:108.58.25.30:5060 SIP/2.0
03:08:03.344 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bKebb6e98
03:08:03.344 SIP.STACK MSG From: sip:pinger@107.191.42.110;tag=dec39962
03:08:03.344 SIP.STACK MSG To: sip:108.58.25.30:5060
03:08:03.344 SIP.STACK MSG Call-ID: b3d044b4-ebb6e98-4df1@107.191.42.110
03:08:03.345 SIP.STACK MSG CSeq: 1 OPTIONS
03:08:03.345 SIP.STACK MSG Max-Forwards: 70
03:08:03.345 SIP.STACK MSG Content-Length: 0
03:08:03.345 SIP.STACK MSG
03:08:03.348 SIP.STACK MSG Tx: UDP src=192.168.2.60:5060 dst=107.191.42.110:5060
03:08:03.348 SIP.STACK MSG SIP/2.0 200 OK
03:08:03.349 SIP.STACK MSG From: <sip:pinger@107.191.42.110>;tag=dec39962
03:08:03.349 SIP.STACK MSG To: <sip:108.58.25.30:5060>;tag=526d8d0-7f000001-13c4-52c13-c8202a59-52c13
03:08:03.349 SIP.STACK MSG Call-ID: b3d044b4-ebb6e98-4df1@107.191.42.110
03:08:03.349 SIP.STACK MSG CSeq: 1 OPTIONS
03:08:03.349 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bKebb6e98
03:08:03.349 SIP.STACK MSG Supported: 100rel,replaces
03:08:03.349 SIP.STACK MSG Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, PRACK, REFER, REGISTER
03:08:03.350 SIP.STACK MSG User-Agent: ADTRAN_Total_Access_908e_2nd_Gen/R13.2.0.E
03:08:03.350 SIP.STACK MSG Content-Length: 0
03:08:03.350 SIP.STACK MSG
03:08:13.233 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:08:13.233 SIP.STACK MSG OPTIONS sip:108.58.25.30:5060 SIP/2.0
03:08:13.233 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bKc348e98
03:08:13.234 SIP.STACK MSG From: sip:pinger@107.191.42.110;tag=b6559962
03:08:13.234 SIP.STACK MSG To: sip:108.58.25.30:5060
03:08:13.234 SIP.STACK MSG Call-ID: b3d044b4-c348e98-edf1@107.191.42.110
03:08:13.234 SIP.STACK MSG CSeq: 1 OPTIONS
03:08:13.234 SIP.STACK MSG Max-Forwards: 70
03:08:13.235 SIP.STACK MSG Content-Length: 0
03:08:13.235 SIP.STACK MSG
03:08:13.237 SIP.STACK MSG Tx: UDP src=192.168.2.60:5060 dst=107.191.42.110:5060
03:08:13.237 SIP.STACK MSG SIP/2.0 200 OK
03:08:13.238 SIP.STACK MSG From: <sip:pinger@107.191.42.110>;tag=b6559962
03:08:13.238 SIP.STACK MSG To: <sip:108.58.25.30:5060>;tag=526d0b0-7f000001-13c4-52c1d-951c6fa8-52c1d
03:08:13.238 SIP.STACK MSG Call-ID: b3d044b4-c348e98-edf1@107.191.42.110
03:08:13.238 SIP.STACK MSG CSeq: 1 OPTIONS
03:08:13.238 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bKc348e98
03:08:13.239 SIP.STACK MSG Supported: 100rel,replaces
03:08:13.239 SIP.STACK MSG Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, PRACK, REFER, REGISTER
03:08:13.239 SIP.STACK MSG User-Agent: ADTRAN_Total_Access_908e_2nd_Gen/R13.2.0.E
03:08:13.239 SIP.STACK MSG Content-Length: 0
03:08:13.239 SIP.STACK MSG
03:08:21.544 SIP.STACK MSG Rx: UDP src=5.62.63.183:9722 dst=192.168.2.60:5060
03:08:21.544 SIP.STACK MSG INVITE sip:758011972592277524@108.58.25.30 SIP/2.0
03:08:21.544 SIP.STACK MSG Via: SIP/2.0/UDP 0.0.0.0:51151;branch=z9hG4bK1750377473
03:08:21.545 SIP.STACK MSG Max-Forwards: 70
03:08:21.545 SIP.STACK MSG From: <sip:758011108582530@108.58.25.30>;tag=1847956697
03:08:21.545 SIP.STACK MSG To: <sip:758011972592277524@108.58.25.30>
03:08:21.545 SIP.STACK MSG Call-ID: 137082478-195217114-1056895159
03:08:21.545 SIP.STACK MSG CSeq: 1 INVITE
03:08:21.546 SIP.STACK MSG Contact: <sip:758011108582530@212.129.10.158:51151>
03:08:21.546 SIP.STACK MSG User-Agent: pplsip
03:08:21.546 SIP.STACK MSG Content-Type: application/sdp
03:08:21.546 SIP.STACK MSG Content-Length: 204
03:08:21.546 SIP.STACK MSG
03:08:21.546 SIP.STACK MSG v=0
03:08:21.547 SIP.STACK MSG o=758011108582530 16264 18299 IN IP4 0.0.0.0
03:08:21.547 SIP.STACK MSG s=pplsip
03:08:21.547 SIP.STACK MSG c=IN IP4 0.0.0.0
03:08:21.547 SIP.STACK MSG t=0 0
03:08:21.547 SIP.STACK MSG m=audio 25282 RTP/AVP 100 6 0 8 3 18 5 101
03:08:21.548 SIP.STACK MSG a=rtpmap:0 pcmu/8000
03:08:21.548 SIP.STACK MSG a=rtpmap:101 telephone-event/8000
03:08:21.548 SIP.STACK MSG a=fmtp:101 0-11
03:08:21.548 SIP.STACK MSG
03:08:21.551 SIP.CLDU Cldu::CallLegCreatedEv: Incoming CallLeg created from 758011108582530@108.58.25.30:5060 to 758011972592277524@108.58.25.30:5060
03:08:21.554 SIP.CLDU ERROR! Request-URI host is not local, unable to proxy incoming message to 758011972592277524@108.58.25.30:5060
03:08:21.554 SIP.CLDU ERROR: Cldu::CallLegCreatedEv failed to get CLDU Interface, (0x5295850)
03:08:21.554 SIP.CLDU Incoming message received from 5.62.63.183:9722 via UDP
03:08:21.555 SIP.CLDU CLDU::AppCallLegMsgReceivedEv: Null CLDU Interface, (0x5295850)
03:08:21.555 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5295850)->Offering
03:08:21.555 SIP.CLDU Request rejected (404)
03:08:21.556 SIP.CLDU ERROR! Unable to finalize message: (0x5295850), (0x0)
03:08:21.556 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5295850)->Disconnected
03:08:21.556 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5295850)->Terminated
03:08:23.136 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:08:23.136 SIP.STACK MSG OPTIONS sip:108.58.25.30:5060 SIP/2.0
03:08:23.136 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bK3448e98
03:08:23.137 SIP.STACK MSG From: sip:pinger@107.191.42.110;tag=27559962
03:08:23.137 SIP.STACK MSG To: sip:108.58.25.30:5060
03:08:23.137 SIP.STACK MSG Call-ID: b3d044b4-3448e98-8ef1@107.191.42.110
03:08:23.137 SIP.STACK MSG CSeq: 1 OPTIONS
03:08:23.137 SIP.STACK MSG Max-Forwards: 70
03:08:23.138 SIP.STACK MSG Content-Length: 0
03:08:23.138 SIP.STACK MSG
03:08:23.140 SIP.STACK MSG Tx: UDP src=192.168.2.60:5060 dst=107.191.42.110:5060
03:08:23.141 SIP.STACK MSG SIP/2.0 200 OK
03:08:23.141 SIP.STACK MSG From: <sip:pinger@107.191.42.110>;tag=27559962
03:08:23.141 SIP.STACK MSG To: <sip:108.58.25.30:5060>;tag=526e500-7f000001-13c4-52c27-8f9ac75a-52c27
03:08:23.141 SIP.STACK MSG Call-ID: b3d044b4-3448e98-8ef1@107.191.42.110
03:08:23.141 SIP.STACK MSG CSeq: 1 OPTIONS
03:08:23.141 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bK3448e98
03:08:23.142 SIP.STACK MSG Supported: 100rel,replaces
03:08:23.142 SIP.STACK MSG Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, PRACK, REFER, REGISTER
03:08:23.142 SIP.STACK MSG User-Agent: ADTRAN_Total_Access_908e_2nd_Gen/R13.2.0.E
03:08:23.142 SIP.STACK MSG Content-Length: 0
03:08:23.142 SIP.STACK MSG
03:08:33.026 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:08:33.027 SIP.STACK MSG OPTIONS sip:108.58.25.30:5060 SIP/2.0
03:08:33.027 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bK8448e98
03:08:33.027 SIP.STACK MSG From: sip:pinger@107.191.42.110;tag=77559962
03:08:33.027 SIP.STACK MSG To: sip:108.58.25.30:5060
03:08:33.027 SIP.STACK MSG Call-ID: b3d044b4-8448e98-2ff1@107.191.42.110
03:08:33.028 SIP.STACK MSG CSeq: 1 OPTIONS
03:08:33.028 SIP.STACK MSG Max-Forwards: 70
03:08:33.028 SIP.STACK MSG Content-Length: 0
03:08:33.028 SIP.STACK MSG
03:08:33.031 SIP.STACK MSG Tx: UDP src=192.168.2.60:5060 dst=107.191.42.110:5060
03:08:33.031 SIP.STACK MSG SIP/2.0 200 OK
03:08:33.031 SIP.STACK MSG From: <sip:pinger@107.191.42.110>;tag=77559962
03:08:33.031 SIP.STACK MSG To: <sip:108.58.25.30:5060>;tag=526cea8-7f000001-13c4-52c30-a2bc99e5-52c30
03:08:33.031 SIP.STACK MSG Call-ID: b3d044b4-8448e98-2ff1@107.191.42.110
03:08:33.032 SIP.STACK MSG CSeq: 1 OPTIONS
03:08:33.032 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bK8448e98
03:08:33.032 SIP.STACK MSG Supported: 100rel,replaces
03:08:33.032 SIP.STACK MSG Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, PRACK, REFER, REGISTER
03:08:33.032 SIP.STACK MSG User-Agent: ADTRAN_Total_Access_908e_2nd_Gen/R13.2.0.E
03:08:33.033 SIP.STACK MSG Content-Length: 0
03:08:33.033 SIP.STACK MSG
03:08:42.919 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:08:42.919 SIP.STACK MSG OPTIONS sip:108.58.25.30:5060 SIP/2.0
03:08:42.919 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bKd448e98
03:08:42.920 SIP.STACK MSG From: sip:pinger@107.191.42.110;tag=c7559962
03:08:42.920 SIP.STACK MSG To: sip:108.58.25.30:5060
03:08:42.920 SIP.STACK MSG Call-ID: b3d044b4-d448e98-cff1@107.191.42.110
03:08:42.920 SIP.STACK MSG CSeq: 1 OPTIONS
03:08:42.920 SIP.STACK MSG Max-Forwards: 70
03:08:42.921 SIP.STACK MSG Content-Length: 0
03:08:42.921 SIP.STACK MSG
03:08:42.923 SIP.STACK MSG Tx: UDP src=192.168.2.60:5060 dst=107.191.42.110:5060
03:08:42.923 SIP.STACK MSG SIP/2.0 200 OK
03:08:42.923 SIP.STACK MSG From: <sip:pinger@107.191.42.110>;tag=c7559962
03:08:42.924 SIP.STACK MSG To: <sip:108.58.25.30:5060>;tag=526eb18-7f000001-13c4-52c3a-c729c4a1-52c3a
03:08:42.924 SIP.STACK MSG Call-ID: b3d044b4-d448e98-cff1@107.191.42.110
03:08:42.924 SIP.STACK MSG CSeq: 1 OPTIONS
03:08:42.924 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bKd448e98
03:08:42.924 SIP.STACK MSG Supported: 100rel,replaces
03:08:42.925 SIP.STACK MSG Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, PRACK, REFER, REGISTER
03:08:42.925 SIP.STACK MSG User-Agent: ADTRAN_Total_Access_908e_2nd_Gen/R13.2.0.E
03:08:42.925 SIP.STACK MSG Content-Length: 0
03:08:42.925 SIP.STACK MSG
03:08:52.799 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:08:52.799 SIP.STACK MSG OPTIONS sip:108.58.25.30:5060 SIP/2.0
03:08:52.799 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bK1eb6e98
03:08:52.800 SIP.STACK MSG From: sip:pinger@107.191.42.110;tag=01d39962
03:08:52.800 SIP.STACK MSG To: sip:108.58.25.30:5060
03:08:52.801 SIP.STACK MSG Call-ID: b3d044b4-1eb6e98-6002@107.191.42.110
03:08:52.801 SIP.STACK MSG CSeq: 1 OPTIONS
03:08:52.801 SIP.STACK MSG Max-Forwards: 70
03:08:52.801 SIP.STACK MSG Content-Length: 0
03:08:52.801 SIP.STACK MSG
03:08:52.804 SIP.STACK MSG Tx: UDP src=192.168.2.60:5060 dst=107.191.42.110:5060
03:08:52.804 SIP.STACK MSG SIP/2.0 200 OK
03:08:52.804 SIP.STACK MSG From: <sip:pinger@107.191.42.110>;tag=01d39962
03:08:52.804 SIP.STACK MSG To: <sip:108.58.25.30:5060>;tag=526dce0-7f000001-13c4-52c44-fbf1e910-52c44
03:08:52.804 SIP.STACK MSG Call-ID: b3d044b4-1eb6e98-6002@107.191.42.110
03:08:52.804 SIP.STACK MSG CSeq: 1 OPTIONS
03:08:52.805 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bK1eb6e98
03:08:52.805 SIP.STACK MSG Supported: 100rel,replaces
03:08:52.806 SIP.STACK MSG Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, PRACK, REFER, REGISTER
03:08:52.806 SIP.STACK MSG User-Agent: ADTRAN_Total_Access_908e_2nd_Gen/R13.2.0.E
03:08:52.806 SIP.STACK MSG Content-Length: 0
03:08:52.806 SIP.STACK MSG
03:08:53.072 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:08:53.072 SIP.STACK MSG INVITE sip:7187055192@108.58.25.30:5060 SIP/2.0
03:08:53.072 SIP.STACK MSG Record-Route: <sip:107.191.42.110;lr;ftag=gK006f9dd5;did=56b.c544a1b4>
03:08:53.073 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bK8bc4.bcd0dc06.0
03:08:53.073 SIP.STACK MSG Via: SIP/2.0/UDP 68.68.120.138:5060;rport=5060;received=68.68.120.138;branch=z9hG4bK00Bc01da6afc1559212
03:08:53.073 SIP.STACK MSG From: <sip:3476783993@68.68.120.138>;tag=gK006f9dd5
03:08:53.073 SIP.STACK MSG To: <sip:7187055192@107.191.42.110>
03:08:53.073 SIP.STACK MSG Call-ID: 2113943791_131570088@68.68.120.138
03:08:53.074 SIP.STACK MSG CSeq: 176910 INVITE
03:08:53.074 SIP.STACK MSG Max-Forwards: 69
03:08:53.074 SIP.STACK MSG Allow: INVITE,ACK,CANCEL,BYE,REGISTER,REFER,INFO,SUBSCRIBE,NOTIFY,PRACK,UPDATE,OPTIONS,MESSAGE,PUBLISH
03:08:53.074 SIP.STACK MSG Accept: application/sdp, application/isup, application/dtmf, application/dtmf-relay, multipart/mixed
03:08:53.074 SIP.STACK MSG Contact: <sip:3476783993@68.68.120.138:5060>
03:08:53.075 SIP.STACK MSG Remote-Party-ID: <sip:3476783993@68.68.120.138:5060>;privacy=off
03:08:53.075 SIP.STACK MSG Supported: timer,100rel,precondition
03:08:53.075 SIP.STACK MSG Session-Expires: 1800
03:08:53.075 SIP.STACK MSG Min-SE: 90
03:08:53.075 SIP.STACK MSG Content-Length: 289
03:08:53.076 SIP.STACK MSG Content-Disposition: session; handling=required
03:08:53.076 SIP.STACK MSG Content-Type: application/sdp
03:08:53.076 SIP.STACK MSG
03:08:53.077 SIP.STACK MSG v=0
03:08:53.077 SIP.STACK MSG o=Sonus_UAC 502513 202029 IN IP4 68.68.120.138
03:08:53.077 SIP.STACK MSG s=SIP Media Capabilities
03:08:53.077 SIP.STACK MSG c=IN IP4 68.68.120.140
03:08:53.077 SIP.STACK MSG t=0 0
03:08:53.077 SIP.STACK MSG m=audio 7168 RTP/AVP 0 8 18 101
03:08:53.077 SIP.STACK MSG a=rtpmap:0 PCMU/8000
03:08:53.077 SIP.STACK MSG a=rtpmap:8 PCMA/8000
03:08:53.078 SIP.STACK MSG a=rtpmap:18 G729/8000
03:08:53.078 SIP.STACK MSG a=rtpmap:101 telephone-event/8000
03:08:53.078 SIP.STACK MSG a=fmtp:101 0-15
03:08:53.078 SIP.STACK MSG a=sendrecv
03:08:53.078 SIP.STACK MSG a=maxptime:20
03:08:53.079 SIP.STACK MSG
03:08:53.082 SIP.CLDU Cldu::CallLegCreatedEv: Incoming CallLeg created from 3476783993@68.68.120.138:5060 to 7187055192@108.58.25.30:5060
03:08:53.086 SIP.CLDU ERROR! Request-URI host is not local, unable to proxy incoming message to 7187055192@108.58.25.30:5060
03:08:53.086 SIP.CLDU ERROR: Cldu::CallLegCreatedEv failed to get CLDU Interface, (0x5295a80)
03:08:53.086 SIP.CLDU Incoming message received from 107.191.42.110:5060 via UDP
03:08:53.086 SIP.CLDU CLDU::AppCallLegMsgReceivedEv: Null CLDU Interface, (0x5295a80)
03:08:53.087 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5295a80)->Offering
03:08:53.087 SIP.CLDU Request rejected (404)
03:08:53.088 SIP.CLDU ERROR! Unable to finalize message: (0x5295a80), (0x0)
03:08:53.088 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5295a80)->Disconnected
03:08:53.088 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5295a80)->Terminated
03:08:53.501 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:08:53.501 SIP.STACK MSG INVITE sip:7187055192@108.58.25.30:5060 SIP/2.0
03:08:53.501 SIP.STACK MSG Record-Route: <sip:107.191.42.110;lr;ftag=gK006f9dd5;did=56b.c544a1b4>
03:08:53.502 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bK8bc4.bcd0dc06.0
03:08:53.502 SIP.STACK MSG Via: SIP/2.0/UDP 68.68.120.138:5060;rport=5060;received=68.68.120.138;branch=z9hG4bK00Bc01da6afc1559212
03:08:53.502 SIP.STACK MSG From: <sip:3476783993@68.68.120.138>;tag=gK006f9dd5
03:08:53.502 SIP.STACK MSG To: <sip:7187055192@107.191.42.110>
03:08:53.502 SIP.STACK MSG Call-ID: 2113943791_131570088@68.68.120.138
03:08:53.503 SIP.STACK MSG CSeq: 176910 INVITE
03:08:53.503 SIP.STACK MSG Max-Forwards: 69
03:08:53.503 SIP.STACK MSG Allow: INVITE,ACK,CANCEL,BYE,REGISTER,REFER,INFO,SUBSCRIBE,NOTIFY,PRACK,UPDATE,OPTIONS,MESSAGE,PUBLISH
03:08:53.503 SIP.STACK MSG Accept: application/sdp, application/isup, application/dtmf, application/dtmf-relay, multipart/mixed
03:08:53.503 SIP.STACK MSG Contact: <sip:3476783993@68.68.120.138:5060>
03:08:53.504 SIP.STACK MSG Remote-Party-ID: <sip:3476783993@68.68.120.138:5060>;privacy=off
03:08:53.504 SIP.STACK MSG Supported: timer,100rel,precondition
03:08:53.504 SIP.STACK MSG Session-Expires: 1800
03:08:53.504 SIP.STACK MSG Min-SE: 90
03:08:53.504 SIP.STACK MSG Content-Length: 289
03:08:53.505 SIP.STACK MSG Content-Disposition: session; handling=required
03:08:53.505 SIP.STACK MSG Content-Type: application/sdp
03:08:53.505 SIP.STACK MSG
03:08:53.505 SIP.STACK MSG v=0
03:08:53.505 SIP.STACK MSG o=Sonus_UAC 502513 202029 IN IP4 68.68.120.138
03:08:53.506 SIP.STACK MSG s=SIP Media Capabilities
03:08:53.506 SIP.STACK MSG c=IN IP4 68.68.120.140
03:08:53.506 SIP.STACK MSG t=0 0
03:08:53.506 SIP.STACK MSG m=audio 7168 RTP/AVP 0 8 18 101
03:08:53.506 SIP.STACK MSG a=rtpmap:0 PCMU/8000
03:08:53.507 SIP.STACK MSG a=rtpmap:8 PCMA/8000
03:08:53.507 SIP.STACK MSG a=rtpmap:18 G729/8000
03:08:53.507 SIP.STACK MSG a=rtpmap:101 telephone-event/8000
03:08:53.507 SIP.STACK MSG a=fmtp:101 0-15
03:08:53.507 SIP.STACK MSG a=sendrecv
03:08:53.508 SIP.STACK MSG a=maxptime:20
03:08:53.508 SIP.STACK MSG
03:08:53.511 SIP.CLDU Cldu::CallLegCreatedEv: Incoming CallLeg created from 3476783993@68.68.120.138:5060 to 7187055192@108.58.25.30:5060
03:08:53.514 SIP.CLDU ERROR! Request-URI host is not local, unable to proxy incoming message to 7187055192@108.58.25.30:5060
03:08:53.515 SIP.CLDU ERROR: Cldu::CallLegCreatedEv failed to get CLDU Interface, (0x5295cb0)
03:08:53.515 SIP.CLDU Incoming message received from 107.191.42.110:5060 via UDP
03:08:53.515 SIP.CLDU CLDU::AppCallLegMsgReceivedEv: Null CLDU Interface, (0x5295cb0)
03:08:53.516 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5295cb0)->Offering
03:08:53.516 SIP.CLDU Request rejected (404)
03:08:53.516 SIP.CLDU ERROR! Unable to finalize message: (0x5295cb0), (0x0)
03:08:53.517 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5295cb0)->Disconnected
03:08:53.517 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5295cb0)->Terminated
03:08:54.503 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:08:54.503 SIP.STACK MSG INVITE sip:7187055192@108.58.25.30:5060 SIP/2.0
03:08:54.503 SIP.STACK MSG Record-Route: <sip:107.191.42.110;lr;ftag=gK006f9dd5;did=56b.c544a1b4>
03:08:54.503 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bK8bc4.bcd0dc06.0
03:08:54.503 SIP.STACK MSG Via: SIP/2.0/UDP 68.68.120.138:5060;rport=5060;received=68.68.120.138;branch=z9hG4bK00Bc01da6afc1559212
03:08:54.504 SIP.STACK MSG From: <sip:3476783993@68.68.120.138>;tag=gK006f9dd5
03:08:54.504 SIP.STACK MSG To: <sip:7187055192@107.191.42.110>
03:08:54.504 SIP.STACK MSG Call-ID: 2113943791_131570088@68.68.120.138
03:08:54.504 SIP.STACK MSG CSeq: 176910 INVITE
03:08:54.504 SIP.STACK MSG Max-Forwards: 69
03:08:54.505 SIP.STACK MSG Allow: INVITE,ACK,CANCEL,BYE,REGISTER,REFER,INFO,SUBSCRIBE,NOTIFY,PRACK,UPDATE,OPTIONS,MESSAGE,PUBLISH
03:08:54.505 SIP.STACK MSG Accept: application/sdp, application/isup, application/dtmf, application/dtmf-relay, multipart/mixed
03:08:54.505 SIP.STACK MSG Contact: <sip:3476783993@68.68.120.138:5060>
03:08:54.505 SIP.STACK MSG Remote-Party-ID: <sip:3476783993@68.68.120.138:5060>;privacy=off
03:08:54.505 SIP.STACK MSG Supported: timer,100rel,precondition
03:08:54.506 SIP.STACK MSG Session-Expires: 1800
03:08:54.506 SIP.STACK MSG Min-SE: 90
03:08:54.506 SIP.STACK MSG Content-Length: 289
03:08:54.506 SIP.STACK MSG Content-Disposition: session; handling=required
03:08:54.506 SIP.STACK MSG Content-Type: application/sdp
03:08:54.507 SIP.STACK MSG
03:08:54.507 SIP.STACK MSG v=0
03:08:54.507 SIP.STACK MSG o=Sonus_UAC 502513 202029 IN IP4 68.68.120.138
03:08:54.507 SIP.STACK MSG s=SIP Media Capabilities
03:08:54.507 SIP.STACK MSG c=IN IP4 68.68.120.140
03:08:54.508 SIP.STACK MSG t=0 0
03:08:54.508 SIP.STACK MSG m=audio 7168 RTP/AVP 0 8 18 101
03:08:54.508 SIP.STACK MSG a=rtpmap:0 PCMU/8000
03:08:54.508 SIP.STACK MSG a=rtpmap:8 PCMA/8000
03:08:54.508 SIP.STACK MSG a=rtpmap:18 G729/8000
03:08:54.509 SIP.STACK MSG a=rtpmap:101 telephone-event/8000
03:08:54.509 SIP.STACK MSG a=fmtp:101 0-15
03:08:54.509 SIP.STACK MSG a=sendrecv
03:08:54.509 SIP.STACK MSG a=maxptime:20
03:08:54.509 SIP.STACK MSG
03:08:54.513 SIP.CLDU Cldu::CallLegCreatedEv: Incoming CallLeg created from 3476783993@68.68.120.138:5060 to 7187055192@108.58.25.30:5060
03:08:54.516 SIP.CLDU ERROR! Request-URI host is not local, unable to proxy incoming message to 7187055192@108.58.25.30:5060
03:08:54.516 SIP.CLDU ERROR: Cldu::CallLegCreatedEv failed to get CLDU Interface, (0x5295ee0)
03:08:54.517 SIP.CLDU Incoming message received from 107.191.42.110:5060 via UDP
03:08:54.517 SIP.CLDU CLDU::AppCallLegMsgReceivedEv: Null CLDU Interface, (0x5295ee0)
03:08:54.517 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5295ee0)->Offering
03:08:54.517 SIP.CLDU Request rejected (404)
03:08:54.518 SIP.CLDU ERROR! Unable to finalize message: (0x5295ee0), (0x0)
03:08:54.518 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5295ee0)->Disconnected
03:08:54.519 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5295ee0)->Terminated
03:08:56.547 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:08:56.547 SIP.STACK MSG INVITE sip:7187055192@108.58.25.30:5060 SIP/2.0
03:08:56.547 SIP.STACK MSG Record-Route: <sip:107.191.42.110;lr;ftag=gK006f9dd5;did=56b.c544a1b4>
03:08:56.548 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bK8bc4.bcd0dc06.0
03:08:56.548 SIP.STACK MSG Via: SIP/2.0/UDP 68.68.120.138:5060;rport=5060;received=68.68.120.138;branch=z9hG4bK00Bc01da6afc1559212
03:08:56.548 SIP.STACK MSG From: <sip:3476783993@68.68.120.138>;tag=gK006f9dd5
03:08:56.548 SIP.STACK MSG To: <sip:7187055192@107.191.42.110>
03:08:56.549 SIP.STACK MSG Call-ID: 2113943791_131570088@68.68.120.138
03:08:56.549 SIP.STACK MSG CSeq: 176910 INVITE
03:08:56.549 SIP.STACK MSG Max-Forwards: 69
03:08:56.549 SIP.STACK MSG Allow: INVITE,ACK,CANCEL,BYE,REGISTER,REFER,INFO,SUBSCRIBE,NOTIFY,PRACK,UPDATE,OPTIONS,MESSAGE,PUBLISH
03:08:56.549 SIP.STACK MSG Accept: application/sdp, application/isup, application/dtmf, application/dtmf-relay, multipart/mixed
03:08:56.550 SIP.STACK MSG Contact: <sip:3476783993@68.68.120.138:5060>
03:08:56.550 SIP.STACK MSG Remote-Party-ID: <sip:3476783993@68.68.120.138:5060>;privacy=off
03:08:56.550 SIP.STACK MSG Supported: timer,100rel,precondition
03:08:56.550 SIP.STACK MSG Session-Expires: 1800
03:08:56.550 SIP.STACK MSG Min-SE: 90
03:08:56.551 SIP.STACK MSG Content-Length: 289
03:08:56.551 SIP.STACK MSG Content-Disposition: session; handling=required
03:08:56.551 SIP.STACK MSG Content-Type: application/sdp
03:08:56.551 SIP.STACK MSG
03:08:56.551 SIP.STACK MSG v=0
03:08:56.552 SIP.STACK MSG o=Sonus_UAC 502513 202029 IN IP4 68.68.120.138
03:08:56.552 SIP.STACK MSG s=SIP Media Capabilities
03:08:56.552 SIP.STACK MSG c=IN IP4 68.68.120.140
03:08:56.552 SIP.STACK MSG t=0 0
03:08:56.552 SIP.STACK MSG m=audio 7168 RTP/AVP 0 8 18 101
03:08:56.553 SIP.STACK MSG a=rtpmap:0 PCMU/8000
03:08:56.553 SIP.STACK MSG a=rtpmap:8 PCMA/8000
03:08:56.553 SIP.STACK MSG a=rtpmap:18 G729/8000
03:08:56.553 SIP.STACK MSG a=rtpmap:101 telephone-event/8000
03:08:56.553 SIP.STACK MSG a=fmtp:101 0-15
03:08:56.554 SIP.STACK MSG a=sendrecv
03:08:56.554 SIP.STACK MSG a=maxptime:20
03:08:56.554 SIP.STACK MSG
03:08:56.557 SIP.CLDU Cldu::CallLegCreatedEv: Incoming CallLeg created from 3476783993@68.68.120.138:5060 to 7187055192@108.58.25.30:5060
03:08:56.560 SIP.CLDU ERROR! Request-URI host is not local, unable to proxy incoming message to 7187055192@108.58.25.30:5060
03:08:56.561 SIP.CLDU ERROR: Cldu::CallLegCreatedEv failed to get CLDU Interface, (0x5296110)
03:08:56.561 SIP.CLDU Incoming message received from 107.191.42.110:5060 via UDP
03:08:56.561 SIP.CLDU CLDU::AppCallLegMsgReceivedEv: Null CLDU Interface, (0x5296110)
03:08:56.561 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5296110)->Offering
03:08:56.562 SIP.CLDU Request rejected (404)
03:08:56.562 SIP.CLDU ERROR! Unable to finalize message: (0x5296110), (0x0)
03:08:56.562 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5296110)->Disconnected
03:08:56.563 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5296110)->Terminated
03:08:58.954 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:08:58.954 SIP.STACK MSG INVITE sip:7187055192@108.58.25.30:5060 SIP/2.0
03:08:58.954 SIP.STACK MSG Record-Route: <sip:107.191.42.110;lr;ftag=gK0070f0ca;did=b49.0c689754>
03:08:58.954 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bK5fb6.35fa8df1.0
03:08:58.955 SIP.STACK MSG Via: SIP/2.0/UDP 68.68.120.138:5060;rport=5060;received=68.68.120.138;branch=z9hG4bK00Bc1c0ea90edf363d8
03:08:58.955 SIP.STACK MSG From: <sip:3476783993@68.68.120.138>;tag=gK0070f0ca
03:08:58.955 SIP.STACK MSG To: <sip:7187055192@107.191.42.110>
03:08:58.955 SIP.STACK MSG Call-ID: 2113944129_54136225@68.68.120.138
03:08:58.955 SIP.STACK MSG CSeq: 14178 INVITE
03:08:58.956 SIP.STACK MSG Max-Forwards: 69
03:08:58.956 SIP.STACK MSG Allow: INVITE,ACK,CANCEL,BYE,REGISTER,REFER,INFO,SUBSCRIBE,NOTIFY,PRACK,UPDATE,OPTIONS,MESSAGE,PUBLISH
03:08:58.956 SIP.STACK MSG Accept: application/sdp, application/isup, application/dtmf, application/dtmf-relay, multipart/mixed
03:08:58.956 SIP.STACK MSG Contact: <sip:3476783993@68.68.120.138:5060>
03:08:58.956 SIP.STACK MSG Remote-Party-ID: <sip:3476783993@68.68.120.138:5060>;privacy=off
03:08:58.957 SIP.STACK MSG Supported: timer,100rel,precondition
03:08:58.957 SIP.STACK MSG Session-Expires: 1800
03:08:58.957 SIP.STACK MSG Min-SE: 90
03:08:58.957 SIP.STACK MSG Content-Length: 290
03:08:58.957 SIP.STACK MSG Content-Disposition: session; handling=required
03:08:58.958 SIP.STACK MSG Content-Type: application/sdp
03:08:58.958 SIP.STACK MSG
03:08:58.958 SIP.STACK MSG v=0
03:08:58.958 SIP.STACK MSG o=Sonus_UAC 105083 772186 IN IP4 68.68.120.138
03:08:58.958 SIP.STACK MSG s=SIP Media Capabilities
03:08:58.959 SIP.STACK MSG c=IN IP4 68.68.120.140
03:08:58.959 SIP.STACK MSG t=0 0
03:08:58.959 SIP.STACK MSG m=audio 18752 RTP/AVP 0 8 18 101
03:08:58.959 SIP.STACK MSG a=rtpmap:0 PCMU/8000
03:08:58.959 SIP.STACK MSG a=rtpmap:8 PCMA/8000
03:08:58.960 SIP.STACK MSG a=rtpmap:18 G729/8000
03:08:58.960 SIP.STACK MSG a=rtpmap:101 telephone-event/8000
03:08:58.960 SIP.STACK MSG a=fmtp:101 0-15
03:08:58.960 SIP.STACK MSG a=sendrecv
03:08:58.960 SIP.STACK MSG a=maxptime:20
03:08:58.960 SIP.STACK MSG
03:08:58.964 SIP.CLDU Cldu::CallLegCreatedEv: Incoming CallLeg created from 3476783993@68.68.120.138:5060 to 7187055192@108.58.25.30:5060
03:08:58.967 SIP.CLDU ERROR! Request-URI host is not local, unable to proxy incoming message to 7187055192@108.58.25.30:5060
03:08:58.967 SIP.CLDU ERROR: Cldu::CallLegCreatedEv failed to get CLDU Interface, (0x5296340)
03:08:58.968 SIP.CLDU Incoming message received from 107.191.42.110:5060 via UDP
03:08:58.968 SIP.CLDU CLDU::AppCallLegMsgReceivedEv: Null CLDU Interface, (0x5296340)
03:08:58.968 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5296340)->Offering
03:08:58.969 SIP.CLDU Request rejected (404)
03:08:58.969 SIP.CLDU ERROR! Unable to finalize message: (0x5296340), (0x0)
03:08:58.969 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5296340)->Disconnected
03:08:58.970 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5296340)->Terminated
03:08:59.454 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:08:59.454 SIP.STACK MSG INVITE sip:7187055192@108.58.25.30:5060 SIP/2.0
03:08:59.454 SIP.STACK MSG Record-Route: <sip:107.191.42.110;lr;ftag=gK0070f0ca;did=b49.0c689754>
03:08:59.454 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bK5fb6.35fa8df1.0
03:08:59.454 SIP.STACK MSG Via: SIP/2.0/UDP 68.68.120.138:5060;rport=5060;received=68.68.120.138;branch=z9hG4bK00Bc1c0ea90edf363d8
03:08:59.455 SIP.STACK MSG From: <sip:3476783993@68.68.120.138>;tag=gK0070f0ca
03:08:59.455 SIP.STACK MSG To: <sip:7187055192@107.191.42.110>
03:08:59.455 SIP.STACK MSG Call-ID: 2113944129_54136225@68.68.120.138
03:08:59.455 SIP.STACK MSG CSeq: 14178 INVITE
03:08:59.455 SIP.STACK MSG Max-Forwards: 69
03:08:59.456 SIP.STACK MSG Allow: INVITE,ACK,CANCEL,BYE,REGISTER,REFER,INFO,SUBSCRIBE,NOTIFY,PRACK,UPDATE,OPTIONS,MESSAGE,PUBLISH
03:08:59.456 SIP.STACK MSG Accept: application/sdp, application/isup, application/dtmf, application/dtmf-relay, multipart/mixed
03:08:59.456 SIP.STACK MSG Contact: <sip:3476783993@68.68.120.138:5060>
03:08:59.456 SIP.STACK MSG Remote-Party-ID: <sip:3476783993@68.68.120.138:5060>;privacy=off
03:08:59.456 SIP.STACK MSG Supported: timer,100rel,precondition
03:08:59.457 SIP.STACK MSG Session-Expires: 1800
03:08:59.457 SIP.STACK MSG Min-SE: 90
03:08:59.457 SIP.STACK MSG Content-Length: 290
03:08:59.457 SIP.STACK MSG Content-Disposition: session; handling=required
03:08:59.457 SIP.STACK MSG Content-Type: application/sdp
03:08:59.458 SIP.STACK MSG
03:08:59.458 SIP.STACK MSG v=0
03:08:59.458 SIP.STACK MSG o=Sonus_UAC 105083 772186 IN IP4 68.68.120.138
03:08:59.458 SIP.STACK MSG s=SIP Media Capabilities
03:08:59.458 SIP.STACK MSG c=IN IP4 68.68.120.140
03:08:59.459 SIP.STACK MSG t=0 0
03:08:59.459 SIP.STACK MSG m=audio 18752 RTP/AVP 0 8 18 101
03:08:59.459 SIP.STACK MSG a=rtpmap:0 PCMU/8000
03:08:59.459 SIP.STACK MSG a=rtpmap:8 PCMA/8000
03:08:59.459 SIP.STACK MSG a=rtpmap:18 G729/8000
03:08:59.460 SIP.STACK MSG a=rtpmap:101 telephone-event/8000
03:08:59.460 SIP.STACK MSG a=fmtp:101 0-15
03:08:59.460 SIP.STACK MSG a=sendrecv
03:08:59.460 SIP.STACK MSG a=maxptime:20
03:08:59.461 SIP.STACK MSG
03:08:59.464 SIP.CLDU Cldu::CallLegCreatedEv: Incoming CallLeg created from 3476783993@68.68.120.138:5060 to 7187055192@108.58.25.30:5060
03:08:59.467 SIP.CLDU ERROR! Request-URI host is not local, unable to proxy incoming message to 7187055192@108.58.25.30:5060
03:08:59.467 SIP.CLDU ERROR: Cldu::CallLegCreatedEv failed to get CLDU Interface, (0x5296570)
03:08:59.467 SIP.CLDU Incoming message received from 107.191.42.110:5060 via UDP
03:08:59.468 SIP.CLDU CLDU::AppCallLegMsgReceivedEv: Null CLDU Interface, (0x5296570)
03:08:59.468 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5296570)->Offering
03:08:59.468 SIP.CLDU Request rejected (404)
03:08:59.469 SIP.CLDU ERROR! Unable to finalize message: (0x5296570), (0x0)
03:08:59.469 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5296570)->Disconnected
03:08:59.469 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5296570)->Terminated
03:09:00.386 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:09:00.386 SIP.STACK MSG INVITE sip:7187055192@108.58.25.30:5060 SIP/2.0
03:09:00.386 SIP.STACK MSG Record-Route: <sip:107.191.42.110;lr;ftag=gK0070f0ca;did=b49.0c689754>
03:09:00.386 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bK5fb6.35fa8df1.0
03:09:00.386 SIP.STACK MSG Via: SIP/2.0/UDP 68.68.120.138:5060;rport=5060;received=68.68.120.138;branch=z9hG4bK00Bc1c0ea90edf363d8
03:09:00.387 SIP.STACK MSG From: <sip:3476783993@68.68.120.138>;tag=gK0070f0ca
03:09:00.387 SIP.STACK MSG To: <sip:7187055192@107.191.42.110>
03:09:00.387 SIP.STACK MSG Call-ID: 2113944129_54136225@68.68.120.138
03:09:00.387 SIP.STACK MSG CSeq: 14178 INVITE
03:09:00.387 SIP.STACK MSG Max-Forwards: 69
03:09:00.388 SIP.STACK MSG Allow: INVITE,ACK,CANCEL,BYE,REGISTER,REFER,INFO,SUBSCRIBE,NOTIFY,PRACK,UPDATE,OPTIONS,MESSAGE,PUBLISH
03:09:00.388 SIP.STACK MSG Accept: application/sdp, application/isup, application/dtmf, application/dtmf-relay, multipart/mixed
03:09:00.388 SIP.STACK MSG Contact: <sip:3476783993@68.68.120.138:5060>
03:09:00.388 SIP.STACK MSG Remote-Party-ID: <sip:3476783993@68.68.120.138:5060>;privacy=off
03:09:00.388 SIP.STACK MSG Supported: timer,100rel,precondition
03:09:00.389 SIP.STACK MSG Session-Expires: 1800
03:09:00.389 SIP.STACK MSG Min-SE: 90
03:09:00.389 SIP.STACK MSG Content-Length: 290
03:09:00.389 SIP.STACK MSG Content-Disposition: session; handling=required
03:09:00.389 SIP.STACK MSG Content-Type: application/sdp
03:09:00.390 SIP.STACK MSG
03:09:00.390 SIP.STACK MSG v=0
03:09:00.390 SIP.STACK MSG o=Sonus_UAC 105083 772186 IN IP4 68.68.120.138
03:09:00.390 SIP.STACK MSG s=SIP Media Capabilities
03:09:00.390 SIP.STACK MSG c=IN IP4 68.68.120.140
03:09:00.391 SIP.STACK MSG t=0 0
03:09:00.391 SIP.STACK MSG m=audio 18752 RTP/AVP 0 8 18 101
03:09:00.391 SIP.STACK MSG a=rtpmap:0 PCMU/8000
03:09:00.391 SIP.STACK MSG a=rtpmap:8 PCMA/8000
03:09:00.391 SIP.STACK MSG a=rtpmap:18 G729/8000
03:09:00.392 SIP.STACK MSG a=rtpmap:101 telephone-event/8000
03:09:00.392 SIP.STACK MSG a=fmtp:101 0-15
03:09:00.392 SIP.STACK MSG a=sendrecv
03:09:00.392 SIP.STACK MSG a=maxptime:20
03:09:00.392 SIP.STACK MSG
03:09:00.396 SIP.CLDU Cldu::CallLegCreatedEv: Incoming CallLeg created from 3476783993@68.68.120.138:5060 to 7187055192@108.58.25.30:5060
03:09:00.399 SIP.CLDU ERROR! Request-URI host is not local, unable to proxy incoming message to 7187055192@108.58.25.30:5060
03:09:00.399 SIP.CLDU ERROR: Cldu::CallLegCreatedEv failed to get CLDU Interface, (0x52967a0)
03:09:00.399 SIP.CLDU Incoming message received from 107.191.42.110:5060 via UDP
03:09:00.399 SIP.CLDU CLDU::AppCallLegMsgReceivedEv: Null CLDU Interface, (0x52967a0)
03:09:00.400 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x52967a0)->Offering
03:09:00.400 SIP.CLDU Request rejected (404)
03:09:00.401 SIP.CLDU ERROR! Unable to finalize message: (0x52967a0), (0x0)
03:09:00.401 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x52967a0)->Disconnected
03:09:00.401 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x52967a0)->Terminated
03:09:02.390 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:09:02.390 SIP.STACK MSG INVITE sip:7187055192@108.58.25.30:5060 SIP/2.0
03:09:02.390 SIP.STACK MSG Record-Route: <sip:107.191.42.110;lr;ftag=gK0070f0ca;did=b49.0c689754>
03:09:02.390 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bK5fb6.35fa8df1.0
03:09:02.390 SIP.STACK MSG Via: SIP/2.0/UDP 68.68.120.138:5060;rport=5060;received=68.68.120.138;branch=z9hG4bK00Bc1c0ea90edf363d8
03:09:02.391 SIP.STACK MSG From: <sip:3476783993@68.68.120.138>;tag=gK0070f0ca
03:09:02.391 SIP.STACK MSG To: <sip:7187055192@107.191.42.110>
03:09:02.391 SIP.STACK MSG Call-ID: 2113944129_54136225@68.68.120.138
03:09:02.391 SIP.STACK MSG CSeq: 14178 INVITE
03:09:02.391 SIP.STACK MSG Max-Forwards: 69
03:09:02.392 SIP.STACK MSG Allow: INVITE,ACK,CANCEL,BYE,REGISTER,REFER,INFO,SUBSCRIBE,NOTIFY,PRACK,UPDATE,OPTIONS,MESSAGE,PUBLISH
03:09:02.392 SIP.STACK MSG Accept: application/sdp, application/isup, application/dtmf, application/dtmf-relay, multipart/mixed
03:09:02.392 SIP.STACK MSG Contact: <sip:3476783993@68.68.120.138:5060>
03:09:02.392 SIP.STACK MSG Remote-Party-ID: <sip:3476783993@68.68.120.138:5060>;privacy=off
03:09:02.393 SIP.STACK MSG Supported: timer,100rel,precondition
03:09:02.393 SIP.STACK MSG Session-Expires: 1800
03:09:02.393 SIP.STACK MSG Min-SE: 90
03:09:02.393 SIP.STACK MSG Content-Length: 290
03:09:02.393 SIP.STACK MSG Content-Disposition: session; handling=required
03:09:02.393 SIP.STACK MSG Content-Type: application/sdp
03:09:02.394 SIP.STACK MSG
03:09:02.394 SIP.STACK MSG v=0
03:09:02.394 SIP.STACK MSG o=Sonus_UAC 105083 772186 IN IP4 68.68.120.138
03:09:02.394 SIP.STACK MSG s=SIP Media Capabilities
03:09:02.394 SIP.STACK MSG c=IN IP4 68.68.120.140
03:09:02.395 SIP.STACK MSG t=0 0
03:09:02.395 SIP.STACK MSG m=audio 18752 RTP/AVP 0 8 18 101
03:09:02.395 SIP.STACK MSG a=rtpmap:0 PCMU/8000
03:09:02.395 SIP.STACK MSG a=rtpmap:8 PCMA/8000
03:09:02.395 SIP.STACK MSG a=rtpmap:18 G729/8000
03:09:02.396 SIP.STACK MSG a=rtpmap:101 telephone-event/8000
03:09:02.396 SIP.STACK MSG a=fmtp:101 0-15
03:09:02.396 SIP.STACK MSG a=sendrecv
03:09:02.396 SIP.STACK MSG a=maxptime:20
03:09:02.396 SIP.STACK MSG
03:09:02.400 SIP.CLDU Cldu::CallLegCreatedEv: Incoming CallLeg created from 3476783993@68.68.120.138:5060 to 7187055192@108.58.25.30:5060
03:09:02.403 SIP.CLDU ERROR! Request-URI host is not local, unable to proxy incoming message to 7187055192@108.58.25.30:5060
03:09:02.403 SIP.CLDU ERROR: Cldu::CallLegCreatedEv failed to get CLDU Interface, (0x52969d0)
03:09:02.404 SIP.CLDU Incoming message received from 107.191.42.110:5060 via UDP
03:09:02.404 SIP.CLDU CLDU::AppCallLegMsgReceivedEv: Null CLDU Interface, (0x52969d0)
03:09:02.404 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x52969d0)->Offering
03:09:02.404 SIP.CLDU Request rejected (404)
03:09:02.405 SIP.CLDU ERROR! Unable to finalize message: (0x52969d0), (0x0)
03:09:02.405 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x52969d0)->Disconnected
03:09:02.406 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x52969d0)->Terminated
03:09:03.692 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:09:03.692 SIP.STACK MSG OPTIONS sip:108.58.25.30:5060 SIP/2.0
03:09:03.692 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bK5548e98
03:09:03.693 SIP.STACK MSG From: sip:pinger@107.191.42.110;tag=48559962
03:09:03.693 SIP.STACK MSG To: sip:108.58.25.30:5060
03:09:03.693 SIP.STACK MSG Call-ID: b3d044b4-5548e98-0102@107.191.42.110
03:09:03.693 SIP.STACK MSG CSeq: 1 OPTIONS
03:09:03.693 SIP.STACK MSG Max-Forwards: 70
03:09:03.694 SIP.STACK MSG Content-Length: 0
03:09:03.694 SIP.STACK MSG
03:09:03.696 SIP.STACK MSG Tx: UDP src=192.168.2.60:5060 dst=107.191.42.110:5060
03:09:03.696 SIP.STACK MSG SIP/2.0 200 OK
03:09:03.697 SIP.STACK MSG From: <sip:pinger@107.191.42.110>;tag=48559962
03:09:03.697 SIP.STACK MSG To: <sip:108.58.25.30:5060>;tag=526f130-7f000001-13c4-52c4f-f4c98cc0-52c4f
03:09:03.698 SIP.STACK MSG Call-ID: b3d044b4-5548e98-0102@107.191.42.110
03:09:03.698 SIP.STACK MSG CSeq: 1 OPTIONS
03:09:03.698 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bK5548e98
03:09:03.698 SIP.STACK MSG Supported: 100rel,replaces
03:09:03.698 SIP.STACK MSG Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, PRACK, REFER, REGISTER
03:09:03.698 SIP.STACK MSG User-Agent: ADTRAN_Total_Access_908e_2nd_Gen/R13.2.0.E
03:09:03.698 SIP.STACK MSG Content-Length: 0
03:09:03.699 SIP.STACK MSG
03:09:05.121 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:09:05.121 SIP.STACK MSG INVITE sip:7187055192@108.58.25.30:5060 SIP/2.0
03:09:05.121 SIP.STACK MSG Record-Route: <sip:107.191.42.110;lr;ftag=gK0461f6e6;did=092.8c394b3>
03:09:05.122 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bK8a26.57af8bc6.0
03:09:05.122 SIP.STACK MSG Via: SIP/2.0/UDP 68.68.120.138:5060;rport=5060;received=68.68.120.138;branch=z9hG4bK04B22a9ec81506b80a3
03:09:05.122 SIP.STACK MSG From: <sip:3476783993@68.68.120.138>;tag=gK0461f6e6
03:09:05.122 SIP.STACK MSG To: <sip:7187055192@107.191.42.110>
03:09:05.122 SIP.STACK MSG Call-ID: 2120529804_81744747@68.68.120.138
03:09:05.123 SIP.STACK MSG CSeq: 494189 INVITE
03:09:05.123 SIP.STACK MSG Max-Forwards: 69
03:09:05.123 SIP.STACK MSG Allow: INVITE,ACK,CANCEL,BYE,REGISTER,REFER,INFO,SUBSCRIBE,NOTIFY,PRACK,UPDATE,OPTIONS,MESSAGE,PUBLISH
03:09:05.123 SIP.STACK MSG Accept: application/sdp, application/isup, application/dtmf, application/dtmf-relay, multipart/mixed
03:09:05.123 SIP.STACK MSG Contact: <sip:3476783993@68.68.120.138:5060>
03:09:05.124 SIP.STACK MSG Remote-Party-ID: <sip:3476783993@68.68.120.138:5060>;privacy=off
03:09:05.124 SIP.STACK MSG Supported: timer,100rel,precondition
03:09:05.124 SIP.STACK MSG Session-Expires: 1800
03:09:05.124 SIP.STACK MSG Min-SE: 90
03:09:05.124 SIP.STACK MSG Content-Length: 290
03:09:05.125 SIP.STACK MSG Content-Disposition: session; handling=required
03:09:05.125 SIP.STACK MSG Content-Type: application/sdp
03:09:05.125 SIP.STACK MSG
03:09:05.125 SIP.STACK MSG v=0
03:09:05.125 SIP.STACK MSG o=Sonus_UAC 482607 418488 IN IP4 68.68.120.138
03:09:05.126 SIP.STACK MSG s=SIP Media Capabilities
03:09:05.126 SIP.STACK MSG c=IN IP4 68.68.120.140
03:09:05.126 SIP.STACK MSG t=0 0
03:09:05.126 SIP.STACK MSG m=audio 54572 RTP/AVP 0 8 18 101
03:09:05.126 SIP.STACK MSG a=rtpmap:0 PCMU/8000
03:09:05.127 SIP.STACK MSG a=rtpmap:8 PCMA/8000
03:09:05.127 SIP.STACK MSG a=rtpmap:18 G729/8000
03:09:05.127 SIP.STACK MSG a=rtpmap:101 telephone-event/8000
03:09:05.127 SIP.STACK MSG a=fmtp:101 0-15
03:09:05.127 SIP.STACK MSG a=sendrecv
03:09:05.128 SIP.STACK MSG a=maxptime:20
03:09:05.128 SIP.STACK MSG
03:09:05.131 SIP.CLDU Cldu::CallLegCreatedEv: Incoming CallLeg created from 3476783993@68.68.120.138:5060 to 7187055192@108.58.25.30:5060
03:09:05.134 SIP.CLDU ERROR! Request-URI host is not local, unable to proxy incoming message to 7187055192@108.58.25.30:5060
03:09:05.135 SIP.CLDU ERROR: Cldu::CallLegCreatedEv failed to get CLDU Interface, (0x5296c00)
03:09:05.135 SIP.CLDU Incoming message received from 107.191.42.110:5060 via UDP
03:09:05.135 SIP.CLDU CLDU::AppCallLegMsgReceivedEv: Null CLDU Interface, (0x5296c00)
03:09:05.136 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5296c00)->Offering
03:09:05.136 SIP.CLDU Request rejected (404)
03:09:05.136 SIP.CLDU ERROR! Unable to finalize message: (0x5296c00), (0x0)
03:09:05.137 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5296c00)->Disconnected
03:09:05.137 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5296c00)->Terminated
03:09:05.636 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:09:05.636 SIP.STACK MSG INVITE sip:7187055192@108.58.25.30:5060 SIP/2.0
03:09:05.636 SIP.STACK MSG Record-Route: <sip:107.191.42.110;lr;ftag=gK0461f6e6;did=092.8c394b3>
03:09:05.636 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bK8a26.57af8bc6.0
03:09:05.636 SIP.STACK MSG Via: SIP/2.0/UDP 68.68.120.138:5060;rport=5060;received=68.68.120.138;branch=z9hG4bK04B22a9ec81506b80a3
03:09:05.637 SIP.STACK MSG From: <sip:3476783993@68.68.120.138>;tag=gK0461f6e6
03:09:05.637 SIP.STACK MSG To: <sip:7187055192@107.191.42.110>
03:09:05.637 SIP.STACK MSG Call-ID: 2120529804_81744747@68.68.120.138
03:09:05.637 SIP.STACK MSG CSeq: 494189 INVITE
03:09:05.637 SIP.STACK MSG Max-Forwards: 69
03:09:05.638 SIP.STACK MSG Allow: INVITE,ACK,CANCEL,BYE,REGISTER,REFER,INFO,SUBSCRIBE,NOTIFY,PRACK,UPDATE,OPTIONS,MESSAGE,PUBLISH
03:09:05.638 SIP.STACK MSG Accept: application/sdp, application/isup, application/dtmf, application/dtmf-relay, multipart/mixed
03:09:05.638 SIP.STACK MSG Contact: <sip:3476783993@68.68.120.138:5060>
03:09:05.638 SIP.STACK MSG Remote-Party-ID: <sip:3476783993@68.68.120.138:5060>;privacy=off
03:09:05.638 SIP.STACK MSG Supported: timer,100rel,precondition
03:09:05.639 SIP.STACK MSG Session-Expires: 1800
03:09:05.639 SIP.STACK MSG Min-SE: 90
03:09:05.639 SIP.STACK MSG Content-Length: 290
03:09:05.639 SIP.STACK MSG Content-Disposition: session; handling=required
03:09:05.639 SIP.STACK MSG Content-Type: application/sdp
03:09:05.639 SIP.STACK MSG
03:09:05.640 SIP.STACK MSG v=0
03:09:05.640 SIP.STACK MSG o=Sonus_UAC 482607 418488 IN IP4 68.68.120.138
03:09:05.640 SIP.STACK MSG s=SIP Media Capabilities
03:09:05.640 SIP.STACK MSG c=IN IP4 68.68.120.140
03:09:05.640 SIP.STACK MSG t=0 0
03:09:05.641 SIP.STACK MSG m=audio 54572 RTP/AVP 0 8 18 101
03:09:05.641 SIP.STACK MSG a=rtpmap:0 PCMU/8000
03:09:05.641 SIP.STACK MSG a=rtpmap:8 PCMA/8000
03:09:05.641 SIP.STACK MSG a=rtpmap:18 G729/8000
03:09:05.641 SIP.STACK MSG a=rtpmap:101 telephone-event/8000
03:09:05.642 SIP.STACK MSG a=fmtp:101 0-15
03:09:05.642 SIP.STACK MSG a=sendrecv
03:09:05.642 SIP.STACK MSG a=maxptime:20
03:09:05.642 SIP.STACK MSG
03:09:05.645 SIP.CLDU Cldu::CallLegCreatedEv: Incoming CallLeg created from 3476783993@68.68.120.138:5060 to 7187055192@108.58.25.30:5060
03:09:05.649 SIP.CLDU ERROR! Request-URI host is not local, unable to proxy incoming message to 7187055192@108.58.25.30:5060
03:09:05.649 SIP.CLDU ERROR: Cldu::CallLegCreatedEv failed to get CLDU Interface, (0x5296e30)
03:09:05.649 SIP.CLDU Incoming message received from 107.191.42.110:5060 via UDP
03:09:05.649 SIP.CLDU CLDU::AppCallLegMsgReceivedEv: Null CLDU Interface, (0x5296e30)
03:09:05.650 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5296e30)->Offering
03:09:05.650 SIP.CLDU Request rejected (404)
03:09:05.651 SIP.CLDU ERROR! Unable to finalize message: (0x5296e30), (0x0)
03:09:05.651 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5296e30)->Disconnected
03:09:05.651 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5296e30)->Terminated
03:09:06.639 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:09:06.639 SIP.STACK MSG INVITE sip:7187055192@108.58.25.30:5060 SIP/2.0
03:09:06.639 SIP.STACK MSG Record-Route: <sip:107.191.42.110;lr;ftag=gK0461f6e6;did=092.8c394b3>
03:09:06.639 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bK8a26.57af8bc6.0
03:09:06.639 SIP.STACK MSG Via: SIP/2.0/UDP 68.68.120.138:5060;rport=5060;received=68.68.120.138;branch=z9hG4bK04B22a9ec81506b80a3
03:09:06.640 SIP.STACK MSG From: <sip:3476783993@68.68.120.138>;tag=gK0461f6e6
03:09:06.640 SIP.STACK MSG To: <sip:7187055192@107.191.42.110>
03:09:06.640 SIP.STACK MSG Call-ID: 2120529804_81744747@68.68.120.138
03:09:06.640 SIP.STACK MSG CSeq: 494189 INVITE
03:09:06.640 SIP.STACK MSG Max-Forwards: 69
03:09:06.641 SIP.STACK MSG Allow: INVITE,ACK,CANCEL,BYE,REGISTER,REFER,INFO,SUBSCRIBE,NOTIFY,PRACK,UPDATE,OPTIONS,MESSAGE,PUBLISH
03:09:06.641 SIP.STACK MSG Accept: application/sdp, application/isup, application/dtmf, application/dtmf-relay, multipart/mixed
03:09:06.641 SIP.STACK MSG Contact: <sip:3476783993@68.68.120.138:5060>
03:09:06.641 SIP.STACK MSG Remote-Party-ID: <sip:3476783993@68.68.120.138:5060>;privacy=off
03:09:06.641 SIP.STACK MSG Supported: timer,100rel,precondition
03:09:06.642 SIP.STACK MSG Session-Expires: 1800
03:09:06.642 SIP.STACK MSG Min-SE: 90
03:09:06.642 SIP.STACK MSG Content-Length: 290
03:09:06.642 SIP.STACK MSG Content-Disposition: session; handling=required
03:09:06.642 SIP.STACK MSG Content-Type: application/sdp
03:09:06.643 SIP.STACK MSG
03:09:06.643 SIP.STACK MSG v=0
03:09:06.643 SIP.STACK MSG o=Sonus_UAC 482607 418488 IN IP4 68.68.120.138
03:09:06.643 SIP.STACK MSG s=SIP Media Capabilities
03:09:06.643 SIP.STACK MSG c=IN IP4 68.68.120.140
03:09:06.644 SIP.STACK MSG t=0 0
03:09:06.644 SIP.STACK MSG m=audio 54572 RTP/AVP 0 8 18 101
03:09:06.644 SIP.STACK MSG a=rtpmap:0 PCMU/8000
03:09:06.644 SIP.STACK MSG a=rtpmap:8 PCMA/8000
03:09:06.644 SIP.STACK MSG a=rtpmap:18 G729/8000
03:09:06.644 SIP.STACK MSG a=rtpmap:101 telephone-event/8000
03:09:06.645 SIP.STACK MSG a=fmtp:101 0-15
03:09:06.645 SIP.STACK MSG a=sendrecv
03:09:06.645 SIP.STACK MSG a=maxptime:20
03:09:06.645 SIP.STACK MSG
03:09:06.648 SIP.CLDU Cldu::CallLegCreatedEv: Incoming CallLeg created from 3476783993@68.68.120.138:5060 to 7187055192@108.58.25.30:5060
03:09:06.652 SIP.CLDU ERROR! Request-URI host is not local, unable to proxy incoming message to 7187055192@108.58.25.30:5060
03:09:06.652 SIP.CLDU ERROR: Cldu::CallLegCreatedEv failed to get CLDU Interface, (0x5297060)
03:09:06.652 SIP.CLDU Incoming message received from 107.191.42.110:5060 via UDP
03:09:06.652 SIP.CLDU CLDU::AppCallLegMsgReceivedEv: Null CLDU Interface, (0x5297060)
03:09:06.653 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5297060)->Offering
03:09:06.653 SIP.CLDU Request rejected (404)
03:09:06.654 SIP.CLDU ERROR! Unable to finalize message: (0x5297060), (0x0)
03:09:06.654 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5297060)->Disconnected
03:09:06.654 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5297060)->Terminated
03:09:08.642 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:09:08.642 SIP.STACK MSG INVITE sip:7187055192@108.58.25.30:5060 SIP/2.0
03:09:08.642 SIP.STACK MSG Record-Route: <sip:107.191.42.110;lr;ftag=gK0461f6e6;did=092.8c394b3>
03:09:08.643 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bK8a26.57af8bc6.0
03:09:08.643 SIP.STACK MSG Via: SIP/2.0/UDP 68.68.120.138:5060;rport=5060;received=68.68.120.138;branch=z9hG4bK04B22a9ec81506b80a3
03:09:08.643 SIP.STACK MSG From: <sip:3476783993@68.68.120.138>;tag=gK0461f6e6
03:09:08.643 SIP.STACK MSG To: <sip:7187055192@107.191.42.110>
03:09:08.643 SIP.STACK MSG Call-ID: 2120529804_81744747@68.68.120.138
03:09:08.644 SIP.STACK MSG CSeq: 494189 INVITE
03:09:08.644 SIP.STACK MSG Max-Forwards: 69
03:09:08.644 SIP.STACK MSG Allow: INVITE,ACK,CANCEL,BYE,REGISTER,REFER,INFO,SUBSCRIBE,NOTIFY,PRACK,UPDATE,OPTIONS,MESSAGE,PUBLISH
03:09:08.644 SIP.STACK MSG Accept: application/sdp, application/isup, application/dtmf, application/dtmf-relay, multipart/mixed
03:09:08.644 SIP.STACK MSG Contact: <sip:3476783993@68.68.120.138:5060>
03:09:08.645 SIP.STACK MSG Remote-Party-ID: <sip:3476783993@68.68.120.138:5060>;privacy=off
03:09:08.645 SIP.STACK MSG Supported: timer,100rel,precondition
03:09:08.645 SIP.STACK MSG Session-Expires: 1800
03:09:08.645 SIP.STACK MSG Min-SE: 90
03:09:08.645 SIP.STACK MSG Content-Length: 290
03:09:08.646 SIP.STACK MSG Content-Disposition: session; handling=required
03:09:08.646 SIP.STACK MSG Content-Type: application/sdp
03:09:08.646 SIP.STACK MSG
03:09:08.646 SIP.STACK MSG v=0
03:09:08.647 SIP.STACK MSG o=Sonus_UAC 482607 418488 IN IP4 68.68.120.138
03:09:08.647 SIP.STACK MSG s=SIP Media Capabilities
03:09:08.647 SIP.STACK MSG c=IN IP4 68.68.120.140
03:09:08.647 SIP.STACK MSG t=0 0
03:09:08.647 SIP.STACK MSG m=audio 54572 RTP/AVP 0 8 18 101
03:09:08.647 SIP.STACK MSG a=rtpmap:0 PCMU/8000
03:09:08.648 SIP.STACK MSG a=rtpmap:8 PCMA/8000
03:09:08.648 SIP.STACK MSG a=rtpmap:18 G729/8000
03:09:08.648 SIP.STACK MSG a=rtpmap:101 telephone-event/8000
03:09:08.648 SIP.STACK MSG a=fmtp:101 0-15
03:09:08.649 SIP.STACK MSG a=sendrecv
03:09:08.649 SIP.STACK MSG a=maxptime:20
03:09:08.649 SIP.STACK MSG
03:09:08.652 SIP.CLDU Cldu::CallLegCreatedEv: Incoming CallLeg created from 3476783993@68.68.120.138:5060 to 7187055192@108.58.25.30:5060
03:09:08.655 SIP.CLDU ERROR! Request-URI host is not local, unable to proxy incoming message to 7187055192@108.58.25.30:5060
03:09:08.656 SIP.CLDU ERROR: Cldu::CallLegCreatedEv failed to get CLDU Interface, (0x5297290)
03:09:08.656 SIP.CLDU Incoming message received from 107.191.42.110:5060 via UDP
03:09:08.656 SIP.CLDU CLDU::AppCallLegMsgReceivedEv: Null CLDU Interface, (0x5297290)
03:09:08.657 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5297290)->Offering
03:09:08.657 SIP.CLDU Request rejected (404)
03:09:08.657 SIP.CLDU ERROR! Unable to finalize message: (0x5297290), (0x0)
03:09:08.658 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5297290)->Disconnected
03:09:08.658 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5297290)->Terminated
03:09:10.728 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:09:10.728 SIP.STACK MSG INVITE sip:7187055192@108.58.25.30:5060 SIP/2.0
03:09:10.728 SIP.STACK MSG Record-Route: <sip:107.191.42.110;lr;ftag=gK0073565d;did=5b5.032fa417>
03:09:10.729 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bKcaff.8ec7fa44.0
03:09:10.729 SIP.STACK MSG Via: SIP/2.0/UDP 68.68.120.138:5060;rport=5060;received=68.68.120.138;branch=z9hG4bK00Bc4af62b1d06135f9
03:09:10.729 SIP.STACK MSG From: <sip:3476783993@68.68.120.138>;tag=gK0073565d
03:09:10.729 SIP.STACK MSG To: <sip:7187055192@107.191.42.110>
03:09:10.730 SIP.STACK MSG Call-ID: 2113944762_91188779@68.68.120.138
03:09:10.730 SIP.STACK MSG CSeq: 572809 INVITE
03:09:10.730 SIP.STACK MSG Max-Forwards: 69
03:09:10.730 SIP.STACK MSG Allow: INVITE,ACK,CANCEL,BYE,REGISTER,REFER,INFO,SUBSCRIBE,NOTIFY,PRACK,UPDATE,OPTIONS,MESSAGE,PUBLISH
03:09:10.730 SIP.STACK MSG Accept: application/sdp, application/isup, application/dtmf, application/dtmf-relay, multipart/mixed
03:09:10.731 SIP.STACK MSG Contact: <sip:3476783993@68.68.120.138:5060>
03:09:10.731 SIP.STACK MSG Remote-Party-ID: <sip:3476783993@68.68.120.138:5060>;privacy=off
03:09:10.731 SIP.STACK MSG Supported: timer,100rel,precondition
03:09:10.731 SIP.STACK MSG Session-Expires: 1800
03:09:10.731 SIP.STACK MSG Min-SE: 90
03:09:10.732 SIP.STACK MSG Content-Length: 290
03:09:10.732 SIP.STACK MSG Content-Disposition: session; handling=required
03:09:10.732 SIP.STACK MSG Content-Type: application/sdp
03:09:10.732 SIP.STACK MSG
03:09:10.732 SIP.STACK MSG v=0
03:09:10.733 SIP.STACK MSG o=Sonus_UAC 982855 753821 IN IP4 68.68.120.138
03:09:10.733 SIP.STACK MSG s=SIP Media Capabilities
03:09:10.733 SIP.STACK MSG c=IN IP4 68.68.120.140
03:09:10.733 SIP.STACK MSG t=0 0
03:09:10.733 SIP.STACK MSG m=audio 46770 RTP/AVP 0 8 18 101
03:09:10.733 SIP.STACK MSG a=rtpmap:0 PCMU/8000
03:09:10.734 SIP.STACK MSG a=rtpmap:8 PCMA/8000
03:09:10.734 SIP.STACK MSG a=rtpmap:18 G729/8000
03:09:10.734 SIP.STACK MSG a=rtpmap:101 telephone-event/8000
03:09:10.734 SIP.STACK MSG a=fmtp:101 0-15
03:09:10.734 SIP.STACK MSG a=sendrecv
03:09:10.735 SIP.STACK MSG a=maxptime:20
03:09:10.735 SIP.STACK MSG
03:09:10.738 SIP.CLDU Cldu::CallLegCreatedEv: Incoming CallLeg created from 3476783993@68.68.120.138:5060 to 7187055192@108.58.25.30:5060
03:09:10.741 SIP.CLDU ERROR! Request-URI host is not local, unable to proxy incoming message to 7187055192@108.58.25.30:5060
03:09:10.742 SIP.CLDU ERROR: Cldu::CallLegCreatedEv failed to get CLDU Interface, (0x52974c0)
03:09:10.742 SIP.CLDU Incoming message received from 107.191.42.110:5060 via UDP
03:09:10.742 SIP.CLDU CLDU::AppCallLegMsgReceivedEv: Null CLDU Interface, (0x52974c0)
03:09:10.743 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x52974c0)->Offering
03:09:10.743 SIP.CLDU Request rejected (404)
03:09:10.743 SIP.CLDU ERROR! Unable to finalize message: (0x52974c0), (0x0)
03:09:10.744 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x52974c0)->Disconnected
03:09:10.744 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x52974c0)->Terminated
03:09:11.188 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:09:11.188 SIP.STACK MSG INVITE sip:7187055192@108.58.25.30:5060 SIP/2.0
03:09:11.188 SIP.STACK MSG Record-Route: <sip:107.191.42.110;lr;ftag=gK0073565d;did=5b5.032fa417>
03:09:11.189 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bKcaff.8ec7fa44.0
03:09:11.189 SIP.STACK MSG Via: SIP/2.0/UDP 68.68.120.138:5060;rport=5060;received=68.68.120.138;branch=z9hG4bK00Bc4af62b1d06135f9
03:09:11.189 SIP.STACK MSG From: <sip:3476783993@68.68.120.138>;tag=gK0073565d
03:09:11.189 SIP.STACK MSG To: <sip:7187055192@107.191.42.110>
03:09:11.189 SIP.STACK MSG Call-ID: 2113944762_91188779@68.68.120.138
03:09:11.190 SIP.STACK MSG CSeq: 572809 INVITE
03:09:11.190 SIP.STACK MSG Max-Forwards: 69
03:09:11.190 SIP.STACK MSG Allow: INVITE,ACK,CANCEL,BYE,REGISTER,REFER,INFO,SUBSCRIBE,NOTIFY,PRACK,UPDATE,OPTIONS,MESSAGE,PUBLISH
03:09:11.190 SIP.STACK MSG Accept: application/sdp, application/isup, application/dtmf, application/dtmf-relay, multipart/mixed
03:09:11.190 SIP.STACK MSG Contact: <sip:3476783993@68.68.120.138:5060>
03:09:11.191 SIP.STACK MSG Remote-Party-ID: <sip:3476783993@68.68.120.138:5060>;privacy=off
03:09:11.191 SIP.STACK MSG Supported: timer,100rel,precondition
03:09:11.191 SIP.STACK MSG Session-Expires: 1800
03:09:11.191 SIP.STACK MSG Min-SE: 90
03:09:11.192 SIP.STACK MSG Content-Length: 290
03:09:11.192 SIP.STACK MSG Content-Disposition: session; handling=required
03:09:11.192 SIP.STACK MSG Content-Type: application/sdp
03:09:11.192 SIP.STACK MSG
03:09:11.192 SIP.STACK MSG v=0
03:09:11.192 SIP.STACK MSG o=Sonus_UAC 982855 753821 IN IP4 68.68.120.138
03:09:11.193 SIP.STACK MSG s=SIP Media Capabilities
03:09:11.193 SIP.STACK MSG c=IN IP4 68.68.120.140
03:09:11.193 SIP.STACK MSG t=0 0
03:09:11.193 SIP.STACK MSG m=audio 46770 RTP/AVP 0 8 18 101
03:09:11.193 SIP.STACK MSG a=rtpmap:0 PCMU/8000
03:09:11.194 SIP.STACK MSG a=rtpmap:8 PCMA/8000
03:09:11.194 SIP.STACK MSG a=rtpmap:18 G729/8000
03:09:11.194 SIP.STACK MSG a=rtpmap:101 telephone-event/8000
03:09:11.194 SIP.STACK MSG a=fmtp:101 0-15
03:09:11.195 SIP.STACK MSG a=sendrecv
03:09:11.195 SIP.STACK MSG a=maxptime:20
03:09:11.195 SIP.STACK MSG
03:09:11.198 SIP.CLDU Cldu::CallLegCreatedEv: Incoming CallLeg created from 3476783993@68.68.120.138:5060 to 7187055192@108.58.25.30:5060
03:09:11.201 SIP.CLDU ERROR! Request-URI host is not local, unable to proxy incoming message to 7187055192@108.58.25.30:5060
03:09:11.202 SIP.CLDU ERROR: Cldu::CallLegCreatedEv failed to get CLDU Interface, (0x52976f0)
03:09:11.202 SIP.CLDU Incoming message received from 107.191.42.110:5060 via UDP
03:09:11.202 SIP.CLDU CLDU::AppCallLegMsgReceivedEv: Null CLDU Interface, (0x52976f0)
03:09:11.202 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x52976f0)->Offering
03:09:11.203 SIP.CLDU Request rejected (404)
03:09:11.203 SIP.CLDU ERROR! Unable to finalize message: (0x52976f0), (0x0)
03:09:11.204 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x52976f0)->Disconnected
03:09:11.204 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x52976f0)->Terminated
03:09:12.190 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:09:12.190 SIP.STACK MSG INVITE sip:7187055192@108.58.25.30:5060 SIP/2.0
03:09:12.190 SIP.STACK MSG Record-Route: <sip:107.191.42.110;lr;ftag=gK0073565d;did=5b5.032fa417>
03:09:12.191 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bKcaff.8ec7fa44.0
03:09:12.191 SIP.STACK MSG Via: SIP/2.0/UDP 68.68.120.138:5060;rport=5060;received=68.68.120.138;branch=z9hG4bK00Bc4af62b1d06135f9
03:09:12.191 SIP.STACK MSG From: <sip:3476783993@68.68.120.138>;tag=gK0073565d
03:09:12.191 SIP.STACK MSG To: <sip:7187055192@107.191.42.110>
03:09:12.191 SIP.STACK MSG Call-ID: 2113944762_91188779@68.68.120.138
03:09:12.192 SIP.STACK MSG CSeq: 572809 INVITE
03:09:12.192 SIP.STACK MSG Max-Forwards: 69
03:09:12.192 SIP.STACK MSG Allow: INVITE,ACK,CANCEL,BYE,REGISTER,REFER,INFO,SUBSCRIBE,NOTIFY,PRACK,UPDATE,OPTIONS,MESSAGE,PUBLISH
03:09:12.192 SIP.STACK MSG Accept: application/sdp, application/isup, application/dtmf, application/dtmf-relay, multipart/mixed
03:09:12.193 SIP.STACK MSG Contact: <sip:3476783993@68.68.120.138:5060>
03:09:12.193 SIP.STACK MSG Remote-Party-ID: <sip:3476783993@68.68.120.138:5060>;privacy=off
03:09:12.193 SIP.STACK MSG Supported: timer,100rel,precondition
03:09:12.193 SIP.STACK MSG Session-Expires: 1800
03:09:12.193 SIP.STACK MSG Min-SE: 90
03:09:12.193 SIP.STACK MSG Content-Length: 290
03:09:12.194 SIP.STACK MSG Content-Disposition: session; handling=required
03:09:12.194 SIP.STACK MSG Content-Type: application/sdp
03:09:12.194 SIP.STACK MSG
03:09:12.194 SIP.STACK MSG v=0
03:09:12.195 SIP.STACK MSG o=Sonus_UAC 982855 753821 IN IP4 68.68.120.138
03:09:12.195 SIP.STACK MSG s=SIP Media Capabilities
03:09:12.195 SIP.STACK MSG c=IN IP4 68.68.120.140
03:09:12.195 SIP.STACK MSG t=0 0
03:09:12.195 SIP.STACK MSG m=audio 46770 RTP/AVP 0 8 18 101
03:09:12.196 SIP.STACK MSG a=rtpmap:0 PCMU/8000
03:09:12.196 SIP.STACK MSG a=rtpmap:8 PCMA/8000
03:09:12.196 SIP.STACK MSG a=rtpmap:18 G729/8000
03:09:12.196 SIP.STACK MSG a=rtpmap:101 telephone-event/8000
03:09:12.196 SIP.STACK MSG a=fmtp:101 0-15
03:09:12.196 SIP.STACK MSG a=sendrecv
03:09:12.197 SIP.STACK MSG a=maxptime:20
03:09:12.197 SIP.STACK MSG
03:09:12.200 SIP.CLDU Cldu::CallLegCreatedEv: Incoming CallLeg created from 3476783993@68.68.120.138:5060 to 7187055192@108.58.25.30:5060
03:09:12.203 SIP.CLDU ERROR! Request-URI host is not local, unable to proxy incoming message to 7187055192@108.58.25.30:5060
03:09:12.204 SIP.CLDU ERROR: Cldu::CallLegCreatedEv failed to get CLDU Interface, (0x5297920)
03:09:12.204 SIP.CLDU Incoming message received from 107.191.42.110:5060 via UDP
03:09:12.204 SIP.CLDU CLDU::AppCallLegMsgReceivedEv: Null CLDU Interface, (0x5297920)
03:09:12.205 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5297920)->Offering
03:09:12.205 SIP.CLDU Request rejected (404)
03:09:12.205 SIP.CLDU ERROR! Unable to finalize message: (0x5297920), (0x0)
03:09:12.206 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5297920)->Disconnected
03:09:12.206 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5297920)->Terminated
03:09:13.592 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:09:13.593 SIP.STACK MSG OPTIONS sip:108.58.25.30:5060 SIP/2.0
03:09:13.593 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bKc548e98
03:09:13.593 SIP.STACK MSG From: sip:pinger@107.191.42.110;tag=b8559962
03:09:13.593 SIP.STACK MSG To: sip:108.58.25.30:5060
03:09:13.594 SIP.STACK MSG Call-ID: b3d044b4-c548e98-a102@107.191.42.110
03:09:13.594 SIP.STACK MSG CSeq: 1 OPTIONS
03:09:13.594 SIP.STACK MSG Max-Forwards: 70
03:09:13.594 SIP.STACK MSG Content-Length: 0
03:09:13.594 SIP.STACK MSG
03:09:13.597 SIP.STACK MSG Tx: UDP src=192.168.2.60:5060 dst=107.191.42.110:5060
03:09:13.597 SIP.STACK MSG SIP/2.0 200 OK
03:09:13.597 SIP.STACK MSG From: <sip:pinger@107.191.42.110>;tag=b8559962
03:09:13.598 SIP.STACK MSG To: <sip:108.58.25.30:5060>;tag=526f950-7f000001-13c4-52c59-d1aaff91-52c59
03:09:13.598 SIP.STACK MSG Call-ID: b3d044b4-c548e98-a102@107.191.42.110
03:09:13.598 SIP.STACK MSG CSeq: 1 OPTIONS
03:09:13.598 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bKc548e98
03:09:13.598 SIP.STACK MSG Supported: 100rel,replaces
03:09:13.599 SIP.STACK MSG Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, PRACK, REFER, REGISTER
03:09:13.599 SIP.STACK MSG User-Agent: ADTRAN_Total_Access_908e_2nd_Gen/R13.2.0.E
03:09:13.599 SIP.STACK MSG Content-Length: 0
03:09:13.599 SIP.STACK MSG
03:09:14.195 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:09:14.195 SIP.STACK MSG INVITE sip:7187055192@108.58.25.30:5060 SIP/2.0
03:09:14.195 SIP.STACK MSG Record-Route: <sip:107.191.42.110;lr;ftag=gK0073565d;did=5b5.032fa417>
03:09:14.195 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bKcaff.8ec7fa44.0
03:09:14.195 SIP.STACK MSG Via: SIP/2.0/UDP 68.68.120.138:5060;rport=5060;received=68.68.120.138;branch=z9hG4bK00Bc4af62b1d06135f9
03:09:14.196 SIP.STACK MSG From: <sip:3476783993@68.68.120.138>;tag=gK0073565d
03:09:14.196 SIP.STACK MSG To: <sip:7187055192@107.191.42.110>
03:09:14.196 SIP.STACK MSG Call-ID: 2113944762_91188779@68.68.120.138
03:09:14.196 SIP.STACK MSG CSeq: 572809 INVITE
03:09:14.196 SIP.STACK MSG Max-Forwards: 69
03:09:14.197 SIP.STACK MSG Allow: INVITE,ACK,CANCEL,BYE,REGISTER,REFER,INFO,SUBSCRIBE,NOTIFY,PRACK,UPDATE,OPTIONS,MESSAGE,PUBLISH
03:09:14.197 SIP.STACK MSG Accept: application/sdp, application/isup, application/dtmf, application/dtmf-relay, multipart/mixed
03:09:14.197 SIP.STACK MSG Contact: <sip:3476783993@68.68.120.138:5060>
03:09:14.197 SIP.STACK MSG Remote-Party-ID: <sip:3476783993@68.68.120.138:5060>;privacy=off
03:09:14.197 SIP.STACK MSG Supported: timer,100rel,precondition
03:09:14.198 SIP.STACK MSG Session-Expires: 1800
03:09:14.198 SIP.STACK MSG Min-SE: 90
03:09:14.198 SIP.STACK MSG Content-Length: 290
03:09:14.198 SIP.STACK MSG Content-Disposition: session; handling=required
03:09:14.198 SIP.STACK MSG Content-Type: application/sdp
03:09:14.198 SIP.STACK MSG
03:09:14.199 SIP.STACK MSG v=0
03:09:14.199 SIP.STACK MSG o=Sonus_UAC 982855 753821 IN IP4 68.68.120.138
03:09:14.199 SIP.STACK MSG s=SIP Media Capabilities
03:09:14.199 SIP.STACK MSG c=IN IP4 68.68.120.140
03:09:14.199 SIP.STACK MSG t=0 0
03:09:14.200 SIP.STACK MSG m=audio 46770 RTP/AVP 0 8 18 101
03:09:14.200 SIP.STACK MSG a=rtpmap:0 PCMU/8000
03:09:14.200 SIP.STACK MSG a=rtpmap:8 PCMA/8000
03:09:14.200 SIP.STACK MSG a=rtpmap:18 G729/8000
03:09:14.200 SIP.STACK MSG a=rtpmap:101 telephone-event/8000
03:09:14.201 SIP.STACK MSG a=fmtp:101 0-15
03:09:14.201 SIP.STACK MSG a=sendrecv
03:09:14.201 SIP.STACK MSG a=maxptime:20
03:09:14.201 SIP.STACK MSG
03:09:14.204 SIP.CLDU Cldu::CallLegCreatedEv: Incoming CallLeg created from 3476783993@68.68.120.138:5060 to 7187055192@108.58.25.30:5060
03:09:14.208 SIP.CLDU ERROR! Request-URI host is not local, unable to proxy incoming message to 7187055192@108.58.25.30:5060
03:09:14.208 SIP.CLDU ERROR: Cldu::CallLegCreatedEv failed to get CLDU Interface, (0x5297b50)
03:09:14.208 SIP.CLDU Incoming message received from 107.191.42.110:5060 via UDP
03:09:14.208 SIP.CLDU CLDU::AppCallLegMsgReceivedEv: Null CLDU Interface, (0x5297b50)
03:09:14.209 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5297b50)->Offering
03:09:14.209 SIP.CLDU Request rejected (404)
03:09:14.210 SIP.CLDU ERROR! Unable to finalize message: (0x5297b50), (0x0)
03:09:14.210 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5297b50)->Disconnected
03:09:14.210 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5297b50)->Terminated
03:09:23.475 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:09:23.475 SIP.STACK MSG OPTIONS sip:108.58.25.30:5060 SIP/2.0
03:09:23.475 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bK3648e98
03:09:23.476 SIP.STACK MSG From: sip:pinger@107.191.42.110;tag=29559962
03:09:23.476 SIP.STACK MSG To: sip:108.58.25.30:5060
03:09:23.476 SIP.STACK MSG Call-ID: b3d044b4-3648e98-4202@107.191.42.110
03:09:23.476 SIP.STACK MSG CSeq: 1 OPTIONS
03:09:23.476 SIP.STACK MSG Max-Forwards: 70
03:09:23.477 SIP.STACK MSG Content-Length: 0
03:09:23.477 SIP.STACK MSG
03:09:23.479 SIP.STACK MSG Tx: UDP src=192.168.2.60:5060 dst=107.191.42.110:5060
03:09:23.479 SIP.STACK MSG SIP/2.0 200 OK
03:09:23.480 SIP.STACK MSG From: <sip:pinger@107.191.42.110>;tag=29559962
03:09:23.480 SIP.STACK MSG To: <sip:108.58.25.30:5060>;tag=52711b0-7f000001-13c4-52c63-829e02ef-52c63
03:09:23.480 SIP.STACK MSG Call-ID: b3d044b4-3648e98-4202@107.191.42.110
03:09:23.480 SIP.STACK MSG CSeq: 1 OPTIONS
03:09:23.480 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bK3648e98
03:09:23.481 SIP.STACK MSG Supported: 100rel,replaces
03:09:23.481 SIP.STACK MSG Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, PRACK, REFER, REGISTER
03:09:23.481 SIP.STACK MSG User-Agent: ADTRAN_Total_Access_908e_2nd_Gen/R13.2.0.E
03:09:23.481 SIP.STACK MSG Content-Length: 0
03:09:23.482 SIP.STACK MSG
yeah there are some problems with your network.
can you do a ping sip.phone.cloud from the TA 908 and see what IP gets resolved.
Here is invite and error with my notes added in
03:08:21.544 SIP.STACK MSG Rx: UDP src=5.62.63.183:9722 dst=192.168.2.60:5060 <--This is L3 IPs and note that they are different then the SIP L7 INVITE,FROM,TO header IPs
03:08:21.544 SIP.STACK MSG INVITE sip:758011972592277524@108.58.25.30 SIP/2.0
03:08:21.544 SIP.STACK MSG Via: SIP/2.0/UDP 0.0.0.0:51151;branch=z9hG4bK1750377473
03:08:21.545 SIP.STACK MSG Max-Forwards: 70
03:08:21.545 SIP.STACK MSG From: <sip:758011108582530@108.58.25.30>;tag=1847956697
03:08:21.545 SIP.STACK MSG To: <sip:758011972592277524@108.58.25.30>
03:08:21.545 SIP.STACK MSG Call-ID: 137082478-195217114-1056895159
03:08:21.545 SIP.STACK MSG CSeq: 1 INVITE
03:08:21.546 SIP.STACK MSG Contact: <sip:758011108582530@212.129.10.158:51151>
03:08:21.546 SIP.STACK MSG User-Agent: pplsip
03:08:21.546 SIP.STACK MSG Content-Type: application/sdp
03:08:21.546 SIP.STACK MSG Content-Length: 204
03:08:21.546 SIP.STACK MSG
03:08:21.546 SIP.STACK MSG v=0
03:08:21.547 SIP.STACK MSG o=758011108582530 16264 18299 IN IP4 0.0.0.0
03:08:21.547 SIP.STACK MSG s=pplsip
03:08:21.547 SIP.STACK MSG c=IN IP4 0.0.0.0 <--This should not be 0.0.0.0, it should be the IP of your softswitch.
03:08:21.547 SIP.STACK MSG t=0 0
03:08:21.547 SIP.STACK MSG m=audio 25282 RTP/AVP 100 6 0 8 3 18 5 101
03:08:21.548 SIP.STACK MSG a=rtpmap:0 pcmu/8000
03:08:21.548 SIP.STACK MSG a=rtpmap:101 telephone-event/8000
03:08:21.548 SIP.STACK MSG a=fmtp:101 0-11
03:08:21.548 SIP.STACK MSG
03:08:21.551 SIP.CLDU Cldu::CallLegCreatedEv: Incoming CallLeg created from 758011108582530@108.58.25.30:5060 to 758011972592277524@108.58.25.30:5060
03:08:21.554 SIP.CLDU ERROR! Request-URI host is not local, unable to proxy incoming message to 758011972592277524@108.58.25.30:5060
03:08:21.554 SIP.CLDU ERROR: Cldu::CallLegCreatedEv failed to get CLDU Interface, (0x5295850)
03:08:21.554 SIP.CLDU Incoming message received from 5.62.63.183:9722 via UDP
03:08:21.555 SIP.CLDU CLDU::AppCallLegMsgReceivedEv: Null CLDU Interface, (0x5295850)
03:08:21.555 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5295850)->Offering
03:08:21.555 SIP.CLDU Request rejected (404)
reason the call is dropping is that the AOS SIP Stack looks at the REQUEST URI which by default is the INVITE header which is: 758011972592277524@108.58.25.30:5060
-they it looks at the IPs on the unit and it has to match. Since it doesn't match any IPs on the unit, call gets rejected with a 404.
So my bet is that you have some kind of router/firewall sitting in front of the TA 908 that is not a true SIP aware firewall and it is not properly natting the Layer 7 SIP messages.
You either need to move the TA 908 to the edge with public IP or get a true SIP aware firewaall or SBC in front of the TA 908. Recommended it moving adtran to edge.
Other thing i see is that your softswitch is using port 9722 for SIP messages. src=5.62.63.183:9722
Let me know if any questions.
-Mark
over after going further down in debug looks like that was a hack of someone trying to route a call to your TA 908. This means your edge firewall router is more than likely listening on port 5060 from any IP. This is very bad and can cause lots of problems. Must be firewall rule only allowing 5060 from IP of your softswitch.
Looks like below is the proper INVITE i need to look at but you still have same problem the Request URI IP does not match any IP on your unit. It is different than your L3 IP.
03:08:53.072 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:08:53.072 SIP.STACK MSG INVITE sip:7187055192@108.58.25.30:5060 SIP/2.0
03:08:53.072 SIP.STACK MSG Record-Route: <sip:107.191.42.110;lr;ftag=gK006f9dd5;did=56b.c544a1b4>
03:08:53.073 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bK8bc4.bcd0dc06.0
03:08:53.073 SIP.STACK MSG Via: SIP/2.0/UDP 68.68.120.138:5060;rport=5060;received=68.68.120.138;branch=z9hG4bK00Bc01da6afc1559212
03:08:53.073 SIP.STACK MSG From: <sip:3476783993@68.68.120.138>;tag=gK006f9dd5
03:08:53.073 SIP.STACK MSG To: <sip:7187055192@107.191.42.110>
03:08:53.073 SIP.STACK MSG Call-ID: 2113943791_131570088@68.68.120.138
03:08:53.074 SIP.STACK MSG CSeq: 176910 INVITE
03:08:53.074 SIP.STACK MSG Max-Forwards: 69
03:08:53.074 SIP.STACK MSG Allow: INVITE,ACK,CANCEL,BYE,REGISTER,REFER,INFO,SUBSCRIBE,NOTIFY,PRACK,UPDATE,OPTIONS,MESSAGE,PUBLISH
03:08:53.074 SIP.STACK MSG Accept: application/sdp, application/isup, application/dtmf, application/dtmf-relay, multipart/mixed
03:08:53.074 SIP.STACK MSG Contact: <sip:3476783993@68.68.120.138:5060>
03:08:53.075 SIP.STACK MSG Remote-Party-ID: <sip:3476783993@68.68.120.138:5060>;privacy=off
03:08:53.075 SIP.STACK MSG Supported: timer,100rel,precondition
03:08:53.075 SIP.STACK MSG Session-Expires: 1800
03:08:53.075 SIP.STACK MSG Min-SE: 90
03:08:53.075 SIP.STACK MSG Content-Length: 289
03:08:53.076 SIP.STACK MSG Content-Disposition: session; handling=required
03:08:53.076 SIP.STACK MSG Content-Type: application/sdp
03:08:53.076 SIP.STACK MSG
03:08:53.077 SIP.STACK MSG v=0
03:08:53.077 SIP.STACK MSG o=Sonus_UAC 502513 202029 IN IP4 68.68.120.138
03:08:53.077 SIP.STACK MSG s=SIP Media Capabilities
03:08:53.077 SIP.STACK MSG c=IN IP4 68.68.120.140
03:08:53.077 SIP.STACK MSG t=0 0
03:08:53.077 SIP.STACK MSG m=audio 7168 RTP/AVP 0 8 18 101
03:08:53.077 SIP.STACK MSG a=rtpmap:0 PCMU/8000
03:08:53.077 SIP.STACK MSG a=rtpmap:8 PCMA/8000
03:08:53.078 SIP.STACK MSG a=rtpmap:18 G729/8000
03:08:53.078 SIP.STACK MSG a=rtpmap:101 telephone-event/8000
03:08:53.078 SIP.STACK MSG a=fmtp:101 0-15
03:08:53.078 SIP.STACK MSG a=sendrecv
03:08:53.078 SIP.STACK MSG a=maxptime:20
03:08:53.079 SIP.STACK MSG
03:08:53.082 SIP.CLDU Cldu::CallLegCreatedEv: Incoming CallLeg created from 3476783993@68.68.120.138:5060 to 7187055192@108.58.25.30:5060
03:08:53.086 SIP.CLDU ERROR! Request-URI host is not local, unable to proxy incoming message to 7187055192@108.58.25.30:5060
03:08:53.086 SIP.CLDU ERROR: Cldu::CallLegCreatedEv failed to get CLDU Interface, (0x5295a80)
03:08:53.086 SIP.CLDU Incoming message received from 107.191.42.110:5060 via UDP
03:08:53.086 SIP.CLDU CLDU::AppCallLegMsgReceivedEv: Null CLDU Interface, (0x5295a80)
03:08:53.087 SIP.CLDU Cldu::CallLegStateChangedEv: Null CLDU Interface, (0x5295a80)->Offering
03:08:53.087 SIP.CLDU Request rejected (404)
sorry you are right the First one seems like a hack i will reach out to the firewall admin about this to add the source ip to the rule
the 2nd post is my test call
SRC 347 678 3993
Dest 7187055192
on the outgoing calls the NAT is OK we don't have any issues
right now they dont have 2 public ip address so 1 cant move the 908e to the public
they are using right now a LRT224 i think that you might be right with this that they will need to upgrade the firewall
If outgoing calls work fine, doesn't that mean that the NAT is ok?
on the outgoing call, did you verify two-way talk path? Place an outbound call, answer phone and talk both directions. I would assume that the phone on site would have not be able to hear any audio from the person that was being called.
I looked at the datasheet on the LRT224 and it didn't say anything about being SIP aware.
Your softswitch is not sitting behind a non sip aware firewall so it doesn't have the problem that the TA 908 is having.
-Mark
for outgoing call i am able to hear the person on the other side!
that why i am not sure if this is really a NAT issue
trust me this is a NAT issue. I teach this product and troubleshoot this product and see this problem all the time.
Here is your incoming invite. It also looks like you have a proxy device in there adding a Record-Route header. Problem is that your L7 headers have not been changed it is still 108 IPs and 107 IPson the INVITE and To headers. I don't know your network so I don't know what the 108.58.25.30 address is or the 107.191.42.110 address is. For the call to work the L3 dst IP (192.168.2.60) must match either the INVITE or To: IP for us to accept a call. If not then we think the cal is not for us if the L7 SIP address is not our IP.
03:08:53.072 SIP.STACK MSG Rx: UDP src=107.191.42.110:5060 dst=192.168.2.60:5060
03:08:53.072 SIP.STACK MSG INVITE sip:7187055192@108.58.25.30:5060 SIP/2.0
03:08:53.072 SIP.STACK MSG Record-Route: <sip:107.191.42.110;lr;ftag=gK006f9dd5;did=56b.c544a1b4>
03:08:53.073 SIP.STACK MSG Via: SIP/2.0/UDP 107.191.42.110:5060;branch=z9hG4bK8bc4.bcd0dc06.0
03:08:53.073 SIP.STACK MSG Via: SIP/2.0/UDP 68.68.120.138:5060;rport=5060;received=68.68.120.138;branch=z9hG4bK00Bc01da6afc1559212
03:08:53.073 SIP.STACK MSG From: <sip:3476783993@68.68.120.138>;tag=gK006f9dd5
03:08:53.073 SIP.STACK MSG To: <sip:7187055192@107.191.42.110>
03:08:53.073 SIP.STACK MSG Call-ID: 2113943791_131570088@68.68.120.138
03:08:53.074 SIP.STACK MSG CSeq: 176910 INVITE
03:08:53.074 SIP.STACK MSG Max-Forwards: 69
03:08:53.074 SIP.STACK MSG Allow: INVITE,ACK,CANCEL,BYE,REGISTER,REFER,INFO,SUBSCRIBE,NOTIFY,PRACK,UPDATE,OPTIONS,MESSAGE,PUBLISH
03:08:53.074 SIP.STACK MSG Accept: application/sdp, application/isup, application/dtmf, application/dtmf-relay, multipart/mixed
03:08:53.074 SIP.STACK MSG Contact: <sip:3476783993@68.68.120.138:5060>
03:08:53.075 SIP.STACK MSG Remote-Party-ID: <sip:3476783993@68.68.120.138:5060>;privacy=off
03:08:53.075 SIP.STACK MSG Supported: timer,100rel,precondition
03:08:53.075 SIP.STACK MSG Session-Expires: 1800
03:08:53.075 SIP.STACK MSG Min-SE: 90
03:08:53.075 SIP.STACK MSG Content-Length: 289
03:08:53.076 SIP.STACK MSG Content-Disposition: session; handling=required
03:08:53.076 SIP.STACK MSG Content-Type: application/sdp
03:08:53.076 SIP.STACK MSG
03:08:53.077 SIP.STACK MSG v=0
03:08:53.077 SIP.STACK MSG o=Sonus_UAC 502513 202029 IN IP4 68.68.120.138
03:08:53.077 SIP.STACK MSG s=SIP Media Capabilities
03:08:53.077 SIP.STACK MSG c=IN IP4 68.68.120.140
03:08:53.077 SIP.STACK MSG t=0 0
03:08:53.077 SIP.STACK MSG m=audio 7168 RTP/AVP 0 8 18 101
03:08:53.077 SIP.STACK MSG a=rtpmap:0 PCMU/8000
03:08:53.077 SIP.STACK MSG a=rtpmap:8 PCMA/8000
03:08:53.078 SIP.STACK MSG a=rtpmap:18 G729/8000
03:08:53.078 SIP.STACK MSG a=rtpmap:101 telephone-event/8000
03:08:53.078 SIP.STACK MSG a=fmtp:101 0-15
03:08:53.078 SIP.STACK MSG a=sendrecv
03:08:53.078 SIP.STACK MSG a=maxptime:20
Other way to prove what is going on is to get a packet capture on the WAN side of the LRT224. The datasheet for it says its a business class router so it should have port mirroring on it or the ability to do a packet capture. All our routers and switches can do that. Then send us the packet capture to look at.
-Mark
Thank you for the info
i will do later today a debug sip stack mes when i make the outgoing calls..
i will reach out to the IT Dept about the router
Moshe,
if you do a debug for outbound call on TA 908 use all the commands:
debug sip stack mes
debug voice verbose
debug sip cldu
debug isdn l2-formatted
But what we really need is a packet capture on WAN side of the router or from the router itself so we can see what being sent out bound and also for incoming call what it is receiving.
-Mark
It's a NAT issue in that the NAT device between the TA900 and the public IP isn't fixing up the SIP packets correctly.
Voice gateways like the TA900 really want to have their outside interface on the public side of any firewalls or NAT devices.
i ordered more public IP address from my ISP as soon as i put the 908e on public incoming calls are working
still not sure why outgoing did work on NAT
Great to hear that you got it working! Yeah only thing i can think of is that the Sonus softswitch wasn't as strict with IPs of L3 and L7 IPs. Only way to know for sure is to see a packet capture from the Linksys router on the WAN side.
Thanks for posting the resolution.
-Mark