Clear Channel Codec between Cisco GW and Patton Smartnode

Hi,
i have to establish an H.323 connection between an Cisco 3745 and an Patton
Smartnode 1200 with clear-channel codec to support ISDN-Data over VoIP.
PC with ISDN-Card---S0/PattonGW----H.323----3745/E1----PSTN
Software versions:
Cisco: SPServices 12.4(5a)
Patton SN1200: R3.20 2006-03-30 H323
The call establishment is sucessfull but i am not able pass any Data over
ISDN. Does anyone got this working?
Any help is welcome.
Regards,
Robert
Below are some Konfig sniplets:
Cisco:
controller E1 0/1/0
pri-group timeslots 1-31
interface Serial0/1/0:15
no ip address
encapsulation hdlc
isdn switch-type primary-net5
isdn overlap-receiving
isdn incoming-voice voice
isdn send-alerting
isdn sending-complete
no cdp enable
dial-peer voice 10 pots
description ----- Towards PSTN -----
answer-address <removed>
destination-pattern 0T
progress_ind setup enable 3
fax rate disable
direct-inward-dial
port 0/1/0:15
dial-peer voice 473997246 voip
description ----- towards Patton GW -----
destination-pattern <removed>
progress_ind setup enable 3
modem passthrough nse codec g711alaw
session target ipv4:192.168.1.28
codec clear-channel bytes 80
ip qos dscp cs5 media
no vad
dial-peer voice 473997247 voip
description ----- Incoming Dial-Peer -----
modem passthrough nse codec g711alaw
incoming called-number <removed>
codec clear-channel bytes 80
ip qos dscp cs5 media
no vad
Patton:
profile voip VOIP
codec 1 transparent-cisco rx-length 20 tx-length 20
no high-pass-filter
no post-filter
no dtmf-relay
no dtmf-mute-encoder
context ip router
rtp-port-range 16384 32767
context cs switch
no digit-collection timeout
no address-completion timeout
interface h323 IF_H323
bind gateway GW_H323
route call dest-interface IF_S0_01
remote 192.168.254.30 1720
itc rx transparent
use profile voip VOIP
interface isdn IF_S0_01
route call dest-interface IF_H323
use profile tone-set Europe
no call-waiting
gateway h323 GW_H323
faststart
early-h245
h235-security version v2
no h235-security q931-auth-int
bind interface IF_IP_LAN router
no shutdown
use profile voip VOIP
port bri 0 1
clock auto
encapsulation q921
q921
protocol pmp
uni-side auto
encapsulation q931
q931
protocol dss1
uni-side net
encapsulation cc-isdn
bind interface IF_S0_01 switch

The SIP Media Inactivity Timer feature enables Cisco gateways to monitor and disconnect VoIP calls if no Real-Time Control Protocol (RTCP) packets are received within a configurable time period.
When RTCP reports are not received by a Cisco gateway, the SIP Media Inactivity Timer feature releases the hung session and its network resources in an orderly manner. These network resources include the gateway digital signal processor (DSP) and time-division multiplexing (TDM) channel resources that are utilized by the hung sessions. Because call signaling is sent to tear down the call, any stateful SIP proxies involved in the call are also notified to clear the state that they have associated with the hung session. The call is also cleared back through the TDM port so that any attached TDM switching equipment also clears its resources.
http://www.cisco.com/en/US/products/ps6441/prod_troubleshooting_guide09186a00801fa207.html#wp2077496

Similar Messages

  • Clear channel codec

    Hi Experts, I've an issue with Clear-Channel codec.
    I've a SIP Trunk between an AS5400 HPX and a Cisco 1760. I would use this connection to manage ISDN data modem calls with 64 Kbit/s Unrestricted Digital Information capability.
    This is the scenario:
    PSTN ---> AS5400 HPX -----------> C1760 ----> ISDN DEVICES
    When arrives a call from PSTN, the AS5400 sends a SIP INVITE to C1760 like this:
    INVITE sip:****@10.25.100.77:5060 SIP/2.0
    Record-Route: <sip:10.35.0.140;lr;ftag=845772525>
    Via: SIP/2.0/UDP 10.35.0.140;branch=z9hG4bKc722.c8a3f237.0
    Via: SIP/2.0/UDP 10.35.0.10:5060 ;branch=z9hG4bKterm-3da-59144
    From: ****<sip:****@10.35.0.10;user=phone>;tag=845772525
    To: ****<sip:****@****;user=phone>
    Call-ID: [email protected]
    CSeq: 1 INVITE
    Supported: timer
    Session-Expires: 14400
    Min-SE: 14400
    Contact:  <sip:****@10.35.0.10:5060>
    Allow: INVITE,ACK,PRACK,SUBSCRIBE,BYE,CANCEL,NOTIFY,INFO,REFER,UPDATE
    Max-Forwards:  9
    Content-Type: application/sdp
    Content-Length: 391
    v=0
    o=- 1446949 0 IN IP4 10.35.0.122
    s=Cisco SDP 0
    c=IN IP4 10.35.0.122
    t=0 0
    m=audio 16542 RTP/AVP 125 101 100
    a=rtpmap:125 G.nX64/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=rtpmap:100 X-NSE/8000
    a=fmtp:100 192-194,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 192-194,200-202
    a=X-cap: 2 image udptl t38
    The call is rejected by C1760 for this reason:
    SIP/2.0 488 Not Acceptable Media
    Via: SIP/2.0/UDP 10.35.0.140;branch=z9hG4bKc722.c8a3f237.0,SIP/2.0/UDP 10.35.0.10:5060 ;branch=z9hG4bKterm-3da-59144
    From: ****<sip:****@10.35.0.10;user=phone>;tag=845772525
    To: ****<sip:****@****;user=phone>;tag=9D0542E-1395
    Date: Fri, 08 Mar 2002 21:29:32 GMT
    Call-ID: [email protected]
    Server: Cisco-SIPGateway/IOS-12.x
    CSeq: 1 INVITE
    Allow-Events: telephone-event
    Content-Length: 0
    I've noted that the SDP of C1760 uses a different format to indicate clear channel.
    AS5400: a=rtpmap:125 G.nX64/8000
    C1760:   a=rtpmap:125 X-CCD/8000
    Is this the issue?
    Is there a way to internetworking the problem?
    Thanks in advanced.

    I'm afraid there is no way beside updating the 1760 to the same IOS as the AS5400 - and that may not be possible because the 1760 is obsolete.
    You could change the rtp numeric mapping, but not the codec description, and that's where the problem lies.
    In any case, it's better to terminate ISDN on the 5400 rather than trying to relay over IP across dissimilar systems without the required timing guarantees.

  • Routing issue between Cisco Nexus and Cisco 4510 R+E Chassis

    We have configured Cisco Nexus 7K9 as core and Cisco 4510 R+E as access switches for Server connectivity.
    We are experiencing problem in terms of ARP learning and Ping issues between Cisco Nexus and end hosts.

    Hi,
    So you have N7k acting as L3 with servers connected to 4510?.
    Do you see the MAC associated with failing ARP in 4510?. Is it happening with all or few servers?. Just to verify if it is connectivity issue between N7k and 4510, you can configure an SVI on 4510 and assign address from same raneg (server/core range) and perform a ping.
    This will help narrow down if issue is between server to 4510 or 4510 to N7k.
    Thanks,
    Nagendra

  • The difference of the IEEE802.1x Auth between Cisco Routers and Catalyst switches

    Hello
    I am investigating the difference of the IEEE802.1x Auth between Routers and Switches.
    Basically dot1x auth is availlable on Catalyst Switches. however if I want to check to
    PortBased Multi-Auth , MAC address Auth and any certification Auth with this feature,
    Is it possible to integrate into Cisco Router such as Cisco 891F ?
    In my opinion Cisco891F is also available to use basic IEEE802.1x but if it compares with Catalyst switches such as Cat3560X
    I think there might be any unsupported feature on Cisco 891F.
    I appreciate any information. thank you very much in advance.
    Best Regards,
    Masanobu Hiyoshi

    Many time in interviews asked comaprison between cisco  routers and switches that i was answerless bcoz i dont have much knowledge about that.Can anyone provide me the compariosin sheet of the same.how are the cisco devices differ with each other how much Bandwidth each routres support and Etc...
    Ummmm ... The most common question I get is "what is the difference between a router and a switch".
    However, if you get a question like this, then my impression to this line of questioning are:
    1.  The candidate they are looking for has in-depth knowledge of routers and switches.  And I mean IN-DEPTH!;
    2.  They are not looking for a candidate.  They just want to stroke their ego.  There is not alot of people who can give you the "names and numbers" of routers and switches at a snap of a finger.  And if you do happen to know the answer, then and there, then expect a tougher follow-up question. 

  • Mobility between Cisco WLC and Meraki(other vendor)

    Is it possible that users can roam between Cisco WLC and other vendor wireless gear? Meraki keeps saying it is possible.
    They keep saying it is a IEEE feature and everone should support but I do not understand how?

    While theoretically possible with the adoption of capwap, it would require all the manufacturers to follow the specs exactly the same. Kind of like hearding cats, not impossible, but highly unlikely.. That's just my opinion
    Sent from Cisco Technical Support iPad App

  • VPN between cisco WRVS4400N and EdgeMarc

    Hi Experts
    Please help me.
    Is it possible to create VPN between cisco WRVS4400N and EdgeMarc appliance.
    Regards,
    Ejaz

    Hi Ejaz
    I don't expect any cisco folks that answer this community to be expert on EdgeMarc, but i may be wrong..
    We employ a open standard IPSec implementation.
    Here is the open source document that relates to the RV220W.
    http://www.cisco.com/en/US/docs/routers/csbr/rv220w/open_source/OSD_RV220W_78-19892-02.pdf
    The question  could have  been,  have you asked EsgeMarc if they wiork with open standard based IPSec implemations on our routers. 
    I would prefer you look at the RV220W if possible, which is a relatively young product.
    I am guessing since you can source a product from Disti, try one and see if it works.
    The beauty of buying from a Cisco Disti Partner, is they they have a  returns policy. Check out that policy, if you wish and  keep the packaging and try out your application.
    Answered a question with someone trying to form a IPSec link to a OEM firewall/ IPSec gateway ..it worked. so give your application a try
    regards Dave.

  • Difference between Cisco DCNM and CISCO Fabric Manager

    Hello Everyone,
    I am new to Cisco SAN and just would like to know the differences between cisco DCNM and Cisco Fabric manager and which one is latest as of now.
    regards
    VINAY

    Hi Viany,
    Fabric Manager was renamed DCNM starting at 5.2.
    Fabric Manager only monitors SAN Fabrics, while DCNM 5.2 and above can monitor both SAN Fabrics and Ethernet LANs.
    Regards,
    David

  • Routing issue between Cisco device and Virtual machine

    Hi Guys,
    We have two local subnets in a virtualized environment, subnet 1 has a VM operating as a firewall, we would like all traffic for subnet 2 to go via VM on subnet 1, this will police traffic on subnet 2 and then reroute.  
    The infrastructure involved comprises,
    Internet Edge Switch -> ASA -> Core Switch -> IBM Flex chassis
    The Internet edge switch is directly connected between the ISP routers and the Cisco ASA firewall pair (A/S). The ASA is then connected to the Core switch. Connected from the core switch is an IBM Flex chassis, via a port channel (all vlans allowed)
    The local subnets in question are as follows:
    Vlan 101 (10.1.1.0/24)
    Vlan 102 (10.2.1.0/24)
    The VM in question has two NIC cards having IP address of both subnets.
    NIC 1:  10.1.1.1
    NIC 2: 10.2.1.1
    We would like packets destined for 10.2.1.1 to land on 10.1.1.1 IP address. At the moment traffic for each vlan routes from the outside to their respective local subnets successfully, what we are having difficulty with is directing traffic for subnet 2 via subnet 1 VM firewall.
    At the moment we have tried adding a static route on the core switch but it didn’t work
    ip route 10.2.0.0 255.255.255.0 10.1.1.1
    I will appreciate if you could share your knowledge and guide me how to achieve this goal.
    Thanks in advance :-)

    Hi,
    I think for this to work you need a transit vlan between the VMs and the core switch. So, if you have 2 vlans on the VM (101 and 102) you use the VM switch to route between the vlans and in order to go outside the local vlans you would use the core switch.  In this scenario you would not have an SVI (layer-3) interface on the core.  The only thing that core will have is the layer-2 vlans (101 and102).  You would than need a static route on the core switch to point to the transit vlan on the VM side.
    so, for example, if the transit vlan is vlan 110 and the ip is 192.168.1.0/24
    on the core you have static routes:
    ip route 10.1.1.0/24 192.168.1.2 (VM side)
    ip route 10.1.2.0/24 192.168.1.2 (VM side)
    You also need an SVI for vlan 110 with ip address 192.168.1.1/24 on the core.
    on the VM you need a default route to point to the core (192.168.1.1).
    Is this what you are trying to do?
    HTH

  • Port-Channel issue between UCS FI and MDS 9222i switch

    Hi
    I have a problem between UCS FI and MDS switch port-channel. When MDS-A is powered down the port-channel fails but UCS blade vHBA does not detect the failure of the port-chanel on UCS-FI and leaves the vHBA online. However, if there is no port-channel between FI-->MDS it works fine.
    UCS version   
    System version: 2.0(2q)
    FI - Cisco UCS 6248 Series Fabric Interconnect ("O2 32X10GE/Modular Universal Platform Supervisor")
    Software
      BIOS:      version 3.5.0
      loader:    version N/A
      kickstart: version 5.0(3)N2(2.02q)
      system:    version 5.0(3)N2(2.02q)
      power-seq: Module 1: version v1.0
                 Module 3: version v2.0
      uC:        version v1.2.0.1
      SFP uC:    Module 1: v1.0.0.0
    MDS 9222i
    Software
      BIOS:      version 1.0.19
      loader:    version N/A
      kickstart: version 5.0(8)
      system:    version 5.0(8)
    Here is the config from MDS switch
    Interface  Vsan   Admin  Admin   Status          SFP    Oper  Oper   Port
                      Mode   Trunk                          Mode  Speed  Channel
                             Mode                                 (Gbps)
    fc1/1      103    auto   on      trunking         swl    TF      4    10
    fc1/2      103    auto   on      trunking         swl    TF      4    10
    fc1/9      103    auto   on      trunking         swl    TF      4    10
    fc1/10     103    auto   on      trunking         swl    TF      4    10
    This is from FI.
    Interface  Vsan   Admin  Admin   Status          SFP    Oper  Oper   Port
                      Mode   Trunk                          Mode  Speed  Channel
                             Mode                                 (Gbps)
    fc1/29     103    NP     on      trunking         swl    TNP     4    103
    fc1/30     103    NP     on      trunking         swl    TNP     4    103
    fc1/31     103    NP     on      trunking         swl    TNP     4    103
    fc1/32     103    NP     on      trunking         swl    TNP     4    103
    Any thoughts on this?

    Sultan,
    This is a recently found issue and is fixed in UCSM 2.0.3a version .
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCua88227
    which got duped to  CSCtz21585
    It happens only when following conditions are met
    FI in End host mode
    FC uplinks are configured for portchannel + trunking
    Certain link event failures ( such abrupt power loss by upstream MDS switch )
    Padma

  • Is there any documentation to deploy federation between Cisco IM and presence and Lync 2010 sister companies?

    Hello All,
    Company A – Using Cisco IM and Presence
    Company B – Using Microsoft Lync 2010
    We would like to establish federation between Company A and Company B and also looking for the documentation which has the step by step instruction.
    Please let us know overall steps or provide us the documentation.  Thank you in advance.
    Thanks

    For Federation between Lync and Cisco IM, you can check below link and this
    document
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/im_presence/interdomain_federation/9_0_1/CUP0_BK_IAAE17D8_00_integration-guide-interdomain-federation-90/CUP0_BK_IAAE17D8_00_integration-guide-interdomain-federation-90_chapter_01.html
    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

  • Inline Posture between Cisco ISE and Wireless LAN Controller

    Hi,
    I was looking into Cisco ISE solution for deploying NAC.
    I have a question about the network topology.
    In  the user guide documents of cisco ISE, it is written that for Wireless  LAN Controllers (WLC) and VPN devices, an additional server, Inline Posture, is needed.
    However, in the following integration document, there is not an inline posture between WLC and Cisco ISE server.
    https://supportforums.cisco.com/docs/DOC-18121
    I  want to know if Inline Posture is a requirement, if not a  requirement, what are the benefits of having it between Cisco ISE Server  and WLC.
    Thanks & Regards
    Sinan

    Hello,
    Please go through below mentioned links which might be helpful for you.
    http://www.cisco.com/en/US/docs/security/ise/1.2/user_guide/ise_ipep_deploy.html
    http://www.cisco.com/en/US/docs/security/ise/1.2/installation_guide/ise_deploy.html
    Best Regards,

  • Port-channel Problem between Fabric Interconnect and N7K vPC

    Dear all,
    I have a problem with Port-channel Uplink between Fabric Interconnect with N7K using vPC
    This is my network topology for UCS Deployment
    In N7K I has configured vPC for red link and green link, at Fabric Interconnect A I has configured Port-Channel with member is Port 1 and Port 2, uplink is red link. At Fabric Interconnect B, I has configured Port-Channel with member is Port 1 and Port 2, uplink is green link.
    The show interface port-channel on N7K is good, every port-channel is up and have all member. But At Fabric Interconnnect, when I see on UCS Manager, the status of Port-Channel on Fabic A and Fabric B is fault with Additional Info: No operational member. Although all link is link up and I has status of Port-Channel is enable on UCS Manager. When I see the Properties of Port 1, Port 2 on Port-channel, I see the membership status is : individual. This mean port-channel is not up and no membership in this configuration. I want to using port-channel for load balance and plus more bandwidth for uplink to 20Gig. I don't understand why ?
    Please help me resolve this problem, I has send the capture screen of UCS Manager when I show status of Port-channel and Port-member in port-channel in attach items.
    Anyone can help me to resolve this, thanks you very much. Please reference attach items for more detail about fault.
    Thanks,
    Trung.

    Thanks Matthew very much,
    I has resolved this problem. The reason of problem is miss match protocol of port-channel between N7K and Fabric Interconnect. The Fabric Interconnect always use LACP protocol, but N7K using Port-channel mode on, that why the port-channel failed. I has configured LACP for port-channel in N7K, it has resolved the problems.
    Thanks,
    Trung.

  • GRE IPSec between Cisco 2811 and FortiGate 110C

    Hello,
    Does anybody know if it is possible to configure GRE IPSec tunnel between Cisco 2811 router and FortiGate 110C firewall? I know that FortiGate supports IPSec and GRE tunnels, but maybe somebody succeeded in establishing an IPSec GRE between those routers? Could you also give a link to the appropriate documentation if it is possible?

    Hi,
    You can configure the GRE tunnel on the 2811.
    I'm aware that you can configure sort of a GRE tunnel on the Fortinet as well, but I have not seen a GRE tunnel between a Cisco and other vendor.
    I've only seen GRE tunnels between Cisco devices (however I have not tried it to assure you that it will not work :-()
    Federico.

  • Communication problem between Cisco 3560 and Cisco SG300.

    Dear Support,
    I have a Cisco SG300 and Cisco 3560 switches.
    3560 is my Core Switch and SG300 is access switch.
    From 3560 VLAN information is not passed to SG300.
    3560 Configuration:
    interface GigabitEthernet0/23
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 1,2,10,11
    switchport mode trunk
    SG300 Configuration:
    interface gigabitethernet49
    spanning-tree link-type point-to-point
    switchport mode general
    switchport general allowed vlan add 2,10-11 tagged
    macro description switch
    Please suggest how this issue is resolve.
    Regards,
    JItesh Mahajan.

    Dear Aleksandra,
    Below Configuration is right or wrong for 3560 and SG300.
    3560 Configuration:
    interface GigabitEthernet0/23
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan remove VLAN 1
    switchport native vlan 1
    switchport trunk allowed vlan 1,2,10,11
    switchport mode trunk
    SG300 Configuration:
    interface gigabitethernet49
    spanning-tree link-type point-to-point
    switchport mode general
    switchport general allowed vlan add 2,10-11 tagged
    macro description switch
    Regards,
    JItesh Mahajan.

  • VLAN and STP compitability between Cisco 2950 and SRW2048

    How Cisco 2950 and Linksys SRW2048 switches can be combined to work fine with more than one VLAN's and STP?? I want both switches to support three VLAN's and STP for loop free network.Can some body help me out to combine linksys and cisco switches to interconnect to form my Network???  

    I believe that the SRW2048 is a 48 port managed switch. The easiest way to set the VLAN and STP configuration of is to access the web utility of this switch via 192.168.1.254. You have to go to VLAN Management and he needs to create the VLANs. The default VLAN of the switch is VLAN 1. You need to create 2 more VLANs by choosing the VLAN IDs and the name you want for these VLANs.
     After creating the VLANS, you need to determine the LAN of the switch you want to assign to each VLAN and the Trunk port or the port where you need to connect the SRW2048 to the Cisco 2950 switch. Go to the port setting and make this port as “truck”, and leave the other ports as “access”. Go to VLAN to ports and manually allocate the each LAN ports to the desired VLAN ID number. Take note that all ports that are members of VLAN1 should be “untagged” and the rest should be “tagged”. Save the settings you made.
     The STP configuration for the SRW2048 can be found also in the web utility. Just go to the Spanning Tree tab and setup your desired STP configuration.
     For the Cisco 2950, I am not quite sure on how to create these settings but I saw a useful link that might help you:
     http://www.petri.co.il/csc_setup_a_vlan_on_a_cisco_switch.htm

Maybe you are looking for

  • Problem with linux

    Hi I am using code on linux system where i go to next line by write.next(); than it shows non printable character by which next line is not generated.It is working fine with windows we can get jar for this at http://datafile.sourceforge.net/. kindly

  • Requirement for client installation 9i

    Hi; I want to install Oracle client 9i in the UNIX server (Solaris 2.8). I am searching requirement for this installation, I don't find it... Can any help me please Mostafa

  • New / Custom Movement type creation

    Hi All , Could you please give me some scenarios where we need to create custom movement type ? If the table level information is given will be additional help . Regards Shashank

  • My color palete isn't working

    Hi, I have a problem with Photoshop Elements 12 editior. When I pick a color (for example I picked blue) and start to draw it will only come out as a light grey color. I scanned a photo and put it into Photoshop Elements 12 editor and im using a waco

  • How to retrieve data foe a Flat Look Up Field

    hi Everybody, I am Looking for help to fetch Flat look Up Field Values. I am trying to find the value of a field ( which is of type Flat look Up) for a particular record in the main table. I'm able to fetch TEXT ( direct ) fields from the table but s