cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1646
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Daniel Placek on 03-04-2013 08:08:38 PM
 
I am trying to get the sample application to work. It is failing with "Provider out of service now".
The reason for that error is apparent from a SIP trace:
 
REGISTER sip:10.1.1.1:5060;transport=tcp SIP/2.0
Via: SIP/2.0/TCP 192.168.10.11:5070;branch=z9hG4bKqDHCTRlsps0LtUwwILQShg~~0
Max-Forwards: 70
To: <sip:asdf@10.1.1.1>
From: <sip:asdf@10.1.1.1>;tag=ds4c27b59
Call-ID: 13650373651291@10.1.1.1
CSeq: 1 REGISTER
Content-Length: 0
Contact: <sip:asdf@192.168.10.11:5070;transport=tcp>;expires=0
X-cisco-session-server: asdf
 
SIP/2.0 100 Trying
Via: SIP/2.0/TCP 192.168.10.11:5070;branch=z9hG4bKqDHCTRlsps0LtUwwILQShg~~0
From: <sip:asdf@10.1.1.1>;tag=ds4c27b59
To: <sip:asdf@10.1.1.1>
Date: Thu, 04 Apr 2013 01:02:24 GMT
Call-ID: 13650373651291@10.1.1.1
Server: Cisco-SIPGateway/IOS-12.x
CSeq: 1 REGISTER
Content-Length: 0
 
 
SIP/2.0 404 Not Found
Via: SIP/2.0/TCP 192.168.10.11:5070;branch=z9hG4bKqDHCTRlsps0LtUwwILQShg~~0
From: <sip:asdf@10.1.1.1>;tag=ds4c27b59
To: <sip:asdf@10.1.1.1>;tag=3D0780-1ED7
Date: Thu, 04 Apr 2013 01:02:24 GMT
Call-ID: 13650373651291@10.1.1.1
Server: Cisco-SIPGateway/IOS-12.x
CSeq: 1 REGISTER
Content-Length: 0
 
IOS Version: 15.1(4)M5 (UC520)
CME Config:
voice register session-server  1
 keepalive 60
 register-id asdf
 cti-aware
voice service voip
 ip address trusted list
  ipv4 216.115.69.0 255.255.255.0
  ipv4 10.1.1.0 255.255.255.0
  ipv4 10.1.10.0 255.255.255.0
  ipv4 192.168.10.0 255.255.255.0
 gcid
 no cti shutdown
 callmonitor
 allow-connections h323 to h323
 allow-connections h323 to sip
 allow-connections sip to h323
 allow-connections sip to sip
 no supplementary-service h450.2
 no supplementary-service h450.3
 supplementary-service h450.12
 no supplementary-service sip moved-temporarily
 no supplementary-service sip refer
 sip
  bind control source-interface Vlan100
  bind media source-interface Vlan100
  session transport tcp
  registrar server expires max 120 min 60
  no update-callerid
  sip-profiles 1000
 
Any suggestions appreciated.
Also, if anyone has this working... a SIP trace of a successful registration would be great!
 
Thanks,
Dan

Subject: RE: REGISTER Failing
Replied by: Raghavendra Gutty Veeranagappa on 04-04-2013 01:10:08 AM
Hi Dan,
please send us the logs by enabling below debugs,also send the ucxsi_sdk.conf file and running config.
debug ccsip all
debug cti all
Thanks,
Raghavendra

Subject: RE: REGISTER Failing
Replied by: Daniel Placek on 04-04-2013 11:44:10 AM
Raghavendra Gutty Veeranagappa:
Hi Dan,
please send us the logs by enabling below debugs,also send the ucxsi_sdk.conf file and running config.
debug ccsip all
debug cti all
Thanks,
Raghavendra

 
So I found the problem: Contact: <sip:asdf@192.168.10.11:5070;transport=tcp>;expires=0
expires=0 is not allowed and causes the UC to return a 404 for some reason.
There is a variable for Keepalive Timeout in the provider config that you can define. (this is not noted in the instructions)
 
Of course now that I fixed this there are other problems... I am trying to do the hold/resume in the example code... and it fails to place the call. It seems after establishing the monitoring sessions on the two phones, it just hangs and uses 100% CPU one core and does not even attempt to place the call.
This SDK seems very.... fragile.
 
-Dan
 
 

Subject: RE: REGISTER Failing
Replied by: Cisco Service on 05-09-2013 09:23:18 AM
[quote=Hi Daniel,
did You get the sample app to work?

I am not sure wheter cisco will continue support for UCXSI as the latest sdk version is already 2 years ago and the new phones 99xx, 89xx, 69xx are not supported as they only work with SIP.

Do You have an idea how to make a call from a SIP phone?

Best regards,
Martin

Daniel Placek] 
I am trying to get the sample application to work. It is failing with "Provider out of service now".
The reason for that error is apparent from a SIP trace:
 
REGISTER sip:10.1.1.1:5060;transport=tcp SIP/2.0
Via: SIP/2.0/TCP 192.168.10.11:5070;branch=z9hG4bKqDHCTRlsps0LtUwwILQShg~~0
Max-Forwards: 70
To: <sip:asdf@10.1.1.1>
From: <sip:asdf@10.1.1.1>;tag=ds4c27b59
Call-ID: 13650373651291@10.1.1.1
CSeq: 1 REGISTER
Content-Length: 0
Contact: <sip:asdf@192.168.10.11:5070;transport=tcp>;expires=0
X-cisco-session-server: asdf
 
SIP/2.0 100 Trying
Via: SIP/2.0/TCP 192.168.10.11:5070;branch=z9hG4bKqDHCTRlsps0LtUwwILQShg~~0
From: <sip:asdf@10.1.1.1>;tag=ds4c27b59
To: <sip:asdf@10.1.1.1>
Date: Thu, 04 Apr 2013 01:02:24 GMT
Call-ID: 13650373651291@10.1.1.1
Server: Cisco-SIPGateway/IOS-12.x
CSeq: 1 REGISTER
Content-Length: 0
 
 
SIP/2.0 404 Not Found
Via: SIP/2.0/TCP 192.168.10.11:5070;branch=z9hG4bKqDHCTRlsps0LtUwwILQShg~~0
From: <sip:asdf@10.1.1.1>;tag=ds4c27b59
To: <sip:asdf@10.1.1.1>;tag=3D0780-1ED7
Date: Thu, 04 Apr 2013 01:02:24 GMT
Call-ID: 13650373651291@10.1.1.1
Server: Cisco-SIPGateway/IOS-12.x
CSeq: 1 REGISTER
Content-Length: 0
 
IOS Version: 15.1(4)M5 (UC520)
CME Config:
voice register session-server  1
 keepalive 60
 register-id asdf
 cti-aware
voice service voip
 ip address trusted list
  ipv4 216.115.69.0 255.255.255.0
  ipv4 10.1.1.0 255.255.255.0
  ipv4 10.1.10.0 255.255.255.0
  ipv4 192.168.10.0 255.255.255.0
 gcid
 no cti shutdown
 callmonitor
 allow-connections h323 to h323
 allow-connections h323 to sip
 allow-connections sip to h323
 allow-connections sip to sip
 no supplementary-service h450.2
 no supplementary-service h450.3
 supplementary-service h450.12
 no supplementary-service sip moved-temporarily
 no supplementary-service sip refer
 sip
  bind control source-interface Vlan100
  bind media source-interface Vlan100
  session transport tcp
  registrar server expires max 120 min 60
  no update-callerid
  sip-profiles 1000
 
Any suggestions appreciated.
Also, if anyone has this working... a SIP trace of a successful registration would be great!
 
Thanks,
Dan

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links