[asterisk-commits] russell: branch russell/smdi-1.4 r93383 - /team/russell/smdi-1.4/res/res_smdi.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Dec 17 16:49:35 CST 2007
Author: russell
Date: Mon Dec 17 16:49:35 2007
New Revision: 93383
URL: http://svn.digium.com/view/asterisk?view=rev&rev=93383
Log:
document options for SMDI_MSG function
Modified:
team/russell/smdi-1.4/res/res_smdi.c
Modified: team/russell/smdi-1.4/res/res_smdi.c
URL: http://svn.digium.com/view/asterisk/team/russell/smdi-1.4/res/res_smdi.c?view=diff&rev=93383&r1=93382&r2=93383
==============================================================================
--- team/russell/smdi-1.4/res/res_smdi.c (original)
+++ team/russell/smdi-1.4/res/res_smdi.c Mon Dec 17 16:49:35 2007
@@ -1213,7 +1213,12 @@
"pulled from the incoming SMDI message queue using the SMDI_MSG_RETRIEVE()\n"
"function.\n"
" Valid message components are:\n"
- " XXX TODO\n"
+ " station - The forwarding station\n"
+ " callerid - The callerID of the calling party that was forwarded\n"
+ " type - The call type. The value here is the exact character\n"
+ " that came in on the SMDI link. Typically, example values\n"
+ " are: D - Direct Calls, A - Forward All Calls,\n"
+ " B - Forward Busy Calls, N - Forward No Answer Calls\n"
"",
.read = smdi_msg_read,
};
More information about the asterisk-commits
mailing list