cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4344
Views
15
Helpful
4
Replies

CCME SRST with SIP

j.huizinga
Level 6
Level 6

Hi,

I have configured CCME in SRST mode and this works fine for all SCCP devices and CUE.

I am now trying to make some SIP devices work (ATA187 and 89XX phones)

I have found some documentation on how to configure SIP with SRST, but is this the same for CCME in SRST mode?

Can anyone give me some config snips on how to make the SIP register on a router with CCME in SRST mode?

Thanks,

JH

1 Accepted Solution

Accepted Solutions

sumimanc
Cisco Employee
Cisco Employee

Hi ,

Iam Pasting the working config from my router

voice service voip

allow-connections h323 to h323

allow-connections h323 to sip

allow-connections sip to h323

allow-connections sip to sip

sip

  bind control source-interface GigabitEthernet0/1

  bind media source-interface GigabitEthernet0/1

  registrar server

voice register global------------------------> mode is SRST by default unless you change it to cme

max-dn 10

max-pool 5

voice register pool  1

id network 14.160.120.0 mask 255.255.255.0             ----->Subnet of sip  phones you want to register to this router

application sip.app

dtmf-relay rtp-nte

codec g711ulaw

HTH

PS:Please rate useful Posts

Regards,

Sumit

View solution in original post

4 Replies 4

sumimanc
Cisco Employee
Cisco Employee

Hi ,

Iam Pasting the working config from my router

voice service voip

allow-connections h323 to h323

allow-connections h323 to sip

allow-connections sip to h323

allow-connections sip to sip

sip

  bind control source-interface GigabitEthernet0/1

  bind media source-interface GigabitEthernet0/1

  registrar server

voice register global------------------------> mode is SRST by default unless you change it to cme

max-dn 10

max-pool 5

voice register pool  1

id network 14.160.120.0 mask 255.255.255.0             ----->Subnet of sip  phones you want to register to this router

application sip.app

dtmf-relay rtp-nte

codec g711ulaw

HTH

PS:Please rate useful Posts

Regards,

Sumit

Enable Debug ccsip messages and see if phone sends a reg requst to the router

and router sending 200 ok for register message

HTH

PS: please Rate useful posts

Regards,

sumit

Thank you guys.

I have enough information now.

Thanks

Jan

gagansi
Level 1
Level 1

Hi

Please have a look on below mentioned link-->

http://www.cisco.com/en/US/docs/voice_ip_comm/cusrst/admin/sccp_sip_srst/configuration/guide/SCCP_and_SIP_SRST_Admin_Guide.html

I think this will solve all your queries.

/Gagan