cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1390
Views
0
Helpful
5
Replies

CME forward all issue

Tibor Marchyn
Level 1
Level 1

Hi,

first of all I want to thank to all people which will have a look on my problem.

And now problem. I have CIsco 2801 router with CME 7.1 in. This router is in my branch in USA and our HQ is in CZ. USA employees ordered ISDN trunk to their location and connected ISDN cable to Cisco router. I've got ISDN specs from ISP and configured. Outbound and Inbound calls working fine. But issue is when anybody in USA set forward-all on their desk phones to their mobile phones.

Problem is that before they had analog lines and let ISP port their analog numbers to ISDN trunk, so I need to match all extensions to different external number and cannot use dial plan like 615112233XX. each external number is different.

I configured it that outbound calls are dialed as "9xxxxxxxxxx" ("9" + 10 digits) for national calls, or "0.T" ("0" + undefined count of digits) for international calls. numbers "21XX" are routed to trunk to Prague.

So I would like to ask you for check my config and say what is bad, what could be improved and how to fix my forward issue?

Thanks to all

version 12.4

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

boot-start-marker

boot system flash:c2801-adventerprisek9_ivs-mz.124-24.T8.bin

boot-end-marker

!

card type t1 0 1

logging message-counter syslog

no logging buffered

!

aaa new-model

!

!

!

!

aaa session-id common

clock timezone CST -5

network-clock-participate wic 1

dot11 syslog

ip source-route

!

!

ip dhcp excluded-address 192.168.12.1 192.168.12.10

ip dhcp excluded-address 192.168.12.250 192.168.12.254

!

ip dhcp pool PC

   network 192.168.12.0 255.255.255.0

   default-router 192.168.12.1

   dns-server 192.168.100.10 192.168.159.10

   domain-name local.domain.com

   option 150 ip 192.168.12.1

!

!

ip cef

ip inspect name DEFAULT100 udp

ip inspect name DEFAULT100 rtsp

ip inspect name DEFAULT100 nntp

ip inspect name DEFAULT100 rcmd

ip inspect name DEFAULT100 icmp

ip inspect name DEFAULT100 esmtp

ip inspect name DEFAULT100 ntp

ip inspect name DEFAULT100 streamworks

ip inspect name DEFAULT100 ftp

ip inspect name DEFAULT100 realaudio

ip inspect name DEFAULT100 tftp

ip inspect name DEFAULT100 netshow

ip inspect name DEFAULT100 tcp

ip inspect name DEFAULT100 sqlnet

ip inspect name DEFAULT100 cuseeme

ip inspect name DEFAULT100 vdolive

ip reflexive-list timeout 120

no ipv6 cef

!

multilink bundle-name authenticated

!

!

!

!

isdn switch-type primary-ni

!

!

trunk group PSTN

!

!

!

voice service voip

allow-connections h323 to h323

redirect ip2ip

fax protocol cisco

h323

  h225 id-passthru

!

!

voice class codec 1

codec preference 1 g711ulaw

codec preference 2 g711alaw

codec preference 3 g729br8

codec preference 4 g729r8

!

!

voice translation-rule 1001

rule 1 /^6151111111$/ /2301/

rule 2 /^6152222222$/ /2302/

rule 3 /^6153333333$/ /2303/

rule 4 /^6154444444$/ /2304/

!

voice translation-rule 2001

rule 1 /2301/ /6151111111/

rule 2 /2302/ /6152222222/

rule 3 /2303/ /6153333333/

rule 4 /2304/ /6154444444/

!

voice translation-rule 2101

rule 1 /^9/ //

!

voice translation-rule 2102

rule 1 /^0/ //

!

!

voice translation-profile inc_pri

translate called 1001

!

voice translation-profile out_pri

translate called 2101

!

voice translation-profile out_pri_dn

translate calling 2001

!

voice translation-profile out_pri_intl

translate called 2102

!

!

voice-card 0

dsp services dspfarm

!

!

crypto pki trustpoint TP-self-signed-196247180

enrollment selfsigned

subject-name cn=IOS-Self-Signed-Certificate-196247180

revocation-check none

rsakeypair TP-self-signed-196247180

!

!

crypto pki certificate chain TP-self-signed-196247180

certificate self-signed 01

  30820252 308201BB A0030201 02020101 300D0609 2A864886 F70D0101 04050030

  ....

  2673672E 86CB37DF 2430EABF A84E7863 A8F6A4AC 7A47

   quit

!

!

archive

log config

  hidekeys

!

!

crypto isakmp policy 2

encr 3des

authentication pre-share

group 2

crypto isakmp key xxxxxxxxxxxxxxxx address 1.2.3.210

crypto isakmp key cccccccccccccccc address 2.3.4.154

crypto isakmp key dddddddddddddddd address 3.4.5.218

!

!

crypto ipsec transform-set IPSEC-US-IOS-CZ-ASA esp-3des esp-sha-hmac

!

crypto map CMAP-TO-CZ 1 ipsec-isakmp

description to CZ ZOOM 1.2.23.210

set peer 1.2.3.210

set ip access-group acl_vpn_usa_to_prague2 in

set transform-set IPSEC-US-IOS-CZ-ASA

match address exempt-to-cz-zoom

crypto map CMAP-TO-CZ 2 ipsec-isakmp

description to CZ ShwoRACK 3.4.5.218

set peer 3.4.5.218

set ip access-group acl_vpn_usa_to_showrack in

set transform-set IPSEC-US-IOS-CZ-ASA

match address exempt-to-cz-showrack

!

!

!

controller T1 0/1/0

clock source line primary

cablelength long 0db

pri-group timeslots 1-6,24

trunk-group PSTN timeslots 1-6

!

controller T1 0/1/1

cablelength long 0db

!

ip ssh version 1

no ip rcmd domain-lookup

!

!

!

!

interface FastEthernet0/0

ip address 9.9.9.165 255.255.255.252

ip access-group FIREWALL in

ip nat outside

ip inspect DEFAULT100 in

ip inspect DEFAULT100 out

ip virtual-reassembly

duplex auto

speed auto

no cdp enable

crypto map CMAP-TO-CZ

!

interface FastEthernet0/1

no ip address

shutdown

duplex auto

speed auto

!

interface FastEthernet0/3/0

switchport access vlan 12

speed 100

spanning-tree portfast

!

interface FastEthernet0/3/1

switchport access vlan 12

speed 100

spanning-tree portfast

!

interface FastEthernet0/3/2

switchport access vlan 12

speed 100

spanning-tree portfast

!

interface FastEthernet0/3/3

switchport access vlan 12

speed 100

spanning-tree portfast

!

interface FastEthernet0/3/4

switchport access vlan 12

speed 100

spanning-tree portfast

!

interface FastEthernet0/3/5

switchport access vlan 12

speed 100

spanning-tree portfast

!

interface FastEthernet0/3/6

switchport access vlan 12

speed 100

spanning-tree portfast

!

interface FastEthernet0/3/7

switchport access vlan 12

speed 100

spanning-tree portfast

!

interface FastEthernet0/3/8

switchport access vlan 12

speed 100

spanning-tree portfast

!

interface Serial0/1/0:23

no ip address

encapsulation hdlc

isdn switch-type primary-ni

isdn incoming-voice voice

no cdp enable

!

interface Vlan1

no ip address

!

interface Vlan12

description $ES_LAN$

ip address 192.168.12.1 255.255.255.0

ip access-group acl_LAN_IN in

ip nat inside

ip virtual-reassembly

h323-gateway voip interface

h323-gateway voip bind srcaddr 192.168.12.1

!

ip forward-protocol nd

ip route 0.0.0.0 0.0.0.0 9.9.9.166

ip http server

ip http authentication local

ip http secure-server

ip http path flash:gui

!

!

ip nat inside source route-map SDM_RMAP_1 interface FastEthernet0/0 overload

!

ip access-list extended FIREWALL

permit udp any eq domain any

permit tcp any host 9.9.9.165 established

deny   tcp any host 9.9.9.165 eq 1720

deny   tcp any host 9.9.9.165 eq 2000

deny   tcp any host 9.9.9.165 eq 5060

permit icmp any host 9.9.9.165 log

permit ip host 1.2.3.210 host 9.9.9.165 log

permit ip host 3.4.5.218 host 9.9.9.165 log

permit tcp any host 9.9.9.165 eq 22 log

permit tcp any host 9.9.9.165 eq www log

permit tcp any host 9.9.9.165 eq 443 log

deny   ip any host 9.9.9.165 log

!

!

route-map SDM_RMAP_1 permit 1

match ip address 101

!

!

tftp-server flash:Analog1.raw

tftp-server flash:Analog2.raw

tftp-server flash:AreYouThere.raw

tftp-server flash:AreYouTheref.raw

tftp-server flash:Bass.raw

tftp-server flash:CallBack.raw

tftp-server flash:Classic1.raw

tftp-server flash:Classic2.raw

tftp-server flash:ClockShop.raw

tftp-server flash:Drums1.raw

tftp-server flash:Drums2.raw

tftp-server flash:FilmScore.raw

tftp-server flash:HarpSynth.raw

tftp-server flash:Jamaica.raw

tftp-server flash:KotoEffect.raw

tftp-server flash:MusicBox.raw

tftp-server flash:RingList.xml

tftp-server flash:DistinctiveRingList.xml

tftp-server flash:Piano1.raw

tftp-server flash:Piano2.raw

tftp-server flash:Pop.raw

tftp-server flash:Pulse1.raw

tftp-server flash:Ring1.raw

tftp-server flash:Ring2.raw

tftp-server flash:Ring3.raw

tftp-server flash:Ring4.raw

tftp-server flash:Ring5.raw

tftp-server flash:Ring6.raw

tftp-server flash:Ring7.raw

tftp-server flash:Sax1.raw

tftp-server flash:Sax2.raw

tftp-server flash:Chime.raw

tftp-server flash:Vibe.raw

tftp-server flash:SCCP75.8-4-2S.loads

tftp-server flash:term75.default.loads

tftp-server flash:apps75.8-4-1-23.sbn

tftp-server flash:cnu75.8-4-1-23.sbn

tftp-server flash:cvm75sccp.8-4-1-23.sbn

tftp-server flash:dsp75.8-4-1-23.sbn

tftp-server flash:jar75sccp.8-4-1-23.sbn

!

control-plane

!

disable-eadi

!

!

voice-port 0/0/0

!

voice-port 0/0/1

!

voice-port 0/0/2

!

voice-port 0/0/3

!

voice-port 0/1/0:23

!

!

!

!

dspfarm profile 1 transcode 

codec g711ulaw

codec g711alaw

codec g729ar8

codec g729abr8

maximum sessions 2

associate application SCCP

!

dspfarm profile 2 mtp 

codec g711ulaw

maximum sessions software 6

associate application SCCP

!

!

dial-peer voice 2001 voip

description to cz

huntstop

destination-pattern 21..

voice-class codec 1

session target ipv4:192.168.100.12

dtmf-relay h245-alphanumeric

no vad

!

dial-peer voice 101 pots

description INCOMING PRI

translation-profile incoming inc_pri

incoming called-number .

direct-inward-dial

port 0/1/0:23

!

dial-peer voice 201 pots

description OUTGOING PRI

translation-profile outgoing out_pri

destination-pattern 9..........

port 0/1/0:23

forward-digits all

!

dial-peer voice 202 pots

description OUTGOING INTL PRI

translation-profile outgoing out_pri_intl

destination-pattern 0.T

port 0/1/0:23

forward-digits all

!

!

!

!

gatekeeper

shutdown

!

!

telephony-service

max-ephones 25

max-dn 25

ip source-address 192.168.12.1 port 2000

load 7975 SCCP75.8-4-2S.loads

time-zone 8

date-format yy-mm-dd

max-conferences 4 gain -6

call-forward pattern .T

moh cme/music-on-hold.au

web admin system name webadmin secret 5 xxxxxxxxxxxxxxxxxxxxxx

web admin customer name webcust secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxx

dn-webedit

transfer-system full-consult

create cnf-files version-stamp 7960 Sep 01 2010 07:18:12

!

!

ephone-template  1

!

!

ephone-dn  4  dual-line

number 2301

name Brian

translation-profile incoming out_pri_dn

!

!

ephone-dn  5  dual-line

number 2302

name Teresa

translation-profile incoming out_pri_dn

!

!

ephone-dn  6  dual-line

number 2303

name Andy

translation-profile incoming out_pri_dn

!

!

ephone-dn  7  dual-line

number 2304

name Sales

translation-profile incoming out_pri_dn

!

!

ephone  1

device-security-mode none

mac-address A40C.C395.68B3

speed-dial 1 2302 label "Teresa"

speed-dial 2 2303 label "Andy"

speed-dial 3 2304 label "Dylan"

speed-dial 4 96156667778 label "Andys Cell"

type 7975

button  1:4

!

!

!

ephone  3

device-security-mode none

description andy

mac-address A40C.C395.6CC0

fastdial 1 96156667778 name My

speed-dial 1 2304 label "Dylan"

speed-dial 2 2301 label "Brian"

speed-dial 3 2302 label "Teresa"

type 7975

button  1:6

!

!

!

ephone  4

device-security-mode none

description sales

mac-address 0021.A084.F1BA

speed-dial 1 96156667778 label "Andy Cell"

speed-dial 2 2302 label "Teresa"

speed-dial 3 2301 label "Brian"

type 7975

button  1:7

!

!

!

ephone  12

device-security-mode none

mac-address A40C.C395.6991

speed-dial 1 96156667778 label "Andys Cell"

speed-dial 2 2304 label "Dylan"

speed-dial 3 2301 label "Brian"

speed-dial 4 2303 label "Andy"

type 7975

button  1:5

!

!

!

ephone  999

device-security-mode none

mac-address D4BE.D996.F327

type CIPC

button  1:7 2w4 4:4 5:5

button  6:6

!

!

!

ephone  1000

device-security-mode none

mac-address 90E6.BA57.A60E

type CIPC

button  1:4 2:5 3:6 4:7

!

!

!

scheduler allocate 20000 1000

ntp source FastEthernet0/0

ntp server 192.168.100.10 source Vlan12

end

5 Replies 5

Ayodeji Okanlawon
VIP Alumni
VIP Alumni

Hi Tibor,

So call forward to mobile phones do not work. what is the pattern for the mobile phones? is it 0.T or 9.T

Can you do a test call and send the ff

debug voip ccapi inout

debug isdn q931

Please rate all useful posts

"'Nature is too thin a screen, the glory of the omnipresent God bursts through it everywhere"-Ralph Waldo Emerson

Please rate all useful posts

Hi,

mobile pattern is same as national calls - 9..........

Pattern 0.T is only for international calls with more then 10 digits number...

thanks

debug output:

Sep 23 11:52:25.131: ISDN Se0/1/0:23 Q931: RX <- SETUP pd = 8  callref = 0x0051
        Bearer Capability i = 0x8090A2
                Standard = CCITT
                Transfer Capability = Speech
                Transfer Mode = Circuit
                Transfer Rate = 64 kbit/s
        Channel ID i = 0xA18386
                Preferred, Channel 6
        Facility i = 0x9F8B0100A113020101020100800B4F7574206F662041726561
                Protocol Profile =  Networking Extensions
                0xA113020101020100800B4F7574206F662041726561
                Component = Invoke component
                        Invoke Id = 1
                        Operation = CallingName
                                Name Presentation Allowed Extended
                                Name = Out of Area
        Calling Party Number i = 0x0080, '20222554187'
                Plan:Unknown, Type:Unknown
        Called Party Number i = 0x80, '6154721878'
                Plan:Unknown, Type:Unknown
Sep 23 11:52:25.135: ISDN Se0/1/0:23 Q931: Received SETUP  callref = 0x8051 callID = 0x001F switch = primary-ni interface = User
Sep 23 11:52:25.139: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Calling Number=20222554187, Called Number=6154721878, Voice-Interface=0x6A5791F8,
   Timeout=TRUE, Peer Encap Type=ENCAP_VOICE, Peer Search Type=PEER_TYPE_VOICE,
   Peer Info Type=DIALPEER_INFO_SPEECH
Sep 23 11:52:25.139: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Result=Success(0) after DP_MATCH_INCOMING_DNIS; Incoming Dial-peer=101
Sep 23 11:52:25.139: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Calling Number=20222554187, Called Number=6154721878, Voice-Interface=0x0,
   Timeout=TRUE, Peer Encap Type=ENCAP_VOICE, Peer Search Type=PEER_TYPE_VOICE,
   Peer Info Type=DIALPEER_INFO_FAX
Sep 23 11:52:25.139: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Result=NO_MATCH(-1) After All Match Rules Attempt
Sep 23 11:52:25.139: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=2303, Peer Info Type=DIALPEER_INFO_SPEECH
Sep 23 11:52:25.139: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=2303
Sep 23 11:52:25.139: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
Sep 23 11:52:25.139: //-1/xxxxxxxxxxxx/DPM/dpMatchPeers:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=20003
Sep 23 11:52:25.143: //-1/F9CC1E048053/CCAPI/cc_api_display_ie_subfields:
   cc_api_call_setup_ind_common:
   cisco-username=
   ----- ccCallInfo IE subfields -----
   cisco-ani=20222554187
   cisco-anitype=0
   cisco-aniplan=0
   cisco-anipi=0
   cisco-anisi=0
   dest=6154721878
   cisco-desttype=0
   cisco-destplan=0
   cisco-rdie=FFFFFFFF
   cisco-rdn=
   cisco-lastrdn=
   cisco-rdntype=-1
   cisco-rdnplan=-1
   cisco-rdnpi=-1
   cisco-rdnsi=-1
   cisco-redirectreason=-1   fwd_final_type =0
   final_redirectNumber =
   hunt_group_timeout =0

Sep 23 11:52:25.147: //-1/F9CC1E048053/CCAPI/cc_api_call_setup_ind_common:
   Interface=0x6A5791F8, Call Info(
   Calling Number=20222554187,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
   Called Number=6154721878(TON=Unknown, NPI=Unknown),
   Calling Translated=FALSE, Subscriber Type Str=RegularLine, FinalDestinationFlag=TRUE,
   Incoming Dial-peer=101, Progress Indication=NULL(0), Calling IE Present=TRUE,
   Source Trkgrp Route Label=PSTN, Target Trkgrp Route Label=, CLID Transparent=FALSE), Call Id=-1
Sep 23 11:52:25.147: //-1/F9CC1E048053/CCAPI/ccCheckClipClir:
   In: Calling Number=20222554187(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Sep 23 11:52:25.147: //-1/F9CC1E048053/CCAPI/ccCheckClipClir:
   Out: Calling Number=20222554187(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Sep 23 11:52:25.147: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Sep 23 11:52:25.147: :cc_get_feature_vsa malloc success
Sep 23 11:52:25.147: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Sep 23 11:52:25.147:  cc_get_feature_vsa count is 1
Sep 23 11:52:25.147: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Sep 23 11:52:25.147: :FEATURE_VSA attributes are: feature_name:0,feature_time:1785011664,feature_id:478
Sep 23 11:52:25.147: //400/F9CC1E048053/CCAPI/cc_api_call_setup_ind_common:
   Set Up Event Sent;
   Call Info(Calling Number=20222554187(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
   Called Number=6154721878(TON=Unknown, NPI=Unknown))
Sep 23 11:52:25.151: //400/F9CC1E048053/CCAPI/cc_process_call_setup_ind:
   Event=0x68771520
Sep 23 11:52:25.151: //-1/xxxxxxxxxxxx/CCAPI/cc_setupind_match_search:
   Try with the demoted called number 6154721878
Sep 23 11:52:25.151: //400/F9CC1E048053/CCAPI/ccCallSetContext:
   Context=0x6A6AB444
Sep 23 11:52:25.151: //400/F9CC1E048053/CCAPI/cc_process_call_setup_ind:
   >>>>CCAPI handed cid 400 with tag 101 to app "_ManagedAppProcess_Default"
Sep 23 11:52:25.155: //400/F9CC1E048053/CCAPI/ccCallProceeding:
   Progress Indication=NULL(0)
Sep 23 11:52:25.155: //-1/F9CC1E048053/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=2303, Peer Info Type=DIALPEER_INFO_SPEECH
Sep 23 11:52:25.155: //-1/F9CC1E048053/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=2303
Sep 23 11:52:25.155: //-1/F9CC1E048053/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
Sep 23 11:52:25.155: //-1/F9CC1E048053/DPM/dpMatchPeersMoreArg:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=20003
Sep 23 11:52:25.155: //-1/F9CC1E048053/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=2303, Peer Info Type=DIALPEER_INFO_SPEECH
Sep 23 11:52:25.155: //-1/F9CC1E048053/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=2303
Sep 23 11:52:25.155: //-1/F9CC1E048053/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
Sep 23 11:52:25.155: //-1/F9CC1E048053/DPM/dpMatchPeersMoreArg:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=20003
Sep 23 11:52:25.155: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Calling Number=2303, Called Number=2303, Peer Info Type=DIALPEER_INFO_SPEECH
Sep 23 11:52:25.155: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=2303
Sep 23 11:52:25.155: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
Sep 23 11:52:25.155: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersMoreArg:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=20003
Sep 23 11:52:25.155: //-1/F9CC1E048053/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=96156532162, Peer Info Type=DIALPEER_INFO_SPEECH
Sep 23 11:52:25.155: //-1/F9CC1E048053/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=96156532162
Sep 23 11:52:25.155: //-1/F9CC1E048053/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
Sep 23 11:52:25.155: //-1/F9CC1E048053/DPM/dpMatchPeersMoreArg:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=201
Sep 23 11:52:25.155: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Calling Number=2303, Called Number=, Voice-Interface=0x0,
   Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
   Peer Info Type=DIALPEER_INFO_SPEECH
Sep 23 11:52:25.155: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Result=NO_MATCH(-1) After All Match Rules Attempt
Sep 23 11:52:25.159: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Calling Number=2303, Called Number=, Voice-Interface=0x0,
   Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
   Peer Info Type=DIALPEER_INFO_SPEECH
Sep 23 11:52:25.159: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Result=NO_MATCH(-1) After All Match Rules Attempt
Sep 23 11:52:25.159: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=2303, Peer Info Type=DIALPEER_INFO_SPEECH
Sep 23 11:52:25.159: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=2303
Sep 23 11:52:25.159: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
Sep 23 11:52:25.159: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersMoreArg:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=20003
Sep 23 11:52:25.159: //-1/F9CC1E048053/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=2303, Peer Info Type=DIALPEER_INFO_SPEECH
Sep 23 11:52:25.159: //-1/F9CC1E048053/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=2303
Sep 23 11:52:25.159: //-1/F9CC1E048053/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
Sep 23 11:52:25.159: //-1/F9CC1E048053/DPM/dpMatchPeersMoreArg:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=20003
Sep 23 11:52:25.159: //-1/xxxxxxxxxxxx/CCAPI/ccUpdateRedirectingNumber:
   type=6 redirecting_number=2303
Sep 23 11:52:25.159: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=96156532162, Peer Info Type=DIALPEER_INFO_SPEECH
Sep 23 11:52:25.159: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=96156532162
Sep 23 11:52:25.163: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
Sep 23 11:52:25.163: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersMoreArg:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=201
Sep 23 11:52:25.163: //-1/xxxxxxxxxxxx/CCAPI/ccUpdateRedirectNumber:
   type=6  Original Called Number=2303, Called Number=2303, Calling Number=20222554187, Calling DN=-1 Calling Id=400,
   Redirect Number=96156532162, Redirect Reason=15
Sep 23 11:52:25.163: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=20222554187, Peer Info Type=DIALPEER_INFO_SPEECH
Sep 23 11:52:25.163: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=20222554187
Sep 23 11:52:25.163: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   No Outgoing Dial-peer Is Matched; Result=NO_MATCH(-1)
Sep 23 11:52:25.163: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersMoreArg:
   Result=NO_MATCH(-1)
Sep 23 11:52:25.163: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=96156532162, Peer Info Type=DIALPEER_INFO_SPEECH
Sep 23 11:52:25.163: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=96156532162
Sep 23 11:52:25.163: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
Sep 23 11:52:25.163: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersMoreArg:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=201
Sep 23 11:52:25.163: //-1/xxxxxxxxxxxx/CCAPI/ccUpdateRedirectingNumber:
   type=6 redirecting_number=2303
Sep 23 11:52:25.163: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Sep 23 11:52:25.163: :cc_get_feature_vsa malloc success
Sep 23 11:52:25.163: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Sep 23 11:52:25.163:  cc_get_feature_vsa count is 2
Sep 23 11:52:25.163: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Sep 23 11:52:25.163: :FEATURE_VSA attributes are: feature_name:0,feature_time:1785011440,feature_id:479
Sep 23 11:52:25.163: //-1/xxxxxxxxxxxx/CCAPI/cc_update_feature_vsa:

Sep 23 11:52:25.163:  feature_vsa is 6A651DC8,featname is 0
Sep 23 11:52:25.163: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Sep 23 11:52:25.163: :cc_get_feature_vsa malloc success
Sep 23 11:52:25.163: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Sep 23 11:52:25.163:  cc_get_feature_vsa count is 3
Sep 23 11:52:25.163: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Sep 23 11:52:25.163: :FEATURE_VSA attributes are: feature_name:0,feature_time:1785011216,feature_id:480
Sep 23 11:52:25.163: //-1/xxxxxxxxxxxx/CCAPI/cc_update_feature_vsa:

Sep 23 11:52:25.163: : Generating new featurevsa,inserting it
Sep 23 11:52:25.163: //-1/xxxxxxxxxxxx/CCAPI/cc_update_feature_vsa:

Sep 23 11:52:25.163:  feature call forward featname is 1
Sep 23 11:52:25.163: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:

Sep 23 11:52:25.163: :cc_free_feature_vsa freeing 6A651CE8
Sep 23 11:52:25.163: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:

Sep 23 11:52:25.163:  vsacount in free is 2
Sep 23 11:52:25.167: ISDN Se0/1/0:23 Q931: TX -> CALL_PROC pd = 8  callref = 0x8051
        Channel ID i = 0xA98386
                Exclusive, Channel 6
Sep 23 11:52:25.167: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Sep 23 11:52:25.167: :cc_get_feature_vsa malloc success
Sep 23 11:52:25.167: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Sep 23 11:52:25.167:  cc_get_feature_vsa count is 3
Sep 23 11:52:25.171: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Sep 23 11:52:25.171: :FEATURE_VSA attributes are: feature_name:0,feature_time:1785011440,feature_id:481
Sep 23 11:52:25.171: //-1/xxxxxxxxxxxx/CCAPI/cc_update_feature_vsa:

Sep 23 11:52:25.171:  feature call forward featname is 1
Sep 23 11:52:25.171: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:

Sep 23 11:52:25.171: :cc_free_feature_vsa freeing 6A651CE8
Sep 23 11:52:25.171: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:

Sep 23 11:52:25.171:  vsacount in free is 2
Sep 23 11:52:25.171: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=2303, Peer Info Type=DIALPEER_INFO_SPEECH
Sep 23 11:52:25.171: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=2303
Sep 23 11:52:25.171: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
Sep 23 11:52:25.171: //-1/xxxxxxxxxxxx/DPM/dpMatchPeers:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=20003
Sep 23 11:52:25.171: //400/F9CC1E048053/CCAPI/ccGetTBCTCap:
   TGRM TBCT Enabled; TBCT Capability=0
Sep 23 11:52:25.171: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=20222554187, Peer Info Type=DIALPEER_INFO_SPEECH
Sep 23 11:52:25.171: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=20222554187
Sep 23 11:52:25.171: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   No Outgoing Dial-peer Is Matched; Result=NO_MATCH(-1)
Sep 23 11:52:25.171: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersMoreArg:
   Result=NO_MATCH(-1)
Sep 23 11:52:25.171: //400/F9CC1E048053/CCAPI/ccGetTBCTCap:
   TGRM TBCT Enabled; TBCT Capability=0
Sep 23 11:52:25.171: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Calling Number=96156532162, Called Number=, Voice-Interface=0x0,
   Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
   Peer Info Type=DIALPEER_INFO_SPEECH
Sep 23 11:52:25.171: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Result=NO_MATCH(-1) After All Match Rules Attempt
Sep 23 11:52:25.175: //-1/F9D238C584D6/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=96156532162, Peer Info Type=DIALPEER_INFO_SPEECH
Sep 23 11:52:25.175: //-1/F9D238C584D6/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=96156532162
Sep 23 11:52:25.175: //-1/F9D238C584D6/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
Sep 23 11:52:25.175: //-1/F9D238C584D6/DPM/dpMatchPeersMoreArg:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=201
Sep 23 11:52:25.175: //400/F9CC1E048053/CCAPI/ccCallSetupRequest:
   Destination=, Calling IE Present=TRUE, Mode=0,
   Outgoing Dial-peer=201, Params=0x6A6B85EC, Progress Indication=NULL(0)
Sep 23 11:52:25.175: //400/F9CC1E048053/CCAPI/ccCheckClipClir:
   In: Calling Number=20222554187(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Sep 23 11:52:25.175: //400/F9CC1E048053/CCAPI/ccCheckClipClir:
   Out: Calling Number=20222554187(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Sep 23 11:52:25.179: //400/F9CC1E048053/CCAPI/ccCallSetupRequest:
   Destination Pattern=9.........., Called Number=6156532162, Digit Strip=TRUE
Sep 23 11:52:25.179: //400/F9CC1E048053/CCAPI/ccCallSetupRequest:
   Calling Number=20222554187(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
   Called Number=6156532162(TON=Unknown, NPI=Unknown),
   Redirect Number=2303, Display Info=
   Account Number=, Final Destination Flag=TRUE,
   Guid=F9D238C5-04AB-11E2-84D6-9041A5EA61EB, Outgoing Dial-peer=201
Sep 23 11:52:25.179: //400/F9CC1E048053/CCAPI/cc_api_display_ie_subfields:
   ccCallSetupRequest:
   cisco-username=
   ----- ccCallInfo IE subfields -----
   cisco-ani=20222554187
   cisco-anitype=0
   cisco-aniplan=0
   cisco-anipi=0
   cisco-anisi=0
   dest=6156532162
   cisco-desttype=0
   cisco-destplan=0
   cisco-rdie=73
   cisco-rdn=2303
   cisco-lastrdn=
   cisco-rdntype=0
   cisco-rdnplan=0
   cisco-rdnpi=0
   cisco-rdnsi=0
   cisco-redirectreason=15   fwd_final_type =0
   final_redirectNumber =
   hunt_group_timeout =0

Sep 23 11:52:25.179: //400/F9CC1E048053/CCAPI/ccIFCallSetupRequestPrivate:
   Interface=0x6A5791F8, Interface Type=6, Destination=, Mode=0x0,
   Call Params(Calling Number=20222554187,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
   Called Number=6156532162(TON=Unknown, NPI=Unknown), Calling Translated=FALSE,
   Subscriber Type Str=RegularLine, FinalDestinationFlag=TRUE, Outgoing Dial-peer=201, Call Count On=FALSE,
   Source Trkgrp Route Label=PSTN, Target Trkgrp Route Label=, tg_label_flag=1, Application Call Id=)
Sep 23 11:52:25.179: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Sep 23 11:52:25.179: :cc_get_feature_vsa malloc success
Sep 23 11:52:25.179: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Sep 23 11:52:25.179:  cc_get_feature_vsa count is 3
Sep 23 11:52:25.179: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Sep 23 11:52:25.179: :FEATURE_VSA attributes are: feature_name:0,feature_time:1785011440,feature_id:482
Sep 23 11:52:25.179: //401/F9CC1E048053/CCAPI/ccIFCallSetupRequestPrivate:
   SPI Call Setup Request Is Success; Interface Type=6, FlowMode=1
Sep 23 11:52:25.179: //401/F9CC1E048053/CCAPI/ccCallSetContext:
   Context=0x6A6B859C
Sep 23 11:52:25.179: //400/F9CC1E048053/CCAPI/ccSaveDialpeerTag:
   Outgoing Dial-peer=201
Sep 23 11:52:25.179: //-1/xxxxxxxxxxxx/CCAPI/cc_update_feature_vsa:

Sep 23 11:52:25.179:  feature call forward featname is 1
Sep 23 11:52:25.179: //-1/xxxxxxxxxxxx/CCAPI/cc_update_feature_vsa:

Sep 23 11:52:25.179:  feature_vsa is 6A651CE8,featname is 0
Sep 23 11:52:25.179: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Sep 23 11:52:25.179: :cc_get_feature_vsa malloc success
Sep 23 11:52:25.179: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Sep 23 11:52:25.179:  cc_get_feature_vsa count is 4
Sep 23 11:52:25.179: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Sep 23 11:52:25.179: :FEATURE_VSA attributes are: feature_name:0,feature_time:1785010992,feature_id:483
Sep 23 11:52:25.179: //-1/xxxxxxxxxxxx/CCAPI/cc_update_feature_vsa:

Sep 23 11:52:25.179: : Generating new featurevsa,inserting it
Sep 23 11:52:25.179: //-1/xxxxxxxxxxxx/CCAPI/cc_update_feature_vsa:

Sep 23 11:52:25.179:  feature call forward featname is 1
Sep 23 11:52:25.187: ISDN Se0/1/0:23 Q931: pak_private_number: Invalid type/plan 0x0 0x0 may be overriden; sw-type 13
Sep 23 11:52:25.187: ISDN Se0/1/0:23 Q931: Sending SETUP  callref = 0x00DE callID = 0x8042 switch = primary-ni interface = User
Sep 23 11:52:25.187: ISDN Se0/1/0:23 Q931: TX -> SETUP pd = 8  callref = 0x00DE
        Bearer Capability i = 0x8090A2
                Standard = CCITT
                Transfer Capability = Speech
                Transfer Mode = Circuit
                Transfer Rate = 64 kbit/s
        Channel ID i = 0xA98385
                Exclusive, Channel 5
        Facility i = 0x9F8B0100A113020101020100800B4F7574206F662041726561
                Protocol Profile =  Networking Extensions
                0xA113020101020100800B4F7574206F662041726561
                Component = Invoke component
                        Invoke Id = 1
                        Operation = CallingName
                                Name Presentation Allowed Extended
                                Name = Out of Area
        Calling Party Number i = 0x0080, '20222554187'
                Plan:Unknown, Type:Unknown
        Called Party Number i = 0xA1, '6156532162'
                Plan:ISDN, Type:National
        Redirecting Number i = 0x00008F, '2303'
                Plan:Unknown, Type:Unknown
Sep 23 11:52:25.211: ISDN Se0/1/0:23 Q931: RX <- CALL_PROC pd = 8  callref = 0x80DE
        Channel ID i = 0xA98385
                Exclusive, Channel 5
Sep 23 11:52:25.215: //401/F9CC1E048053/CCAPI/cc_api_call_proceeding:
   Interface=0x6A5791F8, Progress Indication=NULL(0)
Sep 23 11:52:25.231: ISDN Se0/1/0:23 Q931: RX <- DISCONNECT pd = 8  callref = 0x80DE
        Cause i = 0x8281 - Unallocated/unassigned number
Sep 23 11:52:25.235: ISDN Se0/1/0:23 Q931: TX -> RELEASE pd = 8  callref = 0x00DE
Sep 23 11:52:25.235: //401/F9CC1E048053/CCAPI/cc_api_call_disconnected:
   Cause Value=1, Interface=0x6A5791F8, Call Id=401
Sep 23 11:52:25.235: //401/F9CC1E048053/CCAPI/cc_api_call_disconnected:
   Call Entry(Responsed=TRUE, Cause Value=1, Retry Count=0)
Sep 23 11:52:25.239: //400/xxxxxxxxxxxx/CCAPI/ccCallReleaseResources:
   release reserved xcoding resource.
Sep 23 11:52:25.239: //401/F9CC1E048053/CCAPI/ccCallSetAAA_Accounting:
   Accounting=0, Call Id=401
Sep 23 11:52:25.239: //401/F9CC1E048053/CCAPI/ccCallDisconnect:
   Cause Value=1, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=1)
Sep 23 11:52:25.239: //401/F9CC1E048053/CCAPI/ccCallDisconnect:
   Cause Value=1, Call Entry(Responsed=TRUE, Cause Value=1)
Sep 23 11:52:25.239: //401/F9CC1E048053/CCAPI/cc_api_get_transfer_info:
   Transfer Number Is Null
Sep 23 11:52:25.251: ISDN Se0/1/0:23 Q931: RX <- RELEASE_COMP pd = 8  callref = 0x80DE
Sep 23 11:52:25.259: //401/F9CC1E048053/CCAPI/cc_api_call_disconnect_done:
   Disposition=0, Interface=0x6A5791F8, Tag=0x0, Call Id=401,
   Call Entry(Disconnect Cause=1, Voice Class Cause Code=0, Retry Count=0)
Sep 23 11:52:25.259: //401/F9CC1E048053/CCAPI/cc_api_call_disconnect_done:
   Call Disconnect Event Sent
Sep 23 11:52:25.259: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:

Sep 23 11:52:25.259: :cc_free_feature_vsa freeing 6A651B28
Sep 23 11:52:25.259: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:

Sep 23 11:52:25.259:  vsacount in free is 3
Sep 23 11:52:25.259: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:

Sep 23 11:52:25.259:  vsacount in free is 2
Sep 23 11:52:25.259: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Calling Number=9.........., Called Number=, Voice-Interface=0x0,
   Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
   Peer Info Type=DIALPEER_INFO_SPEECH
Sep 23 11:52:25.263: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Result=NO_MATCH(-1) After All Match Rules Attempt
Sep 23 11:52:25.263: //400/F9CC1E048053/CCAPI/ccCallDisconnect:
   Cause Value=1, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=0)
Sep 23 11:52:25.263: //400/F9CC1E048053/CCAPI/ccCallDisconnect:
   Cause Value=1, Call Entry(Responsed=TRUE, Cause Value=1)
Sep 23 11:52:25.263: //400/F9CC1E048053/CCAPI/cc_api_get_transfer_info:
   Transfer Number Is Null
Sep 23 11:52:25.267: ISDN Se0/1/0:23 Q931: TX -> DISCONNECT pd = 8  callref = 0x8051
        Cause i = 0x8081 - Unallocated/unassigned number
Sep 23 11:52:25.291: ISDN Se0/1/0:23 Q931: RX <- RELEASE pd = 8  callref = 0x0051
Sep 23 11:52:25.295: ISDN Se0/1/0:23 Q931: TX -> RELEASE_COMP pd = 8  callref = 0x8051
Sep 23 11:52:25.299: //400/F9CC1E048053/CCAPI/cc_api_call_disconnect_done:
   Disposition=0, Interface=0x6A5791F8, Tag=0x0, Call Id=400,
   Call Entry(Disconnect Cause=1, Voice Class Cause Code=0, Retry Count=0)
Sep 23 11:52:25.299: //400/F9CC1E048053/CCAPI/cc_api_call_disconnect_done:
   Call Disconnect Event Sent
Sep 23 11:52:25.299: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:

Sep 23 11:52:25.299: :cc_free_feature_vsa freeing 6A651C08
Sep 23 11:52:25.299: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:

Sep 23 11:52:25.299:  vsacount in free is 1
Sep 23 11:52:25.303: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:

Sep 23 11:52:25.303:  vsacount in free is 0
Sep 23 11:52:25.303: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Calling Number=, Called Number=, Voice-Interface=0x0,
   Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
   Peer Info Type=DIALPEER_INFO_SPEECH
Sep 23 11:52:25.303: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Result=NO_MATCH(-1) After All Match Rules Attemptter no mon

Tibor,

Okay I have looked at the l ogs and here is what I see..

1. Incoming call from 20222554187 to 6154721878

2. The call was xlated to extension 2303

3. We then see the call diverted to 6156532162.

Now this call was routed to the PSTN and your telco provider rejected the call saying that it cant find the number 6156532162.

Sep 23 11:52:25.231: ISDN Se0/1/0:23 Q931: RX <- DISCONNECT pd = 8  callref = 0x80DE

        Cause i = 0x8281 - Unallocated/unassigned number

Sep 23 11:52:25.235: ISDN Se0/1/0:23 Q931: TX -> RELEASE pd = 8  callref = 0x00DE

Sep 23 11:52:25.235: //401/F9CC1E048053/CCAPI/cc_api_call_disconnected:

   Cause Value=1, Interface=0x6A5791F8, Call Id=401

So question is is this a valid number? Your Telco doesnt think it is. Do you need to add additional digits to it?

Please rate all useful posts

"'Nature is too thin a screen, the glory of the omnipresent God bursts through it everywhere"-Ralph Waldo Emerson

Please rate all useful posts

I will contact Telco Op. but it's strange, because when I dial same number from phone, everything works fine...

Could be problem by presenting 2303 to telco as outgoing number? Is my masking to public number OK???

Hi,

I've still not get answer from telco... but strange is when I call from internal deskphone call forward is working without any problems.

Problems starting when somebody from PSTN calls in. then redirect is not working...

i have little bit changed config but it doesn't help...

Now DN is same as external phone number... so when inbound call no translation-profile used..when outbound call only discard "9" as prefix in dial peer.

telephony-service

max-ephones 25

max-dn 25

ip source-address 192.168.12.1 port 2000

load 7975 SCCP75.8-4-2S.loads

time-zone 8

date-format yy-mm-dd

max-conferences 4 gain -6

call-forward pattern .T

call-forward system redirecting-expanded

moh cme/music-on-hold.au

transfer-system full-consult

create cnf-files version-stamp 7960 Sep 01 2010 07:18:12

!

ephone-dn  2  dual-line

number 2302

!

ephone-dn  12  dual-line

number 6151234567

call-forward all 96154446667

!

ephone  12

device-security-mode none

description Teresa

mac-address A40C.C395.6991

type 7975

button  1:12

button  2:2

!