[asterisk-commits] russell: trunk r64657 - /trunk/main/app.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Wed May 16 09:30:40 MST 2007
Author: russell
Date: Wed May 16 11:30:40 2007
New Revision: 64657
URL: http://svn.digium.com/view/asterisk?view=rev&rev=64657
Log:
Ignore this ... playing with jira (AST-1)
Modified:
trunk/main/app.c
Modified: trunk/main/app.c
URL: http://svn.digium.com/view/asterisk/trunk/main/app.c?view=diff&rev=64657&r1=64656&r2=64657
==============================================================================
--- trunk/main/app.c (original)
+++ trunk/main/app.c Wed May 16 11:30:40 2007
@@ -75,7 +75,7 @@
else if (!timeout)
timeout = 5;
- ts = ast_get_indication_tone(chan->zone,"dial");
+ ts = ast_get_indication_tone(chan->zone, "dial");
if (ts && ts->data[0])
res = ast_playtones_start(chan, 0, ts->data, 0);
else
More information about the asterisk-commits
mailing list