Hi Ali,
On Thu, Jan 3, 2013 at 12:08 PM, Ali Ardestani <[email protected]>wrote: > Hi all, > > Is there a way to implement extensions that not all other extensions can > call (VIP extensions)? > I don't think this is possible, if an extension is registered it can be called. You can use the /etc/sipxpbx/cidrules.xml file to rewrite outbound calls (including station to station) so that the VIP's number is not displayed. Make sure to restart sipxproxy after any change. example: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <items> <item extension="24500" rewrite="12933" /> <item extension="24516" rewrite="12933" /> <item extension="14401" rewrite="11012" /> </items> > > Also is there a way to disable dialing out for a user alltogether (both > internally and externally) > What you could do is make the phone's dialplan string not match anything and not time out and send the call. You could even setup a group with this dial plan string and add phones you want to lock down to that group. > -- > -- > Ali S Ardestani > Telephony Systems Engineer > Private National Mortgage Acceptance Company (PennyMac) > 6101 Condor Drive > Moorpark, CA 93021 > > (805) 330-6004 Office > (818) 224-7442 x2654 Office > (626) 817-3512 Mobile > (818) 224-7397 Fax > > [email protected] > -- Kyle Haefner, M.S. Communication Systems Programmer Colorado State University Fort Collins, CO Phone: 970-491-1012 Email: [email protected] 01010010 01100101 01100001 01101100 00100000 01101101 01100101 01101110 00100000 01110000 01110010 01101111 01100111 01110010 01100001 01101101 00100000 01101001 01101110 00100000 01100010 01101001 01101110 01100001 01110010 01111001 00101110
_______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users/
