Recently in Coding Category

If you have ever setup an asterisk box then you know some changes are in the configuration. One of those challenges is being behind a nat or router. The issue usually arises when you use the ivr and you dont receive DTMF tones to your ivr. I use ViaTalk for service and their support staff clued me into the problem. I had to externhost=my.dyndns.com in your sip_nat.conf does not solve this problem, or at least didnt for me so I had to write my own dynamic dns update script using php only because it was quick but you can do this is bash probably just as easily.


WAMP the solution for Vista

| No Comments

I needed to install PHP, PhpMyAdmin and MySql on Vista. This was taking forever, Apache 2.2 kept crashing, Pear wouldnt install ... so I looked up apache, mysql, php and windows and came across WAMP (Website). This is a GREAT package that save a ton of time. If you need to install Apache, Mysql, and PHP on a windows server, this is a must have package.

I have a ticket website and a night life mailer that goes out weekly, on the ticket website I want to allow the users to remotely sign up for the nightlife mailer, but I cannot leave this un-encrypted or it will be subject to abuse so my mechanism is a remote post using the following method.