cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1027
Views
0
Helpful
9
Replies

Blind Transfer to PSTN with pass the COS, CUCM 7.1.3 MGCP VG

paulheilmeier
Level 1
Level 1

Hi guys,

we are currently migrate an old siemens hicom pbx to cucm at a german location. At this location we have a lot of "public" phones with internal access only. At the old pbx i can call the attendant console with a "public phone", i say to the desk-user "give me a line, please" and they do a blind transfer to the pstn (dial 0 for pstn access). I hear a dial ton and can dial i.e. a national number.

Is this possible with cucm? I can work with fac, but this is not what the customer wants, because the inhibitation is not so high without a real person, who is connecting you.

Also we try with call forwarding on a dn to the pstn, without success.

We have a CUCM 7.1.3 and MGCP Voice Gateways (3845) with e1 trunks to the pstn, the attendant console is an arc enterprise software.

Thanks in advance!

Kind Regards,

Paul

9 Replies 9

paulheilmeier
Level 1
Level 1

i hear about a dirty workaround with fxo and fxs loopback, maybe a keyword for the specialist ;-)

Natively this is not possible I'm afraid.  The workaround you hinted at would be to transfer the caller to a voice gateway that got them to a pots dial-peer without 'direct inward-dial' so that it prompted for dialtone and gathered digits.

You could also do this with an application (CUAE, possilby IPCCX script) where the attendant can transfer the caller to the application's registered port and the app prompts the caller for the digits and then makes the outbound call and connects the two legs.  You could make the prompt played by the app a simple wav file playing dialtone or an actual IVR that asked for the number.

If you have Unity or CUC the operator could send their calls to a call system transfer and they could dial from there.

You would need to tweak the restriction tables and VM ports CSS to allow/restrict this to only the kind of calls you want (local, LD, international)

HTH

java

If this helps, please rate

www.cisco.com/go/pdihelpdesk

HTH

java

if this helps, please rate

Hi guys,

thanks for you suggestions.

I tried a dirty way, with some success, but unfortunately not done, maybe you could help me to complete my adventure.

What i do.

I configured a b-asd tcl script on a gateway. My problem is, i have only mgcp gateways, and ivr works only with cme, h323 or sip... I configured to one mgcp gateway also the h323 service with two voip dial-peers, and add it to the cucm.

here are my dial-peers

##incoming from cucm with the tcl script

dial-peer voice 642400 voip
service aa
incoming called-number .
codec g711alaw
no vad
!

## outgoing to the cucm
dial-peer voice 10 voip
destination-pattern .T
session target ipv4:10.20.99.11
codec g711alaw

no vad
!

Also i add a route pattern (match on 642400) on the cucm and route it to the h323 gateway.

Unfortunately is this h323 gateway the same as my mgcp gateway with his pri to the pstn (i have a second "only" mgcp gateway with pri).

What happens:

I dial with my ipphone 642400, and get a connect to my tcl script, dial 2 (for dial a extension) and dial a dn on the cucm (4 digits), i see with the debug voip dialpeer, the dial-peer voice 10 is matching and my other cucm ipphone rings, hook-off and the call works fine :-)

The way:

IPPhone -> CUCM->H323 TCL->back to CUCM->IPPHONE

But if i dial a i.e. a nation number, nothing happens.

The way should be:

IPPhone -> CUCM ->H323 TCL->back to CUCM->(mybe the same as the h323 tcl gateway)MGCP Gateway->Pri->PSTN

i also see the dial-peer voice 10 match.

For better troubleshooting we configured one ephone-dn directly at this gateway and bind a softphone (without changing the dial-peers). If i dial with the softphone (directly connected to the cme at the gateway) a i.e. national number, the same dial-peer voice 10 matched, and i can reach the pstn phone.

Imho i think the cucm doesn't allow hairpinnig or something similar to.

Maybe someone have a good idea :-)

Regards,

Paul

Looks like you are on the right path.   When you say nothing happens, does this mean the call is sent back to CUCM or no?  If you wait 15 seconds or more will it route?

You'll want to look at h.225 debugs (debug h225 asn1) or CCM traces to see if the call is reaching CUCM and if so, what CUCM is doing with the call.

-Ryan

Hi Ryan,

i try now a troubleshooting, i german we have a adage "four eyes see more as two eyes"

I have two call debugs:

1st: I call from ipphone my tcl script, and dial a dn on the cucm, to be reroute back to cucm (this way works)

2nd: I dial from an ipphone my tcl script, and dial as an extension a national number, i should be rerouted back to the cucm and after that the a pattern on the cucm should route me to the pstn. I didn't see anything income on the ccm traces.

My ip address are cucm pub:10.20.99.11, cucm sub 10.20.99.12 and h323/mgcp vg 10.20.99.31.

First Debug

*Jul 29 13:34:34.752: //-1/008C52B31200/DPM/dpAssociateIncomingPeerCore:
   Calling Number=6464, Called Number=642400, Voice-Interface=0x0,
   Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
   Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:34:34.752: //-1/008C52B31200/DPM/dpAssociateIncomingPeerCore:
   Match Rule=DP_MATCH_INCOMING_DNIS; Called Number=642400
*Jul 29 13:34:34.752: //-1/008C52B31200/DPM/dpMatchPeertype:
   Is Incoming=TRUE, Number Expansion=FALSE
*Jul 29 13:34:34.752: //-1/008C52B31200/DPM/dpMatchCore:
   Dial String=642400, Expanded String=642400, Calling Number=
   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:34:34.752: //-1/008C52B31200/DPM/MatchNextPeer:
   Result=Success(0); Incoming Dial-peer=642400 Is Matched
*Jul 29 13:34:34.752: //-1/008C52B31200/DPM/dpMatchPeertype:exit@5546
*Jul 29 13:34:34.752: //-1/008C52B31200/DPM/dpAssociateIncomingPeerCore:
   Result=Success(0) after DP_MATCH_INCOMING_DNIS; Incoming Dial-peer=642400
*Jul 29 13:34:34.752: //-1/008C52B31200/DPM/dpAssociateIncomingPeerSPI:exit@6099
*Jul 29 13:34:34.752: //-1/008C52B31200/DPM/dpAssociateIncomingPeerCore:
   Calling Number=6464, Called Number=642400, Voice-Interface=0x0,
   Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
   Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:34:34.752: //-1/008C52B31200/DPM/dpAssociateIncomingPeerCore:
   Match Rule=DP_MATCH_INCOMING_DNIS; Called Number=642400
*Jul 29 13:34:34.752: //-1/008C52B31200/DPM/dpMatchPeertype:
   Is Incoming=TRUE, Number Expansion=FALSE
*Jul 29 13:34:34.752: //-1/008C52B31200/DPM/dpMatchCore:
   Dial String=642400, Expanded String=642400, Calling Number=
   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:34:34.752: //-1/008C52B31200/DPM/MatchNextPeer:
   Result=Success(0); Incoming Dial-peer=642400 Is Matched
*Jul 29 13:34:34.752: //-1/008C52B31200/DPM/dpMatchPeertype:exit@5546
*Jul 29 13:34:34.752: //-1/008C52B31200/DPM/dpAssociateIncomingPeerCore:
   Result=Success(0) after DP_MATCH_INCOMING_DNIS; Incoming Dial-peer=642400
*Jul 29 13:34:34.752: //-1/008C52B31200/DPM/dpAssociateIncomingPeerSPI:exit@6099
*Jul 29 13:34:34.768: H245 MSC OUTGOING PDU ::=

value MultimediaSystemControlMessage ::= request : terminalCapabilitySet :
    {
      sequenceNumber 1
      protocolIdentifier { 0 0 8 245 0 7 }
      multiplexCapability h2250Capability :
      {
        maximumAudioDelayJitter 20
        receiveMultipointCapability
        {
          multicastCapability FALSE
          multiUniCastConference FALSE
          mediaDistributionCapability
          {

            {
              centralizedControl FALSE
              distributedControl FALSE
              centralizedAudio FALSE
              distributedAudio FALSE
              centralizedVideo FALSE
              distributedVideo FALSE
            }
          }
        }
        transmitMultipointCapability
        {
          multicastCapability FALSE
          multiUniCastConference FALSE
          mediaDistributionCapability
          {

            {
              centralizedControl FALSE
              distributedControl FALSE
              centralizedAudio FALSE
              distributedAudio FALSE
              centralizedVideo FALSE
              distributedVideo FALSE
            }
          }
        }
        receiveAndTransmitMultipointCapability
        {
          multicastCapability FALSE
          multiUniCastConference FALSE
          mediaDistributionCapability
          {

            {
              centralizedControl FALSE
              distributedControl FALSE
              centralizedAudio FALSE
              distributedAudio FALSE
              centralizedVideo FALSE
              distributedVideo FALSE
            }
          }
        }
        mcCapability
        {
          centralizedConferenceMC FALSE
          decentralizedConferenceMC FALSE
        }
        rtcpVideoControlCapability FALSE
        mediaPacketizationCapability
        {
          h261aVideoPacketization FALSE
        }
        logicalChannelSwitchingCapability FALSE
        t120DynamicPortCapability FALSE
      }
      capabilityTable
      {

        {
          capabilityTableEntryNumber 34
          capability receiveRTPAudioTelephonyEventCapability :
          {
            dynamicRTPPayloadType 101
            audioTelephoneEvent "0-16"
          }
        },
        {
          capabilityTableEntryNumber 32
          capability receiveAndTransmitDataApplicationCapability :
          {
            application t38fax :
            {
              t38FaxProtocol udp : NULL
              t38FaxProfile
              {
                fillBitRemoval FALSE
                transcodingJBIG FALSE
                transcodingMMR FALSE
                version 0
                t38FaxRateManagement transferredTCF : NULL
                t38FaxUdpOptions
                {
                  t38FaxMaxBuffer 200
                  t38FaxMaxDatagram 72
                  t38FaxUdpEC t38UDPRedundancy : NULL
                }
              }
            }
            maxBitRate 144
          }
        },
        {
          capabilityTableEntryNumber 25
          capability receiveAndTransmitDataApplicationCapability :
          {
            application nonStandard :
            {
              nonStandardIdentifier h221NonStandard :
              {
                t35CountryCode 181
                t35Extension 0
                manufacturerCode 18
              }
              data '52747044746D6652656C6179'H
            }
            maxBitRate 0
          }
        },
        {
          capabilityTableEntryNumber 31
          capability receiveUserInputCapability : hookflash : NULL
        },
        {
          capabilityTableEntryNumber 30
          capability receiveUserInputCapability : dtmf : NULL
        },
        {
          capabilityTableEntryNumber 27
          capability receiveUserInputCapability : basicString : NULL
        },
        {
          capabilityTableEntryNumber 4
          capability receiveAudioCapability : g711Alaw64k : 20
        }
      }
      capabilityDescriptors
      {

        {
          capabilityDescriptorNumber 1
          simultaneousCapabilities
          {

            {
              32,
              4
            },

            {
              34,
              30,
              27,
              25
            },

            {
              31
            }
          }
        }
      }
    }

*Jul 29 13:34:34.776: H245 MSC OUTGOING ENCODE BUFFER::= 027001060008817500078013800014000100000100000100000CC001000100068000218A061404302D313680001F4A0811860100807C0100014007C00200C801484000908000184810B50000120C52747044746D6652656C6179000080001E83015080001D83014080001A8301108000032040130080010201001F0003030021001D001A001800001E
*Jul 29 13:34:34.776:
*Jul 29 13:34:34.780: H245 MSC OUTGOING PDU ::=

value MultimediaSystemControlMessage ::= request : masterSlaveDetermination :
    {
      terminalType 60
      statusDeterminationNumber 9765
    }

*Jul 29 13:34:34.780: H245 MSC OUTGOING ENCODE BUFFER::= 01003C402625
*Jul 29 13:34:34.780:
*Jul 29 13:34:34.788: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 86
*Jul 29 13:34:34.788: H245 MSC INCOMING ENCODE BUFFER::= 0270010600088175000A801380003C000100000100000100000CC00100010004800000860A0000070008824301030180000120402780000285014080000385011080002B85015000800002000001010002000300002B
*Jul 29 13:34:34.788:
*Jul 29 13:34:34.788: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= request : terminalCapabilitySet :
    {
      sequenceNumber 1
      protocolIdentifier { 0 0 8 245 0 10 }
      multiplexCapability h2250Capability :
      {
        maximumAudioDelayJitter 60
        receiveMultipointCapability
        {
          multicastCapability FALSE
          multiUniCastConference FALSE
          mediaDistributionCapability
          {

            {
              centralizedControl FALSE
              distributedControl FALSE
              centralizedAudio FALSE
              distributedAudio FALSE
              centralizedVideo FALSE
              distributedVideo FALSE
            }
          }
        }
        transmitMultipointCapability
        {
          multicastCapability FALSE
          multiUniCastConference FALSE
          mediaDistributionCapability
          {

            {
              centralizedControl FALSE
              distributedControl FALSE
              centralizedAudio FALSE
              distributedAudio FALSE
              centralizedVideo FALSE
              distributedVideo FALSE
            }
          }
        }
        receiveAndTransmitMultipointCapability
        {
          multicastCapability FALSE
          multiUniCastConference FALSE
          mediaDistributionCapability
          {

            {
              centralizedControl FALSE
              distributedControl FALSE
              centralizedAudio FALSE
              distributedAudio FALSE
              centralizedVideo FALSE
              distributedVideo FALSE
            }
          }
        }
        mcCapability
        {
          centralizedConferenceMC FALSE
          decentralizedConferenceMC FALSE
        }
        rtcpVideoControlCapability FALSE
        mediaPacketizationCapability
        {
          h261aVideoPacketization FALSE
        }
        logicalChannelSwitchingCapability FALSE
        t120DynamicPortCapability FALSE
      }
      capabilityTable
      {

        {
          capabilityTableEntryNumber 1
          capability genericControlCapability :
          {
            capabilityIdentifier standard : { 0 0 8 323 1 3 1 }
          }
        },
        {
          capabilityTableEntryNumber 2
          capability receiveAudioCapability : g711Alaw64k : 40
        },
        {
          capabilityTableEntryNumber 3
          capability receiveAndTransmitUserInputCapability : dtmf : NULL
        },
        {
          capabilityTableEntryNumber 4
          capability receiveAndTransmitUserInputCapability : basicString : NULL
        },
        {
          capabilityTableEntryNumber 44
          capability receiveAndTransmitUserInputCapability : hookflash : NULL
        }
      }
      capabilityDescriptors
      {

        {
          capabilityDescriptorNumber 0
          simultaneousCapabilities
          {

            {
              2
            },

            {
              3,
              4
            },

            {
              44
            }
          }
        }
      }
    }

*Jul 29 13:34:34.796: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:34:34.796: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:34:34.796: H245 MSC OUTGOING PDU ::=

value MultimediaSystemControlMessage ::= response : terminalCapabilitySetAck :
    {
      sequenceNumber 1
    }

*Jul 29 13:34:34.796: H245 MSC OUTGOING ENCODE BUFFER::= 218001
*Jul 29 13:34:34.796:
*Jul 29 13:34:34.796: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 3
*Jul 29 13:34:34.796: H245 MSC INCOMING ENCODE BUFFER::= 218001
*Jul 29 13:34:34.796:
*Jul 29 13:34:34.796: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= response : terminalCapabilitySetAck :
    {
      sequenceNumber 1
    }

*Jul 29 13:34:34.796: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:34:34.796: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:34:34.800: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 2
*Jul 29 13:34:34.800: H245 MSC INCOMING ENCODE BUFFER::= 2080
*Jul 29 13:34:34.800:
*Jul 29 13:34:34.800: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= response : masterSlaveDeterminationAck :
    {
      decision master : NULL
    }

*Jul 29 13:34:34.800: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:34:34.800: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:34:34.800: H245 MSC OUTGOING PDU ::=

value MultimediaSystemControlMessage ::= response : masterSlaveDeterminationAck :
    {
      decision slave : NULL
    }

*Jul 29 13:34:34.800: H245 MSC OUTGOING ENCODE BUFFER::= 20A0
*Jul 29 13:34:34.800:
*Jul 29 13:34:34.800: H245 MSC OUTGOING PDU ::=

value MultimediaSystemControlMessage ::= request : openLogicalChannel :
    {
      forwardLogicalChannelNumber 1
      forwardLogicalChannelParameters
      {
        dataType audioData : g711Alaw64k : 20
        multiplexParameters h2250LogicalChannelParameters :
        {
          sessionID 1
          mediaControlChannel unicastAddress : iPAddress :
          {
            network '0A14631F'H
            tsapIdentifier 19299
          }
          silenceSuppression FALSE
        }
      }
    }

*Jul 29 13:34:34.800: H245 MSC OUTGOING ENCODE BUFFER::= 030000000C2013800B050001000A14631F4B6300
*Jul 29 13:34:34.800:
*Jul 29 13:34:34.804: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 20
*Jul 29 13:34:34.804: H245 MSC INCOMING ENCODE BUFFER::= 030000000C2013800B050001000A14630B0FA100
*Jul 29 13:34:34.804:
*Jul 29 13:34:34.804: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= request : openLogicalChannel :
    {
      forwardLogicalChannelNumber 1
      forwardLogicalChannelParameters
      {
        dataType audioData : g711Alaw64k : 20
        multiplexParameters h2250LogicalChannelParameters :
        {
          sessionID 1
          mediaControlChannel unicastAddress : iPAddress :
          {
            network '0A14630B'H
            tsapIdentifier 4001
          }
          silenceSuppression FALSE
        }
      }
    }

*Jul 29 13:34:34.808: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:34:34.808: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:34:34.808: H245 MSC OUTGOING PDU ::=

value MultimediaSystemControlMessage ::= response : openLogicalChannelAck :
    {
      forwardLogicalChannelNumber 1
      forwardMultiplexAckParameters h2250LogicalChannelAckParameters :
      {
        mediaChannel unicastAddress : iPAddress :
        {
          network '0A14631F'H
          tsapIdentifier 19298
        }
        mediaControlChannel unicastAddress : iPAddress :
        {
          network '0A14631F'H
          tsapIdentifier 19299
        }
        flowControlToZero FALSE
      }
    }

*Jul 29 13:34:34.808: H245 MSC OUTGOING ENCODE BUFFER::= 22C000000480134C000A14631F4B62000A14631F4B6303000100
*Jul 29 13:34:34.808:
*Jul 29 13:34:35.084: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 23
*Jul 29 13:34:35.084: H245 MSC INCOMING ENCODE BUFFER::= 22C000000480101C00000A14333F566C000A14333F566D
*Jul 29 13:34:35.084:
*Jul 29 13:34:35.084: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= response : openLogicalChannelAck :
    {
      forwardLogicalChannelNumber 1
      forwardMultiplexAckParameters h2250LogicalChannelAckParameters :
      {
        sessionID 1
        mediaChannel unicastAddress : iPAddress :
        {
          network '0A14333F'H
          tsapIdentifier 22124
        }
        mediaControlChannel unicastAddress : iPAddress :
        {
          network '0A14333F'H
          tsapIdentifier 22125
        }
      }
    }

*Jul 29 13:34:35.088: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:34:35.088: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:34:38.556: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 7
*Jul 29 13:34:38.556: H245 MSC INCOMING ENCODE BUFFER::= 6D810446400063
*Jul 29 13:34:38.556:
*Jul 29 13:34:38.556: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= indication : userInput : signal :
    {
      signalType "2"
      duration 100
    }

*Jul 29 13:34:38.560: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:34:38.560: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:34:43.572: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 7
*Jul 29 13:34:43.572: H245 MSC INCOMING ENCODE BUFFER::= 6D810446600063
*Jul 29 13:34:43.572:
*Jul 29 13:34:43.572: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= indication : userInput : signal :
    {
      signalType "3"
      duration 100
    }

*Jul 29 13:34:43.572: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:34:43.572: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:34:43.672: //-1/008C52B31200/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=3, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:34:43.672: //-1/008C52B31200/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=3
*Jul 29 13:34:43.672: //-1/008C52B31200/DPM/dpMatchCore:
   Dial String=3, Expanded String=3, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:34:43.672: //-1/008C52B31200/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=10
*Jul 29 13:34:43.672: //-1/008C52B31200/DPM/dpMatchCore:
   Result=1
*Jul 29 13:34:43.672: //-1/008C52B31200/DPM/dpMatchPeersCore:
   Result=Partial Matches(1) after DP_MATCH_DEST
*Jul 29 13:34:43.672: //-1/008C52B31200/DPM/dpMatchPeersMoreArg:
   Result=MORE_DIGITS_NEEDED(1)
*Jul 29 13:34:43.960: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 7
*Jul 29 13:34:43.960: H245 MSC INCOMING ENCODE BUFFER::= 6D810446800063
*Jul 29 13:34:43.960:
*Jul 29 13:34:43.960: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= indication : userInput : signal :
    {
      signalType "4"
      duration 100
    }

*Jul 29 13:34:43.960: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:34:43.960: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:34:44.060: //-1/008C52B31200/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=34, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:34:44.060: //-1/008C52B31200/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=34
*Jul 29 13:34:44.060: //-1/008C52B31200/DPM/dpMatchCore:
   Dial String=34, Expanded String=34, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:34:44.060: //-1/008C52B31200/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=10
*Jul 29 13:34:44.060: //-1/008C52B31200/DPM/dpMatchCore:
   Result=1
*Jul 29 13:34:44.060: //-1/008C52B31200/DPM/dpMatchPeersCore:
   Result=Partial Matches(1) after DP_MATCH_DEST
*Jul 29 13:34:44.060: //-1/008C52B31200/DPM/dpMatchPeersMoreArg:
   Result=MORE_DIGITS_NEEDED(1)
*Jul 29 13:34:44.360: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 7
*Jul 29 13:34:44.360: H245 MSC INCOMING ENCODE BUFFER::= 6D810446C00063
*Jul 29 13:34:44.360:
*Jul 29 13:34:44.360: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= indication : userInput : signal :
    {
      signalType "6"
      duration 100
    }

*Jul 29 13:34:44.360: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:34:44.360: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:34:44.460: //-1/008C52B31200/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=346, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:34:44.460: //-1/008C52B31200/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=346
*Jul 29 13:34:44.460: //-1/008C52B31200/DPM/dpMatchCore:
   Dial String=346, Expanded String=346, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:34:44.460: //-1/008C52B31200/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=10
*Jul 29 13:34:44.460: //-1/008C52B31200/DPM/dpMatchCore:
   Result=1
*Jul 29 13:34:44.460: //-1/008C52B31200/DPM/dpMatchPeersCore:
   Result=Partial Matches(1) after DP_MATCH_DEST
*Jul 29 13:34:44.460: //-1/008C52B31200/DPM/dpMatchPeersMoreArg:
   Result=MORE_DIGITS_NEEDED(1)
*Jul 29 13:34:44.640: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 7
*Jul 29 13:34:44.640: H245 MSC INCOMING ENCODE BUFFER::= 6D810446000063
*Jul 29 13:34:44.640:
*Jul 29 13:34:44.640: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= indication : userInput : signal :
    {
      signalType "0"
      duration 100
    }

*Jul 29 13:34:44.644: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:34:44.644: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:34:44.744: //-1/008C52B31200/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=3460, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:34:44.744: //-1/008C52B31200/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=3460
*Jul 29 13:34:44.744: //-1/008C52B31200/DPM/dpMatchCore:
   Dial String=3460, Expanded String=3460, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:34:44.744: //-1/008C52B31200/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=10
*Jul 29 13:34:44.744: //-1/008C52B31200/DPM/dpMatchCore:
   Result=1
*Jul 29 13:34:44.744: //-1/008C52B31200/DPM/dpMatchPeersCore:
   Result=Partial Matches(1) after DP_MATCH_DEST
*Jul 29 13:34:44.744: //-1/008C52B31200/DPM/dpMatchPeersMoreArg:
   Result=MORE_DIGITS_NEEDED(1)
*Jul 29 13:34:44.948: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 7
*Jul 29 13:34:44.948: H245 MSC INCOMING ENCODE BUFFER::= 6D810444600063
*Jul 29 13:34:44.948:
*Jul 29 13:34:44.948: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= indication : userInput : signal :
    {
      signalType "#"
      duration 100
    }

*Jul 29 13:34:44.948: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:34:44.948: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:34:45.048: //-1/008C52B31200/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=3460T, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:34:45.048: //-1/008C52B31200/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=3460T
*Jul 29 13:34:45.048: //-1/008C52B31200/DPM/dpMatchCore:
   Dial String=3460T, Expanded String=3460T, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:34:45.048: //-1/008C52B31200/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=10 Is Matched
*Jul 29 13:34:45.048: //-1/008C52B31200/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
*Jul 29 13:34:45.048: //-1/008C52B31200/DPM/dpMatchPeersMoreArg:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=10
*Jul 29 13:34:45.048: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Calling Number=3460, Called Number=3460, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:34:45.048: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=3460
*Jul 29 13:34:45.048: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=3460, Expanded String=3460, Calling Number=3460T
   Timeout=TRUE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:34:45.048: //-1/xxxxxxxxxxxx/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=10 Is Matched
*Jul 29 13:34:45.048: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
*Jul 29 13:34:45.048: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersMoreArg:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=10
*Jul 29 13:34:45.048: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Calling Number=3460, Called Number=, Voice-Interface=0x0,
   Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
   Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:34:45.048: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Match Rule=DP_MATCH_ANSWER; Calling Number=3460
*Jul 29 13:34:45.048: //-1/xxxxxxxxxxxx/DPM/dpMatchPeertype:
   Is Incoming=TRUE, Number Expansion=FALSE
*Jul 29 13:34:45.048: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=, Expanded String=, Calling Number=3460T
   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:34:45.048: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Result=-1
*Jul 29 13:34:45.048: //-1/xxxxxxxxxxxx/DPM/dpMatchPeertype:exit@5546
*Jul 29 13:34:45.048: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Match Rule=DP_MATCH_ORIGINATE; Calling Number=3460
*Jul 29 13:34:45.048: //-1/xxxxxxxxxxxx/DPM/dpMatchPeertype:
   Is Incoming=TRUE, Number Expansion=FALSE
*Jul 29 13:34:45.048: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=, Expanded String=, Calling Number=3460T
   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:34:45.048: //-1/xxxxxxxxxxxx/DPM/MatchNextPeer:
   Result=Success(0); Incoming Dial-peer=10 Is Matched
*Jul 29 13:34:45.048: //-1/xxxxxxxxxxxx/DPM/dpMatchPeertype:exit@5546
*Jul 29 13:34:45.048: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Result=Success(0) after DP_MATCH_ORIGINATE; Incoming Dial-peer=10
*Jul 29 13:34:45.048: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeer:exit@6145
*Jul 29 13:34:45.048: //-1/008C52B31200/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=3460, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:34:45.048: //-1/008C52B31200/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=3460
*Jul 29 13:34:45.048: //-1/008C52B31200/DPM/dpMatchCore:
   Dial String=3460, Expanded String=3460, Calling Number=
   Timeout=TRUE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:34:45.048: //-1/008C52B31200/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=10 Is Matched
*Jul 29 13:34:45.048: //-1/008C52B31200/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
*Jul 29 13:34:45.048: //-1/008C52B31200/DPM/dpMatchPeersMoreArg:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=10
*Jul 29 13:34:45.052: H245 FS OLC OUTGOING PDU ::=

value OpenLogicalChannel ::=
    {
      forwardLogicalChannelNumber 1
      forwardLogicalChannelParameters
      {
        dataType audioData : g711Alaw64k : 20
        multiplexParameters h2250LogicalChannelParameters :
        {
          sessionID 1
          mediaControlChannel unicastAddress : iPAddress :
          {
            network '0A14631F'H
            tsapIdentifier 16703
          }
          silenceSuppression TRUE
        }
      }
    }

*Jul 29 13:34:45.052: H245 FS OLC OUTGOING ENCODE BUFFER::= 0000000C2013800B050001000A14631F413F80
*Jul 29 13:34:45.052:
*Jul 29 13:34:45.052: H245 FS OLC OUTGOING PDU ::=

value OpenLogicalChannel ::=
    {
      forwardLogicalChannelNumber 1
      forwardLogicalChannelParameters
      {
        dataType nullData : NULL
        multiplexParameters none : NULL
      }
      reverseLogicalChannelParameters
      {
        dataType audioData : g711Alaw64k : 20
        multiplexParameters h2250LogicalChannelParameters :
        {
          sessionID 1
          mediaChannel unicastAddress : iPAddress :
          {
            network '0A14631F'H
            tsapIdentifier 16702
          }
          mediaControlChannel unicastAddress : iPAddress :
          {
            network '0A14631F'H
            tsapIdentifier 16703
          }
          silenceSuppression TRUE
        }
      }
    }

*Jul 29 13:34:45.056: H245 FS OLC OUTGOING ENCODE BUFFER::= 400000060401004C20138012150001000A14631F413E000A14631F413F80
*Jul 29 13:34:45.056:
*Jul 29 13:34:50.260: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 5
*Jul 29 13:34:50.260: H245 MSC INCOMING ENCODE BUFFER::= 0400000000
*Jul 29 13:34:50.260:
*Jul 29 13:34:50.260: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= request : closeLogicalChannel :
    {
      forwardLogicalChannelNumber 1
      source user : NULL
    }

*Jul 29 13:34:50.260: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:34:50.260: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:34:50.260: H245 MSC OUTGOING PDU ::=

value MultimediaSystemControlMessage ::= response : closeLogicalChannelAck :
    {
      forwardLogicalChannelNumber 1
    }

*Jul 29 13:34:50.260: H245 MSC OUTGOING ENCODE BUFFER::= 23800000
*Jul 29 13:34:50.260:
*Jul 29 13:34:50.264: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 2
*Jul 29 13:34:50.264: H245 MSC INCOMING ENCODE BUFFER::= 4A40
*Jul 29 13:34:50.264:
*Jul 29 13:34:50.264: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= command : endSessionCommand : disconnect : NULL

*Jul 29 13:34:50.264: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:34:50.264: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:34:50.264: H245 MSC OUTGOING PDU ::=

value MultimediaSystemControlMessage ::= command : endSessionCommand : disconnect : NULL

*Jul 29 13:34:50.264: H245 MSC OUTGOING ENCODE BUFFER::= 4A40
*Jul 29 13:34:50.264:

Here is the secound debug:

*Jul 29 13:35:03.152: //-1/000203C41300/DPM/dpAssociateIncomingPeerCore:
   Calling Number=6464, Called Number=642400, Voice-Interface=0x0,
   Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
   Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:03.152: //-1/000203C41300/DPM/dpAssociateIncomingPeerCore:
   Match Rule=DP_MATCH_INCOMING_DNIS; Called Number=642400
*Jul 29 13:35:03.152: //-1/000203C41300/DPM/dpMatchPeertype:
   Is Incoming=TRUE, Number Expansion=FALSE
*Jul 29 13:35:03.152: //-1/000203C41300/DPM/dpMatchCore:
   Dial String=642400, Expanded String=642400, Calling Number=
   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:03.152: //-1/000203C41300/DPM/MatchNextPeer:
   Result=Success(0); Incoming Dial-peer=642400 Is Matched
*Jul 29 13:35:03.152: //-1/000203C41300/DPM/dpMatchPeertype:exit@5546
*Jul 29 13:35:03.152: //-1/000203C41300/DPM/dpAssociateIncomingPeerCore:
   Result=Success(0) after DP_MATCH_INCOMING_DNIS; Incoming Dial-peer=642400
*Jul 29 13:35:03.152: //-1/000203C41300/DPM/dpAssociateIncomingPeerSPI:exit@6099
*Jul 29 13:35:03.152: //-1/000203C41300/DPM/dpAssociateIncomingPeerCore:
   Calling Number=6464, Called Number=642400, Voice-Interface=0x0,
   Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
   Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:03.152: //-1/000203C41300/DPM/dpAssociateIncomingPeerCore:
   Match Rule=DP_MATCH_INCOMING_DNIS; Called Number=642400
*Jul 29 13:35:03.152: //-1/000203C41300/DPM/dpMatchPeertype:
   Is Incoming=TRUE, Number Expansion=FALSE
*Jul 29 13:35:03.152: //-1/000203C41300/DPM/dpMatchCore:
   Dial String=642400, Expanded String=642400, Calling Number=
   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:03.152: //-1/000203C41300/DPM/MatchNextPeer:
   Result=Success(0); Incoming Dial-peer=642400 Is Matched
*Jul 29 13:35:03.152: //-1/000203C41300/DPM/dpMatchPeertype:exit@5546
*Jul 29 13:35:03.152: //-1/000203C41300/DPM/dpAssociateIncomingPeerCore:
   Result=Success(0) after DP_MATCH_INCOMING_DNIS; Incoming Dial-peer=642400
*Jul 29 13:35:03.152: //-1/000203C41300/DPM/dpAssociateIncomingPeerSPI:exit@6099
*Jul 29 13:35:03.164: H245 MSC OUTGOING PDU ::=

value MultimediaSystemControlMessage ::= request : terminalCapabilitySet :
    {
      sequenceNumber 1
      protocolIdentifier { 0 0 8 245 0 7 }
      multiplexCapability h2250Capability :
      {
        maximumAudioDelayJitter 20
        receiveMultipointCapability
        {
          multicastCapability FALSE
          multiUniCastConference FALSE
          mediaDistributionCapability
          {

            {
              centralizedControl FALSE
              distributedControl FALSE
              centralizedAudio FALSE
              distributedAudio FALSE
              centralizedVideo FALSE
              distributedVideo FALSE
            }
          }
        }
        transmitMultipointCapability
        {
          multicastCapability FALSE
          multiUniCastConference FALSE
          mediaDistributionCapability
          {

            {
              centralizedControl FALSE
              distributedControl FALSE
              centralizedAudio FALSE
              distributedAudio FALSE
              centralizedVideo FALSE
              distributedVideo FALSE
            }
          }
        }
        receiveAndTransmitMultipointCapability
        {
          multicastCapability FALSE
          multiUniCastConference FALSE
          mediaDistributionCapability
          {

            {
              centralizedControl FALSE
              distributedControl FALSE
              centralizedAudio FALSE
              distributedAudio FALSE
              centralizedVideo FALSE
              distributedVideo FALSE
            }
          }
        }
        mcCapability
        {
          centralizedConferenceMC FALSE
          decentralizedConferenceMC FALSE
        }
        rtcpVideoControlCapability FALSE
        mediaPacketizationCapability
        {
          h261aVideoPacketization FALSE
        }
        logicalChannelSwitchingCapability FALSE
        t120DynamicPortCapability FALSE
      }
      capabilityTable
      {

        {
          capabilityTableEntryNumber 34
          capability receiveRTPAudioTelephonyEventCapability :
          {
            dynamicRTPPayloadType 101
            audioTelephoneEvent "0-16"
          }
        },
        {
          capabilityTableEntryNumber 32
          capability receiveAndTransmitDataApplicationCapability :
          {
            application t38fax :
            {
              t38FaxProtocol udp : NULL
              t38FaxProfile
              {
                fillBitRemoval FALSE
                transcodingJBIG FALSE
                transcodingMMR FALSE
                version 0
                t38FaxRateManagement transferredTCF : NULL
                t38FaxUdpOptions
                {
                  t38FaxMaxBuffer 200
                  t38FaxMaxDatagram 72
                  t38FaxUdpEC t38UDPRedundancy : NULL
                }
              }
            }
            maxBitRate 144
          }
        },
        {
          capabilityTableEntryNumber 25
          capability receiveAndTransmitDataApplicationCapability :
          {
            application nonStandard :
            {
              nonStandardIdentifier h221NonStandard :
              {
                t35CountryCode 181
                t35Extension 0
                manufacturerCode 18
              }
              data '52747044746D6652656C6179'H
            }
            maxBitRate 0
          }
        },
        {
          capabilityTableEntryNumber 31
          capability receiveUserInputCapability : hookflash : NULL
        },
        {
          capabilityTableEntryNumber 30
          capability receiveUserInputCapability : dtmf : NULL
        },
        {
          capabilityTableEntryNumber 27
          capability receiveUserInputCapability : basicString : NULL
        },
        {
          capabilityTableEntryNumber 4
          capability receiveAudioCapability : g711Alaw64k : 20
        }
      }
      capabilityDescriptors
      {

        {
          capabilityDescriptorNumber 1
          simultaneousCapabilities
          {

            {
              32,
              4
            },

            {
              34,
              30,
              27,
              25
            },

            {
              31
            }
          }
        }
      }
    }

*Jul 29 13:35:03.176: H245 MSC OUTGOING ENCODE BUFFER::= 027001060008817500078013800014000100000100000100000CC001000100068000218A061404302D313680001F4A0811860100807C0100014007C00200C801484000908000184810B50000120C52747044746D6652656C6179000080001E83015080001D83014080001A8301108000032040130080010201001F0003030021001D001A001800001E
*Jul 29 13:35:03.176:
*Jul 29 13:35:03.176: H245 MSC OUTGOING PDU ::=

value MultimediaSystemControlMessage ::= request : masterSlaveDetermination :
    {
      terminalType 60
      statusDeterminationNumber 2929
    }

*Jul 29 13:35:03.176: H245 MSC OUTGOING ENCODE BUFFER::= 01003C400B71
*Jul 29 13:35:03.176:
*Jul 29 13:35:03.184: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 86
*Jul 29 13:35:03.184: H245 MSC INCOMING ENCODE BUFFER::= 0270010600088175000A801380003C000100000100000100000CC00100010004800000860A0000070008824301030180000120402780000285014080000385011080002B85015000800002000001010002000300002B
*Jul 29 13:35:03.184:
*Jul 29 13:35:03.184: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= request : terminalCapabilitySet :
    {
      sequenceNumber 1
      protocolIdentifier { 0 0 8 245 0 10 }
      multiplexCapability h2250Capability :
      {
        maximumAudioDelayJitter 60
        receiveMultipointCapability
        {
          multicastCapability FALSE
          multiUniCastConference FALSE
          mediaDistributionCapability
          {

            {
              centralizedControl FALSE
              distributedControl FALSE
              centralizedAudio FALSE
              distributedAudio FALSE
              centralizedVideo FALSE
              distributedVideo FALSE
            }
          }
        }
        transmitMultipointCapability
        {
          multicastCapability FALSE
          multiUniCastConference FALSE
          mediaDistributionCapability
          {

            {
              centralizedControl FALSE
              distributedControl FALSE
              centralizedAudio FALSE
              distributedAudio FALSE
              centralizedVideo FALSE
              distributedVideo FALSE
            }
          }
        }
        receiveAndTransmitMultipointCapability
        {
          multicastCapability FALSE
          multiUniCastConference FALSE
          mediaDistributionCapability
          {

            {
              centralizedControl FALSE
              distributedControl FALSE
              centralizedAudio FALSE
              distributedAudio FALSE
              centralizedVideo FALSE
              distributedVideo FALSE
            }
          }
        }
        mcCapability
        {
          centralizedConferenceMC FALSE
          decentralizedConferenceMC FALSE
        }
        rtcpVideoControlCapability FALSE
        mediaPacketizationCapability
        {
          h261aVideoPacketization FALSE
        }
        logicalChannelSwitchingCapability FALSE
        t120DynamicPortCapability FALSE
      }
      capabilityTable
      {

        {
          capabilityTableEntryNumber 1
          capability genericControlCapability :
          {
            capabilityIdentifier standard : { 0 0 8 323 1 3 1 }
          }
        },
        {
          capabilityTableEntryNumber 2
          capability receiveAudioCapability : g711Alaw64k : 40
        },
        {
          capabilityTableEntryNumber 3
          capability receiveAndTransmitUserInputCapability : dtmf : NULL
        },
        {
          capabilityTableEntryNumber 4
          capability receiveAndTransmitUserInputCapability : basicString : NULL
        },
        {
          capabilityTableEntryNumber 44
          capability receiveAndTransmitUserInputCapability : hookflash : NULL
        }
      }
      capabilityDescriptors
      {

        {
          capabilityDescriptorNumber 0
          simultaneousCapabilities
          {

            {
              2
            },

            {
              3,
              4
            },

            {
              44
            }
          }
        }
      }
    }

*Jul 29 13:35:03.192: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:35:03.192: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:35:03.192: H245 MSC OUTGOING PDU ::=

value MultimediaSystemControlMessage ::= response : terminalCapabilitySetAck :
    {
      sequenceNumber 1
    }

*Jul 29 13:35:03.192: H245 MSC OUTGOING ENCODE BUFFER::= 218001
*Jul 29 13:35:03.192:
*Jul 29 13:35:03.192: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 3
*Jul 29 13:35:03.192: H245 MSC INCOMING ENCODE BUFFER::= 218001
*Jul 29 13:35:03.192:
*Jul 29 13:35:03.192: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= response : terminalCapabilitySetAck :
    {
      sequenceNumber 1
    }

*Jul 29 13:35:03.192: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:35:03.192: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:35:03.200: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 2
*Jul 29 13:35:03.200: H245 MSC INCOMING ENCODE BUFFER::= 2080
*Jul 29 13:35:03.200:
*Jul 29 13:35:03.200: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= response : masterSlaveDeterminationAck :
    {
      decision master : NULL
    }

*Jul 29 13:35:03.200: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:35:03.200: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:35:03.200: H245 MSC OUTGOING PDU ::=

value MultimediaSystemControlMessage ::= response : masterSlaveDeterminationAck :
    {
      decision slave : NULL
    }

*Jul 29 13:35:03.200: H245 MSC OUTGOING ENCODE BUFFER::= 20A0
*Jul 29 13:35:03.200:
*Jul 29 13:35:03.200: H245 MSC OUTGOING PDU ::=

value MultimediaSystemControlMessage ::= request : openLogicalChannel :
    {
      forwardLogicalChannelNumber 1
      forwardLogicalChannelParameters
      {
        dataType audioData : g711Alaw64k : 20
        multiplexParameters h2250LogicalChannelParameters :
        {
          sessionID 1
          mediaControlChannel unicastAddress : iPAddress :
          {
            network '0A14631F'H
            tsapIdentifier 17267
          }
          silenceSuppression FALSE
        }
      }
    }

*Jul 29 13:35:03.200: H245 MSC OUTGOING ENCODE BUFFER::= 030000000C2013800B050001000A14631F437300
*Jul 29 13:35:03.200:
*Jul 29 13:35:03.204: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 20
*Jul 29 13:35:03.204: H245 MSC INCOMING ENCODE BUFFER::= 030000000C2013800B050001000A14630B0FA100
*Jul 29 13:35:03.204:
*Jul 29 13:35:03.204: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= request : openLogicalChannel :
    {
      forwardLogicalChannelNumber 1
      forwardLogicalChannelParameters
      {
        dataType audioData : g711Alaw64k : 20
        multiplexParameters h2250LogicalChannelParameters :
        {
          sessionID 1
          mediaControlChannel unicastAddress : iPAddress :
          {
            network '0A14630B'H
            tsapIdentifier 4001
          }
          silenceSuppression FALSE
        }
      }
    }

*Jul 29 13:35:03.208: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:35:03.208: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:35:03.208: H245 MSC OUTGOING PDU ::=

value MultimediaSystemControlMessage ::= response : openLogicalChannelAck :
    {
      forwardLogicalChannelNumber 1
      forwardMultiplexAckParameters h2250LogicalChannelAckParameters :
      {
        mediaChannel unicastAddress : iPAddress :
        {
          network '0A14631F'H
          tsapIdentifier 17266
        }
        mediaControlChannel unicastAddress : iPAddress :
        {
          network '0A14631F'H
          tsapIdentifier 17267
        }
        flowControlToZero FALSE
      }
    }

*Jul 29 13:35:03.208: H245 MSC OUTGOING ENCODE BUFFER::= 22C000000480134C000A14631F4372000A14631F437303000100
*Jul 29 13:35:03.208:
*Jul 29 13:35:03.484: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 23
*Jul 29 13:35:03.484: H245 MSC INCOMING ENCODE BUFFER::= 22C000000480101C00000A14333F5670000A14333F5671
*Jul 29 13:35:03.484:
*Jul 29 13:35:03.484: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= response : openLogicalChannelAck :
    {
      forwardLogicalChannelNumber 1
      forwardMultiplexAckParameters h2250LogicalChannelAckParameters :
      {
        sessionID 1
        mediaChannel unicastAddress : iPAddress :
        {
          network '0A14333F'H
          tsapIdentifier 22128
        }
        mediaControlChannel unicastAddress : iPAddress :
        {
          network '0A14333F'H
          tsapIdentifier 22129
        }
      }
    }

*Jul 29 13:35:03.484: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:35:03.484: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:35:05.384: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 7
*Jul 29 13:35:05.384: H245 MSC INCOMING ENCODE BUFFER::= 6D810446400063
*Jul 29 13:35:05.384:
*Jul 29 13:35:05.384: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= indication : userInput : signal :
    {
      signalType "2"
      duration 100
    }

*Jul 29 13:35:05.384: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:35:05.384: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:35:07.596: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 7
*Jul 29 13:35:07.596: H245 MSC INCOMING ENCODE BUFFER::= 6D810446000063
*Jul 29 13:35:07.596:
*Jul 29 13:35:07.596: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= indication : userInput : signal :
    {
      signalType "0"
      duration 100
    }

*Jul 29 13:35:07.596: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:35:07.596: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:35:07.696: //-1/000203C41300/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=0, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:07.696: //-1/000203C41300/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=0
*Jul 29 13:35:07.696: //-1/000203C41300/DPM/dpMatchCore:
   Dial String=0, Expanded String=0, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:07.696: //-1/000203C41300/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=10
*Jul 29 13:35:07.696: //-1/000203C41300/DPM/dpMatchCore:
   Result=1
*Jul 29 13:35:07.696: //-1/000203C41300/DPM/dpMatchPeersCore:
   Result=Partial Matches(1) after DP_MATCH_DEST
*Jul 29 13:35:07.696: //-1/000203C41300/DPM/dpMatchPeersMoreArg:
   Result=MORE_DIGITS_NEEDED(1)
*Jul 29 13:35:08.080: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 7
*Jul 29 13:35:08.080: H245 MSC INCOMING ENCODE BUFFER::= 6D810446000063
*Jul 29 13:35:08.080:
*Jul 29 13:35:08.080: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= indication : userInput : signal :
    {
      signalType "0"
      duration 100
    }

*Jul 29 13:35:08.080: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:35:08.080: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:35:08.180: //-1/000203C41300/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=00, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:08.180: //-1/000203C41300/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=00
*Jul 29 13:35:08.180: //-1/000203C41300/DPM/dpMatchCore:
   Dial String=00, Expanded String=00, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:08.180: //-1/000203C41300/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=10
*Jul 29 13:35:08.180: //-1/000203C41300/DPM/dpMatchCore:
   Result=1
*Jul 29 13:35:08.180: //-1/000203C41300/DPM/dpMatchPeersCore:
   Result=Partial Matches(1) after DP_MATCH_DEST
*Jul 29 13:35:08.180: //-1/000203C41300/DPM/dpMatchPeersMoreArg:
   Result=MORE_DIGITS_NEEDED(1)
*Jul 29 13:35:08.428: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 7
*Jul 29 13:35:08.428: H245 MSC INCOMING ENCODE BUFFER::= 6D810446200063
*Jul 29 13:35:08.428:
*Jul 29 13:35:08.428: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= indication : userInput : signal :
    {
      signalType "1"
      duration 100
    }

*Jul 29 13:35:08.428: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:35:08.428: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:35:08.528: //-1/000203C41300/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=001, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:08.528: //-1/000203C41300/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=001
*Jul 29 13:35:08.528: //-1/000203C41300/DPM/dpMatchCore:
   Dial String=001, Expanded String=001, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:08.528: //-1/000203C41300/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=10
*Jul 29 13:35:08.528: //-1/000203C41300/DPM/dpMatchCore:
   Result=1
*Jul 29 13:35:08.528: //-1/000203C41300/DPM/dpMatchPeersCore:
   Result=Partial Matches(1) after DP_MATCH_DEST
*Jul 29 13:35:08.528: //-1/000203C41300/DPM/dpMatchPeersMoreArg:
   Result=MORE_DIGITS_NEEDED(1)
*Jul 29 13:35:08.756: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 7
*Jul 29 13:35:08.756: H245 MSC INCOMING ENCODE BUFFER::= 6D810446E00063
*Jul 29 13:35:08.756:
*Jul 29 13:35:08.756: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= indication : userInput : signal :
    {
      signalType "7"
      duration 100
    }

*Jul 29 13:35:08.756: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:35:08.760: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:35:08.860: //-1/000203C41300/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=0017, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:08.860: //-1/000203C41300/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=0017
*Jul 29 13:35:08.860: //-1/000203C41300/DPM/dpMatchCore:
   Dial String=0017, Expanded String=0017, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:08.860: //-1/000203C41300/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=10
*Jul 29 13:35:08.860: //-1/000203C41300/DPM/dpMatchCore:
   Result=1
*Jul 29 13:35:08.860: //-1/000203C41300/DPM/dpMatchPeersCore:
   Result=Partial Matches(1) after DP_MATCH_DEST
*Jul 29 13:35:08.860: //-1/000203C41300/DPM/dpMatchPeersMoreArg:
   Result=MORE_DIGITS_NEEDED(1)
*Jul 29 13:35:09.128: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 7
*Jul 29 13:35:09.128: H245 MSC INCOMING ENCODE BUFFER::= 6D810446400063
*Jul 29 13:35:09.128:
*Jul 29 13:35:09.128: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= indication : userInput : signal :
    {
      signalType "2"
      duration 100
    }

*Jul 29 13:35:09.128: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:35:09.128: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:35:09.228: //-1/000203C41300/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=00172, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:09.228: //-1/000203C41300/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=00172
*Jul 29 13:35:09.228: //-1/000203C41300/DPM/dpMatchCore:
   Dial String=00172, Expanded String=00172, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:09.228: //-1/000203C41300/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=10
*Jul 29 13:35:09.228: //-1/000203C41300/DPM/dpMatchCore:
   Result=1
*Jul 29 13:35:09.228: //-1/000203C41300/DPM/dpMatchPeersCore:
   Result=Partial Matches(1) after DP_MATCH_DEST
*Jul 29 13:35:09.228: //-1/000203C41300/DPM/dpMatchPeersMoreArg:
   Result=MORE_DIGITS_NEEDED(1)
*Jul 29 13:35:09.500: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 7
*Jul 29 13:35:09.500: H245 MSC INCOMING ENCODE BUFFER::= 6D810447000063
*Jul 29 13:35:09.504:
*Jul 29 13:35:09.504: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= indication : userInput : signal :
    {
      signalType "8"
      duration 100
    }

*Jul 29 13:35:09.504: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:35:09.504: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:35:09.604: //-1/000203C41300/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=001728, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:09.604: //-1/000203C41300/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=001728
*Jul 29 13:35:09.604: //-1/000203C41300/DPM/dpMatchCore:
   Dial String=001728, Expanded String=001728, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:09.604: //-1/000203C41300/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=10
*Jul 29 13:35:09.604: //-1/000203C41300/DPM/dpMatchCore:
   Result=1
*Jul 29 13:35:09.604: //-1/000203C41300/DPM/dpMatchPeersCore:
   Result=Partial Matches(1) after DP_MATCH_DEST
*Jul 29 13:35:09.604: //-1/000203C41300/DPM/dpMatchPeersMoreArg:
   Result=MORE_DIGITS_NEEDED(1)
*Jul 29 13:35:09.872: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 7
*Jul 29 13:35:09.872: H245 MSC INCOMING ENCODE BUFFER::= 6D810446200063
*Jul 29 13:35:09.872:
*Jul 29 13:35:09.872: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= indication : userInput : signal :
    {
      signalType "1"
      duration 100
    }

*Jul 29 13:35:09.872: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:35:09.872: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:35:09.972: //-1/000203C41300/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=0017281, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:09.972: //-1/000203C41300/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=0017281
*Jul 29 13:35:09.972: //-1/000203C41300/DPM/dpMatchCore:
   Dial String=0017281, Expanded String=0017281, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:09.972: //-1/000203C41300/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=10
*Jul 29 13:35:09.972: //-1/000203C41300/DPM/dpMatchCore:
   Result=1
*Jul 29 13:35:09.972: //-1/000203C41300/DPM/dpMatchPeersCore:
   Result=Partial Matches(1) after DP_MATCH_DEST
*Jul 29 13:35:09.972: //-1/000203C41300/DPM/dpMatchPeersMoreArg:
   Result=MORE_DIGITS_NEEDED(1)
*Jul 29 13:35:10.216: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 7
*Jul 29 13:35:10.216: H245 MSC INCOMING ENCODE BUFFER::= 6D810447000063
*Jul 29 13:35:10.216:
*Jul 29 13:35:10.216: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= indication : userInput : signal :
    {
      signalType "8"
      duration 100
    }

*Jul 29 13:35:10.216: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:35:10.216: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:35:10.316: //-1/000203C41300/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=00172818, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:10.316: //-1/000203C41300/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=00172818
*Jul 29 13:35:10.316: //-1/000203C41300/DPM/dpMatchCore:
   Dial String=00172818, Expanded String=00172818, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:10.316: //-1/000203C41300/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=10
*Jul 29 13:35:10.316: //-1/000203C41300/DPM/dpMatchCore:
   Result=1
*Jul 29 13:35:10.316: //-1/000203C41300/DPM/dpMatchPeersCore:
   Result=Partial Matches(1) after DP_MATCH_DEST
*Jul 29 13:35:10.316: //-1/000203C41300/DPM/dpMatchPeersMoreArg:
   Result=MORE_DIGITS_NEEDED(1)
*Jul 29 13:35:10.556: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 7
*Jul 29 13:35:10.556: H245 MSC INCOMING ENCODE BUFFER::= 6D810446400063
*Jul 29 13:35:10.556:
*Jul 29 13:35:10.556: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= indication : userInput : signal :
    {
      signalType "2"
      duration 100
    }

*Jul 29 13:35:10.556: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:35:10.556: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:35:10.656: //-1/000203C41300/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=001728182, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:10.656: //-1/000203C41300/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=001728182
*Jul 29 13:35:10.656: //-1/000203C41300/DPM/dpMatchCore:
   Dial String=001728182, Expanded String=001728182, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:10.656: //-1/000203C41300/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=10
*Jul 29 13:35:10.656: //-1/000203C41300/DPM/dpMatchCore:
   Result=1
*Jul 29 13:35:10.656: //-1/000203C41300/DPM/dpMatchPeersCore:
   Result=Partial Matches(1) after DP_MATCH_DEST
*Jul 29 13:35:10.656: //-1/000203C41300/DPM/dpMatchPeersMoreArg:
   Result=MORE_DIGITS_NEEDED(1)
*Jul 29 13:35:10.956: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 7
*Jul 29 13:35:10.956: H245 MSC INCOMING ENCODE BUFFER::= 6D810446000063
*Jul 29 13:35:10.956:
*Jul 29 13:35:10.956: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= indication : userInput : signal :
    {
      signalType "0"
      duration 100
    }

*Jul 29 13:35:10.956: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:35:10.956: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:35:11.056: //-1/000203C41300/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=0017281820, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:11.056: //-1/000203C41300/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=0017281820
*Jul 29 13:35:11.056: //-1/000203C41300/DPM/dpMatchCore:
   Dial String=0017281820, Expanded String=0017281820, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:11.056: //-1/000203C41300/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=10
*Jul 29 13:35:11.056: //-1/000203C41300/DPM/dpMatchCore:
   Result=1
*Jul 29 13:35:11.056: //-1/000203C41300/DPM/dpMatchPeersCore:
   Result=Partial Matches(1) after DP_MATCH_DEST
*Jul 29 13:35:11.056: //-1/000203C41300/DPM/dpMatchPeersMoreArg:
   Result=MORE_DIGITS_NEEDED(1)
*Jul 29 13:35:11.724: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 7
*Jul 29 13:35:11.724: H245 MSC INCOMING ENCODE BUFFER::= 6D810446C00063
*Jul 29 13:35:11.724:
*Jul 29 13:35:11.724: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= indication : userInput : signal :
    {
      signalType "6"
      duration 100
    }

*Jul 29 13:35:11.724: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:35:11.724: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:35:11.732: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 7
*Jul 29 13:35:11.732: H245 MSC INCOMING ENCODE BUFFER::= 6D810446400063
*Jul 29 13:35:11.732:
*Jul 29 13:35:11.732: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= indication : userInput : signal :
    {
      signalType "2"
      duration 100
    }

*Jul 29 13:35:11.732: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:35:11.732: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:35:12.484: //-1/000203C41300/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=00172818206, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:12.484: //-1/000203C41300/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=00172818206
*Jul 29 13:35:12.484: //-1/000203C41300/DPM/dpMatchCore:
   Dial String=00172818206, Expanded String=00172818206, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:12.484: //-1/000203C41300/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=10
*Jul 29 13:35:12.484: //-1/000203C41300/DPM/dpMatchCore:
   Result=1
*Jul 29 13:35:12.488: //-1/000203C41300/DPM/dpMatchPeersCore:
   Result=Partial Matches(1) after DP_MATCH_DEST
*Jul 29 13:35:12.488: //-1/000203C41300/DPM/dpMatchPeersMoreArg:
   Result=MORE_DIGITS_NEEDED(1)
*Jul 29 13:35:12.492: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 7
*Jul 29 13:35:12.492: H245 MSC INCOMING ENCODE BUFFER::= 6D810444600063
*Jul 29 13:35:12.492:
*Jul 29 13:35:12.492: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= indication : userInput : signal :
    {
      signalType "#"
      duration 100
    }

*Jul 29 13:35:12.492: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:35:12.492: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:35:12.680: //-1/000203C41300/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=001728182062, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:12.680: //-1/000203C41300/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=001728182062
*Jul 29 13:35:12.680: //-1/000203C41300/DPM/dpMatchCore:
   Dial String=001728182062, Expanded String=001728182062, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:12.680: //-1/000203C41300/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=10
*Jul 29 13:35:12.680: //-1/000203C41300/DPM/dpMatchCore:
   Result=1
*Jul 29 13:35:12.680: //-1/000203C41300/DPM/dpMatchPeersCore:
   Result=Partial Matches(1) after DP_MATCH_DEST
*Jul 29 13:35:12.680: //-1/000203C41300/DPM/dpMatchPeersMoreArg:
   Result=MORE_DIGITS_NEEDED(1)
*Jul 29 13:35:13.220: //-1/000203C41300/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=001728182062T, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:13.220: //-1/000203C41300/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=001728182062T
*Jul 29 13:35:13.220: //-1/000203C41300/DPM/dpMatchCore:
   Dial String=001728182062T, Expanded String=001728182062T, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
*Jul 29 13:35:13.220: //-1/000203C41300/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=10 Is Matched
*Jul 29 13:35:13.220: //-1/000203C41300/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
*Jul 29 13:35:13.220: //-1/000203C41300/DPM/dpMatchPeersMoreArg:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=10
*Jul 29 13:35:48.212: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 5
*Jul 29 13:35:48.212: H245 MSC INCOMING ENCODE BUFFER::= 0400000000
*Jul 29 13:35:48.212:
*Jul 29 13:35:48.212: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= request : closeLogicalChannel :
    {
      forwardLogicalChannelNumber 1
      source user : NULL
    }

*Jul 29 13:35:48.212: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:35:48.212: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:35:48.212: H245 MSC OUTGOING PDU ::=

value MultimediaSystemControlMessage ::= response : closeLogicalChannelAck :
    {
      forwardLogicalChannelNumber 1
    }

*Jul 29 13:35:48.212: H245 MSC OUTGOING ENCODE BUFFER::= 23800000
*Jul 29 13:35:48.212:
*Jul 29 13:35:48.216: h245_decode_one_pdu: more_pdus = 0, bytesLeftToDecode = 2
*Jul 29 13:35:48.216: H245 MSC INCOMING ENCODE BUFFER::= 4A40
*Jul 29 13:35:48.216:
*Jul 29 13:35:48.216: H245 MSC INCOMING PDU ::=

value MultimediaSystemControlMessage ::= command : endSessionCommand : disconnect : NULL

*Jul 29 13:35:48.216: h245_decode_one_pdu: H245ASNDecodePdu rc = 0, bytesLeftToDecode = 0
*Jul 29 13:35:48.216: h245_decode_one_pdu: Read Pkt body: more_pdus:0 rc:0 asn_rc:0
*Jul 29 13:35:48.216: H245 MSC OUTGOING PDU ::=

value MultimediaSystemControlMessage ::= command : endSessionCommand : disconnect : NULL

*Jul 29 13:35:48.216: H245 MSC OUTGOING ENCODE BUFFER::= 4A40
*Jul 29 13:35:48.216:

CCAPI debugs are not really my forte but it looks like both calls are matching the same dial-peer 10.

You have H.245 debugs turned on but no H.225 ones so I can't see if the router is initiating the call back to CUCM or not.

We need to see what happens between 13:35:13 and 13:35:48 when the call is torn down.

-ryan

Hi ryan.

I do a h225 debug.

1st is the same as above (call from ipphone to tcl script and dial a extension on cucm)

2nd also the same as above (call from ipphone to tcl script and dial a nation number (call flow reroute to cucm))

by the second call, i didn't see a connection to the cucm, the dial peer is matched but nothing else happens. Very strange.

1st Debug

*Jul 29 15:24:38.703: h323chan_chn_process_read_socket: fd=0 of type LISTENING has data

*Jul 29 15:24:38.703: Changing to new event: ACCEPT
h323chan_chn_accept: fd=0

*Jul 29 15:24:38.703: h323chan_gw_accept: TCP connection accepted from 10.20.99.11:56217 on fd=2
*Jul 29 15:24:38.703: h323chan_chn_accept: Local(0x0) accepts TCP conn from 10.20.99.11(0xA14630B) port (56217); fd=2changing from LISTENING state to ACCEPTED state

*Jul 29 15:24:38.703: h323chan_chn_process_read_socket: fd=2 of type ACCEPTED has data

Hex representation of the SETUP TPKT received: 0802001E0504038090A26C060081363436347007803634323430307E00BE0520B0060008914A000501401F004800650069006C006D00650069006500720020002D00200043006F00620069007800780000000000000000000000000000000000000000000000000000000022C0B50000120F436973636F43616C6C4D616E616765720031000102809757330000FA9C13AD9C11C51E0082010A14333F00D50D800007000A14630B06B8110000FA9C13AD9C11C51E0082010A14333F010001000100010010A00100140140B50000120D81E40020040001030003000103
h225ParseData: Q.931 SETUP received on fd=2Hex representation of the SETUPACK TPKT to send.
0802801E0D7E00210528401900060008914A00040000FA9C13AD9C11C51E0082010A14333F10800100
*Jul 29 15:24:38.711: h225SetupAck: Q.931 SETUP ACK sent from fd=2
*Jul 29 15:24:38.711: h323chan_init_listen_socket: Listen fd=3 setup successful
*Jul 29 15:24:38.711: compose_TunnelledSignallingMessage_ciscoNo tunnelled content.
Hex representation of the CALL PROCEEDING TPKT to send.: 0802801E027E0033052180060008914A00042800B500001240013C050100044300110000FA9C13AD9C11C51E0082010A14333F0100010010800100
h225CallProcRequest: Q.931 CALL PROCEEDING sent fromfd=2.
*Jul 29 15:24:38.711: compose_TunnelledSignallingMessage_ciscoNo tunnelled content.
Hex representation of the CONNECT TPKT to send.: 0802801E0704038090A27E004B0522C0060008914A0004000A14631F66ED2800B500001240013C0501000000FA9C13AD9C11C51E0082010A14333F1D0C00110000FA9C13AD9C11C51E0082010A14333F0100010010800100
h225SetupResponse: Q.931 CONNECT sent from fd=2
*Jul 29 15:24:38.719: h323chan_chn_process_read_socket: fd=3 of type LISTENING has data

*Jul 29 15:24:38.719: Changing to new event: ACCEPT
h323chan_chn_accept: fd=3

*Jul 29 15:24:38.719: h323chan_gw_accept: TCP connection accepted from 10.20.99.11:56218 on fd=4
*Jul 29 15:24:38.719: h323chan_chn_accept: Local(0x0) accepts TCP conn from 10.20.99.11(0xA14630B) port (0); fd=4changing from LISTENING state to ACCEPTED state

*Jul 29 15:24:38.727: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:24:38.727: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:24:38.731: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:24:38.731: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:24:39.035: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:24:39.599: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:24:40.411: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:24:40.679: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:24:41.003: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:24:41.459: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:24:41.939: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:24:42.039: Changing to new event: CONNECT
h323chan_chn_connect: connecting to 10.20.99.11:1720

*Jul 29 15:24:42.039: h323chan_gw_conn: Created socket fd=5
*Jul 29 15:24:42.043: h323chan_gw_conn: connect in progress on fd=5h323chan_chn_connect: using fd=5, owner_data(ccb) 0xC0A8C588
changing from NONE state to CONNECTING state

*Jul 29 15:24:42.043: h323chan_chn_process_read_socket: fd=5 of type CONNECT_PENDING has data

*Jul 29 15:24:42.043: Changing to new event: CONNECTED
changing from CONNECTING state to CONNECTED state

*Jul 29 15:24:42.043: compose_TunnelledSignallingMessage_ciscoNo tunnelled content.
Hex representation of the SETUP TPKT to send.: 080200810504038090A36C06008136343634700580333436307E0099052080060008914A00042800B500001240013C0501000000FA9C13AD9C11C51E0082010A14333F00CD1D820007000A14631F3068110000FA9C13AD9C11C51E0082010A14333F3402130000000C2013800B050001000A14631F45E3801E400000060401004C20138012150001000A14631F45E2000A14631F45E3800100010001800180010010A001800F0140B50000120880A4000400010300
h225SetupRequest: Q.931 SETUP sent from fd=5
*Jul 29 15:24:42.043: h323chan_chn_process_read_socket: fd=5 of type CONNECTED has data

*Jul 29 15:24:42.043: h323chan_recvdata: No Data on fd=5
PROCESS_READ: FAILED/NOT COMPLETE,rc 10, fd=5

*Jul 29 15:24:42.047: h323chan_chn_process_read_socket: fd=5 of type CONNECTED has data

Hex representation of the SETUP TPKT received: 08028081027E0055052180060008914A000522C0B50000120F436973636F43616C6C4D616E6167657200310110C0110000FA9C13AD9C11C51E0082010A14333F0100010010A00100140140B50000120D81E40020040001030003000100
h225ParseData: Q.931 CALL PROCEEDING received on fd=5
*Jul 29 15:24:42.055: h323chan_chn_process_read_socket: fd=5 of type CONNECTED has data

Hex representation of the SETUP TPKT received: 08028081017E0056052380060008914A000522C0B50000120F436973636F43616C6C4D616E61676572003101B0C000110000FA9C13AD9C11C51E0082010A14333F0100010010A00100140140B50000120D81E40020040001030003000103
h225ParseData: Q.931 ALERTING received on fd=5
*Jul 29 15:24:42.247: h323chan_chn_process_read_socket: fd=5 of type CONNECTED has data

Hex representation of the SETUP TPKT received: 080280816E2701F14C060081333436307E00210528501900060008914A00050000FA9C13AD9C11C51E0082010A14333F10800100
h225ParseData: Q.931 NOTIFY received on fd=5
*Jul 29 15:24:42.247: compose_TunnelledSignallingMessage_ciscoNo tunnelled content.
Hex representation of the NOTIFY TPKT to send.: 0802801E6E2701F14C060081333436307E00210528501900060008914A00040000FA9C13AD9C11C51E0082010A14333F10800100
h225NotifyRequest: Q.931 NOTIFY sent from fd=2
*Jul 29 15:24:46.647: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:24:46.647: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:24:46.651: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:24:46.651: h323chan_recvdata: Connection lost fd=4
*Jul 29 15:24:46.651: h323chan_close: TCP connection from fd=4 closed
*Jul 29 15:24:46.651: h323chan_close: TCP connection from fd=3 closed
*Jul 29 15:24:46.651: h323chan_chn_process_read_socket: fd=2 of type ACCEPTED has data

Hex representation of the SETUP TPKT received: 0802001E5A080280907E0022052580060008914A00051100110000FA9C13AD9C11C51E0082010A14333F10800100
h225ParseData: Q.931 RELEASE COMPLETE received on fd=2
*Jul 29 15:24:46.651: compose_TunnelledSignallingMessage_ciscoNo tunnelled content.
Hex representation of the RELEASE COMPLETE TPKT to send.: 080200815A080280907E0022052580060008914A00041100110000FA9C13AD9C11C51E0082010A14333F10800100
h225TerminateRequest: Q.931 RELEASE COMPLETE sent from fd=5. Call state changed to [Null].
*Jul 29 15:24:46.651: h323chan_close: TCP connection from fd=5 closed
*Jul 29 15:24:46.651: compose_TunnelledSignallingMessage_ciscoNo tunnelled content.
Hex representation of the RELEASE COMPLETE TPKT to send.: 0802801E5A080280907E0022052580060008914A00041100110000FA9C13AD9C11C51E0082010A14333F10800100
h225TerminateRequest: Q.931 RELEASE COMPLETE sent from fd=2. Call state changed to [Null].
*Jul 29 15:24:46.655: h323chan_close: TCP connection from fd=2 closed

2nd DEBUG

*Jul 29 15:20:25.007: h323chan_chn_process_read_socket: fd=0 of type LISTENING has data

*Jul 29 15:20:25.007: Changing to new event: ACCEPT
h323chan_chn_accept: fd=0

*Jul 29 15:20:25.007: h323chan_gw_accept: TCP connection accepted from 10.20.99.11:55438 on fd=2
*Jul 29 15:20:25.007: h323chan_chn_accept: Local(0x0) accepts TCP conn from 10.20.99.11(0xA14630B) port (55438); fd=2changing from LISTENING state to ACCEPTED state

*Jul 29 15:20:25.011: h323chan_chn_process_read_socket: fd=2 of type ACCEPTED has data

Hex representation of the SETUP TPKT received: 0802001D0504038090A26C060081363436347007803634323430307E00BE0520B0060008914A000501401F004800650069006C006D00650069006500720020002D00200043006F00620069007800780000000000000000000000000000000000000000000000000000000022C0B50000120F436973636F43616C6C4D616E616765720031000102809757330000A7377CAF9B11C51D0081010A14333F00D50D800007000A14630B06B8110000A7377CAF9B11C51D0081010A14333F010001000100010010A00100140140B50000120D81E40020040001030003000103
h225ParseData: Q.931 SETUP received on fd=2Hex representation of the SETUPACK TPKT to send.
0802801D0D7E00210528401900060008914A00040000A7377CAF9B11C51D0081010A14333F10800100
*Jul 29 15:20:25.019: h225SetupAck: Q.931 SETUP ACK sent from fd=2
*Jul 29 15:20:25.019: h323chan_init_listen_socket: Listen fd=3 setup successful
*Jul 29 15:20:25.019: compose_TunnelledSignallingMessage_ciscoNo tunnelled content.
Hex representation of the CALL PROCEEDING TPKT to send.: 0802801D027E0033052180060008914A00042800B500001240013C050100044300110000A7377CAF9B11C51D0081010A14333F0100010010800100
h225CallProcRequest: Q.931 CALL PROCEEDING sent fromfd=2.
*Jul 29 15:20:25.019: compose_TunnelledSignallingMessage_ciscoNo tunnelled content.
Hex representation of the CONNECT TPKT to send.: 0802801D0704038090A27E004B0522C0060008914A0004000A14631F345C2800B500001240013C0501000000A7377CAF9B11C51D0081010A14333F1D0C00110000A7377CAF9B11C51D0081010A14333F0100010010800100
h225SetupResponse: Q.931 CONNECT sent from fd=2
*Jul 29 15:20:25.023: h323chan_chn_process_read_socket: fd=3 of type LISTENING has data

*Jul 29 15:20:25.023: Changing to new event: ACCEPT
h323chan_chn_accept: fd=3

*Jul 29 15:20:25.023: h323chan_gw_accept: TCP connection accepted from 10.20.99.11:55440 on fd=4
*Jul 29 15:20:25.023: h323chan_chn_accept: Local(0x0) accepts TCP conn from 10.20.99.11(0xA14630B) port (0); fd=4changing from LISTENING state to ACCEPTED state

*Jul 29 15:20:25.035: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:20:25.035: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:20:25.035: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:20:25.039: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:20:25.343: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:20:25.903: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:20:28.539: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:20:28.739: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:20:29.047: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:20:29.319: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:20:29.599: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:20:30.107: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:20:30.775: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:20:31.139: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:20:31.435: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:20:31.755: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:20:32.039: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:20:32.331: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:20:32.867: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:21:00.359: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:21:00.363: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:21:00.363: h323chan_chn_process_read_socket: fd=4 of type ACCEPTED has data

*Jul 29 15:21:00.363: h323chan_recvdata: Connection lost fd=4
*Jul 29 15:21:00.363: h323chan_close: TCP connection from fd=4 closed
*Jul 29 15:21:00.363: h323chan_close: TCP connection from fd=3 closed
*Jul 29 15:21:00.363: h323chan_chn_process_read_socket: fd=2 of type ACCEPTED has data

Hex representation of the SETUP TPKT received: 0802001D5A080280907E0022052580060008914A00051100110000A7377CAF9B11C51D0081010A14333F10800100
h225ParseData: Q.931 RELEASE COMPLETE received on fd=2
*Jul 29 15:21:00.367: compose_TunnelledSignallingMessage_ciscoNo tunnelled content.
Hex representation of the RELEASE COMPLETE TPKT to send.: 0802801D5A080280907E0022052580060008914A00041100110000A7377CAF9B11C51D0081010A14333F10800100
h225TerminateRequest: Q.931 RELEASE COMPLETE sent from fd=2. Call state changed to [Null].
*Jul 29 15:21:00.367: h323chan_close: TCP connection from fd=2 closed

After 20 seconds i hang off.

Thansk for you effort!!!!!

Regards

Paul

Ok guys, thanks a lot for your help.

The problem was outside the phone ;-)

I though i set the parameter param max-extension-length ... now i set it up, and it works.

The tcl script block calls, which the dialed number was longer as 5 digits.

Now it works, and i need only to fix my tcl audio files (it doesn't playing)

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: