[Home]

Summary:ASTERISK-08465: app_wait rounds down delay to nearest whole number
Reporter:gdhgdh (gdhgdh)Labels:
Date Opened:2007-01-02 09:43:24.000-0600Date Closed:2007-01-02 11:34:35.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:1000 => {
    Answer();
    Wait(1.0);
    Playback(closed-open-on-monday-at-6am);
    Hangup();
};

On an incoming Zaptel interface, this works perfectly. however, if I change the wait to 0.9, there is /no/ wait whatsoever. Similarly if it set the wait to 1.9 seconds, the wait is precisely 1.0 seconds.

Comments:By: Jason Parker (jparker) 2007-01-02 11:34:35.000-0600

Fixed in svn branch 1.4 in revision 49189.  Already worked in trunk.