cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
967
Views
3
Helpful
17
Replies

Multiple CME problem

hi, i have configured on both of my routers 2 CME with the ollowing address:

CME 1 192.168.1.1

CME 2 192.168.2.1

and i have tried to connect these CME via a dial-peer configurations but it doesn't work ... i have defined an ip routing and i'm able to ping from each FE interface of the routers and i have defined the following dial plan:

dial-peer voice 1 voip

destination-pattern 2...

session target ipv4:192.168.X.1 (address of the remote CME)

codec g711ulaw

and i was unable to place a call between the two routers

you will find an attach one of my router configuration's and by the way i connect them using a WIC-2T cable and DTE/DCE cable thanks for your help i really appreacite it

Kindly Seifddine

no vad

1 Accepted Solution

Accepted Solutions

On second look, it's only incorrect in one of the configs.

Brandon

View solution in original post

17 Replies 17

Brandon Buffin
VIP Alumni
VIP Alumni

You will also need incoming dial peers on each side. Such as:

dial-peer voice 5 voip

incoming called-number 2...

Hope this helps.

Brandon

Thanks but unofrtunatly i got the same prob

If you enter "debug voip dialpeer" on both routers and make the call, do you see the call hit a dial peer on both routers?

Brandon

yep when i use the debug cmd i can on both routers some results here r some of them:

from One router i called 3122 and 3... was a destination to the other router

Dec 14 17:16:08.699: //-1/9F002A04804B/DPM/dpAssociateIncomingPeerCore:

Calling Number=100, Called Number=3122, Voice-Interface=0x0,

Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,

Peer Info Type=DIALPEER_INFO_SPEECH

*Dec 14 17:16:08.699: //-1/9F002A04804B/DPM/dpAssociateIncomingPeerCore:

Result=Success(0) after DP_MATCH_INCOMING_DNIS; Incoming Dial-peer=2

*Dec 14 17:16:08.699: //-1/9F002A04804B/DPM/dpAssociateIncomingPeerCore:

Calling Number=100, Called Number=3122, Voice-Interface=0x0,

Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,

Peer Info Type=DIALPEER_INFO_SPEECH

*Dec 14 17:16:08.699: //-1/9F002A04804B/DPM/dpAssociateIncomingPeerCore:

Result=Success(0) after DP_MATCH_INCOMING_DNIS; Incoming Dial-peer=2

it was like the router does't strip out the extension 3 and transfer the call to the ephone-dn 122 am i right??

thanks for ur assitance

PLZ Can anyone help to figures this thing out :)

i appreacite it

Yes, that is correct. Explicitly matched digits are stripped on POTS dial peers, but not on VOIP dial peers. If you want 3122 to go to extension 122 on the other end you will need a voice translation rule such as:

voice translation-rule 1

rule 1 /^3\(...$\)/ /\1/

voice translation-profile profile1

translate called 1

dial-peer voice 5 voip

incoming called-number 3...

translation-profile incoming profile1

This will translate incoming called numbers that begin with 3 followed by 3 numbers to the last 3 numbers.

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

Brandon

thanks for your help Mr Buffin but unfortunatly the translation profile doesn't work and i don't know why even more more i have tried to chek up the translation rule with the cmd test voice translation-rule 1 3100 so it shows up the right translation so i have created a DN with the extension number 3100 on the other side and i ommit the dial-peer voice to set up the incomming called number 3... and it works fine :) but i stoneshed why the translation rule doesn't work

thanks again and if u can provide an answer it would the best welcome kindly

If you enable "debug voip dialpeer" on the far end, does the call hit the correct dial peer? The one with the translation profile applied?

Brandon

yes it hot the correct dial-peer but the destination don't changed i mean there aren't any digit manipulation or translation effectued ?? it makes confused thanks for looking after my interests i really appreciate your help

kindly

Can you attach the config from both routers and the output from the debug?

Brandon

hey Mr Brandon thanks again, here r my router's configs

Kindly

Seif

Your translation rule should match your incoming called number. So, on the router receiving the call for 3100, you should have:

voice translation-rule 1

rule 1 /^3\(...$\)/ /\1/

!

!

voice translation-profile profile1

translate called 1

dial-peer voice 3 voip

translation-profile incoming profile1

incoming called-number 3...

It looks like your translation rules are reversed in the configs.

Brandon

On second look, it's only incorrect in one of the configs.

Brandon

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: