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

VOIP with widlcard

lilieli
Level 1
Level 1

Hi, 

 

I am trying to achieve the following... I want all the call that cames in my gateway (PRI) to send all the call to the call manager. Is there a way I can use a wildcard to say... "all incoming calls . go to session target: call manager IP..."

 

My question is related to the wildcard. I want all the calls to be trapped and then to be sent to the  4 Call Managers we have with a priority 1,2,3,4.

 

Can I use something like this:

 

dial-peer voice 1 voip
preference 1
answer-address .T
progress_ind setup enable 3
voice-class codec 1
voice-class h323 1
session target ipv4:1.1.1.1
dtmf-relay h245-alphanumeric
ip precedence 5
no vad
!

Many Thanks

 

Lilieli

3 Replies 3

dial-peer voice 10 pots
incoming called-number .
port 0/0/0:15
!
dial-peer voice 20 voip
destination-pattern .
session target ipv4:cucm-ip

 
 
Hi Mohamed, 
Can it be something like that:
dial-peer voice 1 pots
destination-pattern 9.
translate-outgoing calling 1
direct-inward-dial
port 1/0:15
!
dial-peer voice 10 pots
incoming called-number .
port 0/0/0:15
!
dial-peer voice 20 voip
destination-pattern .
session target ipv4:cucm-ip

yes that would work, you have an incoming dialpeer and an outgoing dial peer.

 

remember to out called number translations on the cucm gateway that carries the incoming calls if you use for instance 5 digit internal extensions

Please remember to rate useful posts, by clicking on the stars below.