cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
233
Views
0
Helpful
1
Replies

Any way to modify inbound dial peer on CME?

bfeeny
Level 1
Level 1

I have a voice application I need to test. It needs to run on the inbound dial peer for a call that is destined to an FXS port on the CME.

I tried to make a voip dial peer with "incoming called-number ." but this does not work, instead CME uses the hidden dial-peers for the ephones, and those don't seem to be able to be modified.

So I would like to place a call from an ephone to an FXS port, and configure my voice application to run on the inbound leg, is this possible?

1 Reply 1

bfeeny
Level 1
Level 1

Replying to my own post:

Here is how it can be done:

!

voice translation-rule 2

rule 1 /1001/ /1002/

!

!

voice translation-profile 2

translate called 2

!

!

application

service myapplication flash://myapplication.tcl

!

dial-peer voice 200 pots

destination-pattern 1002

port 2/0

!

dial-peer voice 300 voip

translation-profile outgoing 2

destination-pattern 1001

session target ipv4:172.16.2.2 <------------- This is the CME's IP address

dtmf-relay h245-alphanumeric

codec g711ulaw

no vad

!

dial-peer voice 301 voip

service myapplication

incoming called-number 1002

dtmf-relay h245-alphanumeric

codec g711ulaw

no vad