cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
316
Views
5
Helpful
1
Replies

CME/CUE - Small problem with Extension/dial-peer

fxavier.cat
Level 1
Level 1

Hey Pros

System: CME Router 2811 3.3+CUE Module 2.2 + 2Cards FXO(4ports each)

I have a small question about dial-peer.

i have 2 kind of extension

1. (example:10,11,12,13...)

and

11. (example:110,111,112,113,...)

But when i dial the extension 110, actually it's dialing the ext. 11

dial-peer voice 10 voip

destination-pattern 1.

session protocol sipv2

session target ipv4:192.168.140.252

dtmf-relay sip-notify

codec g711ulaw

no vad

dial-peer voice 110 voip

destination-pattern 11.

session protocol sipv2

session target ipv4:192.168.140.252

dtmf-relay sip-notify

codec g711ulaw

no vad

thanks in advance

1 Reply 1

Brandon Buffin
VIP Alumni
VIP Alumni

One option would be to create one dial peer with a destination pattern of 1T, such as:

dial-peer voice 110 voip

destination-pattern 1T

session protocol sipv2

session target ipv4:192.168.140.252

dtmf-relay sip-notify

codec g711ulaw

no vad

CME would wait for the interdigit timeout to complete the call and send the digits. The interdigit timeout can be changed with the following commands:

telephony-service

timeouts interdigit 3 (changes timeout to 3 seconds)

Hope this helps. If so, please rate the post.

Brandon