11-29-2020 02:09 PM
I have been recently requested to integrate sip trunk on existing Voice service with line connected to FXO. The company decided to replace the PSTN service to use SIP. The SIP provider IP address is different network of the existing network in the site.
How do i integrate the sip service to communicate with the existing network?
The existing devices are voice gateway 2901 ---- connected to CUCM.
Please HELP
11-29-2020 02:51 PM
That will depend on what your ISP needs and how they connect to you, so, start by asking them to provide the details for you to connect to them and if they have any config templates they can provide (if applicable)
If you don't have CUBE licenses, you will need to buy them, but that ISR is EOL so you would need to replace it with a newer one, not sure if that ISR was properly sized for your needs.
You'd also need to configure all the necessary dial peers and depending on what the telco wants, use normalization, then adjust your call routing in CUCM as necessary.
If you have never done any of the above, you want to reach out to a reputable consultant or a local Cisco Partner WITH voice specializations for assistance with this.
11-29-2020 09:07 PM
Check out this URL for planning of SIP trunks. It also lists what all information is required from SIP TRUNK TELECOM provider for seamless configuration experience. If you have knowledge on configuration part then it would be easy to implement BUT if you aren't aware of protocols and how it works then you should take consultation from Cisco partners.
Although, Cisco partners would request the pre-requisite information from telecom provider.
11-30-2020 12:43 AM
Hi @Ritesh Desai , thank you. I have never implemented the SIP service. i have got the pre-requisite as per you attached
The IP address of the SIP Provider is 10.255.x.x, and the CUCM is 10.131.18x.1X and the voice gateway is 10.139.18x.25x. How the SIP provider IP will communicate with the cucm and the voice gateway knowing that there are in different IP range?
11-30-2020 01:01 AM
11-30-2020 02:21 AM
11-30-2020 03:46 AM
Hello @CSCO12245191 ,
Below you will find the CUBE Configuration guide:
However, as @Jaime Valencia described above, if you haven't worked on this before, it is strongly suggested that you should contact a Cisco Partner Specialized in UC to assist you accordingly.
George
11-30-2020 03:52 AM
That's very likely not something you'll get from anyone here as it would imply that we'd have inside information on your setup and we don't. You'll need to do the work to understand how this is done or seek help from a Cisco partner with the required know how to set this up. See it as a great way to learn some new technology. We have all been new to this at one time or another, what differentiate a bad engineer from a good one is the ability and will to learn new or expand the knowledge into deeper understanding of topics.
Best of luck on this.
11-30-2020 07:42 AM
Can you use the following link or configure configure sip services
1. enable
2. configure terminal
3. voice service voip
4. sip
5. associateregistered-numbernumber
6. exit
1. enable
2. configure terminal
3. sip-ua
4. registrar registrar-server-address: ip-address auth-realm
5. exit
11-30-2020 09:09 AM - edited 11-30-2020 09:24 AM
What is the purpose of line 5 in the first part? Never seen or use that on any SIP trunk setups.
11-30-2020 11:52 AM
12-01-2020 04:50 AM
Device(conf-serv-sip)# associate registered-number 1234 - Associates the preloaded route and outbound proxy
details with the registered number.
12-01-2020 05:14 AM
Enabling the Authorization Header
Use the following configuration to enable or disable authorization header support in REGISTER requests and
associate the realm with the register. The configured private-id of the user is used for populating authorization
header.
SUMMARY STEPS
1. enable
2. configure terminal
3. sip-ua
4. registrar registrar-server-address: ip-address auth-realm
5. exit
12-01-2020 05:34 AM
SIP can be completely verified using the following documentation from gateway level
12-01-2020 05:34 AM
SIP message can verified using the following commands
show sip service
show sip-ua calls
show sip-ua connections
show sip-ua map
show sip-ua min-se
show sip-ua mwi
show sip-ua register status
show sip-ua retry
show sip-ua service
show sip-ua srtp
show sip-ua statistics
show sip-ua status
show sip-ua status refer-ood
show sip-ua timers
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