[svn-commits] qwell: trunk r561 - /trunk/channels/chan_mobile.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Mar 19 16:56:50 CDT 2008


Author: qwell
Date: Wed Mar 19 16:56:50 2008
New Revision: 561

URL: http://svn.digium.com/view/asterisk-addons?view=rev&rev=561
Log:
Match name change in Asterisk trunk.

Modified:
    trunk/channels/chan_mobile.c

Modified: trunk/channels/chan_mobile.c
URL: http://svn.digium.com/view/asterisk-addons/trunk/channels/chan_mobile.c?view=diff&rev=561&r1=560&r2=561
==============================================================================
--- trunk/channels/chan_mobile.c (original)
+++ trunk/channels/chan_mobile.c Wed Mar 19 16:56:50 2008
@@ -1998,7 +1998,7 @@
 					} else
 						pvt->dtmf_skip = 200;
 					ast_dsp_set_features(pvt->dsp, DSP_FEATURE_DTMF_DETECT);
-					ast_dsp_digitmode(pvt->dsp, DSP_DIGITMODE_DTMF | DSP_DIGITMODE_RELAXDTMF);
+					ast_dsp_set_digitmode(pvt->dsp, DSP_DIGITMODE_DTMF | DSP_DIGITMODE_RELAXDTMF);
 					pvt->adapter = adapter;
 					AST_LIST_INSERT_HEAD(&devices, pvt, entry);
 				}




More information about the svn-commits mailing list