[asterisk-scf-commits] asterisk-scf/examples.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Fri Jul 1 09:27:26 CDT 2011


branch "master" has been updated
       via  700889d2e714815b4b57c324cfef94d6d0b287ae (commit)
      from  f86a322c06b95490698aa8c93fef3afec4367571 (commit)

Summary of changes:
 Bridge_SessionListener.py |    2 +-
 README.txt                |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit 700889d2e714815b4b57c324cfef94d6d0b287ae
Author: Mark Michelson <mmichelson at digium.com>
Date:   Fri Jul 1 09:23:39 2011 -0500

    Address Joshua's comments on CR-ASTSCF-113
    
    * Correct typo of "tryint" into "trying"
    * Add message about how to get usage instructions in the README.txt

diff --git a/Bridge_SessionListener.py b/Bridge_SessionListener.py
index 0621d3a..b537047 100755
--- a/Bridge_SessionListener.py
+++ b/Bridge_SessionListener.py
@@ -211,7 +211,7 @@ class ListenerApp(Ice.Application):
         try:
             self.bridgeManager.removeListener(self.bridgeManagerListenerPrx)
         except Ice.Exception as ex:
-            print "Error tryint to remove ourself as a bridge manager listener: " + ex.what()
+            print "Error trying to remove ourself as a bridge manager listener: " + ex.what()
 
         Ice.Application._destroyOnInterruptCallback(sig)
 
diff --git a/README.txt b/README.txt
index 17c5284..d0fa295 100644
--- a/README.txt
+++ b/README.txt
@@ -23,4 +23,5 @@ This script creates a BridgeListener, BridgeManagerListener, and a SessionListen
 At startup, it adds itself as a BridgeManagerListener and a default BridgeListener.
 When sessions are added to a bridge, it then adds itself as a SessionListener. All
 events on bridges and sessions are caught by this script. The script simply prints
-a message to stdout when an event is received.
+a message to stdout when an event is received. For usage information, run
+'Bridge_SessionListener.py -h' .

-----------------------------------------------------------------------


-- 
asterisk-scf/examples.git



More information about the asterisk-scf-commits mailing list