Cisco AS5400 SIP Trunk source port ?

Hello,
Is there a command to fix the trunk signaling source port to 5060 in the Cisco AS5400XM ?
Thanks,

hi,
what's the exact issue?
IOS  can use random port as source port on SIP request.
However if you are running 12.3 then you cannot set it to one port.
Later 12.4(5a) and 12.4(6)T have following hidden command.
(config-sip-ua)#connection-reuse
This command sets used source port to SIP listen port.
It sets it to udp port 5060
Hope this helps!!
Thanks,
karthik

Similar Messages

  • SIP trunk source ports

    I have a customer who has anti fraud settings on their SBC that checks to make sure the SOURCE port of incoming SIP connections is 5060. Mediation servers assign an ephemeral port as the SOURCE port.  Anyone know of a way to change this behavior?
    Thanks.

    Agree with Anthony, For more info., You can check below link
    http://blog.insidelync.com/2013/04/sip-trunking-101-with-lync-server-2013/
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical | Twitter:
    Mai Ali

  • Cisco ASA, skipping real source port number with PAT.

    Hi Experts,
    Cisco ASA configuration guide says:
    "PAT translates multiple real addresses to a single mapped IP address by translating the real address and source port to the mapped address and a unique port. If available, the real source port number is used for the mapped port. "
    Is it possible to skip this ? I do not want to use real source port number. The issue is, when I have a PAT entry with real source port (port 5060), - SIP session doesn't work. With all the other ports numbers,- everything works.

    Hi,
    Notice that the configuration you try does not modify the real source port at all.
    Since you are using the same "object" for the real/mapped service then the configuration above matches traffic where the connections destination is "any" and the destination is "udp 6000 65535" and only when the source is "udp sip" and in that event it keeps the exact same "udp sip" source port as you are using the same "object".
    I am not sure if its a software or configuration related issue but I have not gotten this to work reliably on my ASA. I might have to try some other software level.
    I guess you would want to match the SIP source port in the Dynamic PAT and avoid using the SIP port as the mapped port?. With that in mind I was thinking something like this
    object service UDP-SIP
     service udp source eq sip
    object service UDP-SIP-MAPPED
     service udp source range 30000 31000
    nat (VoiP,outside) source dynamic <source network object> interface service UDP-SIP UDP-SIP-MAPPED
    Though it seems the above configuration seems to be bypassed by the ASA completely and it seems to use the identical source port as the mapped port even though it matches the configuration.
    If I were to change the above configuration from "dynamic" to "static" then the configuration matches but it uses only the first mapped "source" port of "30000". I guess it would only use a different mapped port if you used multiple real source ports also instead of the current single source port "sip".
    nat (VoiP,outside) source static <source network object> interface service UDP-SIP UDP-SIP-MAPPED unidirectional
    Example from my own ASA.
    DYNAMIC
    - Matches the configuration but doesnt map the port at all
    Phase: 5
    Type: NAT
    Subtype:
    Result: ALLOW
    Config:
    nat (LAN,WAN) source dynamic LAN-NETWORK interface service SIP SIP-MAPPED
    Additional Information:
    Dynamic translate 10.0.0.123/5060 to <my pat ip>/5060
    STATIC
    - Matches the configuration and maps the source port but only uses the first mapped port from the range
    Phase: 4
    Type: NAT
    Subtype:
    Result: ALLOW
    Config:
    nat (LAN,WAN) source static LAN-NETWORK interface service SIP SIP-MAPPED unidirectional
    Additional Information:
    Static translate 10.0.0.123/5060 to <my pat ip>/30000
    I am not really sure if this configuration is reliable at all but its the only thing I can think of at the moment.
    Hope this helps :)
    - Jouni

  • Cisco 2950 - 3350 Trunking issue - Port not lighting up

    Hi There,
    I have two switches I am trying to connect a 2950 and a 3350. I have a crossover cable connecting them from fa0/24 to fa0/24 setup as a trunk,
    however they won't connect and the port on both switches is down, (e.g no port light coming on on switch)
    here is some show commands from both switches.. does anyone know where I am going wrong.. thanks in advance
    2950#sh ip int brief
    Interface                  IP-Address      OK? Method Status                Protocol
    Vlan1                      192.168.0.11    YES NVRAM  up                    up
    FastEthernet0/1            unassigned      YES unset  up                    up
    FastEthernet0/2            unassigned      YES unset  down                  down
    FastEthernet0/3            unassigned      YES unset  down                  down
    FastEthernet0/4            unassigned      YES unset  down                  down
    FastEthernet0/24           unassigned      YES unset  down                  down
    2950#sh vlan
    VLAN Name                             Status    Ports
    1    default                          active    Fa0/2, Fa0/3, Fa0/4, Fa0/5, Fa0/6, Fa0/7, Fa0/8, Fa0/9, Fa0/10, Fa0/11, Fa0/12, Fa0/13, Fa0/14, Fa0/15, Fa0/16, Fa0/17, Fa0/18, Fa0/19, Fa0/20
                                                    Fa0/21, Fa0/22, Fa0/23, Fa0/24
    1002 fddi-default                     act/unsup
    1003 token-ring-default               act/unsup
    1004 fddinet-default                  act/unsup
    1005 trnet-default                    act/unsup
    VLAN Type  SAID       MTU   Parent RingNo BridgeNo Stp  BrdgMode Trans1 Trans2
    1    enet  100001     1500  -      -      -        -    -        0      0
    1002 fddi  101002     1500  -      -      -        -    -        0      0
    1003 tr    101003     1500  -      -      -        -    -        0      0
    1004 fdnet 101004     1500  -      -      -        ieee -        0      0
    1005 trnet 101005     1500  -      -      -        ibm  -        0      0
    Remote SPAN VLANs
    Primary Secondary Type              Ports
    2950#sh run
    Building configuration...
    Current configuration : 1278 bytes
    version 12.1
    no service pad
    service timestamps debug uptime
    service timestamps log uptime
    no service password-encryption
    hostname 2950
    enable secret 5 $1$JKXw$gcYpfOaSQRiQqcCuVF5371
    ip subnet-zero
    ip ssh time-out 120
    ip ssh authentication-retries 3
    spanning-tree mode pvst
    no spanning-tree optimize bpdu transmission
    spanning-tree extend system-id
    interface FastEthernet0/1
    interface FastEthernet0/2
    interface FastEthernet0/3
    switchport mode access
    interface FastEthernet0/4
    interface FastEthernet0/24
    switchport mode access
    speed 100
    duplex full
    interface Vlan1
    ip address 192.168.0.11 255.255.255.0
    ip http server
    line con 0
    line vty 0 4
    password cisco
    login
    line vty 5 15
    login
    end
    2950#
    3350#sh vlan
    VLAN Name                             Status    Ports
    1    default                          active    Fa0/1, Fa0/3, Fa0/4, Fa0/5, Fa0/6, Fa0/7, Fa0/8, Fa0/9, Fa0/10, Fa0/11, Fa0/12, Fa0/13, Fa0/14, Fa0/15, Fa0/16, Fa0/17, Fa0/18, Fa0/19, Fa0/20
                                                    Fa0/21, Fa0/22, Fa0/23, Fa0/24, Gi0/1, Gi0/2
    1002 fddi-default                     active
    1003 token-ring-default               active
    1004 fddinet-default                  active
    1005 trnet-default                    active
    VLAN Type  SAID       MTU   Parent RingNo BridgeNo Stp  BrdgMode Trans1 Trans2
    1    enet  100001     1500  -      -      -        -    -        0      0
    1002 fddi  101002     1500  -      -      -        -    -        0      0
    1003 tr    101003     1500  -      -      -        -    -        0      0
    1004 fdnet 101004     1500  -      -      -        ieee -        0      0
    1005 trnet 101005     1500  -      -      -        ibm  -        0      0
    Remote SPAN VLANs
    Primary Secondary Type              Ports
    3350#sh ip int brief
    Interface                  IP-Address      OK? Method Status                Protocol
    Vlan1                      192.168.0.12    YES NVRAM  up                    up
    Vlan200                    unassigned      YES NVRAM  down                  down
    FastEthernet0/1            unassigned      YES unset  down                  down
    FastEthernet0/2            unassigned      YES unset  up                    up
    FastEthernet0/3            unassigned      YES unset  down                  down
    FastEthernet0/24           unassigned      YES unset  down                  down
    GigabitEthernet0/1         unassigned      YES unset  down                  down
    GigabitEthernet0/2         unassigned      YES unset  down                  down
    3350#sh run
    Building configuration...
    Current configuration : 1728 bytes
    version 12.1
    no service pad
    service timestamps debug uptime
    service timestamps log uptime
    no service password-encryption
    hostname 3350
    enable secret 5 $1$ojzz$X.gjyIj/4JDGAUDXYP5ie1
    ip subnet-zero
    ip routing
    spanning-tree mode pvst
    spanning-tree extend system-id
    interface FastEthernet0/1
    no ip address
    interface FastEthernet0/2
    no ip address
    interface FastEthernet0/3
    switchport mode access
    no ip address
    interface FastEthernet0/24
    switchport trunk encapsulation dot1q
    switchport mode trunk
    no ip address
    duplex full
    speed 100
    interface GigabitEthernet0/1
    no ip address
    interface GigabitEthernet0/2
    no ip address
    interface Vlan1
    ip address 192.168.0.12 255.255.255.0
    interface Vlan200
    no ip address
    ip classless
    ip http server
    line con 0
    line vty 0 4
    password cisco
    login
    line vty 5 15
    login
    end
    3350#

    Hi  Karthick,
    I had a look under the interface however I don't appear to have any command for mdix-auto?
    2950(config-if)#?
    Interface configuration commands:
      arp                 Set arp type (arpa, probe, snap) or timeout
      bandwidth           Set bandwidth informational parameter
      carrier-delay       Specify delay for interface transitions
      cdp                 CDP interface subcommands
      channel-group       Etherchannel/port bundling configuration
      channel-protocol    Select the channel protocol (LACP, PAgP)
      default             Set a command to its defaults
      delay               Specify interface throughput delay
      description         Interface specific description
      dot1x               Interface Config Commands for 802.1x
      down-when-looped    Force looped interface down
      duplex              Configure duplex operation.
      exit                Exit from interface configuration mode
      fair-queue          Enable Fair Queuing on an Interface
      help                Description of the interactive help system
      hold-queue          Set hold queue depth
      ip                  Interface Internet Protocol config commands
      keepalive           Enable keepalive
      lacp                LACP interface subcommands
      load-interval       Specify interval for load calculation for an interface
      logging             Configure logging for interface
      mac-address         Manually set interface MAC address
      macro               Command macro
      mls                 mls interface commands
      mvr                 MVR per port configuration
      no                  Negate a command or set its defaults
      pagp                PAgP interface subcommands
      random-detect       Enable Weighted Random Early Detection (WRED) on an
                          Interface
      rmon                Configure Remote Monitoring on an interface
      shutdown            Shutdown the selected interface
      snmp                Modify SNMP interface parameters
      spanning-tree       Spanning Tree Subsystem
      speed               Configure speed operation.
      storm-control       storm configuration
      switchport          Set switching mode characteristics
      timeout             Define timeout values for this interface
      transmit-interface  Assign a transmit interface to a receive-only interface
      tx-ring-limit       Configure PA level transmit ring limit
      udld                Configure UDLD enabled or disabled and ignore global UDLD
                          setting
    2950(config-if)#

  • Cisco IOS Version to Support SIP Trunking on AS5400 Routers

    Hi all,
    Kindly help .Can anyone tell me which Cisco IOS Version Supports SIP Trunking on AS5400 Routers ?
    Regards,
    Cliff .

    Hi,
    Please look at:
    http://www.cisco.com/en/US/products/hw/univgate/ps505/products_data_sheet09186a0080091e51.html
    http://www.cisco.com/en/US/docs/routers/access/as5350/software/feature/guide/UPfeapu.html
    HTH
    Jorge Armijo
    Please remember to rate helpful responses and identify helpful or correct answers.

  • Setting the local/source port in SIP responses

    Oracle/Weblogic SIP server picks up 'random' local or source port when sending SIP responses. This is a problem for
    one of our load balancer. Can we make it use '5060' or some 'constant' port number instead of 'random' behavior ?
    Any help would be appreciated.
    Thanks,
    Krishna V

    Yes..
    SIP Server network channels provide a SourcePorts attribute that you can use to configure one or more static ports that a server uses for originating UDP packets.
    Snippet from config.xml
    <network-access-point>
    <name>sip</name>
    <protocol>sip</protocol>
    <listen-port>5060</listen-port>
    <public-port>5060</public-port>
    <custom-properties>SourcePorts=5060</custom-properties>
    </network-access-point>

  • Redirect SIP Trunk calls to FXO port

    Hi,
    This is the scenario. There are 3 branches, two of them are Cisco Call Manager Express and one of them is Elastix-based.
    So, as the image explains, the three branches have SIP trunks fully operational. The branches are in different cities, so the numbers structure changes. In city A it begins with 2, in B begins with 3 and in C begins with 4. Every POTS number is a 7 digit number (2XXXXXX, 3XXXXXX, 4XXXXXX). And every user, in every branch, have a 4 digit number beginning with the city code (2XXX, 3XXX, 4XXX).
    But, every time city A wants to make a call to a POTS number in city B, it goes across the A´s FXO line. So it charges a inter-city cost to the call.
    The client wants that every time a city A user wants to call a POTS number in city B, goes over the SIP trunk to city B and use the FXO on the city B call manager.
    I have made a pattern for city A. So, everytime the user dials 3XXXXXX, it does not use the city A´s FXO, but it goes to the branch in city B.
    What do I have to do now in branch B´s Call Manager Express to redirect that call to a local FXO?
    Thanks in advanced!
    Regards
    PS. There is  a diagram of the topology. Want to do what the red line is doing.

    In this situation I would do an answer-address based on ANI so you are specifically identifying your site A and then just piggy back off the local FXO out.
    So assuming you are sending just 4 digits over the SIP for each site:
    Dial-peer voice X voip
    answer-address "blah"
    protocol sipv2
    ...(whatever else you need to configure in these dots)
    At this point your CME at site B will take the call see that it is destined for a POTs line and it should send it out whatever local dial-peer you have setup for that site when they dial out to the PSTN locally.
    EDIT:
    Then again, you probably already have a general incoming dial-peer, the above design would just be specific for your site A and isn't really needed.

  • How to create multiple sip trunks between cucm and cisco unified sip proxy

    Dear Expert,
    Is there a way to create multiple sip trunks between CUCM and Cisco Unified SIP Proxy (CUSP)? How to achieve it without creating multiple IP interfaces on the CUSP module.
    CUCM: 8.5.1.10000-9
    CUSP: 8.5.2
    Thank you,
    .wan

    Hello Michael,
    This SIP trunk is part of UCCE solution, which used between CVP, CUSP, and CUCM.
    The requirements:
    1) To have different codecs for different type of calls, as the phones are at few countries
    2) To pass different number of digits from CUSP to CUCM for different call treatments
    .wan

  • How to Remove port number for SIP trunk in CME

    Hi,
    I trying to set a SIP trunk with SIP provider, I have CME 7.1
    The trunk is registered now but I can´t make calsl via SIP provider. After some debbugs sip provider's staff told me that the solution is not
    not append the port in the INVITE.
    Is it possible to do this?, How?
    I have found some info about normalization but is relating to CM server not CME.
    regards

    what port number does your provider use for signalling? They need to provide you the port number if its different from the standard 5060..
    You can then configure the signalling ports on your dial-peer as shown  in example below..where port 5081 is used here
    dial-peer voice 1 voip
    destination-pattern .T
    session protocol sipv2
    session target ipv4:10.10.10.24:5081
    Please rate all useful posts
    "opportunity is a haughty goddess who waste no time with those who are unprepared"

  • Please confirm.. Whether Cisco CCM support SIP trunking !

    Hi,
    We r in the process of VoIP implementation nd during that phase came to know that Cisco doesn't support SIP trunking at gateway level.. Can anyone suggest me whether it's true or not??? Cisco says its support SIP then what is the meaning of that?? I m really confused with the twisting of words in different docs...

    Thanks to all of you for your reply...When you say SIP trunking is supported then whether I can use SIP at gateway level towards making outward call.. Sorry if I am getting confused myself but when one says SIP trunking is supported what's the mean of that?? If I have a trunk line(PSTN) and a T1 line acting as a gateway, is it possible to design a network only depending upon SIP protocol using CISCO UNIFIED Components and call manager 5.0 ??
    Sorry once again if my question sound something ..... but it just to clear my confusion too as I am listening so many stuff from different people when it comes to SIP overall implementation for a Enterprise network using CISCO Unified communication equipments...
    With best regards,
    Mani

  • SIP trunking between Microsoft OCS server and Cisco Voice GW router.

    Hello All,
    I have a client with an existing Microsoft OCS (office communications server) environment with the OCS server in their head office. The OCS clients in the remote Office registers with the OCS server in the head office. The WAN connectivity between the remote office and the Head office is MPLS.I would like to facilitate local call (PSTN) features at the remote site through a newly proposed Voice gateway router.
    Can I achieve this by doing a SIP trunk between the OCS server in the head office to the newly proposed voice GW router in the remote office through the existing MPLS link. If yes, Could any one please assist me in this regards or suggest any other best solution to achieve the same.
    Thank you in advance,
    Mohammed Ameen R

    Hi David,
    this is a normal behaviour. To CUCM, OCS is a remote destination (just like your mobile phone). When your mobile phone hangs up, the system will put the call on hold for 10 sec.
    This is there for the mobile user to go to his desk to pick up the call and continue the conversation (part of single number reach feature)
    The best practise will be for the user to ensure that the other party hangs up the call first before he hang up.
    Please grade if you think it's useful =)

  • SIP Trunk - No voice with Single Number Reach

    Hi Community.
    I setup SIP Trunk with the CCA. Everything is working Call In and Call Out. Call Forward and so on.
    But with Single Number reach is something wrong. The mobile phone is ringing and I can get the call, but I hear not any voice.
    Can someone please help me out? Below the config.
    version 15.1
    parser config cache interface
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    service internal
    service compress-config
    service sequence-numbers
    dot11 ssid cisco-data
     vlan 1
     authentication open
    dot11 ssid cisco-voice
     vlan 100
     authentication open
    ip source-route
    ip cef
    ip dhcp relay information trust-all
    ip dhcp excluded-address 10.1.1.1 10.1.1.9
    ip dhcp excluded-address 10.1.1.241 10.1.1.255
    ip dhcp pool phone
     network 10.1.1.0 255.255.255.0
     default-router 10.1.1.1
     option 150 ip 10.1.1.1
    ip domain name site1.365873.trk.ipvoip.ch
    ip name-server 8.8.8.8
    ip inspect WAAS flush-timeout 10
    ip inspect name SDM_LOW dns
    ip inspect name SDM_LOW ftp
    ip inspect name SDM_LOW h323
    ip inspect name SDM_LOW https
    ip inspect name SDM_LOW icmp
    ip inspect name SDM_LOW imap
    ip inspect name SDM_LOW pop3
    ip inspect name SDM_LOW netshow
    ip inspect name SDM_LOW rcmd
    ip inspect name SDM_LOW realaudio
    ip inspect name SDM_LOW rtsp
    ip inspect name SDM_LOW esmtp
    ip inspect name SDM_LOW sqlnet
    ip inspect name SDM_LOW streamworks
    ip inspect name SDM_LOW tftp
    ip inspect name SDM_LOW tcp router-traffic
    ip inspect name SDM_LOW udp router-traffic
    ip inspect name SDM_LOW vdolive
    no ipv6 cef
    multilink bundle-name authenticated
    stcapp ccm-group 1
    stcapp
    isdn switch-type basic-net3
    voice call send-alert
    voice rtp send-recv
    voice service voip
     ip address trusted list
      ipv4 0.0.0.0 0.0.0.0
     allow-connections h323 to h323
     allow-connections h323 to sip
     allow-connections sip to h323
     allow-connections sip to sip
     supplementary-service h450.12
     no supplementary-service sip refer
     fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback pass-through g711ulaw
     sip
      registrar server expires max 3600 min 3600
      localhost dns:site1.365873.trk.ipvoip.ch
      no update-callerid
    voice class codec 1
     codec preference 1 g711alaw
    voice register global
     mode cme
     source-address 10.1.1.1 port 5060
     load 9971 sip9971.9-2-2
     load 9951 sip9951.9-2-2
     load 8961 sip8961.9-2-2
     timezone 23
    voice source-group CCA_SIP_SOURCE_GROUP_CUE_CME
     access-list 2
     translation-profile incoming SIP_Incoming
    voice source-group CCA_SIP_SOURCE_GROUP_EXTERNAL
     access-list 3
    voice translation-rule 9
     rule 1 /0041449475090/ /90/
     rule 2 /0041449475091/ /91/
     rule 3 /0041449475092/ /92/
     rule 4 /0041449475093/ /93/
     rule 5 /0041449475094/ /94/
     rule 6 /0041449475095/ /95/
     rule 7 /0041449475096/ /96/
     rule 8 /0041449475097/ /97/
     rule 9 /0041449475098/ /98/
     rule 10 /0041449475099/ /99/
    voice translation-rule 410
     rule 1 /^0\(.*\)/ /\1/
     rule 15 /^..$/ /0041449475090/
    voice translation-rule 411
     rule 1 /^0\(.*\)/ /ABCD0\1/
    voice translation-rule 412
     rule 1 /^ABCD\(.*\)/ /\1/
    voice translation-rule 422
     rule 15 /^ABCD\(.*\)/ /\1/
    voice translation-rule 1000
     rule 1 /.*/ //
    voice translation-rule 1111
     rule 1 /^9\([1-9]\)$/ /004144947509\1/
     rule 15 /^..$/ /0041449475090/
    voice translation-rule 1112
     rule 1 /^0/ //
    voice translation-rule 2000
     rule 1 /0041449475098/ /98/
    voice translation-rule 2001
     rule 1 /0041449475097/ /97/
    voice translation-rule 2002
     rule 1 /^6/ //
    voice translation-rule 2222
    voice translation-profile AA_Profile
     translate called 2001
    voice translation-profile CALLER_ID_TRANSLATION_PROFILE
     translate calling 1111
    voice translation-profile CallBlocking
     translate called 2222
    voice translation-profile OUTGOING_TRANSLATION_PROFILE
     translate called 1112
    voice translation-profile PSTN_CallForwarding
     translate redirect-target 410
     translate redirect-called 410
    voice translation-profile PSTN_Outgoing
     translate calling 1111
     translate called 1112
     translate redirect-target 410
     translate redirect-called 410
    voice translation-profile SIP_Called_9
     translate calling 3265
     translate called 9
    voice translation-profile SIP_Incoming
     translate called 411
    voice translation-profile SIP_Passthrough
     translate called 412
    voice translation-profile SIP_Passthrough_CallBlocking
     translate called 422
    voice translation-profile VM_Profile
     translate called 2000
    voice translation-profile XFER_TO_VM_PROFILE
     translate redirect-called 2002
    voice translation-profile nondialable
     translate called 1000
    voice-card 0
     dspfarm
     dsp services dspfarm
    fax interface-type fax-mail
    license udi pid UC540W-BRI-K9 sn FGL163220SL
    archive
     log config
      logging enable
      logging size 600
      hidekeys
    username admin privilege 15 secret xxx
    username xxx password 0 ""
    username xxx password 0 ""
    ip tftp source-interface Loopback0
    bridge irb
    interface Loopback0
     description $FW_INSIDE$
     ip address 10.1.10.2 255.255.255.252
     ip access-group 101 in
     ip nat inside
     ip virtual-reassembly in
    interface FastEthernet0/0
     description $FW_OUTSIDE$
     no ip address
     ip inspect SDM_LOW out
     ip virtual-reassembly in
     ip verify unicast reverse-path
     load-interval 30
     shutdown
     duplex auto
     speed auto
    interface Integrated-Service-Engine0/0
     description cue is initialized with default IMAP group
     ip unnumbered Loopback0
     ip nat inside
     ip virtual-reassembly in
     service-module ip address 10.1.10.1 255.255.255.252
     service-module ip default-gateway 10.1.10.2
    interface FastEthernet0/1/0
     no ip address
     macro description cisco-desktop
     spanning-tree portfast
    interface FastEthernet0/1/1
     switchport voice vlan 100
     no ip address
     macro description cisco-phone
     spanning-tree portfast
    interface FastEthernet0/1/2
     switchport voice vlan 100
     no ip address
     macro description cisco-phone
     spanning-tree portfast
    interface FastEthernet0/1/3
     switchport voice vlan 100
     no ip address
     macro description cisco-phone
     spanning-tree portfast
    interface FastEthernet0/1/4
     switchport voice vlan 100
     no ip address
     macro description cisco-phone
     spanning-tree portfast
    interface FastEthernet0/1/5
     switchport voice vlan 100
     no ip address
     macro description cisco-phone
     spanning-tree portfast
    interface FastEthernet0/1/6
     switchport voice vlan 100
     no ip address
     macro description cisco-phone
     spanning-tree portfast
    interface FastEthernet0/1/7
     switchport voice vlan 100
     no ip address
     macro description cisco-phone
     spanning-tree portfast
    interface FastEthernet0/1/8
     no ip address
     macro description cisco-desktop
     spanning-tree portfast
    interface BRI0/1/0
     no ip address
     isdn switch-type basic-net3
     isdn point-to-point-setup
     isdn incoming-voice voice
     isdn sending-complete
     isdn static-tei 0
    interface BRI0/1/1
     no ip address
     shutdown
     isdn switch-type basic-net3
     isdn point-to-point-setup
     isdn incoming-voice voice
     isdn sending-complete
     isdn static-tei 0
    interface Dot11Radio0/5/0
     no ip address
     ssid cisco-data
     ssid cisco-voice
     speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
     station-role root
     antenna receive right
     antenna transmit right
    interface Dot11Radio0/5/0.1
     encapsulation dot1Q 1 native
     bridge-group 1
     bridge-group 1 subscriber-loop-control
     bridge-group 1 spanning-disabled
     bridge-group 1 block-unknown-source
     no bridge-group 1 source-learning
     no bridge-group 1 unicast-flooding
    interface Dot11Radio0/5/0.100
     encapsulation dot1Q 100
     bridge-group 100
     bridge-group 100 subscriber-loop-control
     bridge-group 100 spanning-disabled
     bridge-group 100 block-unknown-source
     no bridge-group 100 source-learning
     no bridge-group 100 unicast-flooding
    interface Vlan1
     no ip address
     bridge-group 1
     bridge-group 1 spanning-disabled
    interface Vlan100
     no ip address
     bridge-group 100
     bridge-group 100 spanning-disabled
    interface BVI1
     description $FW_INSIDE$
     ip address 192.168.10.2 255.255.255.0
     ip access-group 102 in
     ip nat inside
     ip virtual-reassembly in
    interface BVI100
     description $FW_INSIDE$
     ip address 10.1.1.1 255.255.255.0
     ip access-group 103 in
     ip nat inside
     ip virtual-reassembly in
    ip forward-protocol nd
    ip http server
    ip http authentication local
    ip http secure-server
    ip http path flash:/gui
    ip dns server
    ip nat inside source list 1 interface FastEthernet0/0 overload
    ip route 0.0.0.0 0.0.0.0 192.168.10.1
    ip route 10.1.10.1 255.255.255.255 Integrated-Service-Engine0/0
    access-list 1 remark SDM_ACL Category=2
    access-list 1 permit 10.1.1.0 0.0.0.255
    access-list 1 permit 192.168.10.0 0.0.0.255
    access-list 1 permit 10.1.10.0 0.0.0.3
    access-list 2 remark CCA_SIP_SOURCE_GROUP_ACL_INTERNAL
    access-list 2 remark SDM_ACL Category=1
    access-list 2 permit 192.168.10.2
    access-list 2 permit 10.1.10.0 0.0.0.3
    access-list 2 permit 192.168.10.0 0.0.0.255
    access-list 2 permit 10.1.1.0 0.0.0.255
    access-list 3 remark CCA_SIP_SOURCE_GROUP_ACL_EXTERNAL
    access-list 3 remark SDM_ACL Category=1
    access-list 3 permit 212.147.47.216
    access-list 3 deny   any
    access-list 100 remark auto generated by SDM firewall configuration
    access-list 100 remark SDM_ACL Category=1
    access-list 100 deny   ip 192.168.10.0 0.0.0.255 any
    access-list 100 deny   ip host 255.255.255.255 any
    access-list 100 deny   ip 127.0.0.0 0.255.255.255 any
    access-list 100 permit ip any any
    access-list 101 remark auto generated by SDM firewall configuration##NO_ACES_8##
    access-list 101 remark SDM_ACL Category=1
    access-list 101 permit tcp 10.1.1.0 0.0.0.255 eq 2000 any
    access-list 101 permit udp 10.1.1.0 0.0.0.255 eq 2000 any
    access-list 101 deny   ip 10.1.1.0 0.0.0.255 any
    access-list 101 deny   ip 192.168.10.0 0.0.0.255 any
    access-list 101 deny   ip 192.168.1.0 0.0.0.255 any
    access-list 101 deny   ip host 255.255.255.255 any
    access-list 101 deny   ip 127.0.0.0 0.255.255.255 any
    access-list 101 permit ip any any
    access-list 102 remark auto generated by SDM firewall configuration##NO_ACES_6##
    access-list 102 remark SDM_ACL Category=1
    access-list 102 deny   ip 10.1.10.0 0.0.0.3 any
    access-list 102 deny   ip 10.1.1.0 0.0.0.255 any
    access-list 102 deny   ip 192.168.1.0 0.0.0.255 any
    access-list 102 deny   ip host 255.255.255.255 any
    access-list 102 deny   ip 127.0.0.0 0.255.255.255 any
    access-list 102 permit ip any any
    access-list 103 remark auto generated by SDM firewall configuration##NO_ACES_8##
    access-list 103 remark SDM_ACL Category=1
    access-list 103 permit tcp 10.1.10.0 0.0.0.3 any eq 2000
    access-list 103 permit udp 10.1.10.0 0.0.0.3 any eq 2000
    access-list 103 deny   ip 10.1.10.0 0.0.0.3 any
    access-list 103 deny   ip 192.168.10.0 0.0.0.255 any
    access-list 103 deny   ip 192.168.1.0 0.0.0.255 any
    access-list 103 deny   ip host 255.255.255.255 any
    access-list 103 deny   ip 127.0.0.0 0.255.255.255 any
    access-list 103 permit ip any any
    access-list 104 remark auto generated by SDM firewall configuration##NO_ACES_14##
    access-list 104 remark SDM_ACL Category=1
    access-list 104 deny   ip 10.1.10.0 0.0.0.3 any
    access-list 104 deny   ip 10.1.1.0 0.0.0.255 any
    access-list 104 permit ip any any
    access-list 104 permit udp host 8.8.8.8 eq domain any
    access-list 104 permit icmp any any echo-reply
    access-list 104 permit icmp any any time-exceeded
    access-list 104 permit icmp any any unreachable
    access-list 104 deny   ip 10.0.0.0 0.255.255.255 any
    access-list 104 deny   ip 172.16.0.0 0.15.255.255 any
    access-list 104 deny   ip 192.168.0.0 0.0.255.255 any
    access-list 104 deny   ip 127.0.0.0 0.255.255.255 any
    access-list 104 deny   ip host 255.255.255.255 any
    access-list 104 deny   ip host 0.0.0.0 any
    access-list 104 deny   ip any any
    control-plane
    bridge 1 route ip
    bridge 100 route ip
    voice-port 0/0/0
     cptone CH
     station-id name FAX
     station-id number 99
     caller-id enable
    voice-port 0/0/1
     cptone CH
     shutdown
     caller-id enable
    voice-port 0/0/2
     cptone CH
     shutdown
     caller-id enable
    voice-port 0/0/3
     cptone CH
     shutdown
     caller-id enable
    voice-port 0/1/0
     compand-type a-law
     cptone CH
     bearer-cap Speech
    voice-port 0/1/1
     compand-type a-law
     cptone CH
     bearer-cap Speech
    voice-port 0/4/0
     auto-cut-through
     signal immediate
     input gain auto-control -15
     description Music On Hold Port
    sccp local Loopback0
    sccp ccm 10.1.1.1 identifier 1 version 4.0
    sccp
    sccp ccm group 1
     associate ccm 1 priority 1
     associate profile 2 register mtpa4934c6ee4e0
    dspfarm profile 2 transcode
     description CCA transcoding for SIP Trunk VTX
     codec g711ulaw
     codec g711alaw
     codec g729ar8
     codec g729abr8
     maximum sessions 10
     associate application SCCP
    dial-peer cor custom
     name internal
     name local
     name local-plus
     name international
     name national
     name national-plus
     name emergency
     name toll-free
    dial-peer cor list call-internal
     member internal
    dial-peer cor list call-local
     member local
    dial-peer cor list call-local-plus
     member local-plus
    dial-peer cor list call-national
     member national
    dial-peer cor list call-national-plus
     member national-plus
    dial-peer cor list call-international
     member international
    dial-peer cor list call-emergency
     member emergency
    dial-peer cor list call-toll-free
     member toll-free
    dial-peer cor list user-internal
     member internal
     member emergency
    dial-peer cor list user-local
     member internal
     member local
     member emergency
     member toll-free
    dial-peer cor list user-local-plus
     member internal
     member local
     member local-plus
     member emergency
     member toll-free
    dial-peer cor list user-national
     member internal
     member local
     member local-plus
     member national
     member emergency
     member toll-free
    dial-peer cor list user-national-plus
     member internal
     member local
     member local-plus
     member national
     member national-plus
     member emergency
     member toll-free
    dial-peer cor list user-international
     member internal
     member local
     member local-plus
     member international
     member national
     member national-plus
     member emergency
     member toll-free
    dial-peer voice 1 pots
     destination-pattern 99
     port 0/0/0
     no sip-register
    dial-peer voice 2 pots
     port 0/0/1
     no sip-register
    dial-peer voice 3 pots
     port 0/0/2
     no sip-register
    dial-peer voice 4 pots
     port 0/0/3
     no sip-register
    dial-peer voice 5 pots
     description ** MOH Port **
     destination-pattern ABC
     port 0/4/0
     no sip-register
    dial-peer voice 6 pots
     description tcatch all dial peer for BRI/PRIv
     translation-profile incoming nondialable
     incoming called-number .%
     direct-inward-dial
    dial-peer voice 50 pots
     description ** incoming dial peer **
     incoming called-number ^AAAA$
     direct-inward-dial
     port 0/1/0
    dial-peer voice 51 pots
     description ** incoming dial peer **
     incoming called-number ^AAAA$
     direct-inward-dial
     port 0/1/1
    dial-peer voice 2000 voip
     description ** cue voicemail pilot number **
     translation-profile outgoing XFER_TO_VM_PROFILE
     destination-pattern 98
     b2bua
     session protocol sipv2
     session target ipv4:10.1.10.1
     voice-class sip outbound-proxy ipv4:10.1.10.1
     dtmf-relay rtp-nte
     codec g711ulaw
     no vad
    dial-peer voice 2001 voip
     description ** cue auto attendant number **
     translation-profile outgoing PSTN_CallForwarding
     destination-pattern 97
     b2bua
     session protocol sipv2
     session target ipv4:10.1.10.1
     voice-class sip outbound-proxy ipv4:10.1.10.1
     dtmf-relay rtp-nte
     codec g711ulaw
     no vad
    dial-peer voice 2012 voip
     description ** cue prompt manager number **
     translation-profile outgoing PSTN_CallForwarding
     destination-pattern 96
     b2bua
     session protocol sipv2
     session target ipv4:10.1.10.1
     voice-class sip outbound-proxy ipv4:10.1.10.1
     dtmf-relay rtp-nte
     codec g711ulaw
     no vad
    dial-peer voice 1000 voip
     permission term
     description ** Incoming call from SIP trunk (VTX) **
     session protocol sipv2
     session target sip-server
     incoming called-number .%
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     fax rate 14400
     fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback pass-through g711ulaw
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1001 voip
     corlist outgoing call-local
     description ** star code to SIP trunk (VTX) **
     destination-pattern *..
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     fax rate 14400
     fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback pass-through g711ulaw
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1003 voip
     description ** Passthrough Inbound Calls for PSTN from CUE **
     translation-profile incoming SIP_Passthrough
     b2bua
     session protocol sipv2
     session target ipv4:10.1.10.1
     incoming called-number ABCDT
     dtmf-relay rtp-nte
     codec g711ulaw
     no vad
    dial-peer voice 1005 voip
     description ** Passthrough Inbound Calls for MWI from CUE **
     b2bua
     session protocol sipv2
     session target ipv4:10.1.10.1
     incoming called-number A80T
     dtmf-relay rtp-nte
     codec g711ulaw
     no vad
    dial-peer voice 1009 voip
     description ** Passthrough Inbound Calls for Internal Extensions from CUE **
     b2bua
     session protocol sipv2
     session target ipv4:10.1.10.1
     incoming called-number ^..$
     dtmf-relay rtp-nte
     codec g711ulaw
     no vad
    dial-peer voice 1033 voip
     corlist outgoing call-local
     description **CCA*Switzerland*Short Code Services**
     translation-profile outgoing PSTN_Outgoing
     preference 1
     destination-pattern 0187
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1042 voip
     corlist outgoing call-emergency
     description **CCA*Switzerland*Ambulance / Poisioning**
     translation-profile outgoing CALLER_ID_TRANSLATION_PROFILE
     preference 1
     destination-pattern 0014[45]
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1041 voip
     corlist outgoing call-emergency
     description **CCA*Switzerland*REGA Air Rescue**
     translation-profile outgoing CALLER_ID_TRANSLATION_PROFILE
     preference 1
     destination-pattern 00333333333
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1025 voip
     corlist outgoing call-national
     description **CCA*Switzerland*National Destination Numbers**
     translation-profile outgoing PSTN_Outgoing
     preference 1
     destination-pattern 00[789]1.......
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1020 voip
     corlist outgoing call-national
     description **CCA*Switzerland*Regional Announcement VM**
     translation-profile outgoing PSTN_Outgoing
     preference 1
     destination-pattern 01600
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1040 voip
     corlist outgoing call-emergency
     description **CCA*Switzerland*REGA Air Rescue**
     translation-profile outgoing CALLER_ID_TRANSLATION_PROFILE
     preference 1
     destination-pattern 000333333333
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1043 voip
     corlist outgoing call-emergency
     description **CCA*Switzerland*Ambulance / Poisioning**
     translation-profile outgoing CALLER_ID_TRANSLATION_PROFILE
     preference 1
     destination-pattern 014[45]
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1035 voip
     corlist outgoing call-national
     description **CCA*Switzerland*Mobile Numbers**
     translation-profile outgoing PSTN_Outgoing
     preference 1
     destination-pattern 007[46789].......
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1024 voip
     corlist outgoing call-national-plus
     description **CCA*Switzerland*Personal Numbering**
     translation-profile outgoing PSTN_Outgoing
     preference 1
     destination-pattern 00878......
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1029 voip
     corlist outgoing call-national
     description **CCA*Switzerland*Voicemail Access**
     translation-profile outgoing PSTN_Outgoing
     preference 1
     destination-pattern 00860.........
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1036 voip
     corlist outgoing call-national
     description **CCA*Switzerland*VPN Access**
     translation-profile outgoing PSTN_Outgoing
     preference 1
     destination-pattern 00869.............
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1027 voip
     corlist outgoing call-national-plus
     description **CCA*Switzerland*Premium Rate (Business)**
     translation-profile outgoing PSTN_Outgoing
     preference 1
     destination-pattern 00900......
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1026 voip
     corlist outgoing call-national
     description **CCA*Switzerland*Test Numbers**
     translation-profile outgoing PSTN_Outgoing
     preference 1
     destination-pattern 00868T
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1034 voip
     corlist outgoing call-national-plus
     description **CCA*Switzerland*Shared Cost numbers**
     translation-profile outgoing PSTN_Outgoing
     preference 1
     destination-pattern 0084[0248]......
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1038 voip
     corlist outgoing call-emergency
     description **CCA*Switzerland*Emergency**
     translation-profile outgoing CALLER_ID_TRANSLATION_PROFILE
     preference 1
     destination-pattern 0011[278]
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1037 voip
     corlist outgoing call-toll-free
     description **CCA*Switzerland*Toll Free Numbers**
     translation-profile outgoing PSTN_Outgoing
     preference 1
     destination-pattern 00800......
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1039 voip
     corlist outgoing call-emergency
     description **CCA*Switzerland*Emergency**
     translation-profile outgoing CALLER_ID_TRANSLATION_PROFILE
     preference 1
     destination-pattern 011[278]
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1032 voip
     corlist outgoing call-national
     description **CCA*Switzerland*National Destination Numbers**
     translation-profile outgoing PSTN_Outgoing
     preference 1
     destination-pattern 00[23456]........
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1023 voip
     corlist outgoing call-international
     description **CCA*Switzerland*International Calls**
     translation-profile outgoing PSTN_Outgoing
     preference 1
     destination-pattern 000T
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1031 voip
     description **CCA*Switzerland*Premium Rate (Social)**
     translation-profile outgoing PSTN_Outgoing
     preference 1
     destination-pattern 0090[16]......
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1030 voip
     corlist outgoing call-national
     description **CCA*Switzerland*Short Code**
     translation-profile outgoing PSTN_Outgoing
     preference 1
     destination-pattern 014[0357]
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1045 voip
     corlist outgoing call-emergency
     description **CCA*Switzerland*REGA/Glaciers Air Rescue**
     translation-profile outgoing CALLER_ID_TRANSLATION_PROFILE
     preference 1
     destination-pattern 0141[45]
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1028 voip
     corlist outgoing call-national-plus
     description **CCA*Switzerland*Directory Enquiries**
     translation-profile outgoing PSTN_Outgoing
     preference 1
     destination-pattern 018[15].
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1021 voip
     corlist outgoing call-national
     description **CCA*Switzerland*Short Code**
     translation-profile outgoing PSTN_Outgoing
     preference 1
     destination-pattern 011[45].
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1022 voip
     corlist outgoing call-national
     description **CCA*Switzerland*Short Code Services**
     translation-profile outgoing PSTN_Outgoing
     preference 1
     destination-pattern 01[67].
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 1044 voip
     corlist outgoing call-emergency
     description **CCA*Switzerland*REGA/Glaciers Air Rescue**
     translation-profile outgoing CALLER_ID_TRANSLATION_PROFILE
     preference 1
     destination-pattern 00141[45]
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    dial-peer voice 2002 voip
     description ** cue voicemail PSTN number **
     translation-profile outgoing VM_Profile
     destination-pattern xxx$
     b2bua
     session protocol sipv2
     session target ipv4:10.1.10.1
     voice-class sip outbound-proxy ipv4:10.1.10.1
     dtmf-relay rtp-nte
     codec g711ulaw
     no vad
    dial-peer voice 2003 voip
     description ** cue auto attendant PSTN number **
     translation-profile outgoing AA_Profile
     destination-pattern xxx$
     b2bua
     session protocol sipv2
     session target ipv4:10.1.10.1
     voice-class sip outbound-proxy ipv4:10.1.10.1
     dtmf-relay rtp-nte
     codec g711ulaw
     no vad
    dial-peer voice 1110 pots
     preference 9
     destination-pattern xxx
     port 0/0/0
     no sip-register
    dial-peer voice 3006 voip
     description SIP
     translation-profile incoming SIP_Called_9
     session protocol sipv2
     session target sip-server
     incoming called-number xxx.
     voice-class codec 1
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     ip qos dscp cs5 media
     ip qos dscp cs4 signaling
     no vad
    no dial-peer outbound status-check pots
    sip-ua
     keepalive target dns:site1.365873.trk.ipvoip.ch
     authentication username xxx password 7 xxx
     no remote-party-id
     retry invite 2
     retry register 10
     timers connect 100
     timers keepalive active 100
     registrar dns:site1.365873.trk.ipvoip.ch expires 3600
     sip-server dns:site1.365873.trk.ipvoip.ch
     host-registrar
    telephony-service
     sdspfarm units 5
     sdspfarm transcode sessions 10
     sdspfarm tag 2 mtpa4934c6ee4e0
     video
     fxo hook-flash
     max-ephones 40
     max-dn 300
     ip source-address 10.1.1.1 port 2000
     auto assign 1 to 1 type bri
     calling-number initiator
     service phone videoCapability 1
     service phone ehookenable 1
     service phone ehookEnable 1
     service dnis overlay
     service dnis dir-lookup
     service dss
     timeouts interdigit 5
     system message SwissT.Net
     url services http://10.1.10.1/voiceview/common/login.do
     url authentication http://10.1.10.1/voiceview/authentication/authenticate.do
     cnf-file location flash:
     cnf-file perphone
     user-locale U4 load CME-locale-de_DE-German-8.1.2.2.tar
     network-locale U4
     load 521G-524G cp524g-8-1-17
     load 525G spa525g-7-5-4
     load 501G spa50x-30x-7-5-2b
     load 502G spa50x-30x-7-5-2b
     load 504G spa50x-30x-7-5-2b
     load 508G spa50x-30x-7-5-2b
     load 509G spa50x-30x-7-5-2b
     load 525G2 spa525g-7-5-4
     load 301 spa50x-30x-7-5-2b
     load 303 spa50x-30x-7-5-2b
     time-zone 23
     time-format 24
     date-format dd-mm-yy
     keepalive 30 auxiliary 4
     voicemail 98
     max-conferences 8 gain -6
     call-forward pattern .T
     call-forward system redirecting-expanded
     hunt-group logout HLog
     moh flash:/media/music-on-hold.au
     multicast moh 239.10.16.16 port 2000
     web admin system name cisco secret 5 xxx
     dn-webedit
     time-webedit
     transfer-system full-consult dss
     transfer-pattern .T
     transfer-pattern 0.T
     transfer-pattern 6.. blind
     secondary-dialtone 0
     night-service day Sun 17:00 09:00
     night-service day Mon 17:00 09:00
     night-service day Tue 17:00 09:00
     night-service day Wed 17:00 09:00
     night-service day Thu 17:00 09:00
     night-service day Fri 17:00 09:00
     night-service day Sat 17:00 09:00
     fac standard
     create cnf-files version-stamp Jan 01 2002 00:00:00
    ephone-template  1
     url services 1 http://10.1.10.1/voiceview/common/login.do VoiceviewExpress
     service phone webAccess 0
     softkeys remote-in-use  Newcall
     softkeys idle  Redial Pickup Mobility Newcall Cfwdall Gpickup Dnd Login
     softkeys seized  Cfwdall Endcall Redial Pickup Gpickup Callback
     softkeys connected  Hold Endcall Trnsfer Mobility TrnsfVM Confrn Acct Park
     button-layout 7931 2
    ephone-template  15
     url services 1 http://10.1.10.1/voiceview/common/login.do VoiceviewExpress
     softkeys remote-in-use  Newcall
     softkeys idle  Redial Newcall Mobility Cfwdall Pickup Gpickup Dnd Login
     softkeys seized  Cfwdall Endcall Redial Pickup Gpickup Callback
     softkeys connected  Hold Endcall Mobility Trnsfer TrnsfVM Confrn Acct Park
     button-layout 7931 2
    ephone-template  16
     url services 1 http://10.1.10.1/voiceview/common/login.do VoiceviewExpress
     softkeys remote-in-use  Newcall
     softkeys idle  Redial Newcall Mobility Cfwdall Pickup Gpickup Dnd Login
     softkeys seized  Cfwdall Endcall Redial Pickup Gpickup Callback
     softkeys connected  Hold Endcall Mobility Trnsfer TrnsfVM Confrn Acct Park
    ephone-template  17
     url services 1 http://10.1.10.1/voiceview/common/login.do VoiceviewExpress
     softkeys remote-in-use  CBarge Newcall
     softkeys idle  Redial Newcall Mobility Cfwdall Pickup Gpickup Dnd Login
     softkeys seized  Cfwdall Endcall Redial Pickup Gpickup Callback
     softkeys connected  Hold Endcall Mobility Trnsfer TrnsfVM Confrn Acct Park
    ephone-template  18
     url services 1 http://10.1.10.1/voiceview/common/login.do VoiceviewExpress
     softkeys remote-in-use  CBarge Newcall
     softkeys idle  Redial Newcall Mobility Cfwdall Pickup Gpickup Dnd Login
     softkeys seized  Cfwdall Endcall Redial Pickup Gpickup Callback
     softkeys connected  Hold Endcall Mobility Trnsfer TrnsfVM Confrn Acct Park
     button-layout 7931 2
    ephone-dn  9
     number BCD no-reg primary
     description MoH
     moh out-call ABC
    ephone-dn  292
     number xxx
     description SIP Main Number registration
     preference 10
    ephone-dn  293  dual-line
     number 90 secondary xxx no-reg both
     label Zentrale
     description 90
     name Zentrale
     call-forward busy 98
     call-forward noan 98 timeout 20
    ephone-dn  294  dual-line
     number 94 secondary xxx no-reg both
     label LL
     description Lehrling Lehrnende
     name Lehrling Lehrnende
     mobility
     snr xxx delay 1 timeout 30 cfwd-noan 98
     snr ring-stop
     call-forward busy 98
     call-forward noan 98 timeout 20
    ephone-dn  295  dual-line
     number 93 secondary xxx no-reg both
     label CM
     description
     name
     snr xxx delay 1 timeout 30 cfwd-noan 98
     snr ring-stop
     call-forward busy 98
     call-forward noan 98 timeout 10
    ephone-dn  296  dual-line
     number 92 secondary xxx no-reg both
     label EE
     description
     name
     mobility
     call-forward busy 98
     call-forward noan 98 timeout 20
    ephone-dn  297  dual-line
     number 91 secondary xxx no-reg both
     label RS
     description
     name
     mobility
     snr xxx delay 1 timeout 30 cfwd-noan 98
     snr ring-stop
     call-forward busy 98
     call-forward noan 98 timeout 10
    ephone-dn  298
     number 6.. no-reg primary
     description ***CCA XFER TO VM EXTENSION***
     call-forward all 98
    ephone-dn  299
     number A801.. no-reg primary
     mwi off
    ephone-dn  300
     number A800.. no-reg primary
     mwi on
    ephone  1
     device-security-mode none
     mac-address A44C.11A0.B648
     ephone-template 1
     max-calls-per-button 2
     username "xxx" password xxx
     type 525G2
     button  1:296 2:293 3m297 4m295
     button  5m294
    ephone  2
     device-security-mode none
     mac-address A44C.11A0.B566
     ephone-template 1
     max-calls-per-button 2
     username "xxx" password xxx
     type 525G2
     button  1:297 2:293 3m296 4m295
     button  5m294
    ephone  3
     device-security-mode none
     mac-address A44C.11A0.B5C4
     ephone-template 1
     max-calls-per-button 2
     username "xxx" password xxx
     type 525G2
     button  1:295 2:293 3m297 4m296
     button  5m294
    ephone  4
     device-security-mode none
     mac-address A44C.11A0.B67A
     ephone-template 1
     max-calls-per-button 2
     username "xxx" password xxx
     type 525G2
     button  1:294 2:293 3m297 4m296
     button  5m295
    alias exec cca_voice_mode PBX
    alias exec cca_vm_notification schedule from_time=00 to_time=24
    alias exec clid-ALL_BRI ;1:0-4;1:0-9;1:0-9;1:1-9
    alias exec clid-SIP ;1:1-9;1:1-9;1:1-9
    banner login ^CCisco Configuration Assistant. Version: 3.2 (3). Fri Jul 04 13:18:33 CEST 2014^C
    line con 0
     no modem enable
    line aux 0
    line 2
     no activation-character
     no exec
     transport preferred none
     transport input all
    line vty 0 4
     transport preferred none
     transport input all
    line vty 5 100
     transport preferred none
     transport input all
    ntp master
    ntp server 91.240.0.5 prefer
    en

    Hi Patrick
    I am working on this one as well. I have a UC560 with SIP Trunk provider Les.NET.
    It was working fine until a few weeks ago when something changed on the provider end and broke it. My hunch it is something to do with the SIP REFER.
    http://www.cisco.com/c/en/us/support/docs/voice-unified-communications/unified-communications-manager-express/91535-cme-sip-trunking-config.html
    Here is an excerpt from the above page:
    Call Transfer
    When a call comes in on an SIP trunk to an SCCP Phone or CUE AutoAttendant (AA) and is transferred, the CME by default will send a SIP REFER message to the SP proxy. Most SP Proxy Servers do not support the REFER method. This needs to be configured in order to force the CME to hairpin the call:
    Router(config)#voice service voip
    Router(conf-voi-serv)#no supplementary-service sip refer
    Figure 3 shows the behavior of the CME system with the REFER method disabled.

  • Unable to place call on calls on hold - SIP Trunk from CUCM to CUBE and from CUBE to ISTP

    Hi Cisco Community,
    I have a SIP Trunk setup between the CUCM and CUBE and another SIP Dial Peers from the CUBE to the ITSP. All incoming/outgoing calls, DTMF-Relay works well except one thing which is the ability to hold the call.
    On the SIP Trunk from the CUCM to the CUBE, I did not select “MTP” because when I do so, I am forced to select my preferred MTP codec which when selected G.729/G.729a, all my outgoing calls goes out using G.729r8. This codec works well for most of the calls until the ITSP replies back with G.729br8. When this condition occur, my call simply fails (this is very intermittent and only some random numbers).
    That said, I have some issues with DTMF Relay when I select MTP on the SIP Trunk. DTMF Relay only works if the call is G.729r8 all the way from the CUCM to the ITSP. If the ITSP replies back with G.729br8, the call might established but will simply be “voice-only”.
    The current setup is no MTP is selected and everything is working perfectly. I am happy with that until I place a call on hold, which when I do so, the call immediately terminate. Could you please help me understand why?
    I have all media resources configured such as G.729r8 MTP, G.729br8 MTP, G.711u MTP, Transcoding with all codecs, etc. All MRG and MRGL are configured on all devices and SIP Trunks.
    Below is an example of a call that is connected with the current setup:
    Note:
    IP: 10.18.81.2 (CUBE)
    IP: 10.18.81.11 (CUCM SUB)
    IP: 10.111.111.254 (ITSP SBC)
    PM-HO-VG-01#
    PM-HO-VG-01#
    Nov 30 11:44:29.938: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received: 
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e72063a5aba5d
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>
    Date: Sun, 30 Nov 2014 11:44:29 GMT
    Call-ID: [email protected]
    Supported: timer,resource-priority,replaces
    Min-SE:  1800
    User-Agent: Cisco-CUCM9.1
    Allow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY
    CSeq: 101 INVITE
    Expires: 180
    Allow-Events: presence, kpml
    Supported: X-cisco-srtp-fallback,X-cisco-original-called
    Call-Info: <sip:10.18.81.11:5060>;method="NOTIFY;Event=telephone-event;Duration=500"
    Cisco-Guid: 1020645888-0000065536-0000124117-0189862410
    Session-Expires:  1800
    Contact: <sip:[email protected]:5060>
    Max-Forwards: 70
    Content-Length: 0
    Nov 30 11:44:29.942: //64510/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    SIP/2.0 100 Trying
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e72063a5aba5d
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>
    Date: Sun, 30 Nov 2014 11:44:29 GMT
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Allow-Events: telephone-event
    Server: Cisco-SIPGateway/IOS-15.2.4.M5
    Content-Length: 0
    Nov 30 11:44:29.946: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3EC72218
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>
    Date: Sun, 30 Nov 2014 11:44:29 GMT
    Call-ID: [email protected]
    Supported: 100rel,timer,resource-priority,replaces,sdp-anat
    Min-SE:  1800
    Cisco-Guid: 1020645888-0000065536-0000124117-0189862410
    User-Agent: Cisco-SIPGateway/IOS-15.2.4.M5
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    CSeq: 101 INVITE
    Timestamp: 1417347869
    Contact: <sip:[email protected]:5060>
    Call-Info: <sip:10.18.81.2:5060>;method="NOTIFY;Event=telephone-event;Duration=2000"
    Expires: 180
    Allow-Events: telephone-event
    Max-Forwards: 69
    Session-Expires:  1800
    Content-Type: application/sdp
    Content-Disposition: session;handling=required
    Content-Length: 301
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 7676 6958 IN IP4 10.18.81.2
    s=SIP Call
    c=I
    PM-HO-VG-01#N IP4 10.18.81.2
    t=0 0
    m=audio 22256 RTP/AVP 18 0 8 101
    c=IN IP4 10.18.81.2
    a=rtpmap:18 G729/8000
    a=fmtp:18 annexb=yes
    a=rtpmap:0 PCMU/8000
    a=rtpmap:8 PCMA/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-16
    Nov 30 11:44:29.950: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Received: 
    SIP/2.0 100 Trying
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3EC72218
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Timestamp: 1417347869
    Nov 30 11:44:30.658: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Received: 
    SIP/2.0 180 Session Progress
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3EC72218
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>;tag=71913148-1417348035284
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Timestamp: 1417347869
    Supported: 
    Contact: <sip:[email protected]:5060;transport=udp>
    Session: Media
    Allow: ACK,BYE,CANCEL,INFO,INVITE,OPTIONS,PRACK,REFER,NOTIFY,UPDATE
    X-BroadWorks-Correlation-Info: bbf94839-a234-4237-95e6-a7037322f0f4
    Content-Type: application/sdp
    Content-Length: 355
    v=0
    o=BroadWorks 316169737 1 IN IP4 10.111.111.254
    s=-
    c=IN IP4 10.111.111.254
    t=0 0
    m=audio 20074 RTP/AVP 18 101 100
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=rtpmap:100 X-NSE/8000
    a=fmtp:100 200-202
    a=X-sqn:0
    a=X-cap: 1 audio RTP/AVP 100
    a=X-cpar: a=rtpmap:100 X-NSE/8000
    a=X-cpar: a=fmtp:100 200-202
    a=X-cap: 2 image udptl t38
    Nov 30 11:44:30.662: //64510/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    SIP/2.0 183 Session Progress
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e72063a5aba5d
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>;tag=3C365010-1E42
    Date: Sun, 30 Nov 2014 11:44:29 GMT
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    Allow-Events: telephone-event
    Contact: <sip:[email protected]:5060>
    Supported: sdp-anat
    Server: Cisco-SIPGateway/IOS-15.2.4.M5
    Content-Type: application/sdp
    Content-Disposition: session;handling=required
    Content-Length: 289
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 7965 2747 IN IP4 10.18.81.2
    s=SIP Call
    c=IN IP4 10.18.81.2
    t=0 0
    m=audio 22350 RTP/AVP 18 101 19
    c=IN IP4 10.18.81.2
    a=rtpmap:18 G729/8000
    a=fmtp:18 annexb=yes
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=rtpmap:19 CN/8000
    a=ptime:20
    Nov 30 11:44:31.226: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Received: 
    SIP/2.0 180 Session Progress
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3EC72218
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>;tag=71913148-1417348035284
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Timestamp: 1417347869
    Supported: 
    Contact: <sip:[email protected]:5060;transport=udp>
    Session: Media
    Allow: ACK,BYE,CANCEL,INFO,INVITE,OPTIONS,PRACK,REFER,NOTIFY,UPDATE
    X-BroadWorks-Correlation-Info: bbf9
    PM-HO-VG-01#4839-a234-4237-95e6-a7037322f0f4
    Content-Type: application/sdp
    Content-Length: 355
    v=0
    o=BroadWorks 316169737 1 IN IP4 10.111.111.254
    s=-
    c=IN IP4 10.111.111.254
    t=0 0
    m=audio 20074 RTP/AVP 18 101 100
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=rtpmap:100 X-NSE/8000
    a=fmtp:100 200-202
    a=X-sqn:0
    a=X-cap: 1 audio RTP/AVP 100
    a=X-cpar: a=rtpmap:100 X-NSE/8000
    a=X-cpar: a=fmtp:100 200-202
    a=X-cap: 2 image udptl t38
    Nov 30 11:44:31.630: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Received: 
    SIP/2.0 200 OK
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3EC72218
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>;tag=71913148-1417348035284
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Timestamp: 1417347869
    Supported: 
    Contact: <sip:[email protected]:5060;transport=udp>
    Allow: ACK,BYE,CANCEL,INFO,INVITE,OPTIONS,PRACK,REFER,NOTIFY,UPDATE
    Accept: application/media_control+xml,application/sdp,application/xml
    X-BroadWorks-Correlation-Info: bbf94839-a234-4237-95e6-a7037322f0f4
    Content-Type: application/sdp
    Content-Length: 355
    v=0
    o=BroadWorks 316169737 1 IN IP4 10.111.111.254
    s=-
    c=IN IP4 10.111.111.254
    t=0 0
    m=audio 20074 RTP/AVP 18 101 100
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=rtpmap:100 X-NSE/8000
    a=fmtp:100 200-202
    a=X-sqn:0
    a=X-cap: 1 audio RTP/AVP 100
    a=X-cpar: a=rtpmap:100 X-NSE/8000
    a=X-cpar: a=fmtp:100 200-202
    a=X-cap: 2 image udptl t38
    Nov 30 11:44:31.630: //64511/3CD5D2000001/SIP/Call/sipSPICallInfo: 
    The Call Setup Information is:
    Call Control Block (CCB) : 0x0x3D7B1458
    State of The Call        : STATE_ACTIVE
    TCP Sockets Used         : NO
    Calling Number           : 27218091323
    Called Number            : 0862000000
    Source IP Address (Sig  ): 10.18.81.2
    Destn SIP Req Addr:Port  : 10.111.111.254:5060
    Destn SIP Resp Addr:Port : 10.111.111.254:5060
    Destination Name         : 10.111.111.254
    Nov 30 11:44:31.630: //64511/3CD5D2000001/SIP/Call/sipSPIMediaCallInfo: 
    Number of Media Streams: 1
    Media Stream             : 1
    Negotiated Codec         : g729br8
    Negotiated Codec Bytes   : 20
    Nego. Codec payload      : 18 (tx), 18 (rx)
    Negotiated Dtmf-relay    : 6
    Dtmf-relay Payload       : 101 (tx), 101 (rx)
    Source IP Address (Media): 10.18.81.2
    Source IP Port    (Media): 22256
    Destn  IP Address (Media): 10.111.111.254
    Destn  IP Port    (Media): 20074
    Orig Destn IP Address:Port (Media): [ - ]:0
    Nov 30 11:44:31.630: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    ACK sip:[email protected]:5060;transport=udp SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3EC81D00
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>;tag=71913148-1417348035284
    Date: Sun, 30 Nov 2014 11:44:29 GMT
    Call-ID: [email protected]
    Max-Forwards: 70
    CSeq: 101 ACK
    Allow-Events: telephone-event
    Content-Length: 0
    Nov 30 11:44:31.634: //64510/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    SIP/2.0 200 OK
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e72063a5aba5d
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>;tag=3C365010-1E42
    Date: Sun, 30 Nov 2014 11:44:29 GMT
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    Allow-Events: telephone-event
    Contact: <sip:[email protected]:5060>
    Supported: replaces
    Supported: sdp-anat
    Server: Cisco-SIPGateway/IOS-15.2.4.M5
    Supported: timer
    Content-Type: application/sdp
    Content-Disposition: session;handling=required
    Content-Length: 289
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 7965 2747 IN IP4 10.18.81.2
    s=SIP Call
    c=IN IP4 10.18.81.2
    t=0 0
    m=audio 22350 RTP/AVP 18 101 19
    c=IN IP4 10.18.81.2
    a=rtpmap:18 G729/8000
    a=fmtp:18 annexb=yes
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=rtpmap:19 CN/8000
    a=ptime:20
    Nov 30 11:44:31.726: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received: 
    ACK sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e72075e3a02c1
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>;tag=3C365010-1E42
    Date: Sun, 30 Nov 2014 11:44:29 GMT
    Call-ID: [email protected]
    Max-Forwards: 70
    CSeq: 101 ACK
    Allow-Events: presence, kpml
    Content-Type: application/sdp
    Content-Length: 236
    v=0
    o=CiscoSystemsCCM-SIP 9082578 1 IN IP4 10.18.81.11
    s=SIP Call
    c=IN IP4 10.18.80.40
    b=TIAS:8000
    b=AS:8
    t=0 0
    m=audio 21928 RTP/AVP 18 101
    a=rtpmap:18 G729/8000
    a=ptime:20
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    Nov 30 11:44:31.730: //64510/3CD5D2000001/SIP/Call/sipSPICallInfo: 
    The Call Setup Information is:
    Call Control Block (CCB) : 0x0x3D816D70
    State of The Call        : STATE_ACTIVE
    TCP Sockets Used         : NO
    Calling Number           : 0218091323
    Called Number            : 0862000000
    Source IP Address (Sig  ): 10.18.81.2
    Destn SIP Req Addr:Port  : 10.18.81.11:5060
    Destn SIP Resp Addr:Port : 10.18.81.11:5060
    Destination Name         : 10.18.81.11
    Nov 30 11:44:31.730: //64510/3CD5D2000001/SIP/Call/sipSPIMediaCallInfo: 
    Number of Media Streams: 1
    Media Stream             : 1
    Negotiated Codec         : g729br8
    Negotiated Codec Bytes   : 20
    Nego. Codec payload      : 18 (tx), 18 (rx)
    Negotiated Dtmf-relay    : 6
    Dtmf-relay Payload       : 101 (tx), 101 (rx)
    Source IP Address (Media): 10.18.81.2
    Source IP Port    (Media): 22350
    Destn  IP Address (Media): 10.18.80.40
    Destn  IP Port    (Media): 21928
    Orig Destn IP Address:Port (Media): [ - ]:0
    Nov 30 11:44:31.730: //64510/3CD5D2000001/SIP/Call/sipSPICallInfo: 
    The Call Setup Information is:
    Call Control Block (CCB) : 0x0x3D816D70
    State of The Call        : STATE_ACTIVE
    TCP Sockets Used         : NO
    Calling Number           : 0218091323
    Called Number            : 0862000000
    Source IP Address (Sig  ): 10.18.81.2
    Destn SIP Req Addr:Port  : 10.18.81.11:5060
    Destn SIP Resp Addr:Port : 10.18.81.11:5060
    Destination Name         : 10.18.81.11
    PM-HO-VG-01#
    Nov 30 11:44:31.730: //64510/3CD5D2000001/SIP/Call/sipSPIMediaCallInfo: 
    Number of Media Streams: 1
    Media Stream             : 1
    Negotiated Codec         : g729br8
    Negotiated Codec Bytes   : 20
    Nego. Codec payload      : 18 (tx), 18 (rx)
    Negotiated Dtmf-relay    : 6
    Dtmf-relay Payload       : 101 (tx), 101 (rx)
    Source IP Address (Media): 10.18.81.2
    Source IP Port    (Media): 22350
    Destn  IP Address (Media): 10.18.80.40
    Destn  IP Port    (Media): 21928
    Orig Destn IP Address:Port (Media): [ - ]:0
    PM-HO-VG-01#sh sip
    PM-HO-VG-01#sh sip-ua call
    PM-HO-VG-01#sh sip-ua calls 
    Total SIP call legs:2, User Agent Client:1, User Agent Server:1
    SIP UAC CALL INFO
    Call 1
    SIP Call ID                : [email protected]
       State of the call       : STATE_ACTIVE (7)
       Substate of the call    : SUBSTATE_NONE (0)
       Calling Number          : 27218091323
       Called Number           : 0862000000
       Bit Flags               : 0xC04018 0x10000100 0x0
       CC Call ID              : 64511
       Source IP Address (Sig ): 10.18.81.2
       Destn SIP Req Addr:Port : [10.111.111.254]:5060
       Destn SIP Resp Addr:Port: [10.111.111.254]:5060
       Destination Name        : 10.111.111.254
       Number of Media Streams : 1
       Number of Active Streams: 1
       RTP Fork Object         : 0x0
       Media Mode              : flow-through
       Media Stream 1
         State of the stream      : STREAM_ACTIVE
         Stream Call ID           : 64511
         Stream Type              : voice+dtmf (0)
         Stream Media Addr Type   : 1
         Negotiated Codec         : g729br8 (20 bytes)
         Codec Payload Type       : 18 
         Negotiated Dtmf-relay    : rtp-nte
         Dtmf-relay Payload Type  : 101
         QoS ID                   : -1
         Local QoS Strength       : BestEffort
         Negotiated QoS Strength  : BestEffort
         Negotiated QoS Direction : None
         Local QoS Status         : None
         Media Source IP Addr:Port: [10.18.81.2]:22256
         Media Dest IP Addr:Port  : [10.111.111.254]:20074
    Options-Ping    ENABLED:NO    ACTIVE:NO
       Number of SIP User Agent Client(UAC) calls: 1
    SIP UAS CALL INFO
    Call 1
    SIP Call ID                : [email protected]
       State of the call       : STATE_ACTIVE (7)
       Substate of the call    : SUBSTATE_NONE (0)
       Calling Number          : 0218091323
       Called Number           : 0862000000
       Bit Flags               : 0xC0401E 0x10000100 0x80004
       CC Call ID              : 64510
       Source IP Address (Sig ): 10.18.81.2
       Destn SIP Req Addr:Port : [10.18.81.11]:5060
       Destn SIP Resp Addr:Port: [10.18.81.11]:5060
       Destination Name        : 10.18.81.11
       Number of Media Streams : 1
       Number of Active Streams: 1
       RTP Fork Object         : 0x0
       Media Mode              : flow-through
       Media Stream 1
         State of the stream      : STREAM_ACTIVE
         Stream Call ID           : 64510
         Stream Type              : voice+dtmf (1)
         Stream Media Addr Type   : 1
         Negotiated Codec         : g729br8 (20 bytes)
         Codec Payload Type       : 18 
         Negotiated Dtmf-relay    : rtp-nte
         Dtmf-relay Payload Type  : 101
         QoS ID                   : -1
         Local QoS Strength       : BestEffort
         Negotiated QoS Strength  : BestEffort
         Negotiated QoS Direction : None
         Local QoS Status         : None
         Media Source IP Addr:Port: [10.18.81.2]:22350
         Media Dest IP Addr:Port  : [10.18.80.40]:21928
    Options-Ping    ENABLED:NO    ACTIVE:NO
       Number of SIP User Agent Server(UAS) calls: 1
    PM-HO-VG-01#
    PM-HO-VG-01#
    PM-HO-VG-01#
    As you can see, the call is connected and everything is working perfectly. When I press the hold button, here is what I get:
    NOTE: I have # debug ccsip messages and #debug ccsip calls (running)
    PM-HO-VG-01#
    PM-HO-VG-01#
    Nov 30 11:44:49.210: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received: 
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e720852ab8b92
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>;tag=3C365010-1E42
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    Supported: timer,resource-priority,replaces
    Min-SE:  1800
    User-Agent: Cisco-CUCM9.1
    Allow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY
    CSeq: 102 INVITE
    Max-Forwards: 70
    Expires: 180
    Allow-Events: presence
    Supported: X-cisco-srtp-fallback
    Supported: Geolocation
    Contact: <sip:[email protected]:5060>
    Content-Type: application/sdp
    Content-Length: 244
    v=0
    o=CiscoSystemsCCM-SIP 9082578 2 IN IP4 10.18.81.11
    s=SIP Call
    c=IN IP4 0.0.0.0
    b=TIAS:8000
    b=AS:8
    t=0 0
    m=audio 21928 RTP/AVP 18 101
    a=rtpmap:18 G729/8000
    a=ptime:20
    a=inactive
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    Nov 30 11:44:49.218: //64510/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    SIP/2.0 100 Trying
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e720852ab8b92
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>;tag=3C365010-1E42
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    CSeq: 102 INVITE
    Allow-Events: telephone-event
    Server: Cisco-SIPGateway/IOS-15.2.4.M5
    Content-Length: 0
    Nov 30 11:44:49.218: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    INVITE sip:[email protected]:5060;transport=udp SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3EC9241
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>;tag=71913148-1417348035284
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    Supported: 100rel,timer,resource-priority,replaces,sdp-anat
    Min-SE:  1800
    Cisco-Guid: 1020645888-0000065536-0000124117-0189862410
    User-Agent: Cisco-SIPGateway/IOS-15.2.4.M5
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    CSeq: 102 INVITE
    Max-Forwards: 70
    Timestamp: 1417347889
    Contact: <sip:[email protected]:5060>
    Call-Info: <sip:10.18.81.2:5060>;method="NOTIFY;Event=telephone-event;Duration=2000"
    Expires: 180
    Allow-Events: telephone-event
    Content-Type: application/sdp
    Content-Length: 271
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 7676 6959 IN IP4 10.18.81.2
    s=SIP Call
    c=IN IP4 0.0.0.0
    t=0 0
    m=audio 22256 RTP/AVP 18 101
    c=IN IP4 0.0.0.0
    a=inactive
    a=rtpmap:18 G729/8000
    a=fmtp:18 annexb=yes
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=ptime:20
    Nov 30 11:44:49.278: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Received: 
    SIP/2.0 200 OK
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3EC9241
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>;tag=71913148-1417348035284
    Call-ID: [email protected]
    CSeq: 102 INVITE
    Timestamp: 1417347889
    Allow: ACK,BYE,CANCEL,INFO,INVITE,OPTIONS,PRACK,REFER,NOTIFY,UPDATE
    Supported: 
    Accept: application/media_control+xml,application/sdp,application/xml
    Contact: <sip:[email protected]:5060;transport=udp>
    X-BroadWorks-Correlation-Info: bbf94839-a234-4237-95e6-a7037322f0f4
    Content-Type: application/sdp
    Content-Length: 360
    v=0
    o=BroadWorks 316169737 2 IN IP4 10.111.111.254
    s=-
    c=IN IP4 0.0.0.0
    t=0 0
    m=audio 20074 RTP/AVP 18 101 100
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=rtpmap:100 X-NSE/8000
    a=fmtp:100 200-202
    a=X-sqn:0
    a=X-cap: 1 audio RTP/AVP 100
    a=X-cpar: a=rtpmap:100 X-NSE/8000
    a=X-cpar: a=fmtp:100 200-202
    a=X-cap: 2 image udptl t38
    a=inactive
    Nov 30 11:44:49.278: //64511/3CD5D2000001/SIP/Call/sipSPICallInfo: 
    The Call Setup Information is:
    Call Control Block (CCB) : 0x0x3D7B1458
    State of The Call        : STATE_ACTIVE
    TCP Sockets Used         : NO
    Calling Number           : 27218091323
    Called Number            : 0862000000
    Source IP Address (Sig  ): 10.18.81.2
    Destn SIP Req Addr:Port  : 10.111.111.254:5060
    Destn SIP Resp Addr:Port : 10.111.111.254:5060
    Destination Name         : 10.111.111.254
    Nov 30 11:44:49.278: //64511/3CD5D2000001/SIP/Call/sipSPIMediaCallInfo: 
    Number of Media Streams: 1
    Media Stream             : 1
    Negotiated Codec         : g729br8
    Negotiated Codec Bytes   : 20
    Nego. Codec payload      : 18 (tx), 18 (rx)
    Negotiated Dtmf-relay    : 6
    Dtmf-relay Payload       : 101 (tx), 101 (rx)
    Source IP Address (Media): 10.18.81.2
    Source IP Port    (Media): 22256
    Destn  IP Address (Media): 0.0.0.0
    Destn  IP Port    (Media): 20074
    Orig Destn IP Address:Port (Media): [ - ]:0
    Nov 30 11:44:49.282: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    ACK sip:[email protected]:5060;transport=udp SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3ECA2633
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>;tag=71913148-1417348035284
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    Max-Forwards: 70
    CSeq: 102 ACK
    Allow-Events: telephone-event
    Content-Length: 0
    Nov 30 11:44:49.282: //64510/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    SIP/2.0 200 OK
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e720852ab8b92
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>;tag=3C365010-1E42
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    CSeq: 102 INVITE
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    Allow-Events: telephone-event
    Contact: <sip:[email protected]:5060>
    Supported: replaces
    Supported: sdp-anat
    Server: Cisco-SIPGateway/IOS-15.2.4.M5
    Supported: timer
    Content-Type: application/sdp
    Content-Length: 271
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 7965 2748 IN IP4 10.18.81.2
    s=SIP Call
    c=IN IP4 0.0.0.0
    t=0 0
    m=audio 22350 RTP/AVP 18 101
    c=IN IP4 0.0.0.0
    a=inactive
    a=rtpmap:18 G729/8000
    a=fmtp:18 annexb=yes
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=ptime:20
    Nov 30 11:44:49.282: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received: 
    ACK sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e72094953dfea
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>;tag=3C365010-1E42
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    Max-Forwards: 70
    CSeq: 102 ACK
    Allow-Events: presence
    Content-Length: 0
    Nov 30 11:44:49.290: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received: 
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e720a6918040f
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>;tag=3C365010-1E42
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    Supported: timer,resource-priority,replaces
    Min-SE:  1800
    User-Agent: Cisco-CUCM9.1
    Allow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY
    CSeq: 103 INVITE
    Max-Forwards: 70
    Expires: 180
    Allow-Events: presence
    Supported: X-cisco-srtp-fallback
    Supported: Geolocation
    Contact: <sip:[email protected]:5060>
    Content-Length: 0
    Nov 30 11:44:49.294: //64510/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    SIP/2.0 100 Trying
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e720a6918040f
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>;tag=3C365010-1E42
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    CSeq: 103 INVITE
    Allow-Events: telephone-event
    Server: Cisco-SIPGateway/IOS-15.2.4.M5
    Content-Length: 0
    Nov 30 11:44:49.294: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    INVITE sip:[email protected]:5060;transport=udp SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3ECB16F3
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>;tag=71913148-1417348035284
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    Supported: timer,resource-priority,replaces,sdp-anat
    Min-SE:  1800
    Cisco-Guid: 1020645888-0000065536-0000124117-0189862410
    User-Agent: Cisco-SIPGateway/IOS-15.2.4.M5
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    CSeq: 103 INVITE
    Max-Forwards: 70
    Timestamp: 1417347889
    Contact: <sip:[email protected]:5060>
    Expires: 180
    Allow-Events: telephone-event
    Content-Length: 0
    Nov 30 11:44:49.338: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Received: 
    SIP/2.0 200 OK
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3ECB16F3
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>;tag=71913148-1417348035284
    Call-ID: [email protected]
    CSeq: 103 INVITE
    Timestamp: 1417347889
    Allow: ACK,BYE,CANCEL,INFO,INVITE,OPTIONS,PRACK,REFER,NOTIFY,UPDATE
    Supported: 
    Accept: application/media_control+xml,application/sdp,application/xml
    Contact: <sip:[email protected]:5060;transport=udp>
    Content-Type: application/sdp
    Content-Length: 306
    v=0
    o=BroadWorks 316169737 3 IN IP4 10.111.111.254
    s=-
    c=IN IP4 10.111.111.254
    t=0 0
    m=audio 20074 RTP/AVP 18 101
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=X-sqn:0
    a=X-cap: 1 audio RTP/AVP 100
    a=X-cpar: a=rtpmap:100 X-NSE/8000
    a=X-cpar: a=fmtp:100 200-202
    a=X-cap: 2 image udptl t38
    Nov 30 11:44:49.342: //64510/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    SIP/2.0 2
    PM-HO-VG-01#00 OK
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e720a6918040f
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>;tag=3C365010-1E42
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    CSeq: 103 INVITE
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    Allow-Events: telephone-event
    Contact: <sip:[email protected]:5060>
    Supported: replaces
    Supported: sdp-anat
    Server: Cisco-SIPGateway/IOS-15.2.4.M5
    Supported: timer
    Content-Type: application/sdp
    Content-Length: 289
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 7965 2749 IN IP4 10.18.81.2
    s=SIP Call
    c=IN IP4 10.18.81.2
    t=0 0
    m=audio 22350 RTP/AVP 18 101 19
    c=IN IP4 10.18.81.2
    a=rtpmap:18 G729/8000
    a=fmtp:18 annexb=yes
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=rtpmap:19 CN/8000
    a=ptime:20
    Nov 30 11:44:49.350: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received: 
    ACK sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e720b594cd517
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>;tag=3C365010-1E42
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    Max-Forwards: 70
    CSeq: 103 ACK
    Allow-Events: presence
    Content-Type: application/sdp
    Content-Length: 213
    v=0
    o=CiscoSystemsCCM-SIP 9082578 3 IN IP4 10.18.81.11
    s=SIP Call
    c=IN IP4 10.18.81.10
    t=0 0
    m=audio 4000 RTP/AVP 18
    a=X-cisco-media:umoh
    a=rtpmap:18 G729/8000
    a=ptime:20
    a=fmtp:18 annexb=no
    a=sendonly
    Nov 30 11:44:49.354: //64510/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    BYE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3ECC55
    From: <sip:[email protected]>;tag=3C365010-1E42
    To: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    User-Agent: Cisco-SIPGateway/IOS-15.2.4.M5
    Max-Forwards: 70
    Timestamp: 1417347889
    CSeq: 101 BYE
    Reason: Q.850;cause=86
    P-RTP-Stat: PS=874,OS=17480,PR=872,OR=17440,PL=0,JI=0,LA=0,DU=17
    Content-Length: 0
    Nov 30 11:44:49.354: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    BYE sip:[email protected]:5060;transport=udp SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3ECD1ECD
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>;tag=71913148-1417348035284
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    User-Agent: Cisco-SIPGateway/IOS-15.2.4.M5
    Max-Forwards: 70
    Timestamp: 1417347889
    CSeq: 104 BYE
    Reason: Q.850;cause=65
    P-RTP-Stat: PS=872,OS=17440,PR=952,OR=19040,PL=0,JI=0,LA=0,DU=17
    Content-Length: 0
    Nov 30 11:44:49.374: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Received: 
    SIP/2.0 200 Race Condition
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3ECD1ECD
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>;tag=71913148-1417348035284
    Call-ID: [email protected]
    Timestamp: 1417347889
    CSeq: 104 BYE
    Content-Length: 0
    Nov 30 11:44:49.374: //64511/3CD5D2000001/SIP/Call/sipSPICallInfo: 
    The Call Setup Information is:
    Call Control Block (CCB) : 0x0x3D7B1458
    State of The Call        : STATE_DEAD
    TCP Sockets Used         : NO
    Calling Number           : 27218091323
    Called Number            : 0862000000
    Source IP Address (Sig  ): 10.18.81.2
    Destn SIP Req Addr:Port  : 10.111.111.254:5060
    Destn SIP Resp Addr:Port : 10.111.111.254:5060
    Destination Name         : 10.111.111.254
    Nov 30 11:44:49.374: //64511/3CD5D2000001/SIP/Call/sipSPIMediaCallInfo: 
    Number of Media Streams: 1
    Media Stream             : 1
    Negotiated Codec         : g729br8
    Negotiated Codec Bytes   : 20
    Nego. Codec payload      : 18 (tx), 18 (rx)
    Negotiated Dtmf-relay    : 6
    Dtmf-relay Payload       : 101 (tx), 101 (rx)
    Source IP Address (Media): 10.18.81.2
    Source IP Port    (Media): 22256
    Destn  IP Address (Media): 10.111.111.254
    Destn  IP Port    (Media): 20074
    Orig Destn IP Address:Port (Media): [ - ]:0
    Nov 30 11:44:49.374: //64511/3CD5D2000001/SIP/Call/sipSPICallInfo: 
    Disconnect Cause (CC)    : 65
    Disconnect Cause (SIP)   : 200
    Nov 30 11:44:49.406: //64510/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Received: 
    SIP/2.0 200 OK
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3ECC55
    From: <sip:[email protected]>;tag=3C365010-1E42
    To: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    CSeq: 101 BYE
    Content-Length: 0
    Nov 30 11:44:49.406: //64510/3CD5D2000001/SIP/Call/sipSPICallInfo: 
    The Call Setup Information is:
    Call Control Block (CCB) : 0x0x3D816D70
    State of The Call        : STATE_DEAD
    TCP Sockets Used         : NO
    Calling Number           : 0218091323
    Called Number            : 0862000000
    Source IP Address (Sig  ): 10.18.81.2
    Destn SIP Req Addr:Port  : 10.18.81.11:5060
    Destn SIP Resp Addr:Port : 10.18.81.11:5060
    Destination Name         : 10.18.81.11
    Nov 30 11:44:49.406: //64510/3CD5D2000001/SIP/Call/sipSPIMediaCallInfo: 
    Number of Media Streams: 1
    Media Stream             : 1
    Negotiated Codec         : g729br8
    Negotiated Codec Bytes   : 20
    Nego. Codec payload      : 18 (tx), 18 (rx)
    Negotiated Dtmf-relay    : 6
    Dtmf-relay Payload       : 101 (tx), 101 (rx)
    Source IP Address (Media): 10.18.81.2
    Source IP Port    (Media): 22350
    Destn  IP Address (Media): 0.0.0.0
    Destn  IP Port    (Media): 21928
    Orig Destn IP Address:Port (Media): [ - ]:0
    Nov 30 11:44:49.406: //64510/3CD5D2000001/SIP/Call/sipSPICallInfo: 
    Disconnect Cause (CC)    : 86
    Disconnect Cause (SIP)   : 200
    PM-HO-VG-01#

    Hi Manish,
    Again, excellent feedback. Much appreciated.
    I will try the commands suggested above and see if I can get DTMF to work correctly while interworking H.323 and SIP.
    But my ultimate goal is to have SIP all way from the CUCM to the CUBE and from the CUBE to the ITSP.
    If I enable SIP Early Offer with MTP on the CUCM going to the CUBE, all SIP Invite sent from the CUCM to the CUBE uses G.729r8 as the codec and once the call is established using G.729r8 should the ITSP reply with that codec, the call succeed and I am able to see an active MTP session using G.729 when I issue the command # show sccp connections.
    One thing that I saw is that my ITSP love so much sending G.729br8 most of the times, so even if using SIP EO with MTP on the SIP Trunk to the CUBE, when I sent my INVITE out from the CUCM to the CUBE using G.729r8, specially on call center numbers such as 0800 numbers, you will see that the call established but the codec being negotiated is G.729br8 which is voice only (missing DTMF).
    I will be doing some intensive test again later on this week and will send the logs. 
    Here is my question to both of you:
    Which is the best way of having a proper SIP to SIP setup all the way that will not pose any problem?
    Do I have to enable Early Offer on the SIP Profile used by the CUBE SIP Trunk or should I use the normal Standard SIP Profile? Do I need to enable MTP on my CUBE SIP Trunk or not?
    From the CUBE point of view, I have a voice class codec that support G.729r8 or G.729br8 and the DTMF Relay method supported by the ITSP is RFC 2833.
    I will send more logs for each scenario. I think that we are getting close to the resolution of this problem.
    Thanks again for your support fellows.

  • Callcentric SIP Trunk (ITSP -- 2811 CUBE -- CUCM 8.6

    I have a SIP trunk from call centric that goes into my lab gear - they appear to be a good sip service due to cost but I'm having some trouble getting calls to route correctly. The call flow is Callcentric.com ITSP (SIP) --> 2811 (acting as cube) -->SIP Trunk --> CUCM 8.6. Phones are registered to CUCM.
    I have the sip trunk registered and calls come in to the router (I see them in ccsip message/call debugs) The 2811 running  15.1(4)M7). Callcentric sends the username of the customer in the sip Invite instead of the called number, the called number is in the TO field. I have several DID’s from Callcentric (18452055544, 18452055545, 18452055546) for my lab. There are a few configs on here for CME where the customer number (17772253754) is simply translated to their phone DN - which is fine if you only have 1 DN with callcentric but more than 1 and thats not feasible since every inbound did will be matched to that 17772253754 translation/phone dn.
    I’m using the a guide from http://tblog.cisco.be/2011/02/17/cube-conditional-sip-profiles/ using the Copy function as described http://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/ios-software-release-15-1-3-t/product_bulletin_c25-635704.html
    I haven’t been able to find anything where they actually explain all the header fields so Its mostly trial and error.. so far mostly error.  I think I’m close.. but who knows. Any assistance would be greatly appreciated
    voice class sip-profiles 1
    request INVITE peer-header sip TO copy ".sip:(.*)@." u01
    request INVITE sip-header SIP-Req-URI modify ".*@(.*)" "INVITE sip:\u01@\1"
    CUCM (single/pub)- 192.168.1.200
    2811 acting as cube - 192.168.1.203
    Calling Number - 18165297500
    Called Number - 18452055544
    vrtr1#show  sip register status
    Line                             peer       expires(sec) registered P-Associ-URI
    ================================ ========== ============ ========== ============
    17772253754                      -1         20           yes
    vrtr1#
    The Call Setup Information is:
    Call Control Block (CCB) : 0x49646C28
    State of The Call        : STATE_DEAD
    TCP Sockets Used         : NO
    Calling Number           : 18165297500
    Called Number            : 17772253754 (my customer number not called number)
    Source IP Address (Sig  ): 192.168.1.203 (my 2811 router)
    Destn SIP Req Addr:Port  : 204.11.192.159:5080
    Destn SIP Resp Addr:Port : 204.11.192.159:5080
    Destination Name         : 204.11.192.159
    Feb 14 11:20:53.303: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received:
    INVITE sip:[email protected]:5060 SIP/2.0
    v: SIP/2.0/UDP 204.11.192.159:5080;branch=z9hG4bK-805ff2443b18502ff96181045b62dd74
    f: <sip:[email protected]>;tag=3601387252-874282
    t: <sip:[email protected]>
    i: [email protected]
    CSeq: 1 INVITE
    Max-Forwards: 8
    m: <sip:[email protected]:5080;transport=udp>
    Supported: timer
    c: application/sdp
    l: 350
    v=0
    o=NexTone-MSW 2147483647 2147483647 IN IP4 204.11.192.159
    s=sip call
    c=IN IP4 204.11.192.159
    t=0 0
    m=audio 61094 RTP/AVP 18 0 8 101
    a=fmtp:18 annexb=no
    a=fmtp:101 0-15
    a=rtpmap:101 telephone-event/8000
    a=rtpmap:8 PCMA/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:18 G729/8000
    a=ptime:20
    a=sendrecv
    a=silenceSupp:off - - - -
    a=setup:actpass
    Feb 14 11:20:53.327: //936/310B294680AD/SIP/Msg/ccsipDisplayMsg:
    Sent:
    SIP/2.0 100 Trying
    Via: SIP/2.0/UDP 204.11.192.159:5080;branch=z9hG4bK-805ff2443b18502ff96181045b62dd74
    From: <sip:[email protected]>;tag=3601387252-874282
    To: <sip:[email protected]>
    Date: Fri, 14 Feb 2014 17:20:53 GMT
    Call-ID: [email protected]
    CSeq: 1 INVITE
    Allow-Events: telephone-event
    Server: Cisco-SIPGateway/IOS-12.x
    Content-Length: 0
    Feb 14 11:20:53.327: //936/310B294680AD/SIP/Msg/ccsipDisplayMsg:
    Sent:
    SIP/2.0 404 Not Found
    Via: SIP/2.0/UDP 204.11.192.159:5080;branch=z9hG4bK-805ff2443b18502ff96181045b62dd74
    From: <sip:[email protected]>;tag=3601387252-874282
    To: <sip:[email protected]>;tag=35399D8-63
    Date: Fri, 14 Feb 2014 17:20:53 GMT
    Call-ID: [email protected]
    CSeq: 1 INVITE
    Allow-Events: telephone-event
    Server: Cisco-SIPGateway/IOS-12.x
    Reason: Q.850;cause=1
    Content-Length: 0
    Feb 14 11:20:53.419: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received:
    ACK sip:[email protected]:5060 SIP/2.0
    v: SIP/2.0/UDP 204.11.192.159:5080;branch=z9hG4bK-805ff2443b18502ff96181045b62dd74
    f: <sip:[email protected]>;tag=3601387252-874282
    t: <sip:[email protected]>;tag=35399D8-63
    i: [email protected]
    CSeq: 1 ACK
    Max-Forwards: 10
    l: 0
    u all
    Feb 14 11:20:57.067: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received:
    ACK sip:18452055544;cic=0288;rn=6465471001;[email protected]:5070 SIP/2.0
    v: SIP/2.0/UDP 204.11.192.159:5080;branch=z9hG4bK-6bceae47efe9f53b4234698a32ac8beb
    f: <sip:[email protected]>;tag=3601387252-874282
    t: <sip:[email protected]>;tag=35399D8-63
    i: [email protected]
    CSeq: 1 ACK
    Max-Forwards: 8
    l: 0
    ************************** Running Config **************************
    sh run
    vrtr1#sh running-config
    Building configuration...
    Current configuration : 4189 bytes
    ! Last configuration change at 00:34:03 CST Fri Feb 14 2014
    ! NVRAM config last updated at 20:26:58 CST Thu Feb 13 2014
    ! NVRAM config last updated at 20:26:58 CST Thu Feb 13 2014
    version 15.1
    service timestamps debug datetime msec localtime
    service timestamps log datetime msec localtime
    no service password-encryption
    hostname vrtr1
    boot-start-marker
    boot system flash:
    boot system flash flash:c2800nm-ipvoicek9-mz.151-4.M7.bin
    boot-end-marker
    card type t1 0 0
    logging buffered 4096 notifications
    enable password cisco
    no aaa new-model
    memory-size iomem 5
    clock timezone CST -6 0
    clock summer-time CST recurring
    no network-clock-participate wic 0
    dot11 syslog
    ip source-route
    ip cef
    ip name-server 192.168.1.9
    no ipv6 cef
    multilink bundle-name authenticated
    voice service voip
    ip address trusted list
      ipv4 192.168.1.0 255.255.255.0
      ipv4 204.11.192.0 255.255.255.0
    allow-connections h323 to h323
    allow-connections h323 to sip
    allow-connections sip to h323
    allow-connections sip to sip
    supplementary-service h450.12
    no supplementary-service sip moved-temporarily
    no supplementary-service sip refer
    sip
      bind control source-interface FastEthernet0/0
      bind media source-interface FastEthernet0/0
      registrar server expires max 1800 min 1800
      localhost dns:callcentric.com
      outbound-proxy dns:callcentric.com
    voice class codec 1
    codec preference 1 g729r8
    codec preference 2 g711ulaw
    voice class sip-profiles 1
    request INVITE peer-header sip TO copy ".sip:(.*)@." u01
    request INVITE sip-header SIP-Req-URI modify ".*@(.*)" "INVITE sip:\u01@\1"
    voice-card 0
    crypto pki token default removal timeout 0
    license udi pid CISCO2811 sn FTX1133A4QR
    controller T1 0/0/0
    cablelength long 0db
    interface FastEthernet0/0
    description ** LAN **
    ip address 192.168.1.203 255.255.255.0
    duplex auto
    speed auto
    h323-gateway voip interface
    h323-gateway voip bind srcaddr 192.168.1.203
    interface FastEthernet0/1
    no ip address
    shutdown
    duplex auto
    speed auto
    ip forward-protocol nd
    no ip http server
    no ip http secure-server
    ip route 0.0.0.0 0.0.0.0 192.168.1.1
    snmp mib persist circuit
    control-plane
    voice-port 0/1/0
    voice-port 0/1/1
    voice-port 0/1/2
    voice-port 0/1/3
    ccm-manager mgcp
    no ccm-manager fax protocol cisco
    ccm-manager music-on-hold
    ccm-manager config server 192.168.1.200 
    ccm-manager config
    mgcp
    mgcp call-agent 192.168.1.200 2427 service-type mgcp version 0.1
    mgcp dtmf-relay voip codec all mode out-of-band
    mgcp rtp unreachable timeout 1000 action notify
    mgcp modem passthrough voip mode nse
    mgcp package-capability rtp-package
    mgcp package-capability sst-package
    mgcp package-capability pre-package
    no mgcp package-capability res-package
    no mgcp package-capability fxr-package
    no mgcp timer receive-rtcp
    mgcp sdp simple
    mgcp fax t38 inhibit
    mgcp rtp payload-type g726r16 static
    mgcp bind control source-interface FastEthernet0/0
    mgcp bind media source-interface FastEthernet0/0
    mgcp profile default
    dial-peer voice 999100 pots
    service mgcpapp
    port 0/1/0
    dial-peer voice 999101 pots
    service mgcpapp
    port 0/1/1
    dial-peer voice 999102 pots
    service mgcpapp
    port 0/1/2
    dial-peer voice 999103 pots
    service mgcpapp
    port 0/1/3
    dial-peer voice 999010 pots
    service mgcpapp
    port 0/1/0
    dial-peer voice 6 voip
    description ## INBOUND DID to CUCM ##
    session protocol sipv2
    session target ipv4:192.168.1.200
    incoming called-number 17772253754
    voice-class sip profiles 1
    dtmf-relay h245-alphanumeric
    no vad
    dial-peer voice 7 voip
    description ## INBOUND DID to CUCM ##
    session protocol sipv2
    session target ipv4:192.168.1.200
    incoming called-number 1845205554[4-5]
    voice-class sip profiles 1
    dtmf-relay h245-alphanumeric
    no vad
    sip-ua
    credentials username 17772253754 password 7 106C1B49111F17194D realm callcentric.com
    authentication username 17772253754 password 7 08035E1E1D11000553 realm callcentric.com
    no remote-party-id
    retry invite 2
    retry register 10
    timers connect 100
    mwi-server dns:callcentric.com expires 3600 port 5060 transport udp
    registrar dns:callcentric.com expires 3600
    sip-server dns:callcentric.com
    host-registrar
    line con 0
    line aux 0
    line vty 0 4
    password cisco
    login
    transport input all
    scheduler allocate 20000 1000
    ntp server 199.102.46.72
    ntp server 23.227.162.123 prefer
    end
    exit

    Thank you for the reply. I've updated the dial-peers as sugested. I'm now seeing an invite go out to my CUCM however the call fails with a 403 (forbidden) which appears to come from the ITSP (Callcentric). I've included a new set of ccsip message debugs and the dial-peers as adjusted. Please let me know what you think.
    dial-peer voice 6 voip
    description ## INBOUND CALL from ITSP ##
    session protocol sipv2
    session target sip-server
    incoming called-number 17772253754
    voice-class sip profiles 1
    dtmf-relay rtp-nte
    no vad
    dial-peer voice 100 voip
    description ## INBOUND DID to CUCM ##
    destination-pattern 17772253754
    session protocol sipv2
    session target ipv4:192.168.1.200
    voice-class sip profiles 1
    dtmf-relay rtp-nte
    no vad
    dial-peer voice 7 voip
    description ## INBOUND DID to CUCM ##
    session protocol sipv2
    session target ipv4:192.168.1.200
    incoming called-number 1845205554[4-5]
    voice-class sip profiles 1
    dtmf-relay rtp-nte
    no vad
    Feb 15 10:18:11.424: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received:
    INVITE sip:[email protected]:5060 SIP/2.0
    v: SIP/2.0/UDP 204.11.192.164:5080;branch=z9hG4bK-d78945b444598bc22c8509d069f4789d
    f: ;tag=3601469891-655
    t: [email protected]>
    i: [email protected]
    CSeq: 1 INVITE
    Max-Forwards: 8
    m:
    Supported: timer
    c: application/sdp
    l: 350
    v=0
    o=NexTone-MSW 2147483647 2147483647 IN IP4 204.11.192.164
    s=sip call
    c=IN IP4 204.11.192.164
    t=0 0
    m=audio 61782 RTP/AVP 18 0 8 101
    a=fmtp:18 annexb=no
    a=fmtp:101 0-15
    a=rtpmap:101 telephone-event/8000
    a=rtpmap:8 PCMA/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:18 G729/8000
    a=ptime:20
    a=sendrecv
    a=silenceSupp:off - - - -
    a=setup:actpass
    Feb 15 10:18:11.456: //2419/9933162D820E/SIP/Msg/ccsipDisplayMsg:
    Sent:
    SIP/2.0 100 Trying
    Via: SIP/2.0/UDP 204.11.192.164:5080;branch=z9hG4bK-d78945b444598bc22c8509d069f4789d
    From: ;tag=3601469891-655
    To: [email protected]>
    Date: Sat, 15 Feb 2014 16:18:11 GMT
    Call-ID: [email protected]
    CSeq: 1 INVITE
    Allow-Events: telephone-event
    Server: Cisco-SIPGateway/IOS-12.x
    Content-Length: 0
    Feb 15 10:18:11.460: //2420/9933162D820E/SIP/Msg/ccsipDisplayMsg:
    Sent:
    INVITE sip:@192.168.1.200:5060 SIP/2.0
    Via: SIP/2.0/UDP 192.168.1.203:5060;branch=z9hG4bK9A91F35
    From: [email protected]>;tag=8408644-12C8
    To:
    Date: Sat, 15 Feb 2014 16:18:11 GMT
    Call-ID: [email protected]
    Supported: 100rel,timer,resource-priority,replaces,sdp-anat
    Min-SE:  1800
    Cisco-Guid: 2570262061-2509443555-2182021079-2501285341
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    CSeq: 101 INVITE
    Timestamp: 1392481091
    Contact:
    Expires: 180
    Allow-Events: telephone-event
    Max-Forwards: 7
    Content-Type: application/sdp
    Content-Disposition: session;handling=required
    Content-Length: 273
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 2786 1511 IN IP4 192.168.1.203
    s=SIP Call
    c=IN IP4 192.168.1.203
    t=0 0
    m=audio 18168 RTP/AVP 18 101
    c=IN IP4 192.168.1.203
    a=rtpmap:18 G729/8000
    a=fmtp:18 annexb=no
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=ptime:20
    Feb 15 10:18:11.552: //2420/9933162D820E/SIP/Msg/ccsipDisplayMsg:
    Received:
    SIP/2.0 407 Proxy Authentication Required
    v: SIP/2.0/UDP 192.168.1.203:5060;branch=z9hG4bK9A91F35;rport=57100;received=24.123.98.94
    f: [email protected]>;tag=8408644-12C8
    t:
    i: [email protected]
    CSeq: 101 INVITE
    Proxy-Authenticate: Digest realm="callcentric.com", domain="sip:callcentric.com", nonce="8ae6b7b1cea74cf401e8a26fd3c7371b", opaque="", stale=TRUE, algorithm=MD5
    l: 0
    Feb 15 10:18:11.560: //2420/9933162D820E/SIP/Msg/ccsipDisplayMsg:
    Sent:
    ACK sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 192.168.1.203:5060;branch=z9hG4bK9A91F35
    From: [email protected]>;tag=8408644-12C8
    To:
    Date: Sat, 15 Feb 2014 16:18:11 GMT
    Call-ID: [email protected]
    Max-Forwards: 70
    CSeq: 101 ACK
    Allow-Events: telephone-event
    Content-Length: 0
    Feb 15 10:18:11.560: //2420/9933162D820E/SIP/Msg/ccsipDisplayMsg:
    Sent:
    INVITE sip:@192.168.1.200:5060 SIP/2.0
    Via: SIP/2.0/UDP 192.168.1.203:5060;branch=z9hG4bK9AA1BA3
    From: [email protected]>;tag=8408644-12C8
    To:
    Date: Sat, 15 Feb 2014 16:18:11 GMT
    Call-ID: [email protected]
    Supported: 100rel,timer,resource-priority,replaces,sdp-anat
    Min-SE:  1800
    Cisco-Guid: 2570262061-2509443555-2182021079-2501285341
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    CSeq: 102 INVITE
    Timestamp: 1392481091
    Contact:
    Expires: 180
    Allow-Events: telephone-event
    Proxy-Authorization: Digest username="17772253754",realm="callcentric.com",uri="sip:[email protected]:5060",response="a381f10fbbfbd255b444569fef0dddfe",nonce="8ae6b7b1cea74cf401e8a26fd3c7371b",opaque="",algorithm=MD5
    Max-Forwards: 7
    Content-Type: application/sdp
    Content-Disposition: session;handling=required
    Content-Length: 273
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 2786 1511 IN IP4 192.168.1.203
    s=SIP Call
    c=IN IP4 192.168.1.203
    t=0 0
    m=audio 18168 RTP/AVP 18 101
    c=IN IP4 192.168.1.203
    a=rtpmap:18 G729/8000
    a=fmtp:18 annexb=no
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=ptime:20
    Feb 15 10:18:11.648: //2420/9933162D820E/SIP/Msg/ccsipDisplayMsg:
    Received:
    SIP/2.0 403 Incorrect Authentication
    v: SIP/2.0/UDP 192.168.1.203:5060;branch=z9hG4bK9AA1BA3;rport=57100;received=24.123.98.94
    f: [email protected]>;tag=8408644-12C8
    t:
    i: [email protected]
    CSeq: 102 INVITE
    l: 0
    Feb 15 10:18:11.660: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Sent:
    ACK sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 192.168.1.203:5060;branch=z9hG4bK9AA1BA3
    From: [email protected]>;tag=8408644-12C8
    To:
    Date: Sat, 15 Feb 2014 16:18:11 GMT
    Call-ID: [email protected]
    Max-Forwards: 70
    CSeq: 102 ACK
    Allow-Events: telephone-event
    Content-Length: 0
    Feb 15 10:18:11.660: //2419/9933162D820E/SIP/Msg/ccsipDisplayMsg:
    Sent:
    SIP/2.0 403 Forbidden
    Via: SIP/2.0/UDP 204.11.192.164:5080;branch=z9hG4bK-d78945b444598bc22c8509d069f4789d
    From: ;tag=3601469891-655
    To: [email protected]>;tag=8408714-B60
    Date: Sat, 15 Feb 2014 16:18:11 GMT
    Call-ID: [email protected]
    CSeq: 1 INVITE
    Allow-Events: telephone-event
    Server: Cisco-SIPGateway/IOS-12.x
    Reason: Q.850;cause=57
    Content-Length: 0
    Feb 15 10:18:11.752: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received:
    apsc-vrtr1#ACK sip:[email protected]:5060 SIP/2.0
    v: SIP/2.0/UDP 204.11.192.164:5080;branch=z9hG4bK-d78945b444598bc22c8509d069f4789d
    f: ;tag=3601469891-655
    t: [email protected]>;tag=8408714-B60
    i: [email protected]
    CSeq: 1 ACK
    Max-Forwards: 10
    l: 0
    vrtr1#u al
    Feb 15 10:18:14.776: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received:
    ACK sip:18452055544;cic=0288;rn=6465471001;[email protected]:5070 SIP/2.0
    v: SIP/2.0/UDP 204.11.192.164:5080;branch=z9hG4bK-e437c2c5cac5f1a6e147c1cd7c98aad7
    f: ;tag=3601469891-655
    t: [email protected]>;tag=8408714-B60
    i: [email protected]
    CSeq: 1 ACK
    Max-Forwards: 8
    l: 0

  • SIP phone registering on SIP trunk

    Hi,
    i have a UC 500 connected to our phone provider using a SIP trunk.
    All the phones are SPA508 G
    All is working fine !
    Then, some days ago i added a SIP phone (extention 350) on the UC500, that also worked fine, and then after some minutes all our incoming/outgoing calls were blocked.
    I called my provider that told me that our IP was banned because they have seen to much registration attempt from a bad user that was "350"
    I can confirm with a "sh sip-ua register status" command that i had two sip registration : my SIP trunk and the SIP phone
    Then it seems that the UC 500 is trying to register the SIP phone on the SIP trunk ?
    What am i doing wrong ?
    Is there a command to avoid that ?
    Bellow is how the SIP phone and the SIP trunk are configured
    Many thanks for your help, i was unable to find anything about that, but i guess somebody already had this problem !
    The SIP phone -------------------------------------------------------------------------
    voice service voip
     allow-connections h323 to h323
     allow-connections h323 to sip
     allow-connections sip to h323
     allow-connections sip to sip
     supplementary-service h450.12
     fax protocol none
     modem passthrough nse codec g711ulaw
     sip
      registrar server expires max 3600 min 120
      no update-callerid
    voice class codec 1
     codec preference 1 g711ulaw
     codec preference 2 g729r8
    voice register global
     mode cme
     source-address 10.1.1.1 port 5060
     max-dn 20
     max-pool 20
     load 9971 sip9971.9-2-2
     load 9951 sip9951.9-2-2
     load 8961 sip8961.9-2-2
     load 7971 term71.default
     authenticate register
     authenticate realm xxxxxx.com
     timezone 13
     hold-alert
     mwi stutter
     mwi reg-e164
     create profile sync 0636240803635305
    voice register dn  1
     number 350
     name Conference
     label Conference
    voice register pool  1
     id mac 1234.1234.1234
     number 1 dn 1
     username 350 password 1234
     codec g711ulaw
    The SIP trunk ----------------------------------------------------------------------
    sip-ua
     credentials username user1234 password 1234 realm sipgw9.provider.com
     authentication username user1234 password 1234 no remote-party-id
     retry invite 2
     retry register 10
     timers connect 100
     registrar dns:sipgw9.provider.com expires 3600
     sip-server dns:sipgw9.provider.com

    I'm still searching on the forum, and maybe i found somthing related to my problem, not sure... any advice ?
    Disable outbound proxy on voice register global as by default it will use the outbound proxy configured on the system which would not make sense
    voice register global
      no outbound-proxy
    found there : https://supportforums.cisco.com/discussion/10760741/uc500-sip-server-and-sip-trunk

Maybe you are looking for