[Freeswitch-svn] [commit] r5518 - freeswitch/trunk/scripts/contrib/trixter

Freeswitch SVN trixter at freeswitch.org
Sun Jul 8 20:29:02 EDT 2007


Author: trixter
Date: Sun Jul  8 20:29:02 2007
New Revision: 5518

Modified:
   freeswitch/trunk/scripts/contrib/trixter/calls.pl

Log:
reference using DBI instead 


Modified: freeswitch/trunk/scripts/contrib/trixter/calls.pl
==============================================================================
--- freeswitch/trunk/scripts/contrib/trixter/calls.pl	(original)
+++ freeswitch/trunk/scripts/contrib/trixter/calls.pl	Sun Jul  8 20:29:02 2007
@@ -11,6 +11,9 @@
 use FreeSWITCH::Client;
 use POSIX ':signal_h'; # used for alarm to ensure we get heartbeats
 use Data::Dumper; # used to print out myhash debug info
+
+# use DBI instead of these two for direct database inserts/deletes 
+# which is likely to be more efficient, this is however just an example
 use LWP::UserAgent; # for posting to the webserver
 use URI::Escape ('uri_escape');  # to html encode values
 



More information about the Freeswitch-svn mailing list