cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1742
Views
0
Helpful
11
Replies

Outward Dialing

Kindly note that the deployed phones are dual line mapped with a 3 digit extn and a DID number.  now if some one calls on the mapped DID numbers the call lands up on the right extension, the issue is if some one from internal calls up the outward numbers the system picks up the Board number as such the mapped DID number dosent display on the called number... would any one help me in this regard... attached is the current configuration.

FYi

Board number : 4540700

Extn Number : 705

Extn mapped with DID: 4540705

when this extn makes an outward dial the displayed number is : 4540700

11 Replies 11

nitsinha
Level 4
Level 4

Since the numbers are masked in the config, i couldn't find out where 4540700 is configured. Where exactly is 4540700 number configured?

Enable 'debug isdn q931' , 'debug voip translation', 'debug voip ccapi inout' and make an outbound call. Check what calling number is sent out to the Telco and where the translation is being performed.

HTH

Regards

Nitesh

PS:Pl rate helpful posts

ashok_boin
Level 5
Level 5

Hi Syed,

I feel it's problem with your translation rules as I see the following translation rule to be matched when you are calling out for "calling" numbers.

voice translation-rule 30

rule 1 /^055/ /9055/

rule 2 /^04/ /904/

This will not have any impact on source calling number as "705" as this rule matches only the numbers beginning with 055 or 04.

Can you pls try once with the following rule?

rule 3 /\(.*\)/ /4540\1/

Regards...

-Ashok.


With best regards...
Ashok

Dear Sir,

Acknowledge, Let me check and confirmed to you!

Dear Sir,

I had tried this by deleting this rule

voice translation-rule 30

and configure a new rule with

voice translation-rule 30

rule 3 /\(.*\)/ /4540\1/

But i am trying to dial out lets suppose my number to it is taking 454090552488628 and unknown prompt is coming

but when i removed i am dialing out with including 9

My current voice translation rules are

voice translation-rule 1

rule 1 /^............$/ /9000/

rule 2 /^............$/ /9/

rule 3 /^............$/ /904/

!

voice translation-rule 2

rule 1 /\(.*\)/ /9\1/

!

voice translation-rule 9

rule 1 /^911$/ /911/

rule 2 /^9\(.*\)/ /\1/

--More--                            rule 3 /^[0-9]+/ /9&/

rule 4 /^............$/ /9000/

rule 5 /\(.*\)/ /00\9/

voice translation-profile PSTN-to-internal

translate calling 2

translate called 1

voice-port 0/0/0:15

translation-profile incoming PSTN-to-internal

voice translation-rule 1
rule 1 /^............$/ /9000/
rule 2 /^............$/ /9/
rule 3 /^............$/ /904/
!
voice translation-rule 2
rule 1 /\(.*\)/ /9\1/
!
voice translation-rule 9
rule 1 /^911$/ /911/
rule 2 /^9\(.*\)/ /\1/
--More--                            rule 3 /^[0-9]+/ /9&/
rule 4 /^............$/ /9000/
rule 5 /\(.*\)/ /00\9/

voice translation-profile PSTN-to-internal
translate calling 2
translate called 1

voice-port 0/0/0:15
translation-profile incoming PSTN-to-internal

My Board number is 4540700 and and everey extension is mapped with a individual DID number when i am calling form any set my borad number is appearing my question is that why my direct number is not apperaing

Hi Syed,

Have you removed the following from your config?

"translation-profile outgoing callingpstn" under Voice port 0/0/0:15

You need to concentrate on this line as you would like to change your caller ID when calling outside. And, you need to change the translation profile as well as you are using same rule to convert both calling (your internal) and called (pstn number) which is why you are seeing the called number converted and unable to call out.

voice translation-profile callingpstn

translate calling 30

translate called 30

Please try to travel with call flow...

1. Outbound - What translations do you need for calling and called number? How your calling number displays at Voice gateway before applying the translation? And then think about any translations needed for "Called number" (PSTN)? If there is no requirement, then remove "translate called 30" from the above "callingpstn" profile.

Hope it helps...

Regards..

-Ashok.


With best regards...
Ashok

Dear Sir,

Currently my translation rule are,

voice translation-rule 1

rule 1 /^............$/ /9000/

rule 2 /^............$/ /9/

!

voice translation-rule 2

rule 1 /\(.*\)/ /9\1/

!

voice translation-rule 9

rule 1 /^911$/ /911/

rule 2 /^9\(.*\)/ /\1/

rule 3 /^[0-9]+/ /9&/

rule 4 /^............$/ /9000/

rule 5 /\(.*\)/ /00\9/

!

!

voice translation-profile PSTN-to-internal

translate calling 2

translate called 1

voice-port 0/0/0:15

translation-profile incoming PSTN-to-internal

But, the thing is that when i am dialing out form any extension to any 04 code and then number i am able to dial out properly but when i am dialing out with 04 code and to any number with the given DID List like 044540728 i am not able to dial out its giving me UNKNOWN number. In that scenario when i an incoming call is coming to that individual number that number rings.

ephone-dn  21

number 728 secondary 4540728

label 4540728

description Spare Desk 7

name Spare Desk 7

call-forward busy 7000

call-forward noan 7000 timeout 30

corlist incoming user900-international

ephone  21

mac-address 1CAA.0710.33A4

ephone-template 1

username "SpareDesk7"

type 7942

button  1:21

Now, with this setup i want to dial out to any number with my direct DID number but still its showing my main board number instead of my direct number what configuration should i do on my router ?

We have a PRI Line with 100 channels and my main board number is 4540700 coming to all outgoing calls.

Hi Syed,

You are not using any translations when dialing out under Voice port 0/0:15. Pls fix this and try with the steps mentioned in above.

Hope it helps...

Regards...

-Ashok.


With best regards...
Ashok

Dear Sir,

Currently my setup is:

voice translation-rule 1

rule 1 /^............$/ /9000/

rule 2 /^............$/ /9/

!

voice translation-rule 2

rule 1 /\(.*\)/ /9\1/

Then, I have created one profile

voice translation-profile PSTN-to-internal

translate calling 2

translate called 1

Then, I have mapped my profile with my voice port for outgoing:

voice-port 0/0/0:15

translation-profile incoming PSTN-to-internal

Before calling to my cell number from any phone set I have enabled a Debugq931 for testing:

Jul 31 07:54:41.455: ISDN Se0/0/0:15 Q931: Applying typeplan for sw-type 0x12 is 0x0 0x1, Calling num 729

Jul 31 07:54:41.455: ISDN Se0/0/0:15 Q931: Sending SETUP callref = 0x0985 callID = 0x890E switch = primary-net5 interface = User

Jul 31 07:54:41.459: ISDN Se0/0/0:15 Q931: TX -> SETUP pd = 8 callref = 0x0985

            Bearer Capability i = 0x8090A3

                        Standard = CCITT

                        Transfer Capability = Speech

                        Transfer Mode = Circuit

                        Transfer Rate = 64 kbit/s

            Channel ID i = 0xA9839F

                        Exclusive, Channel 31

            Progress Ind i = 0x8183 - Origination address is non-ISDN

            Calling Party Number i = 0x0180, '729'

                        Plan:ISDN, Type:Unknown

            Called Party Number i = 0x81, '0552488628'

                        Plan:ISDN, Type:Unknown

Jul 31 07:54:41.467: ISDN Se0/0/0:15 Q931: RX <- SETUP_ACK pd = 8 callref = 0x8985

            Channel ID i = 0xA9839F

                        Exclusive, Channel 31

Jul 31 07:54:44.471: ISDN Se0/0/0:15 Q931: RX <- CALL_PROC pd = 8 callref = 0x8985

Jul 31 07:54:44.583: ISDN Se0/0/0:15 Q931: RX <- PROGRESS pd = 8 callref = 0x8985

            Progress Ind i = 0x8188 - In-band info or appropriate now available

Jul 31 07:54:53.607: ISDN Se0/0/0:15 Q931: TX -> DISCONNECT pd = 8 callref = 0x0985

            Cause i = 0x8090 - Normal call clearing

Jul 31 07:54:53.615: ISDN Se0/0/0:15 Q931: RX <- RELEASE pd = 8 callref = 0x8985

Jul 31 07:54:53.615: ISDN Se0/0/0:15 Q931: TX -> RELEASE_COMP pd = 8 callref = 0x0985

And also enabled Debug voice capp inout:

voip ccapi inout debugging is on

AVEVA_CME#

Jul 31 07:47:43.987: //-1/35A79B1DB55D/CCAPI/cc_api_display_ie_subfields:

   cc_api_call_setup_ind_common:

   cisco-username=

   ----- ccCallInfo IE subfields -----

   cisco-ani=729

   cisco-anitype=0

   cisco-aniplan=0

   cisco-anipi=0

   cisco-anisi=0

   dest=

   cisco-desttype=0

   cisco-destplan=0

   cisco-rdie=FFFFFFFF

   cisco-rdn=

   cisco-rdntype=0

   cisco-rdnplan=0

   cisco-rdnpi=0

   cisco-rdnsi=0

   cisco-redirectreason=0   fwd_final_type =0

   final_redirectNumber =

   hunt_group_timeout =0

Jul 31 07:47:43.987: //-1/35A79B1DB55D/CCAPI/cc_api_call_setup_ind_common:

   Interface=0x31B8F960, Call Info(

   Calling Number=729,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),

   Called Number=(TON=Unknown, NPI=Unknown),

   Calling Translated=FALSE, Subscriber Type Str=RegularLine, FinalDestinationFlag=FALSE,

   Incoming Dial-peer=20043, Progress Indication=ORIGINATING SIDE IS NON ISDN(3), Calling IE Present=TRUE,

   Source Trkgrp Route Label=, Target Trkgrp Route Label=, CLID Transparent=FALSE), Call Id=-1

Jul 31 07:47:43.987: //-1/35A79B1DB55D/CCAPI/ccCheckClipClir:

   In: Calling Number=729(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)

Jul 31 07:47:43.987: //-1/35A79B1DB55D/CCAPI/ccCheckClipClir:

   Out: Calling Number=729(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)

Jul 31 07:47:43.987: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

  

Jul 31 07:47:43.987: :cc_get_feature_vsa malloc success

Jul 31 07:47:43.987: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

  

Jul 31 07:47:43.987: cc_get_feature_vsa count is 1

Jul 31 07:47:43.991: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

  

Jul 31 07:47:43.991: :FEATURE_VSA attributes are: feature_name:0,feature_time:805522552,feature_id:5377

Jul 31 07:47:43.991: //5265/35A79B1DB55D/CCAPI/cc_api_call_setup_ind_common:

   Set Up Event Sent;

   Call Info(Calling Number=729(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),

   Called Number=(TON=Unknown, NPI=Unknown))

Jul 31 07:47:43.991: //5265/35A79B1DB55D/CCAPI/cc_process_call_setup_ind:

   Event=0x313457F8

Jul 31 07:47:43.991: //5265/35A79B1DB55D/CCAPI/ccCallSetContext:

   Context=0x32DA02B8

Jul 31 07:47:43.991: //5265/35A79B1DB55D/CCAPI/cc_process_call_setup_ind:

   >>>>CCAPI handed cid 5265 with tag 20043 to app "_ManagedAppProcess_Default"

Jul 31 07:47:43.991: //5265/35A79B1DB55D/CCAPI/ccCallSetupAck:

   Call Id=5265

Jul 31 07:47:43.991: //5265/35A79B1DB55D/CCAPI/cc_api_set_transfer_info:

   Transfer Number=, Transfer Reason=0x0

Jul 31 07:47:43.991: //5265/35A79B1DB55D/CCAPI/ccGenerateToneInfo:

   Stop Tone On Digit=TRUE, Tone=Dial Tone,

   Tone Direction=Network, Params=0x0, Call Id=5265

Jul 31 07:47:43.991: //5265/35A79B1DB55D/CCAPI/ccSetDigitTimeouts:

   Initial Digit Timeout=-1000(ms), Inter Digit Timeout=-1000(ms)

Jul 31 07:47:43.991: //5265/35A79B1DB55D/CCAPI/ccSetDigitTimeouts:

   Call Entry(Inter Digit Timeout=10000(ms), Initial Digit Timeout=10000(ms))

Jul 31 07:47:43.991: //5265/35A79B1DB55D/CCAPI/ccCallReportDigits:

   (callID=0x1491, digit_event=0x1, enable=TRUE, consume=FALSE)

Jul 31 07:47:43.991: //5265/35A79B1DB55D/CCAPI/ccCallReportDigits:

   Enabled=TRUE, Call Id=5265

Jul 31 07:47:43.991: //5265/35A79B1DB55D/CCAPI/cc_api_call_report_digits_done:

   (vdbPtr=0x31B8F960, callID=0x1491, disp=0, digit_event=0x1, enable=TRUE, consume=FALSE)

Jul 31 07:47:43.991: //5265/35A79B1DB55D/CCAPI/cc_api_call_report_digits_done:

   Enabled=TRUE, Disposition=0x0, Interface=0x31B8F960, Call Id=5265

Jul 31 07:47:43.991: //5265/35A79B1DB55D/CCAPI/cc_api_call_report_digits_done:

   Call Entry(Initial Digit Timeout=15000(ms), Inter Digit Timeout=2000(ms))

Jul 31 07:47:44.335: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_begin:

   Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,

   Source Call Id=5265, Digit=9, DigitBeginFlags=0x0,

   Rtp Timestamp=0x2334B20, Rtp Expiration=0x0

Jul 31 07:47:44.335: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_end:

   Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,

   Source Call Id=5265, Digit=9, Duration=100,

   Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF

Jul 31 07:47:44.335: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_end:

   Call Entry(Handoff Depth=0)

Jul 31 07:47:44.655: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_begin:

   Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,

   Source Call Id=5265, Digit=0, DigitBeginFlags=0x0,

   Rtp Timestamp=0x233C820, Rtp Expiration=0x0

Jul 31 07:47:44.655: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_end:

   Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,

   Source Call Id=5265, Digit=0, Duration=100,

   Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF

Jul 31 07:47:44.655: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_end:

   Call Entry(Handoff Depth=0)

Jul 31 07:47:45.035: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_begin:

   Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,

   Source Call Id=5265, Digit=5, DigitBeginFlags=0x0,

   Rtp Timestamp=0x2344520, Rtp Expiration=0x0

Jul 31 07:47:45.035: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_end:

   Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,

   Source Call Id=5265, Digit=5, Duration=100,

   Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF

Jul 31 07:47:45.035: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_end:

   Call Entry(Handoff Depth=0)

Jul 31 07:47:45.195: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_begin:

   Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,

   Source Call Id=5265, Digit=5, DigitBeginFlags=0x0,

   Rtp Timestamp=0x234C220, Rtp Expiration=0x0

Jul 31 07:47:45.195: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_end:

   Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,

Source Call Id=5265, Digit=5, Duration=100,

   Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF

Jul 31 07:47:45.195: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_end:

   Call Entry(Handoff Depth=0)

Jul 31 07:47:45.451: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_begin:

   Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,

   Source Call Id=5265, Digit=2, DigitBeginFlags=0x0,

   Rtp Timestamp=0x2353F20, Rtp Expiration=0x0

Jul 31 07:47:45.451: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_end:

   Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,

   Source Call Id=5265, Digit=2, Duration=100,

   Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF

Jul 31 07:47:45.451: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_end:

   Call Entry(Handoff Depth=0)

Jul 31 07:47:45.695: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_begin:

   Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,

   Source Call Id=5265, Digit=4, DigitBeginFlags=0x0,

Rtp Timestamp=0x235BC20, Rtp Expiration=0x0

Jul 31 07:47:45.699: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_end:

   Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,

   Source Call Id=5265, Digit=4, Duration=100,

   Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF

Jul 31 07:47:45.699: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_end:

   Call Entry(Handoff Depth=0)

Jul 31 07:47:46.007: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_begin:

   Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,

   Source Call Id=5265, Digit=8, DigitBeginFlags=0x0,

   Rtp Timestamp=0x2363920, Rtp Expiration=0x0

Jul 31 07:47:46.007: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_end:

   Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,

   Source Call Id=5265, Digit=8, Duration=100,

   Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF

Jul 31 07:47:46.007: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_end:

   Call Entry(Handoff Depth=0)

Jul 31 07:47:46.175: //5265/35A79B1DB55D/CCAPI

AVEVA_CME#/cc_api_call_digit_begin:

   Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,

   Source Call Id=5265, Digit=8, DigitBeginFlags=0x0,

   Rtp Timestamp=0x236B620, Rtp Expiration=0x0

Jul 31 07:47:46.175: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_end:

   Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,

   Source Call Id=5265, Digit=8, Duration=100,

   Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF

Jul 31 07:47:46.175: //5265/35A79B1DB55D/C

AVEVA_CME#CAPI/cc_api_call_digit_end:

   Call Entry(Handoff Depth=0)

Jul 31 07:47:46.399: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_begin:

   Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,

Source Call Id=5265, Digit=6, DigitBeginFlags=0x0,

   Rtp Timestamp=0x2373320, Rtp Expiration=0x0

Jul 31 07:47:46.399: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_end:

   Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,

   Source Call Id=5265, Digit=6, Duration=100,

AVEVA_CME# Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF

Jul 31 07:47:46.399: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_end:

   Call Entry(Handoff Depth=0)

Jul 31 07:47:46.739: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_begin:

   Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,

   Source Call Id=5265, Digit=2, DigitBeginFlags=0x0,

   Rtp Timestamp=0x237B020, Rtp Expiration=0x0

Jul 31 07:47:46.739: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_end:

   Destination Inte

AVEVA_CME#rface=0x0, Destination Mask=0x3, Destination Call Id=-1,

   Source Call Id=5265, Digit=2, Duration=100,

   Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF

Jul 31 07:47:46.739: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_end:

   Call Entry(Handoff Depth=0)

Jul 31 07:47:47.043: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_begin:

   Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,

   Source Call Id=5265, Digit=8, DigitBeginFlags=0x0,

   Rtp Timestamp=0x2382D20, Rtp

AVEVA_CME#

AVEVA_CME#

AVEVA_CME#

AVEVA_CME#

AVEVA_CME#

AVEVA_CME# Expiration=0x0

Jul 31 07:47:47.043: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_end:

   Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,

   Source Call Id=5265, Digit=8, Duration=100,

   Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF

Jul 31 07:47:47.043: //5265/35A79B1DB55D/CCAPI/cc_api_call_digit_end:

   Call Entry(Handoff Depth=0)

Jul 31 07:47:47.043: //5265/35A79B1DB55D/CCAPI/ccCallReportDigits:

   (callID=0x1491, digit_event=0x0, enable=FALSE, consume=FAL

Jul 31 07:47:47.043: //5265/35A79B1DB55D/CCAPI/ccCallReportDigits:

   Enabled=TRUE, Call Id=5265

Jul 31 07:47:47.043: //5265/35A79B1DB55D/CCAPI/cc_api_call_report_digits_done:

   (vdbPtr=0x31B8F960, callID=0x1491, disp=0, digit_event=0x0, enable=FALSE, consume=FALSE)

Jul 31 07:47:47.043: //5265/35A79B1DB55D/CCAPI/cc_api_call_report_digits_done:

   Enabled=TRUE, Disposition=0x0, Interface=0x31B8F960, Call Id=5265

Jul 31 07:47:47.043: //5265/35A79B1DB55D/CCAPI/cc_api_call_report_digits_done:

   C

AVEVA_CME#all Entry(Initial Digit Timeout=15000(ms), Inter Digit Timeout=2000(ms))

Jul 31 07:47:47.043: //5265/35A79B1DB55D/CCAPI/ccCallProceeding:

   Progress Indication=NULL(0)

Jul 31 07:47:47.043: //5265/35A79B1DB55D/CCAPI/ccCallSetupRequest:

   Destination=, Calling IE Present=TRUE, Mode=0,

   Outgoing Dial-peer=25, Params=0x30132340, Progress Indication=ORIGINATING SIDE IS NON ISDN(3)

Jul 31 07:47:47.043: //5265/35A79B1DB55D/CCAPI/ccCheckClipClir:

   In: Calling Number=729(TON=Unknown, NPI=Unknown, Scree

AVEVA_CME#ning=Not Screened, Presentation=Allowed)

Jul 31 07:47:47.043: //5265/35A79B1DB55D/CCAPI/ccCheckClipClir:

   Out: Calling Number=729(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)

Jul 31 07:47:47.043: //5265/35A79B1DB55D/CCAPI/ccCallSetupRequest:

   Destination Pattern=9055......., Called Number=90552488628, Digit Strip=TRUE

Jul 31 07:47:47.043: //5265/35A79B1DB55D/CCAPI/ccCallSetupRequest:

   Calling Number=729(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Al

AVEVA_CME#lowed),

   Called Number=90552488628(TON=Unknown, NPI=Unknown),

   Redirect Number=, Display Info=Spare Desk 8

   Account Number=, Final Destination Flag=FALSE,

   Guid=35A79B1D-BA80-11E0-B55D-E8D5190EC3D0, Outgoing Dial-peer=25

Jul 31 07:47:47.043: //5265/35A79B1DB55D/CCAPI/cc_api_display_ie_subfields:

   ccCallSetupRequest:

   cisco-username=

   ----- ccCallInfo IE subfields -----

   cisco-ani=729

   cisco-anitype=0

   cisco-aniplan=0

   cisco-anipi=0

   cisco-anisi=0

   dest=90552488628

AVEVA_CME# cisco-desttype=0

   cisco-destplan=0

   cisco-rdie=FFFFFFFF

   cisco-rdn=

   cisco-rdntype=0

   cisco-rdnplan=0

   cisco-rdnpi=0

   cisco-rdnsi=0

   cisco-redirectreason=0   fwd_final_type =0

   final_redirectNumber =

   hunt_group_timeout =0

Jul 31 07:47:47.043: //5265/35A79B1DB55D/CCAPI/ccIFCallSetupRequestPrivate:

   Interface=0x2B2E0228, Interface Type=6, Destination=, Mode=0x0,

   Call Params(Calling Number=729,(Calling Name=Spare Desk 8)(TON=Unknown, NPI=Unknown, Screening=Not Screen

AVEVA_CME#ed, Presentation=Allowed),

   Called Number=90552488628(TON=Unknown, NPI=Unknown), Calling Translated=FALSE,

   Subscriber Type Str=RegularLine, FinalDestinationFlag=FALSE, Outgoing Dial-peer=25, Call Count On=FALSE,

   Source Trkgrp Route Label=, Target Trkgrp Route Label=, tg_label_flag=0, Application Call Id=)

Jul 31 07:47:47.043: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

  

Jul 31 07:47:47.043: :cc_get_feature_vsa malloc success

Jul 31 07:47:47.043: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

  

Jul 31 07:47:47.043: cc_get_feature_vsa count is 2

Jul 31 07:47:47.043: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

  

Jul 31 07:47:47.043: :FEATURE_VSA attributes are: feature_name:0,feature_time:805522104,feature_id:5378

Jul 31 07:47:47.043: //5266/35A79B1DB55D/CCAPI/ccIFCallSetupRequestPrivate:

   SPI Call Setup Request Is Success; Interface Type=6, FlowMode=1

Jul 31 07:47:47.043: //5266/35A79B1DB55D/CCAPI/ccCallSetContext:

   Context=0x301322F0

Jul 31 07:47:47.043: //5265/35A79B1DB55D/

AVEVA_CME#CCAPI/ccSaveDialpeerTag:

   Outgoing Dial-peer=25

Jul 31 07:47:50.059: //5266/35A79B1DB55D/CCAPI/cc_api_call_proceeding:

   Interface=0x2B2E0228, Progress Indication=NULL(0)

Jul 31 07:47:50.179: //5266/35A79B1DB55D/CCAPI/cc_api_call_cut_progress:

   Interface=0x2B2E0228, Progress Indication=INBAND(8), Signal Indication=INTERCEPT(2),

   Cause Value=0

Jul 31 07:47:50.179: //5266/35A79B1DB55D/CCAPI/cc_api_call_cut_progress:

   Call Entry(Responsed=TRUE)

Jul 31 07:47:50.179: //5265/35A79B1DB55D/CCAPI/

AVEVA_CME#ccCallCutProgress:

   Progress Indication=INBAND(8), Signal Indication=INTERCEPT(2), Cause Value=0

   Voice Call Send Alert=FALSE, Call Entry(Alert Sent=FALSE)

Jul 31 07:47:50.179: //5265/35A79B1DB55D/CCAPI/ccCallCutProgress:

   Call Entry(Responsed=TRUE)

Jul 31 07:47:50.179: //5265/35A79B1DB55D/CCAPI/ccGenerateToneInfo:

   Stop Tone On Digit=FALSE, Tone=Null,

   Tone Direction=Network, Params=0x0, Call Id=5265

Jul 31 07:47:50.179: //5265/35A79B1DB55D/CCAPI/ccConferenceCreate:

   (confID=0x2BF3431

AVEVA_CME#0, callID1=0x1491, gcid=35A79B1D-BA8011E0-B55DE8D5-190EC3D0, tag=0x0)

Jul 31 07:47:50.179: //5266/35A79B1DB55D/CCAPI/ccConferenceCreate:

   (confID=0x2BF34310, callID2=0x1492, gcid=35A79B1D-BA8011E0-B55DE8D5-190EC3D0, tag=0x0)

Jul 31 07:47:50.179: //5265/35A79B1DB55D/CCAPI/ccConferenceCreate:

   Conference Id=0x2BF34310, Call Id1=5265, Call Id2=5266, Tag=0x0

Jul 31 07:47:50.183: //5265/35A79B1DB55D/CCAPI/cc_api_bridge_done:

   Conference Id=0x1C3, Source Interface=0x31B8F960, Source Call Id=5265,

AVEVA_CME# Destination Call Id=5266, Disposition=0x0, Tag=0xFFFFFFFF

Jul 31 07:47:50.183: //5266/35A79B1DB55D/CCAPI/cc_api_bridge_done:

   Conference Id=0x1C3, Source Interface=0x2B2E0228, Source Call Id=5266,

   Destination Call Id=5265, Disposition=0x0, Tag=0xFFFFFFFF

Jul 31 07:47:50.183: //5265/35A79B1DB55D/CCAPI/cc_generic_bridge_done:

   Conference Id=0x1C3, Source Interface=0x2B2E0228, Source Call Id=5266,

   Destination Call Id=5265, Disposition=0x0, Tag=0xFFFFFFFF

Jul 31 07:47:50.183: //5265/35A79B1DB

AVEVA_CME#55D/CCAPI/ccConferenceCreate:

   Call Entry(Conference Id=0x1C3, Destination Call Id=5266)

Jul 31 07:47:50.183: //5266/35A79B1DB55D/CCAPI/ccConferenceCreate:

   Call Entry(Conference Id=0x1C3, Destination Call Id=5265)

Jul 31 07:47:50.183: //5265/35A79B1DB55D/CCAPI/cc_api_caps_ind:

   Destination Interface=0x2B2E0228, Destination Call Id=5266, Source Call Id=5265,

   Caps(Codec=0x1, Fax Rate=0x2, Vad=0x1,

   Modem=0x2, Codec Bytes=160, Signal Type=2)

Jul 31 07:47:50.183: //5265/35A79B1DB55D/CCAPI/c

AVEVA_CME#c_api_caps_ind:

   Caps(Playout Mode=1, Playout Initial=60(ms), Playout Min=40(ms),

   Playout Max=1000(ms), Fax Nom=300(ms))

Jul 31 07:47:50.183: //5266/35A79B1DB55D/CCAPI/cc_api_caps_ind:

   Destination Interface=0x31B8F960, Destination Call Id=5265, Source Call Id=5266,

   Caps(Codec=0x1, Fax Rate=0x1, Vad=0x1,

   Modem=0x2, Codec Bytes=160, Signal Type=2)

Jul 31 07:47:50.183: //5266/35A79B1DB55D/CCAPI/cc_api_caps_ind:

   Caps(Playout Mode=1, Playout Initial=60(ms), Playout Min=40(ms),

   Playout Max=1000(ms), Fax Nom=300(ms))

Jul 31 07:47:50.183: //5266/35A79B1DB55D/CCAPI/cc_api_caps_ack:

   Destination Interface=0x31B8F960, Destination Call Id=5265, Source Call Id=5266,

   Caps(Codec=g711ulaw(0x1), Fax Rate=FAX_RATE_VOICE(0x2), Vad=OFF(0x1),

   Modem=ON(0x2), Codec Bytes=160, Signal Type=2, Seq Num Start=8590)

Jul 31 07:47:50.183: //5265/35A79B1DB55D/CCAPI/cc_api_caps_ack:

   Destination Interface=0x2B2E0228, Destination Call Id=5266, Source Call Id=5265,

   Caps(Codec=g711ulaw(0x1), Fa

AVEVA_CME#x Rate=FAX_RATE_NONE(0x1), Vad=OFF(0x1),

   Modem=ON(0x2), Codec Bytes=160, Signal Type=2, Seq Num Start=5912)

Jul 31 07:47:50.183: //5265/35A79B1DB55D/CCAPI/ccCallFeature:

   Feature Type=25, Call Id=5265

Jul 31 07:47:50.183: //5265/35A79B1DB55D/CCAPI/cc_api_voice_mode_event:

   Call Id=5265

Jul 31 07:47:50.183: //5265/35A79B1DB55D/CCAPI/cc_api_voice_mode_event:

   Call Entry(Context=0x32DA02B8)

Jul 31 07:47:50.183: //5266/35A79B1DB55D/CCAPI/cc_api_voice_mode_event:

   Call Id=5266

Jul 31 07:47:

AVEVA_CME#50.183: //5266/35A79B1DB55D/CCAPI/cc_api_voice_mode_event:

   Call Entry(Context=0x301322F0)

Jul 31 07:47:50.183: //5265/35A79B1DB55D/CCAPI/cc_process_notify_bridge_done:

   Conference Id=0x1C3, Call Id1=5265, Call Id2=5266

Jul 31 07:47:56.735: //5265/35A79B1DB55D/CCAPI/cc_api_call_disconnected:

   Cause Value=16, Interface=0x31B8F960, Call Id=5265

Jul 31 07:47:56.735: //5265/35A79B1DB55D/CCAPI/cc_api_call_disconnected:

Call Entry(Responsed=TRUE, Cause Value=16, Retry Count=0)

Jul 31 07:47:56.73

AVEVA_CME#5: //5265/35A79B1DB55D/CCAPI/ccConferenceDestroy:

   Conference Id=0x1C3, Tag=0x0

Jul 31 07:47:56.735: //5265/35A79B1DB55D/CCAPI/cc_api_bridge_drop_done:

   Conference Id=0x1C3, Source Interface=0x31B8F960, Source Call Id=5265,

   Destination Call Id=5266, Disposition=0x0, Tag=0x0

Jul 31 07:47:56.735: //5266/35A79B1DB55D/CCAPI/cc_api_bridge_drop_done:

   Conference Id=0x1C3, Source Interface=0x2B2E0228, Source Call Id=5266,

   Destination Call Id=5265, Disposition=0x0, Tag=0x0

Jul 31 07:47:56.735: ^Z

AVEVA_CME#//5265/35A79B1DB55D/CCAPI/cc_generic_bridge_done:

   Conference Id=0x1C3, Source Interface=0x2B2E0228, Source Call Id=5266,

   Destination Call Id=5265, Disposition=0x0, Tag=0x0

Jul 31 07:47:56.735: //5266/35A79B1DB55D/CCAPI/ccCallDisconnect:

   Cause Value=16, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=0)

Jul 31 07:47:56.735: //5266/35A79B1DB55D/CCAPI/ccCallDisconnect:

   Cause Value=16, Call Entry(Responsed=TRUE, Cause Value=16)

Jul 31 07:47:56.735: //5266/35A79B1DB55D/CCAPI/cc_api_get_transfer_info:

   Transfer Number Is Null

Jul 31 07:47:56.735: //5265/35A79B1DB55D/CCAPI/ccCallDisconnect:

   Cause Value=16, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=16)

Jul 31 07:47:56.735: //5265/35A79B1DB55D/CCAPI/ccCallDisconnect:

   Cause Value=16, Call Entry(Responsed=TRUE, Cause Value=16)

Jul 31 07:47:56.735: //5265/35A79B1DB55D/CCAPI/cc_api_get_transfer_info:

   Transfer Number Is Null

Jul 31 07:47:56.735: //5265/35A79B1DB55D/CCAPI/cc_api_call_disconnect_done:

   Disposition=0, Interface=0x31B8F960, Tag=0x0, Call Id=5265,

   Call Entry(Disconnect Cause=16, Voice Class Cause Code=0, Retry Count=0)

Jul 31 07:47:56.735: //5265/35A79B1DB55D/CCAPI/cc_api_call_disconnect_done:

   Call Disconnect Event Sent

Jul 31 07:47:56.735: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:

  

Jul 31 07:47:56.735: :cc_free_feature_vsa freeing 30034C70

Jul 31 07:47:56.735: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:

  

Jul 31 07:47:56.735: vsacount in free is 1

Jul 31 07:47:56.763: //5266/35A79B1DB55D/CCAPI/cc_api_call_disconnect_done:

   Disposition=0, Interface=0x2B2E0228, Tag=0x0, Call Id=5266,

   Call Entry(Disconnect Cause=16, Voice Class Cause Code=0, Retry Count=0)

Jul 31 07:47:56.763: //5266/35A79B1DB55D/CCAPI/cc_api_call_disconnect_done:

   Call Disconnect Event Sent

Jul 31 07:47:56.763: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:

  

Jul 31 07:47:56.763: :cc_free_feature_vsa freeing 30034AB0

Jul 31 07:47:56.763: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feat^Z

AVEVA_CME#

AVEVA_CME#ure_vsa:

  

Jul 31 07:47:56.763: vsacount in free is 0

Jul 31 07:47:57.423: //-1/3DA9C796B562/CCAPI/cc_api_display_ie_subfields:

   cc_api_call_setup_ind_common:

   cisco-username=

   ----- ccCallInfo IE subfields -----

   cisco-ani=729

   cisco-anitype=0

   cisco-aniplan=0

   cisco-anipi=0

   cisco-anisi=0

   dest=

   cisco-desttype=0

   cisco-destplan=0

   cisco-rdie=FFFFFFFF

   cisco-rdn=

   cisco-rdntype=0

   cisco-rdnplan=0

   cisco-rdnpi=0

   cisco-rdnsi=0

   cisco-redirectreas

AVEVA_CME#on=0   fwd_final_type =0

   final_redirectNumber =

   hunt_group_timeout =0

Jul 31 07:47:57.423: //-1/3DA9C796B562/CCAPI/cc_api_call_setup_ind_common:

   Interface=0x31B8F960, Call Info(

Calling Number=729,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),

   Called Number=(TON=Unknown, NPI=Unknown),

   Calling Translated=FALSE, Subscriber Type Str=RegularLine, FinalDestinationFlag=FALSE,

   Incoming Dial-peer=20043, Progress Indication=ORIGINATING SIDE IS

AVEVA_CME#

AVEVA_CME#

AVEVA_CME#

AVEVA_CME#

AVEVA_CME#

AVEVA_CME# NON ISDN(3), Calling IE Present=TRUE,

   Source Trkgrp Route Label=, Target Trkgrp Route Label=, CLID Transparent=FALSE), Call Id=-1

Jul 31 07:47:57.423: //-1/3DA9C796B562/CCAPI/ccCheckClipClir:

   In: Calling Number=729(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)

Jul 31 07:47:57.423: //-1/3DA9C796B562/CCAPI/ccCheckClipClir:

   Out: Calling Number=729(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)

Jul 31 07:47:57.423: //-1/xxxxxxxxxxxx/CCAPI/cc_ge

AVEVA_CME#t_feature_vsa:

  

Jul 31 07:47:57.423: :cc_get_feature_vsa malloc success

Jul 31 07:47:57.423: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

  

Jul 31 07:47:57.423: cc_get_feature_vsa count is 1

Jul 31 07:47:57.423: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

  

Jul 31 07:47:57.423: :FEATURE_VSA attributes are: feature_name:0,feature_time:805522104,feature_id:5379

Jul 31 07:47:57.423: //5267/3DA9C796B562/CCAPI/cc_api_call_setup_ind_common:

   Set Up Event Sent;

   Call Info(Calling Number=729(

AVEVA_CME#TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),

   Called Number=(TON=Unknown, NPI=Unknown))

Jul 31 07:47:57.423: //5267/3DA9C796B562/CCAPI/cc_process_call_setup_ind:

   Event=0x3133BE38

Jul 31 07:47:57.423: //5267/3DA9C796B562/CCAPI/ccCallSetContext:

   Context=0x30130EE8

Jul 31 07:47:57.423: //5267/3DA9C796B562/CCAPI/cc_process_call_setup_ind:

   >>>>CCAPI handed cid 5267 with tag 20043 to app "_ManagedAppProcess_Default"

Jul 31 07:47:57.423: //5267/3DA9C796B562/CCAPI/ccC

AVEVA_CME#allSetupAck:

   Call Id=5267

Jul 31 07:47:57.423: //5267/3DA9C796B562/CCAPI/cc_api_set_transfer_info:

   Transfer Number=, Transfer Reason=0x0

Jul 31 07:47:57.423: //5267/3DA9C796B562/CCAPI/ccGenerateToneInfo:

   Stop Tone On Digit=TRUE, Tone=Dial Tone,

   Tone Direction=Network, Params=0x0, Call Id=5267

Jul 31 07:47:57.423: //5267/3DA9C796B562/CCAPI/ccSetDigitTimeouts:

   Initial Digit Timeout=-1000(ms), Inter Digit Timeout=-1000(ms)

Jul 31 07:47:57.423: //5267/3DA9C796B562/CCAPI/ccSetDigitTimeou

AVEVA_CME#ts:

   Call Entry(Inter Digit Timeout=10000(ms), Initial Digit Timeout=10000(ms))

Jul 31 07:47:57.423: //5267/3DA9C796B562/CCAPI/ccCallReportDigits:

   (callID=0x1493, digit_event=0x1, enable=TRUE, consume=FALSE)

Jul 31 07:47:57.423: //5267/3DA9C796B562/CCAPI/ccCallReportDigits:

   Enabled=TRUE, Call Id=5267

Jul 31 07:47:57.423: //5267/3DA9C796B562/CCAPI/cc_api_call_report_digits_done:

   (vdbPtr=0x31B8F960, callID=0x1493, disp=0, digit_event=0x1, enable=TRUE, consume=FALSE)

Jul 31 07:47:57.423: //^Z

AVEVA_CME#5267/3DA9C796B562/CCAPI/cc_api_call_report_digits_done:

   Enabled=TRUE, Disposition=0x0, Interface=0x31B8F960, Call Id=5267

Jul 31 07:47:57.423: //5267/3DA9C796B562/CCAPI/cc_api_call_report_digits_done:

   Call Entry(Initial Digit Timeout=15000(ms), Inter Digit Timeout=2000(ms))

Jul 31 07:47:58.551: //5267/3DA9C796B562/CCAPI/cc_api_call_disconnected:

   Cause Value=16, Interface=0x31B8F960, Call Id=5267

Jul 31 07:47:58.551: //5267/3DA9C796B562/CCAPI/cc_api_call_disconnected:

   Call Entry(Responseddebug voip ccap inout

voip ccapi inout debugging is on

AVEVA_CME#

AVEVA_CME#=FALSE, Cause Value=16, Retry Count=0)

Jul 31 07:47:58.551: //5267/3DA9C796B562/CCAPI/ccCallDisconnect:

   Cause Value=16, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=16)

Jul 31 07:47:58.551: //5267/3DA9C796B562/CCAPI/ccCallDisconnect:

   Cause Value=16, Call Entry(Responsed=TRUE, Cause Value=16)

Jul 31 07:47:58.551: //5267/3DA9C796B562/CCAPI/cc_api_get_transfer_info:

   Transfer Number Is Null

Jul 31 07:47:58.551: //5267/3DA9C796B562/CCAPI/cc_api_call_disconnect_done:

   Disposition=0, Interface=0x31B8F960, Tag=0x0, Call Id=5267,

   Call Entry(Disconnect Cause=16, Voice Class Cause Code=0, Retry Count=0)

Jul 31 07:47:58.551: //5267/3DA9C796B562/CCAPI/cc_api_call_disconnect_done:

   Call Disconnect Event Sent

Jul 31 07:47:58.551: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:

  

Jul 31 07:47:58.551: :cc_free_feature_vsa freeing 30034AB0

Jul 31 07:47:58.551: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:

  

Jul 31 07:47:58.551: vsacount in free is 0

Debug Voice Translation:

Jul 31 07:53:34.719: //-1/xxxxxxxxxxxx/RXRULE/regxrule_get_profile_from_trunkgroup_internal:

   Voice port 0x31B8F960 dsl=-1 timeslot=0 does not belong to any trunk group

Jul 31 07:53:34.723: //-1/06B50F01B56A/RXRULE/regxrule_stack_pop_RegXruleNumInfo: stack=0x2B5343EC; count=1

Jul 31 07:53:34.723: //-1/06B50F01B56A/RXRULE/regxrule_stack_pop_callinfo_internal: numinfo=0x2B3896E4

Jul 31 07:53:34.723: //-1/06B50F01B56A/RXRULE/regxrule_stack_push_RegXruleNumInfo_internal: stack=0x2B5343EC; count=1

Jul 31 07:53:38.043: //-1/06B50F01B56A/RXRULE/regxrule_vp_translate: No profile found in voice port or trunk group for outgoing direction

Jul 31 07:53:38.043: //-1/06B50F01B56A/RXRULE/regxrule_vp_translate: calling_number=729 calling_octet=0x0

            called_number=90552488628 called_octet=0x80

            redirect_number= redirect_type=0 redirect_plan=0

Jul 31 07:53:48.379: //-1/06B50F01B56A/RXRULE/regxrule_stack_pop_RegXruleNumInfo: stack=0x2B5343EC; count=1

Jul 31 07:53:48.379: //-1/06B50F01B56A/RXRULE/regxrule_stack_pop_callinfo_internal: numinfo=0x2B3896E4

Jul 31 07:53:48.403: //-1/06B50F01B56A/RXRULE/regxrule_stack_pop_callinfo_internal: numinfo=0x0

Hi Syed,

As I said in my earlier e-mail, you have NOT applied any translations in outgoing direction when dialing from Internal to PSTN. You have only translations for incoming calls from PSTN to internal.

It's evident in your debug for translations as well.

Jul 31 07:53:38.043: //-1/06B50F01B56A/RXRULE/regxrule_vp_translate: No  profile found in voice port or trunk group for outgoing direction

Regards..

-Ashok.


With best regards...
Ashok

Dear Concern,

I have created 1 more rule

voice translation-rule 3

rule 1 // /044540/

voice translation-profile callingpstn

translate calling 3

voice-port 0/0/0:15

translation-profile outgoing callingpstn

Now its working fine Thanks alot for your concern in this matter

Hi Syed,

Glad to know that your problem resolved.

Regards...

-Ashok.

Pls rate if it helps...


With best regards...
Ashok