[asterisk-commits] phsultan: branch phsultan/jabberreceive r163162 - /team/phsultan/jabberreceiv...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Dec 11 11:51:38 CST 2008
Author: phsultan
Date: Thu Dec 11 11:51:38 2008
New Revision: 163162
URL: http://svn.digium.com/view/asterisk?view=rev&rev=163162
Log:
Fix documentation
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=163162&r1=163161&r2=163162
==============================================================================
--- team/phsultan/jabberreceive/doc/jabber.txt (original)
+++ team/phsultan/jabberreceive/doc/jabber.txt Thu Dec 11 11:51:38 2008
@@ -72,11 +72,11 @@
JabberReceive(bob at jabber.org,OPTION,20);
switch (${OPTION}) {
case 1:
- JabberSend(asterisk-xmpp,$(CALLERID(name),(Calling cellphone...);
+ JabberSend(asterisk-xmpp,bob at jabber.org,(Calling cellphone...);
Dial(SIP/987654321);
break;
case 2:
- JabberSend(asterisk-xmpp,$(CALLERID(name),(Calling workphone...);
+ JabberSend(asterisk-xmpp,bob at jabber.org,(Calling workphone...);
Dial(SIP/${EXTEN});
break;
default:
More information about the asterisk-commits
mailing list