[Home]

Summary:ASTERISK-06655: [patch] Signal that call duration limit is enforced + whitespace cleanup
Reporter:Andrey S Pankov (casper)Labels:
Date Opened:2006-03-29 16:19:01.000-0600Date Closed:2006-04-11 11:18:06
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_dial
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 2app_dial.c.diff
( 1) app_dial.c.diff
Description:Be verbose about call duration limit when L() mimics S() behavior.
Comments:By: Andrey S Pankov (casper) 2006-03-29 16:20:29.000-0600

Corydon: please do not forget about karma points this time... :) thanks!



By: Andrey S Pankov (casper) 2006-03-29 17:13:44.000-0600

Phase 2:
- remove whitespace cleanup from first patch (should not fail for trunk)
- do not set *_sound when LIMIT_*_FILE vars set but empty
- use VERBOSE_PREFIX_4 to format sublevel instead of its own formatting



By: Olle Johansson (oej) 2006-03-29 19:44:28.000-0600

The ast_strlen-zero check is not needed since the function returns NULL on failures.

Closing this due to lack of time for this kind of fixes now. Sorry.

By: Andrey S Pankov (casper) 2006-03-29 20:08:16.000-0600

This is to avoid messages like:
WARNING[xxx]: file.c:509 ast_openstream_full: File  does not exist in any format
WARNING[xxx]: file.c:821 ast_streamfile: Unable to open  (format ulaw): No such file or directory

Anyway, the part described initially is important IMO.

Sorry, I insist... :)

By: BJ Weschke (bweschke) 2006-04-11 11:18:06

dupe of 6935