cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
983
Views
5
Helpful
5
Replies

ip communicator running SIP with CME

ioan.stan
Level 1
Level 1

Hi,

Does anybody have a sample config for enabling SIP on IP Communicator when talking to CME? I don't see "type CIPC" on the SIP side of CME (under voice register pool); also, is there anything special to be configured on the IP Communicator?

Thanks,

ioan

5 Replies 5

paolo bevilacqua
Hall of Fame
Hall of Fame

Hi, IP communicator supports SCCP only.

It does not support SIP in any form or fashion and cisco has never announce plans to do so.

If you want a SIP softphone, use X-lite.

Hope this helps, please rate post if it does!

I thought that starting with version 2.1, IP Communicator supports SIP.

http://www.cisco.com/en/US/docs/voice_ip_comm/cipc/2_1/english/administration/guide/cag21ovr.html

You are right, so the documentations claims, and some references in the help system.

I hope someone can explain how IPCP can be configured for SIP.

I configured de IP Communicator (Version 7.0) on CME as type 7970 and it works fine.

dijohn
Cisco Employee
Cisco Employee

I wrote a post on this sometime back

IP Phone  ==VLAN 422=== Router ==VLAN 426===CCME Router

Here’s “why” ,”how”, “What happens if”  to the commands used in SIP Phone Registration to CCME.

voice service voip
allow-connections h323 to sip
allow-connections sip to h323
allow-connections sip to sip
#### SIP Phones create Voip Dial-peers. so for SIP to SIP, SIP to H323   you need to allow the connections. SCCP phones create EFXS POTS   dial-peer. By Default IP-IP call is blocked)(Random Fact).
fax protocol pass-through g711ulaw
modem passthrough nse codec g711ulaw
sip
bind control source-interface FastEthernet0/0.426
bind media source-interface FastEthernet0/0.426
### Bind Control and media to the interface with the same IP Address on   source-address x.x.x.x . Else you will run into problems when you try  to  register Phones over a Layer 3 Link.
registrar server
### Needed for phone to register

voice register global
mode cme
### Change mode to CME
source-address 14.160.126.77 port 5060
### Should be the same as bind control and media when you have InterVLAN Routing :)
max-dn 10
max-pool 10
authenticate register
### Needed for the phone to authenticate with username password, in intervlan registeration setup
tftp-path flash:
### All the config files for the phones will be stored here.
create profile sync 0174426467043125
### Make sure you enter this command everytime you make some changes.!!!!!! Very IMP!

voice register dn  1
number 1234
### DN for the Phone
voice register pool  1
id mac 0023.5E17.D275
### Mac Address of the Phone trying to register. Which won’t be used an   authentication method when registering in Intervlan register scenario
type 7942
### Make sure you have this in here.! Else SEP.config wouldn’t be created.
number 1 dn 1
### Assigning 1234 to line 1 on the phone
username cisco password cisco
### Credentials the phone uses when it tries to register in case of intervlan.

Relevant debugs
##########################
Received:
REGISTER sip:14.160.126.77 SIP/2.0
Via: SIP/2.0/UDP 14.160.122.228:5060;branch=z9hG4bKdf9fece6
From: <1234>;tag=00235e17d2750005e833caa4-06d638ae
To: <1234>
Call-ID: 00235e17-d2750004-cab2ccbc-7e3c35d6@14.160.122.228
Max-Forwards: 70
Date: Thu, 14 Oct 2010 07:04:30 GMT
CSeq: 103 REGISTER
User-Agent: Cisco-CP7942G/8.5.2
Contact:   <1234>;+sip.instance=””;+u.sip!model.ccm.cisco.com=”434″
Supported:   replaces,join,norefersub,extended-refer,X-cisco-callinfo,X-cisco-serviceuri,X-cisco-escapecodes,X-cisco-service-control,X-cisco-srtp-fallback,X-cisco-monrec,X-cisco-config,X-cisco-sis-3.0.0,X-cisco-xsi-7.0.1
Content-Length: 0
Reason: SIP;cause=200;text=”cisco-alarm:105 Name=SEP00235E17D275 Load=SIP42.8-5-2SR1S Last=config-retry-restart”
Expires: 3600

*Oct 14 07:08:12.015: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 14.160.122.228:5060;branch=z9hG4bKdf9fece6
From: <1234>;tag=00235e17d2750005e833caa4-06d638ae
To: <1234>
Date: Thu, 14 Oct 2010 07:08:12 GMT
Call-ID: 00235e17-d2750004-cab2ccbc-7e3c35d6@14.160.122.228
Server: Cisco-SIPGateway/IOS-12.x
CSeq: 103 REGISTER
Content-Length: 0

*Oct 14 07:08:12.111: VOICE_REG_POOL: Register request for (1234) from (14.160.122.228)
*Oct 14 07:08:12.111: VOICE_REG_POOL: key(B99A11AB0176754A) added to nonce table
*Oct 14 07:08:12.111: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 14.160.122.228:5060;branch=z9hG4bKdf9fece6
From: <1234>;tag=00235e17d2750005e833caa4-06d638ae
To: <1234>;tag=EA0947C-241F
Date: Thu, 14 Oct 2010 07:08:12 GMT
Call-ID: 00235e17-d2750004-cab2ccbc-7e3c35d6@14.160.122.228
Server: Cisco-SIPGateway/IOS-12.x
CSeq: 103 REGISTER
WWW-Authenticate: Digest realm=”",nonce=”B99A11AB0176754A”,algorithm=MD5,qop=”auth”
Content-Length: 0

Received:
REGISTER sip:14.160.126.77 SIP/2.0
Via: SIP/2.0/UDP 14.160.122.228:5060;branch=z9hG4bK0ca509fe
From: <1234>;tag=00235e17d2750005e833caa4-06d638ae
To: <1234>
Call-ID: 00235e17-d2750004-cab2ccbc-7e3c35d6@14.160.122.228
Max-Forwards: 70
Date: Thu, 14 Oct 2010 07:04:30 GMT
CSeq: 104 REGISTER
User-Agent: Cisco-CP7942G/8.5.2
Contact:   <1234>;+sip.instance=””;+u.sip!model.ccm.cisco.com=”434″
Authorization: Digest   username=”cisco”,realm=”",uri=”sip:14.160.126.77″,response=”dd2a196551c5598102e71c0eac92d89a”,nonce=”B99A11AB0176754A”,cnonce=”4a16becc”,qop=auth,nc=00000001,algorithm=MD5
Supported:   replaces,join,norefersub,extended-refer,X-cisco-callinfo,X-cisco-serviceuri,X-cisco-escapecodes,X-cisco-service-control,X-cisco-srtp-fallback,X-cisco-monrec,X-cisco-config,X-cisco-sis-3.0.0,X-cisco-xsi-7.0.1
Content-Length: 0
Reason: SIP;cause=200;text=”cisco-alarm:105 Name=SEP00235E17D275 Load=SIP42.8-5-2SR1S Last=config-retry-restart”
Expires: 3600

*Oct 14 07:08:12.127: VOICE_REG_POOL: Register request for (1234) from (14.160.122.228)
*Oct 14 07:08:12.131: VOICE_REG_POOL: Contact matches pool 1 number list 1
*Oct 14 07:08:12.131: VOICE_REG_POOL: key(1234) contact(14.160.122.228) add to contact table
*Oct 14 07:08:12.131: VOICE_REG_POOL: No entry for (1234) found in contact table
*Oct 14 07:08:12.131: VOICE_REG_POOL: key(1234) contact(14.160.122.228) added to contact table
*Oct 14 07:08:12.131: VOICE_REG_POOL pool->tag(1), dn->tag(1), submask(1)

*Oct 14 07:08:12.131: VOICE_REG_POOL: Creating param container for   dial-peer 40001.VOICE_REG_POOL pool->tag(1), dn->tag(1),   submask(1)
VOICE_REG_POOL pool_tag(1), dn_tag(1)

*Oct 14 07:08:12.135: VOICE_REG_POOL: Created dial-peer entry of type 0
*Oct 14 07:08:12.135: VOICE_REG_POOL: Registration successful for 1234, registration id is 1
*Oct 14 07:08:12.143: VOICE REGISTER POOL-1 has registered. Name:SEP00235E17D275  IP:14.160.122.228  DeviceType:Phone

*Oct 14 07:08:12.143: VOICE_REG_POOL: Pool[1]: service-control (reset type: 2) message sent to sip:1234@14.160.122.228

*Oct 14 07:08:12.143: VOICE_REG_POOL: Contact matches pool 1 number list 1
*Oct 14 07:08:12.183: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 14.160.122.228:5060;branch=z9hG4bK0ca509fe
From: <1234>;tag=00235e17d2750005e833caa4-06d638ae
To: <1234>;tag=EA0947C-241F
Date: Thu, 14 Oct 2010 07:08:12 GMT
Call-ID: 00235e17-d2750004-cab2ccbc-7e3c35d6@14.160.122.228
Server: Cisco-SIPGateway/IOS-12.x
CSeq: 104 REGISTER
Content-Length: 0

*Oct 14 07:08:12.187: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 14.160.122.228:5060;branch=z9hG4bK0ca509fe
From: <1234>;tag=00235e17d2750005e833caa4-06d638ae
To: <1234>;tag=EA0947C-241F
Date: Thu, 14 Oct 2010 07:08:12 GMT
Call-ID: 00235e17-d2750004-cab2ccbc-7e3c35d6@14.160.122.228
Server: Cisco-SIPGateway/IOS-12.x
CSeq: 104 REGISTER
Contact: <1234>;expires=3600;x-cisco-newreg
Expires:  3600
Content-Length: 0

Let me know if something is wrong :)

PS. Rate useful posts

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: