我想在Cisco CallManager上设置号码转接,例如,当拨打“888”时,呼叫被转发到“00912345678”。
在我的scheme中,前导零是用于外部呼叫,“09”是外部区号,“12345678”是用户号码。
这可以很容易地完成如下(这是testing,它的工作原理):
ephone-dn 123 number 888 call-forward all 00912345678
现在,我还假设我可以使用转换规则来获得相同的转发结果(我是CallManager的新手)。 我已经尝试了以下想法的许多变化,但我不能得到它的工作:
voice translation-rule 888 rule 1 /^888$/ /00912345678/ voice translation-profile PIZZA translate calling 888 voice-port 0/1/0:15 ... translation-profile outgoing PIZZA ... dial-peer voice 1 pots ... port 0/1/0:15 ...
我的问题是: