[asterisk-commits] jpeeler: trunk r224335 - /trunk/channels/chan_dahdi.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Oct 16 21:01:39 CDT 2009
Author: jpeeler
Date: Fri Oct 16 21:01:36 2009
New Revision: 224335
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=224335
Log:
fix typo, sorry
Modified:
trunk/channels/chan_dahdi.c
Modified: trunk/channels/chan_dahdi.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/chan_dahdi.c?view=diff&rev=224335&r1=224334&r2=224335
==============================================================================
--- trunk/channels/chan_dahdi.c (original)
+++ trunk/channels/chan_dahdi.c Fri Oct 16 21:01:36 2009
@@ -11290,7 +11290,7 @@
ast_copy_string(tmp->context, conf->chan.context, sizeof(tmp->context));
ast_copy_string(tmp->parkinglot, conf->chan.parkinglot, sizeof(tmp->parkinglot));
tmp->cid_ton = 0;
- if (analog_lib_handles(p->sig, p->radio, p->oprmode))
+ if (analog_lib_handles(tmp->sig, tmp->radio, tmp->oprmode)) {
ast_copy_string(tmp->cid_num, conf->chan.cid_num, sizeof(tmp->cid_num));
ast_copy_string(tmp->cid_name, conf->chan.cid_name, sizeof(tmp->cid_name));
} else {
More information about the asterisk-commits
mailing list