05-27-2018 12:37 PM - edited 03-17-2019 12:53 PM
Hello all...can some one please advice what is the cause of the call getting dropped right at 7 seconds mark...outgoing is no issue....I am struggling with this system and need help. sh run attached.
Solved! Go to Solution.
05-28-2018 02:56 PM
05-28-2018 03:31 PM
Nipun,
Call ID 161 is not from ITSP to gateway. ITSP is not talking to CCAPI. This is the leg from the SIP layer to CCAPI. Hence it is the gateway that is sending the disconnect not the ITSP. I analysed the logs in detailed below.
05-28-2018 03:40 PM
05-28-2018 04:01 PM
Hi there...
So the NAT is happening on the firewall, initially i thought its the FW not doing the NATing properly, I opened up a ticket with Palo Alto and they dig deeper and found out that PA is doing the NAT properly, there is nothing wrong in it...the said the CME is saying BYE and dc the call.
pardon me, there is a lot of stuff you guys talking that I just don't understand....lol...I am brand new to voice platform...what should I be saying to ITSP now? I know they checked everything at their end earlier....I don't know.
05-28-2018 04:35 PM
05-28-2018 05:05 PM
these threads here are not allowing the attachment of pcaps.
05-28-2018 11:05 PM
05-29-2018 05:22 AM
Hi,
We can try something also. Lets modify your contact header to have your public IP using sip profiles
Configure the following
#conf t
voice class sip-profiles 10
response 200 sip-header Contact modify “<sip:(.*)@192.168.70.254:5060>" "<sip:\1@64.114.20.54:5065>"
Then apply it to the inbound dial-peer which matched the called number from ITSP
dial-peer voice 1 voip
voice-class sip profiles 10
Test again and if it fails please send the following logs
debug ccsip info
debug ccsip mess
05-29-2018 06:03 AM
When I mentioned earlier that the ITSP dial peer usually has SIP bound to the ITSP-facing interface I was thinking something along these lines. That the ITSP is declining to respond to OK messages from an IP address they do not recognize. I didn't realize the router was behind a NATed firewall.
I will keep your command handy for future reference. You are 'da bomb!
Maren
05-29-2018 11:14 PM
so I initiated some calls today and asked the ITSP to do a trace for me, they told me that the message 200 is coming from an internal IP.
I modified voice class sip profile as Ayodegi advised and called that profile in the inbound dial-peer and the issue is resolved...you are the MAN and a scholar! thanks a bunch...thanks to all as well!.
05-30-2018 12:31 AM
05-30-2018 08:29 AM
actually thats a no. I have configured my firewall to do the NAT with SIP ALG disabled (tried with enabling) there are a few application overrides and other settings, but still the FW was missing this NAT (apparently a known issue with CME integration with Palo Alto) before that I was doing it it my ASA which had no issues.
05-30-2018 08:33 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide