Below is a simple and intuitive dialplan by which you can add the phone lock feature to your Asterisk system. Take note that the provided dialplan only locks the phone from calling out to PSTN.
Monthly Archives: January 2012
Cisco ATA 186 + Asterisk
The Cisco ATA 18X series can run either SCCP, H323 or SIP voice protocols making it very flexible.
Another note of importance is that they do not support two ports running the G.729 codec simultaneously. If one port is using G.729, the other will use G.711. In this manual we are using a SIP firmware (ata_03_02_04_sccp_090202_a). If you want to update to other firmwares or perhaps protocols, I suggest you read the last 2 linksĀ provided in the resources section.
Asterisk + Cisco IP phones 7940G and 7911G
For configuration you can refer to the following 2 links
Configure Cisco IP Phones with Asterisk
Cisco IP Phones 79XX with Asterisk
Add Persian Language to Asterisk
In order to add Persian language we need to do some modifications on the Asterisk source code. For that, download the same Asterisk version as your current one (in case you’re using FreePBX/Trixbox). The main thing to change is the Asterisk say digits. Here is what must be changed:
Skype Connect in FreePBX
Connect to MS-SQL server from PHP-Linux
Having searched for quite a long while, here is how I figured out the way to connect to a Microsoft SQL server from Linux using PHP mssql extension module. (Thanks to Danne Lundqvist)
