[asterisk-commits] mmichelson: trunk r169866 - /trunk/channels/chan_dahdi.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jan 21 17:20:28 CST 2009
Author: mmichelson
Date: Wed Jan 21 17:20:27 2009
New Revision: 169866
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=169866
Log:
Test commit for test issue #14303
Modified:
trunk/channels/chan_dahdi.c
Modified: trunk/channels/chan_dahdi.c
URL: http://svn.digium.com/svn-view/asterisk/trunk/channels/chan_dahdi.c?view=diff&rev=169866&r1=169865&r2=169866
==============================================================================
--- trunk/channels/chan_dahdi.c (original)
+++ trunk/channels/chan_dahdi.c Wed Jan 21 17:20:27 2009
@@ -693,7 +693,7 @@
time_t guardtime; /*!< Must wait this much time before using for new call */
int cid_signalling; /*!< CID signalling type bell202 or v23 */
int cid_start; /*!< CID start indicator, polarity or ring */
- int callingpres; /*!< The value of callling presentation that we're going to use when placing a PRI call */
+ int callingpres; /*!< The value of calling presentation that we're going to use when placing a PRI call */
int callwaitingrepeat; /*!< How many samples to wait before repeating call waiting */
int cidcwexpire; /*!< When to expire our muting for CID/CW */
unsigned char *cidspill;
More information about the asterisk-commits
mailing list