11-04-2015 12:22 AM - edited 03-17-2019 04:48 AM
I have a cucm 9 connected to 2921 router MGCP Gate way
we use FXO line
we tried to replace the FXO by SIP trunk
but when we try to make a call from out side to the call manager
the telephone ring but when we pick up the phone we don not hear any thing and the calling person still hearing the ring
and from inside to outside we hear the wrong number message
I attached the configuration file - the ccsip debug text
I appricaiate your help
Solved! Go to Solution.
11-04-2015 12:39 AM
Hi
For the incoming call from Huawei SoftX3000 V300R010 (SBC) into the gateway, the gateway receives an invite and send the same to the other side. Otehr end responds with a trying and ringing. When teh gateway sends this 180 ringing message to the SBC, it did not receive any response and timed out resulting in call disconnect with error code 102.
Could you check with the SBC side on this. Outbound call is in the debug provided. Can you provide the call details to check.
HTH
Rajan
11-04-2015 12:57 AM
Rajan is right what is happening here. To add a note, although incoming INVITE mention the support of 100rel but this can be seen frequently that it's not supported by many providers. 180 Rining being sent by gateway in result expecting 100rel in *require* header.
You would like to disable 100rel under voice service voip and then re-check.
voice service voip
sip
rel1xx disable
- Vivek
11-04-2015 12:39 AM
Hi
For the incoming call from Huawei SoftX3000 V300R010 (SBC) into the gateway, the gateway receives an invite and send the same to the other side. Otehr end responds with a trying and ringing. When teh gateway sends this 180 ringing message to the SBC, it did not receive any response and timed out resulting in call disconnect with error code 102.
Could you check with the SBC side on this. Outbound call is in the debug provided. Can you provide the call details to check.
HTH
Rajan
11-04-2015 12:50 AM
11-04-2015 01:01 AM
03-31-2018 03:00 PM
11-04-2015 12:57 AM
Rajan is right what is happening here. To add a note, although incoming INVITE mention the support of 100rel but this can be seen frequently that it's not supported by many providers. 180 Rining being sent by gateway in result expecting 100rel in *require* header.
You would like to disable 100rel under voice service voip and then re-check.
voice service voip
sip
rel1xx disable
- Vivek
11-04-2015 01:27 AM
thanks
now i can inter establish a call from outside to inside
but another problem appear
the peson inside cucm can not hear the outside
but the out side can hear
11-04-2015 01:30 AM
Can you please share the SIP trace of that call including show voip rtp connection...
- Vivek
11-04-2015 01:38 AM
11-04-2015 01:56 AM
There are no sip traces attached.
- Vivek
11-04-2015 02:25 AM
11-04-2015 02:30 AM
This is not complete SIP trace. If you see, there is no INVITE coming from service provider and forwarded to CUCM...
- Vivek
11-04-2015 03:32 AM
11-04-2015 03:59 AM
Well, so issue is with SIP bind interface. 200 OK (answer) is being sent to service provider using gig 0/0 interface, however I believe that service provider facing interface is gig 0/2.241. That might be the reason there is no ACK from service provider and hence no media coming from service provider end. However service provider has published correct IP address in SDP hence your internal users audio is being sent to service provider network correctly.
Is the dial-peer 1974 (/voip) which you're expecting to match for inbound calls from service provider? If yes, add the SIP bind command under dial-peer 1974;
voice-class sip bind control source-interface GigabitEthernet0/2.241
voice-class sip bind media source-interface GigabitEthernet0/2.241
Let us know how it goes.
- Vivek
11-04-2015 04:39 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