[Freeswitch-svn] [commit] r12127 - freeswitch/trunk/scripts

FreeSWITCH SVN intralanman at freeswitch.org
Tue Feb 17 16:02:11 PST 2009


Author: intralanman
Date: Tue Feb 17 18:02:11 2009
New Revision: 12127

Log:
now it'll work for other people too ;-)

Modified:
   freeswitch/trunk/scripts/call.php

Modified: freeswitch/trunk/scripts/call.php
==============================================================================
--- freeswitch/trunk/scripts/call.php	(original)
+++ freeswitch/trunk/scripts/call.php	Tue Feb 17 18:02:11 2009
@@ -10,7 +10,7 @@
 );
 
 
-$esl = new ESLconnection('192.168.86.254', '8021', 'ClueCon');
+$esl = new ESLconnection('127.0.0.1', '8021', 'ClueCon');
 if (is_array($_REQUEST) && !empty($_REQUEST['callee'])) {
     $callee = str_replace(array('.', '(', ')', '-', ' '), '', $_REQUEST['callee']);
     $callee = ereg_replace('^(1|\+1)?([2-9][0-9]{2}[2-9][0-9]{6})$', '1\2', $callee);



More information about the Freeswitch-svn mailing list