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

SIP srst config

Hello,

I have some problem with sip srst,you can see my configuration below and please tell me what is wrong:

DHCP config

ip dhcp pool voice
 network 10.19.49.128 255.255.255.128
 default-router 10.19.49.129
 option 150 ip 158.113.41.84: this is a ip address of CUCM server
 dns-server 158.113.41.123
 lease 0 7

voip service config

voice service voip
 allow-connections sip to sip
 no supplementary-service sip refer
 fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none
 sip
  bind media source-interface GigabitEthernet0/1.40
  registrar server expires max 1200 min 300

 

voice register global
 mode esrst
 source-address <158.113.41.84:ip address of the CUCM server> port 5060
 system message fallback-active
 max-dn 100
 max-pool 25
 load 8945 SIP894x.9-4-2SR1-2
 load 7841 sip78xx.10-1-1SR1-4
 load 7861 sip78xx.10-1-1SR1-4
 timezone 20
 dialplan-pattern 1 624931... extension-length 4 extension-pattern 1...
 tftp-path flash:
 file text
 camera
 video

voice register pool  1
 id network 10.19.49.128 mask 255.255.255.128
 dtmf-relay rtp-nte sip-kpml

MGCP config

ccm-manager config server <158.113.41.84:ip address of CUCM server> 
ccm-manager config

 

 

 

1 Accepted Solution

Accepted Solutions

Here is a template you can use..

it looks like you are missing the sip-ua config..

voice service voip

sip

registrar server expires max 600 min 60.

voice service voip
 allow-connections sip to sip

sip

  registrar server expires max 600 min 60

!

voice register pool  10
 id network 172.26.10.0 mask 255.255.255.0
 dtmf-relay rtp-nte cisco-rtp sip-notify
 codec g711ulaw
 no vad
!
voice register pool  11
 id network 172.26.11.0 mask 255.255.255.0
 dtmf-relay rtp-nte cisco-rtp sip-notify
 codec g711ulaw
 no vad
!

sip-ua
 registrar ipv4:172.26.10.240 expires 600

(172.26.10.240 is the SRST gateway IP address).

### CUCM CONFIG ####


On UCM SRST reference configuration for gateway

SIP Network/IP Address 172.26.10.240
SIP Port 5060

Please rate all useful posts

View solution in original post

7 Replies 7

Chris Deren
Hall of Fame
Hall of Fame

What is the issue you are running into?

Couple of quick observations:

Is the ID network correct? Proper mask?

Why is the mode esrst? E-srst is managed SRST, is that what you have?

 

Hi Chris,

In my router I have two options(mode cme and mode esrst).

I confirm that the ID network and the mask is correct.

 

Regards,

 

Aristide

Ayodeji Okanlawon
VIP Alumni
VIP Alumni

Have you configured the ff in CUCM

UCM SRST reference:

SIP Network/IP Address :

SIP Port 5060

Can you also remove this..

source-address <158.113.41.84:ip address of the CUCM server> port 5060--This is not required. You can also remove the load commands..

 

Please rate all useful posts

Hi Ayodeji,

please share me the good configuration about sip srst, because I'm in trouble with it. I think we don't have so many documentations about it.

Please share me your experience.

 

Regards,

 

Aristide

Here is a template you can use..

it looks like you are missing the sip-ua config..

voice service voip

sip

registrar server expires max 600 min 60.

voice service voip
 allow-connections sip to sip

sip

  registrar server expires max 600 min 60

!

voice register pool  10
 id network 172.26.10.0 mask 255.255.255.0
 dtmf-relay rtp-nte cisco-rtp sip-notify
 codec g711ulaw
 no vad
!
voice register pool  11
 id network 172.26.11.0 mask 255.255.255.0
 dtmf-relay rtp-nte cisco-rtp sip-notify
 codec g711ulaw
 no vad
!

sip-ua
 registrar ipv4:172.26.10.240 expires 600

(172.26.10.240 is the SRST gateway IP address).

### CUCM CONFIG ####


On UCM SRST reference configuration for gateway

SIP Network/IP Address 172.26.10.240
SIP Port 5060

Please rate all useful posts

Thank you Ayodejipo I will try it.

Thank you Ayodeji,

the srst configuration works fine, but I have another issue. The IP phones won't register in CUCM, I think there is a routing issue, because when I try to ping ip phones from the CUCM, it marks destination host unreachable. Please can you help me?

In attached you can see the screen capture of ping request.

Thanks for all guy.

Regards,

Akaffou