One of my customers needed a simple intergation for vtiger to allow them to call directly from vtiger. Since they were already using MozIAX, putting a simple tel: before the phone numbers was deemed sufficient. Here is the code … vtiger5moziax-20080804.tgz
Entries from August 2008
MozIAX and vtiger outbound integration
August 5th, 2008 · No Comments
Tags: IAX
FreeSWITCH load CDR CSV to Mysql
August 1st, 2008 · No Comments
Download this file fs-load-cdr-mysql.pl.gz and run through cron every minute if you like … Someone with a little knowledge of perl could probably fix up all the system() and other hacks and lack of error checking … make sure <param name=”rotate-on-hup” value=”true”/> is uncommented in /usr/local/freeswitch/conf/autoload_configs/cdr_csv.conf.xml –snip– #!/usr/bin/perl -w # Convergence FreeSWITCH Tools Version 7.0 [...]
Tags: FreeSWITCH