cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
414
Views
1
Helpful
4
Replies

DOD for FXO

solihulhadi99
Level 1
Level 1

Hi Collaboration Engineers,

 

I have task to manipulate outgoing call from Ext to ITSP Number , if i am using SIP Trunk method i can configure easy 

The Problem , now i am using FXO Port , as far  as i know for outgoing call only forward to Port and FXO will process that call 

 

is it possible to making DOD outgoing call from IP Phone (via FXO Port)  ? 

For example i want ext 1000 always using number 021111222 for outgoing call ?

Lets start discuss ! 

 

 

4 Replies 4

Suppose it should be possible, it should just be a matter of crafting the dial peers to fit your needs.



Response Signature


Thanks Roger, 

Lets check about my config 

voice translation-rule 3
rule 1 /^91\(.*\)/ /\1/
!
voice translation-rule 4
Rule 1 /^1000/ /02111112222/

voice translation-profile OutgoingFXO
translate calling 4
translate called 3
!

dial-peer voice 211 voip
description *** Inbound From CUCM to PSTN ***
session protocol sipv2
incoming called-number .
voice-class codec 1
voice-class sip bind control source-interface Port-channel1
voice-class sip bind media source-interface Port-channel1
dtmf-relay rtp-nte
no vad
!
dial-peer voice 301 pots
trunkgroup pstn
translation-profile outgoing OutgoingFXO
destination-pattern 91T
forward-digits all
!

 

For that config , already tested , But IP Phone get number ITSP random from port , not spesific according my translation rule

 

 

Please share the configuration for the trunk group and the output of debug voip ccapi inout.



Response Signature


Outgoing calls egressing an FXO port only supports transmitting the DNIS, not ANI. There is no point in having a calling party translation rule there; it’ll never work.