cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
695
Views
0
Helpful
2
Replies

CME forward call

vip80y_cisco
Level 1
Level 1

Hi guys,

is there any way for CME to forward the destination number to the next CME

for example

SiteB--------SiteC

|        Fa

|

|WAN (se)

|

|

SiteA

siteA number 1000

siteB number 2000

siteC number 3000

3 sites (A, B and C), from siteA I would like to call siteC.

However, on siteA's CME I bind the session target with SiteB's IP and siteB will forward the call to siteC

the config so far more less like below

SiteA

dial-peer voice 2000 voip

destination-pattern 2000

session target ipv4:RouterB

codec g711alaw

dial-peer voice 3000 voip

destination-pattern 3000

session target ipv4:RouterB

codec g711alaw

SiteB

dial-peer voice 1000 voip

destination-pattern 1000

session target ipv4:RouterA

codec g711alaw

dial-peer voice 3000 voip

destination-pattern 3000

session target ipv4:RouterC

codec g711alaw

dial-peer voice 1 voip

incoming called-number .

codec g711alaw

I think that the command "incoming called-number ." will do the trick, but it still doesn't work.

Again I assume that it will be similar config as pots

dial-peer voice <tag> pots

incoming called-number .

direct-inward-dial

port 0/0/0:00

Please advice

Thanks in advance,

Terrence

1 Accepted Solution

Accepted Solutions

Abu Hadee
Level 3
Level 3

You need to have following command on SiteB Router

Configure terminal

voice service voip

  allow-connection h323 to h323

!

Hope this helps

Thanks

- abu

View solution in original post

2 Replies 2

Abu Hadee
Level 3
Level 3

You need to have following command on SiteB Router

Configure terminal

voice service voip

  allow-connection h323 to h323

!

Hope this helps

Thanks

- abu

Thanks abu, it's worked !!

really appreciate your help

Again. thanks heaps