[Freeswitch-branches] [commit] r3634 - freeswitch/branches/jkr888/trunk/scripts
Freeswitch SVN
jkr888 at freeswitch.org
Wed Dec 13 12:20:18 EST 2006
Author: jkr888
Date: Wed Dec 13 12:20:17 2006
New Revision: 3634
Modified:
freeswitch/branches/jkr888/trunk/scripts/mytest.py
Log:
Modified: freeswitch/branches/jkr888/trunk/scripts/mytest.py
==============================================================================
--- freeswitch/branches/jkr888/trunk/scripts/mytest.py (original)
+++ freeswitch/branches/jkr888/trunk/scripts/mytest.py Wed Dec 13 12:20:17 2006
@@ -11,14 +11,10 @@
else:
return 0
-uuid = sys.argv[0]
+newSession = SessionContainer(sys.argv[0])
-newSession = SessionContainer(uuid)
-
newSession.console_log("1","test from my python program\n")
-
newSession.console_clean_log("This is fs_consol_clean\n")
-newSession.console_clean_log("My uuid is " + uuid + "\n")
newSession.answer()
newSession.set_dtmf_callback(onDTMF)
More information about the Freeswitch-branches
mailing list