[asterisk-bugs] [Asterisk 0013826]: [patch] Play a sound to caller when picking up a call
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Nov 4 19:15:05 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13826
======================================================================
Reported By: azielke
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 13826
Category: Core/PBX
Reproducibility: N/A
Severity: feature
Priority: normal
Status: new
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 153786
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-11-03 05:01 CST
Last Modified: 2008-11-04 19:15 CST
======================================================================
Summary: [patch] Play a sound to caller when picking up a
call
Description:
Attached is a patch that plays a sound to the caller, when he tried to pick
up a call.
======================================================================
----------------------------------------------------------------------
(0094576) eliel (manager) - 2008-11-04 19:15
http://bugs.digium.com/view.php?id=13826#c94576
----------------------------------------------------------------------
always use brackets on if blocks:
if () {
just one line;
}
instead of:
if ()
just one line;
also, instead of calling strcpy(something, "");
use something[0] = '\0';
Issue History
Date Modified Username Field Change
======================================================================
2008-11-04 19:15 eliel Note Added: 0094576
======================================================================
More information about the asterisk-bugs
mailing list