Anybody set up a Cisco 7960 dialplan XML? I'm looking for a sample to try with the "Switchvox" asterisk platform.
Here you go. <DIALTEMPLATE><TEMPLATE MATCH="\*.." Timeout="0" User="Phone"/> <!-- Feature Access--> <TEMPLATE MATCH="9,763......." Timeout="0" User="Phone" Rewrite="763......."/> <!-- Local 10 digit--> <TEMPLATE MATCH="9,612......." Timeout="0" User="Phone" Rewrite="612......."/> <!-- Local 10 digit--> <TEMPLATE MATCH="9,651......." Timeout="0" User="Phone" Rewrite="651......."/> <!-- Local 10 digit--> <TEMPLATE MATCH="9,952......." Timeout="0" User="Phone" Rewrite="952......."/> <!-- Local 10 digit--> <TEMPLATE MATCH="9,0" Timeout="3" User="Phone" Rewrite="0"/> <!-- Local operator--> <TEMPLATE MATCH="9,00" Timeout="0" User="Phone" Rewrite="00"/> <!-- LD Operator--> <TEMPLATE MATCH="9,01*" Timeout="3" User="Phone" Rewrite="01%1"/> <!-- International calls--> <TEMPLATE MATCH="9,011*" Timeout="3" User="Phone" Rewrite="011%1"/> <!-- International calls--> <TEMPLATE MATCH="9,0.........." Timeout="0" User="Phone" Rewrite="0.........."/> <!-- Operator assisted--> <TEMPLATE MATCH="9,.11" Timeout="0" User="Phone" Rewrite=".11"/> <!-- Service numbers --> <TEMPLATE MATCH="9,101....1.........." Timeout="0" User="Phone" Rewrite="101....1.........."/> <!-- Equal Access Service--> <TEMPLATE MATCH="9,101....0.........." Timeout="0" User="Phone" Rewrite="101....0.........."/> <!-- Equal Access Service--> <TEMPLATE MATCH="9,1.........." Timeout="0" User="Phone" Rewrite="1.........."/> <!-- Long Distance--> <TEMPLATE MATCH="9,......." Timeout="0" User="Phone" Rewrite="612......."/> <!-- 7 Digit Dialing--> <TEMPLATE MATCH="7.." Timeout="0" User="Phone"/> <!-- Call Parking--> <TEMPLATE MATCH="1." Timeout="0" User="Phone" Rewrite="612548561."/> <!-- Extension Dialing--> <TEMPLATE MATCH="611" Timeout="0" User="Phone" Rewrite="6519990888"/> <!-- Sound Choice Comm Help --> <TEMPLATE MATCH="*" Timeout="15"/> <!-- Anything else -->
</DIALTEMPLATE> Sorry about the line wrapping.
_______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-biz mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-biz !DSPAM:44eb65ec262572048712984!
_______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-biz mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-biz
