cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
289
Views
0
Helpful
1
Replies

Tandberg EX90, is it possible to see sip invites by ssh?

Fuubbbbbb
Level 1
Level 1

Hello,

Is there any command in ssh, or any log that can show me the sip invites and the sip communication of the calls?

Thanks!

1 Accepted Solution

Accepted Solutions

Shashank Mahajan
Cisco Employee
Cisco Employee

You can see the SIP invites and SIP communication for a particular call via SSH.

Open a SSH session via putty and log the output to a file.
log in as admin
type the following commands:

log ctx Sippacket debug 9        
        
log ctx Sipcall debug 9        
        
log ctx stack debug 9        
        
log ctx rtpstatistics debug 9        
        
log ctx rtp debug 9        
        
log output on        

--> Make a test call <--

After the issue has been recreated type:

log output off

View solution in original post

1 Reply 1

Shashank Mahajan
Cisco Employee
Cisco Employee

You can see the SIP invites and SIP communication for a particular call via SSH.

Open a SSH session via putty and log the output to a file.
log in as admin
type the following commands:

log ctx Sippacket debug 9        
        
log ctx Sipcall debug 9        
        
log ctx stack debug 9        
        
log ctx rtpstatistics debug 9        
        
log ctx rtp debug 9        
        
log output on        

--> Make a test call <--

After the issue has been recreated type:

log output off