[asterisk-commits] branch oej/test-this-branch r13066 -
/team/oej/test-this-branch/apps/
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Wed Mar 15 08:53:59 MST 2006
Author: oej
Date: Wed Mar 15 09:53:57 2006
New Revision: 13066
URL: http://svn.digium.com/view/asterisk?rev=13066&view=rev
Log:
Oops - thanks Squinky86 for pointing this out.
Modified:
team/oej/test-this-branch/apps/app_senddtmf.c
Modified: team/oej/test-this-branch/apps/app_senddtmf.c
URL: http://svn.digium.com/view/asterisk/team/oej/test-this-branch/apps/app_senddtmf.c?rev=13066&r1=13065&r2=13066&view=diff
==============================================================================
--- team/oej/test-this-branch/apps/app_senddtmf.c (original)
+++ team/oej/test-this-branch/apps/app_senddtmf.c Wed Mar 15 09:53:57 2006
@@ -116,7 +116,7 @@
int res;
res = ast_unregister_application(app);
- res |= ast_manager_unregister("SendDTMF");
+ res |= ast_manager_unregister("playDTMF");
STANDARD_HANGUP_LOCALUSERS;
More information about the asterisk-commits
mailing list