[Freeswitch-trunk] [commit] r12613 - freeswitch/trunk/libs/esl/python
FreeSWITCH SVN
silik0n at freeswitch.org
Sun Mar 15 10:47:57 PDT 2009
Author: silik0n
Date: Sun Mar 15 12:47:57 2009
New Revision: 12613
Log:
tweak
Modified:
freeswitch/trunk/libs/esl/python/events.py
freeswitch/trunk/libs/esl/python/single_command.py
Modified: freeswitch/trunk/libs/esl/python/events.py
==============================================================================
--- freeswitch/trunk/libs/esl/python/events.py (original)
+++ freeswitch/trunk/libs/esl/python/events.py Sun Mar 15 12:47:57 2009
@@ -5,7 +5,7 @@
from ESL import *
-con = ESLconnection("localhost","8021","rad1ance")
+con = ESLconnection("localhost","8021","ClueCon")
#are we connected?
if con.connected:
Modified: freeswitch/trunk/libs/esl/python/single_command.py
==============================================================================
--- freeswitch/trunk/libs/esl/python/single_command.py (original)
+++ freeswitch/trunk/libs/esl/python/single_command.py Sun Mar 15 12:47:57 2009
@@ -4,7 +4,7 @@
import sys
from ESL import *
-con = ESLconnection("localhost","8021","rad1ance")
+con = ESLconnection("localhost","8021","ClueCon")
#are we connected?
if con.connected:
More information about the Freeswitch-trunk
mailing list