From: Raymond Chandler Date: Wed, 18 Feb 2009 00:02:11 +0000 (+0000) Subject: now it'll work for other people too ;-) X-Git-Tag: v1.0.3~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85529d1aa286857253462e5092868823f7fed88b;p=thirdparty%2Ffreeswitch.git now it'll work for other people too ;-) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12127 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/scripts/call.php b/scripts/call.php index 6783ebb771..8c47a73021 100644 --- a/scripts/call.php +++ b/scripts/call.php @@ -10,7 +10,7 @@ $groups = array('default' ); -$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);