cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
699
Views
5
Helpful
6
Replies

CME Outbound calls with calling features - *82

Brian.Cain
Level 1
Level 1

I have a need to allow users to dial *82 to unblock their telco blocked caller id block. I setup a dial peer, but it does not seem to pass the *82, or it is passing, but I need to insert a pause. Anybody know how to get around this? Here is my current dial-peer configuration example:

dial-peer voice 33 pots

description LD Dial plan 11 digits plus *82

preference 2

destination-pattern 9*821[2-9].........

port 0/0/2

forward-digits 14

!

Thanks

6 Replies 6

sadbulali
Level 4
Level 4

Caller ID blocking on outbound calls does not apply to PSTN calls through foreign exchange office (FXO) ports. Caller ID features on FXO-connected subscriber lines are under the control of the PSTN service provider, who may require you to subscribe to their caller ID blocking service.

Try:

http://www.cisco.com/en/US/products/sw/voicesw/ps4625/products_configuration_guide_chapter09186a0080877931.html

The Caller ID is blocked by the LEC per our request, in order for us to remove the block on a per call basis requires us to pre-pend *82 to the call to complete calls to people that block calls that have caller ID blocked. It has nothing to do with the service provider and it does not need to be subscribed to.

can you try "debug vpm signal" to see what is sent out ?

Then something can be done like a using prefix contaning comma under DP, but I not sure that is the issue.

Here is the debug as requested:

Router#csim start 9*8213165551212

csim: called number = 9*8213165551212, loop count = 1 ping count = 0

Jul 28 04:04:56.309: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:

Calling Number=, Called Number=9*8213165551212, Peer Info Type=DIALPEER_INFO_

SPEECH

Jul 28 04:04:56.309: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:

Match Rule=DP_MATCH_DEST; Called Number=9*8213165551212

Jul 28 04:04:56.313: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:

Result=Success(0) after DP_MATCH_DEST

Jul 28 04:04:56.313: //-1/xxxxxxxxxxxx/DPM/dpMatchPeers:

Result=SUCCESS(0)

List of Matched Outgoing Dial-peer(s):

1: Dial-peer Tag=9999

Jul 28 04:04:56.313: htsp_timer_stop3 htsp_setup_req

Jul 28 04:04:56.317: htsp_process_event: [0/0/0, FXOLS_ONHOOK, E_HTSP_SETUP_REQ]

fxols_onhook_setup

Jul 28 04:04:56.317: [0/0/0] set signal state = 0xC timestamp = 0

Jul 28 04:04:56.317: htsp_timer - 1300 msec

Jul 28 04:04:56.589: htsp_process_event: [0/0/0, FXOLS_WAIT_DIAL_TONE, E_DSP_SIG

_0110]fxols_disc_clear

Jul 28 04:04:56.589: htsp_timer_stop2

Jul 28 04:04:56.589: htsp_timer - 1300 msec

Jul 28 04:04:57.889: htsp_process_event: [0/0/0, FXOLS_WAIT_DIAL_TONE, E_HTSP_EV

ENT_TIMER]fxols_wait_dial_timer htsp_dial

Jul 28 04:05:00.729: htsp_process_event: [0/0/0, FXOLS_WAIT_DIAL_DONE, E_DSP_DIA

LING_DONE]fxols_wait_dial_done htsp_progress

Jul 28 04:05:00.729: htsp_timer - 350 msec

Jul 28 04:05:01.081: htsp_process_event: [0/0/0, FXOLS_WAIT_CUT_THRU, E_HTSP_EVE

NT_TIMER]fxols_handle_cut_thru

Jul 28 04:05:01.081: htsp_timer_stop .

csim: loop = 1, failed = 0

csim: call attempted = 1, setup failed = 0, tone failed = 1

Router#

Thanks

Hi,

try this:

destination-pattern 9*821..........

default forward-digits

prefix *82,1

That worked. Thanks