cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1390
Views
0
Helpful
2
Replies

CUBE SIP Error

Chuan Liu
Level 1
Level 1

Hi,

I have a CUBE connecting one CME and one Avaya IPOffice via SIP trunks. Calls from CME can establish the call, but fail when the user at IPOffice picks up the phone. 'debug ccsip message' shows:

the CUBE is sending 'BYE' because of

CSeq: 102 BYE

Reason: Q.850;cause=127

Content-Length: 0

Calls from the Avaya to CME are working fine.

Any guidance to the problem will be appreciated.

Thanks.

1 Accepted Solution

Accepted Solutions

Cause code 127 is not very helpful most of the time. It's a 'interworking error' which doesn't offer much insight into what is happening.

I would suggest running 'debug ccsip all' and look at the output before the BYE. It's a good debug and can explicitly tell you the problem a good portion of the time.

If you post the debugs, we can take a look.

hth,

nick

View solution in original post

2 Replies 2

Cause code 127 is not very helpful most of the time. It's a 'interworking error' which doesn't offer much insight into what is happening.

I would suggest running 'debug ccsip all' and look at the output before the BYE. It's a good debug and can explicitly tell you the problem a good portion of the time.

If you post the debugs, we can take a look.

hth,

nick

Thanks Nick,

'Debug ccsip all' shows the codec in one leg is different from the other. I changed to the same codec and is working now.

The command is really helpful.

Thanks again.