[Home]

Summary:ASTERISK-06199: [patch] L option of Dial does not work properly
Reporter:Peng Yong (ppyy)Labels:
Date Opened:2006-01-26 02:42:30.000-0600Date Closed:2006-01-26 02:47:13.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_dial
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:
exten => 3002,1,Dial(SIP/8888,60,HL(57000:60000:30000))

duration of the call will not be longer than 57s, but the CDR shows that some call will last 87s (30s longer).

and i add some debug info after following statement shows:

Jan 26 17:06:26 DEBUG[30192] channel.c: DDDBBBGGG1: time_left_ms 1, timelimit: 57000.

time_left_ms = config->timelimit - ast_tvdiff_ms(now, config->start_time);

so the call will last (timelimit + warning_freq) some time
Comments:By: Clod Patry (junky) 2006-01-26 02:47:09.000-0600

ASTERISK-6195