[Freeswitch-svn] [commit] r6594 - freeswitch/trunk/scripts/contrib/trixter

Freeswitch SVN trixter at freeswitch.org
Mon Dec 10 12:32:58 EST 2007


Author: trixter
Date: Mon Dec 10 12:32:58 2007
New Revision: 6594

Modified:
   freeswitch/trunk/scripts/contrib/trixter/disa.js

Log:
update the callback to better deal with chat events



Modified: freeswitch/trunk/scripts/contrib/trixter/disa.js
==============================================================================
--- freeswitch/trunk/scripts/contrib/trixter/disa.js	(original)
+++ freeswitch/trunk/scripts/contrib/trixter/disa.js	Mon Dec 10 12:32:58 2007
@@ -115,6 +115,7 @@
         if(digits!='false') { return digits; }
         return false; // stop playback if any
     }
+    return true; // we can be here if we got an event perhaps text chat
 }
 
 



More information about the Freeswitch-svn mailing list