cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
297
Views
0
Helpful
3
Replies

Dial Peers issue

skakfinn1
Level 1
Level 1

Hello,

       I have the numbers which are 7 digit  8002111,8042222 and they are working good with the below configuration.

dial-peer voice 800 voip

description ** Outgoing Calls Toll Fr

translation-profile incoming dialed

destination-pattern 98[024].....

translate-outgoing calling 1

translate-outgoing called 2

session protocol sipv2

session target ipv4:10.21.20.49

dtmf-relay rtp-nte sip-notify

codec g711alaw

no vad

I also have one more number which is 10 digit 8002490123 and I want my users to be able to dial both the 7 digit and 10 digit numbers.

How can I make a dialpeer

1 Accepted Solution

Accepted Solutions

Dragan Ilic
Level 4
Level 4

If you are going to use same dial-peer then put this in:

destination-pattern 98[024].....T

If you want to keep this one then add T as I said and create another dial-peer with exact 10 digit match like:

destination-pattern 98[024]........

HTH,
Dragan

HTH,
Dragan

View solution in original post

3 Replies 3

Dragan Ilic
Level 4
Level 4

If you are going to use same dial-peer then put this in:

destination-pattern 98[024].....T

If you want to keep this one then add T as I said and create another dial-peer with exact 10 digit match like:

destination-pattern 98[024]........

HTH,
Dragan

HTH,
Dragan

skakfinn1
Level 1
Level 1

     Thanks I did not created the a 10 digit dial peer I jsut used T on the existing dialpeer. Can you please le me know what T denotes and when it should be used.

T is for interdigit timeout...so when you have match on dial-peer (not exact match in digits ie some digit pattern is matched) that dial-peer waits to see whole entered numbers and then send digits out. It's used in variable length dial-plans...

So for example in your dial-peer you could enter only 98[024].T and it should work just fine.

HTH,
Dragan

HTH,
Dragan