num025
Technical User
- Sep 8, 2008
- 195
We've been trying to work out a SIP trunk configuration between a CM 5.2.1 server and an SBC using only TCP which means there are no Session Managers involved as far as I understand it. However, everytime we try to make calls after a few seconds it just drops for no apparent reason. We tried tracing a sample call and here's what we got:
The trace showed that at the exact moment of ringing it seems the CM sends a cancel SIP message thus ending the call. The call was proven to reach the called number as it was registered on our cellphone when we attempted to call its number. We tried looking the denial event up however it just states that it was only a normal event. Could this be really caused by the CM itself or could it be from the SBC or from the provider itself?
Code:
LIST TRACE
time data
15:49:42 dial 9xxxxxxx route:ARS
15:49:42 route-pattern 99 preference 1 cid 0x9
15:49:42 seize trunk-group 99 member 7 cid 0x9
15:49:42 Calling Number & Name zzzz Caller
15:49:42 SIP>INVITE sip:xxxxxxx@yyy.yyy.yyy.yyy SIP/2.0
15:49:42 Setup digits xxxxxxx
15:49:42 Calling Number & Name 917zzzz Caller
15:49:42 SIP<SIP/2.0 100 Trying
15:49:42 Proceed trunk-group 99 member 7 cid 0x9
15:49:49 SIP<SIP/2.0 180 Ringing
15:49:49 SIP>CANCEL sip:xxxxxxx@yyy.yyy.yyy.yyy SIP/2.0
15:49:49 SIP<SIP/2.0 200 OK
15:49:49 SIP<SIP/2.0 487 Request Terminated
15:49:49 SIP>ACK sip:xxxxxxx@yyy.yyy.yyy.yyy SIP/2.0
15:49:49 denial event 1178: Normal call clearing D1=0x9 D2=0x210
15:49:49 idle trunk-group 99 member 7 cid 0x9
Where:
xxxxxxx - Called number
yyy.yyy.yyy.yyy - SBC IP Address
zzzz - Extension
The trace showed that at the exact moment of ringing it seems the CM sends a cancel SIP message thus ending the call. The call was proven to reach the called number as it was registered on our cellphone when we attempted to call its number. We tried looking the denial event up however it just states that it was only a normal event. Could this be really caused by the CM itself or could it be from the SBC or from the provider itself?