01-19-2012 02:42 PM - edited 03-16-2019 09:06 AM
Hello,
we would like to make a "SIP Trunk Dial-Peer Configuration for Cisco CallManager Server Redundancy".
That is, we would like to get in SIP what can be obtained with H.323, as in the document "H.323 Gateway Dial-Peer Configuration for Cisco CallManager Server Redundancy":
Anyone could post a similar configuration, but for SIP?
TIA and regards.
01-19-2012 02:49 PM
Make a second dial-peer to the CUCM, with the preference command to make redudancy.
Thanks
01-19-2012 02:52 PM
Same concept for SIP as H.323, if you want to consoldidate dial peers you can look into building static srv records on the GW and balance calls that way.
Chris
01-20-2012 01:51 AM
Hello,
I just have created the second dial-peer, but it isn't enough.
I think that I need in SIP a configuration similar to this one (valid for H.323):
voice class h323 1
h225 timeout tcp establish 3
How can it be obtained in SIP?
Regards.
01-20-2012 03:33 AM
Soory but you put the command preference under the dial-peer
Lower the preference, higher precedence like this way. If you are using Sip to the CUCM use the command session protocol sipv2.
Because per default the dial-peer uses H323
Thanks
01-20-2012 04:05 AM
Hello,
"preference" and "session protocol sipv2" have been configured correctly on the 2 dial peers...
I repeat my question: how can I configure the timeout in SIP, so that (for example) 3 seconds, if with the first dial peers the call can't be routed to the first CUCM (because it's down, for example), the second dial peer is used to route the call to the second CUCM?
At the moment, this doesn't happen, or if it happens, it happens after a LOT of seconds.
Regards.
01-20-2012 06:10 AM
You define these under sip-ua, i.e.
sip-ua
retry invite 2
retry bye 2
retry cancel 2
retry options 1
timers expires 60000
as well as timers on CUCM via service parameters:
HTH, please rate all useful posts!
Chris
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide