[svn-commits] phsultan: branch phsultan/jabberreceive r163163 - /team/phsultan/jabberreceiv...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Dec 11 12:23:45 CST 2008


Author: phsultan
Date: Thu Dec 11 12:23:44 2008
New Revision: 163163

URL: http://svn.digium.com/view/asterisk?view=rev&rev=163163
Log:
Don't use comma in JabberSend

Modified:
    team/phsultan/jabberreceive/doc/jabber.txt

Modified: team/phsultan/jabberreceive/doc/jabber.txt
URL: http://svn.digium.com/view/asterisk/team/phsultan/jabberreceive/doc/jabber.txt?view=diff&rev=163163&r1=163162&r2=163163
==============================================================================
--- team/phsultan/jabberreceive/doc/jabber.txt (original)
+++ team/phsultan/jabberreceive/doc/jabber.txt Thu Dec 11 12:23:44 2008
@@ -65,7 +65,7 @@
 context from-ext {
 	1234 => {
 		Answer();
-		JabberSend(asterisk-xmpp,bob at jabber.org,Call from $CALLERID(num), choose an option to process the call);
+		JabberSend(asterisk-xmpp,bob at jabber.org,Call from $CALLERID(num) - choose an option to process the call);
 		JabberSend(asterisk-xmpp,bob at jabber.org,1 : forward to cellphone);
 		JabberSend(asterisk-xmpp,bob at jabber.org,2 : forward to work phone);
 		JabberSend(asterisk-xmpp,bob at jabber.org,Default action : forward to your voicemail);




More information about the svn-commits mailing list