cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
410
Views
6
Helpful
8
Replies

VG450 running SIP and management from CUCM

kbeaton
Level 1
Level 1

We have a VG450 running SIP.
Call Manager version 12.5.1.18901-1
VG 450 Firmware Version 17.09.05a

I've had a support engineer helping me get this VG online and set up.

Can the VG450 be managed from Call Manager?
Is Call Manager supposed to configure both the voice-port and the dial-peer?
Or do these still need to be configured from the CLI?

8 Replies 8

Jaime Valencia
Cisco Employee
Cisco Employee

If you're running SIP you need to configure CUCM and the VG independently, CUCM is not going to push any configuration to it, you'll configure the VG with whatever you need via CLI

HTH

java

if this helps, please rate

So even though the VG450 running SIP will register with Call Manager, Call Manager can't manage the VG450?

Vaijanath Sonvane
VIP Alumni
VIP Alumni

To enable the auto-configuration, use the ccm-manager sipana auto-config local command. To get the XML configuration file, use the ccm-manager config server command to download the configuration file from the CUCM TFTP server. Configurations are needed on both CUCM and voice gateway. CUCM needs to be configured first, then those configurations can be pushed to the voice gateway.

!
ccm-manager sipana auto-config local GigabitEthernetx/y/z
!
ccm-manager config server 172.xx.0.0
!

Note- Auto-Config only adds the dialpeers for each endpoint configured on CUCM. All other required SIP CLI commands need to be added.

Here is the document that has more detailed instructions:

https://www.cisco.com/c/dam/en/us/support/docs/unified-communications/vg-series-gateways/analog-fxs-port-sip-registration-with-cucmv2.pdf

 

Please rate helpful posts and if applicable mark "Accept as a Solution".
Thanks, Vaijanath S.

This command is not relevant to a SIP config. The OP would need to use MGCP or SCCP if they expect CUCM to provision most of the voice functionality on the VG.  

Hi @Jonathan Schulenberg, can you please elaborate how these commands are not relevant to SIP configuration? The document clearly specifies the Auto Configuration section. Am i missing something?

 

 

Please rate helpful posts and if applicable mark "Accept as a Solution".
Thanks, Vaijanath S.

I thought I would share what I'm seeing
I have two servers I'm trying to get configured

 

SVH-VG450-1#show dsapp line device summary
Total Devices:           1
Port       Device          Registration  Dev     Directory   Last Number 
Identifier Name            State         Type    Number      Dialed      
---------- --------------- ------------- ------- ----------- ----------- 
1/0/0      AN6C84F77940200 REGISTERED    ALG     8544        Not Avail  
SVH-VG450-1#show dsapp line feature codes
 
  dsapp line feature access-code
    prefix *#
    call forward all *#1
    call forward cancel *#2
    pickup local *#5
    pickup group *#7
    pickup direct *#6
    cancel-call-waiting **4
    last-redial *#3
 
SVH-VG450-1#show ccm-manager config-download
Configuration Auto-Download Information
=======================================
 No configurations downloaded
Current state: Downloading XML file
Configuration Download statistics:
Download Attempted             : 1
  Download Successful          : 0
  Download Failed              : 0
  TFTP Download Failed         : 6988
Configuration Attempted        : 0
  Configuration Successful     : 0
  Configuration Failed(Parsing): 0
  Configuration Failed(config) : 0
Last config download command: 
 
SIP Line Side Analog auto-configuration status
===============================================================
Registered with Call Manager: Yes
Local interface: GigabitEthernet0/0/0 (246c.84f7.7940)
Current version-id: 1719869942-ce6b570e-b33d-4423-8273-333e59aa13d6
Current config applied at: 16:31:32 PDT Jul 2 2024
Gateway downloads succeeded: 1
Gateway download attempts: 1
Last gateway download attempt:  16:31:02 PDT Jul 2 2024
Last successful gateway download: 16:31:32 PDT Jul 2 2024
Current TFTP server: 10.240.38.14
Gateway resets: 0
Managed endpoints: 1
Endpoint downloads succeeded: 1
Endpoint download attempts: 1
Last endpoint download attempt:  16:31:32 PDT Jul 2 2024
Last successful endpoint download: 16:31:32 PDT Jul 2 2024
Endpoint resets: 0
Endpoint restarts: 0
 
Configuration Error History:

 

SVH-VG450-2#show dsapp line device summary
Total Devices:           1
Port       Device          Registration  Dev     Directory   Last Number
Identifier Name            State         Type    Number      Dialed     
---------- --------------- ------------- ------- ----------- -----------
1/0/0      AN87C6C931C0200 REGISTERED    ALG     7403        7235      

SVH-VG450-2#show dsapp line feature codes
  dsapp line feature access-code disabled

SVH-VG450-2#show ccm-manager config-download
Configuration Error History:

My apologies @Vaijanath Sonvane. I overlooked the sipana keyword after ccm-manager and assumed MGCP/SCCP. Thanks for sharing this!

Hi Vaijanath, do you know if running "no dsapp line" and "dsapp line" to get the VG to synchronize with Call Manager?

I'm being told running these commands is the only way to get synchronization to happen?