[cisco-voip] h323 Translation

Scott Voll svoll.voip at gmail.com
Fri Sep 28 17:48:29 EDT 2007


Finished product:

in case someone googles this and wants the config this is how it works:

voice translation-rule 2 <--  Match No Caller ID and make it 9999
 rule 1 /^$/ /9999/
!
voice translation-rule 3 <-- match the called number and send it where you
want it to go (Call Handler)
 rule 1 /4571/ /8888/

voice translation-profile redirectUnknown <--  where to send caller that
matches 9999 calling 4571 to
translate called 3
!
voice translation-profile unknown <-- match no caller ID to 9999
 translate calling 2

voice-port 3/1:23
 translation-profile incoming unknown <-- match no caller ID to
 echo-cancel coverage 128
 bearer-cap Speech
!
voice-port 3/2:23
 translation-profile incoming unknown  <-- match no caller ID to
 echo-cancel coverage 128
 bearer-cap Speech

dial-peer voice 6 pots
 translation-profile incoming redirectUnknown <-- redirect caller to
 answer-address 9999 <-- matching no caller ID
 direct-inward-dial
 port 3/1:23

All other dial peers must have answer-address .... since your trying to
match 9999.   "incoming called-number ." will mess up the matching.

Scott




On 9/26/07, Scott Voll <svoll.voip at gmail.com> wrote:
>
> How do I match based on calling and called number and redirect to another
> number?
>
> IE>  No caller ID is calling 4571 (4 digits coming in PRI)  --> send to
> extension 8888
>
> How do i do that?
>
> Thanks
>
> Scott
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://puck.nether.net/pipermail/cisco-voip/attachments/20070928/9f688f3c/attachment.html 


More information about the cisco-voip mailing list