From: Ken Rice Date: Sun, 15 Mar 2009 17:47:57 +0000 (+0000) Subject: tweak X-Git-Tag: v1.0.4~1521 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86fab4cd6160c608582638b30c2c3d51c2633773;p=thirdparty%2Ffreeswitch.git tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12613 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/esl/python/events.py b/libs/esl/python/events.py index d6d6911749..2c59043447 100644 --- a/libs/esl/python/events.py +++ b/libs/esl/python/events.py @@ -5,7 +5,7 @@ import sys from ESL import * -con = ESLconnection("localhost","8021","rad1ance") +con = ESLconnection("localhost","8021","ClueCon") #are we connected? if con.connected: diff --git a/libs/esl/python/single_command.py b/libs/esl/python/single_command.py index 9163e1170c..977ec9660d 100644 --- a/libs/esl/python/single_command.py +++ b/libs/esl/python/single_command.py @@ -4,7 +4,7 @@ import string import sys from ESL import * -con = ESLconnection("localhost","8021","rad1ance") +con = ESLconnection("localhost","8021","ClueCon") #are we connected? if con.connected: