]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak
authorKen Rice <krice@freeswitch.org>
Sun, 15 Mar 2009 17:47:57 +0000 (17:47 +0000)
committerKen Rice <krice@freeswitch.org>
Sun, 15 Mar 2009 17:47:57 +0000 (17:47 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12613 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/esl/python/events.py
libs/esl/python/single_command.py

index d6d69117491b743c9124fed3707ea93d0f0850cd..2c59043447fbd7c98d499f66c60a4d091d0c505c 100644 (file)
@@ -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:
index 9163e1170c3a5c793ff633c146c64da748d56a54..977ec9660d759d14bceac830fc971da73f2351ca 100644 (file)
@@ -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: