cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
421
Views
0
Helpful
6
Replies

Dial-Peer conflicts with directory number

philmartin79
Level 1
Level 1

Hi All,

I have an issue that might be resolvable, it might not be also!

A customer has a UC560 with CME 8.6. The customer has extensions 101 and 111 on internal phones. The UK has a non emergency number for the Police/NHS which are 101/111 also. I have tried creating the dial-peer below but it is just sending calls to the internal extension. I am sending it to the outgoing port but the PSTN provider cant handle the 9 so I need to drop it. Then it matches the 101 on its internal database so the call doesnt go external.

Is this by design and are there any creative way around it?!

dial-peer voice 106 pots
 description *** Non Emergency calls ***
 destination-pattern 9101
 progress_ind setup enable 3
 progress_ind alert enable 8
 progress_ind connect enable 8
 progress_ind disconnect enable 8
 port 0/3/0:15
 forward-digits 3

Same dial-peer for 9111.

Thanks

6 Replies 6

Chris Deren
Hall of Fame
Hall of Fame

Can you post "debug voice ccapi inout" and "debug voice dialpeer"?

Please find enclosed the debugs. One is the debug isdn q931 and debug voice dialpeer and the other is deug isdn q931 and debug voice ccapi inout.

Sorry and the other one.

Looks like 101 call is matching dial-peer 106 and then sending the call out of the PRI:

07760: Dec 21 14:08:01.901: ISDN Se0/3/0:15 Q931: TX -> SETUP pd = 8  callref = 0x00A0
        Bearer Capability i = 0x8090A3
                Standard = CCITT
                Transfer Capability = Speech
                Transfer Mode = Circuit
                Transfer Rate = 64 kbit/s
        Channel ID i = 0xA98395
                Exclusive, Channel 21
        Progress Ind i = 0x8183 - Origination address is non-ISDN
        Calling Party Number i = 0x0180, '131'
                Plan:ISDN, Type:Unknown
        Called Party Number i = 0x81, '101'
                Plan:ISDN, Type:Unknown
007761: Dec 21 14:08:02.089: ISDN Se0/3/0:15 Q931: RX <- SETUP_ACK pd = 8  callref = 0x80A0
        Channel ID i = 0xA98395
                Exclusive, Channel 21

And then disconnects about 4-5 seconds later.  So, all seems fine here. When does the phone with DN 101 begin to ring? Immediately or 4-5 seconds later?

Hi Chris, it rings immediately but then we hung up a few seconds later. The customer stated that it was ringing on the internal extension not going out.

Brandon Buffin
VIP Alumni
VIP Alumni

Create a translation rule and apply it to the port:

voice translation-rule 1

rule 1 /^9101$/ /101/

voice translation-profile profile1

translate called 1

translation-profile outgoing profile1

Remove forward-digits 3 command from the dial peer

Brandon