[asterisk-commits] russell: branch russell/smdi-msg-searching r107285 - in /team/russell/smdi-ms...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Mar 10 18:15:25 CDT 2008
Author: russell
Date: Mon Mar 10 18:15:24 2008
New Revision: 107285
URL: http://svn.digium.com/view/asterisk?view=rev&rev=107285
Log:
Fix up some silly documentation pointed out by Kevin. Thanks :)
Modified:
team/russell/smdi-msg-searching/doc/smdi.txt
team/russell/smdi-msg-searching/res/res_smdi.c
Modified: team/russell/smdi-msg-searching/doc/smdi.txt
URL: http://svn.digium.com/view/asterisk/team/russell/smdi-msg-searching/doc/smdi.txt?view=diff&rev=107285&r1=107284&r2=107285
==============================================================================
--- team/russell/smdi-msg-searching/doc/smdi.txt (original)
+++ team/russell/smdi-msg-searching/doc/smdi.txt Mon Mar 10 18:15:24 2008
@@ -34,9 +34,9 @@
this behavior.
Options:
t - Instead of searching on the forwarding station, search on the message
- desk terminal, instead.
+ desk terminal.
n - Instead of searching on the forwarding station, search on the message
- desk number, instead.
+ desk number.
*CLI> core show function SMDI_MSG
Modified: team/russell/smdi-msg-searching/res/res_smdi.c
URL: http://svn.digium.com/view/asterisk/team/russell/smdi-msg-searching/res/res_smdi.c?view=diff&rev=107285&r1=107284&r2=107285
==============================================================================
--- team/russell/smdi-msg-searching/res/res_smdi.c (original)
+++ team/russell/smdi-msg-searching/res/res_smdi.c Mon Mar 10 18:15:24 2008
@@ -1265,9 +1265,9 @@
"this behavior.\n"
" Options:\n"
" t - Instead of searching on the forwarding station, search on the message\n"
- " desk terminal, instead.\n"
+ " desk terminal.\n"
" n - Instead of searching on the forwarding station, search on the message\n"
- " desk number, instead.\n"
+ " desk number.\n"
"",
.read = smdi_msg_retrieve_read,
};
More information about the asterisk-commits
mailing list