[Home]

Summary:ASTERISK-06197: [patch] L option of Dial does not work properly
Reporter:Peng Yong (ppyy)Labels:
Date Opened:2006-01-26 02:41:30.000-0600Date Closed:2006-01-26 02:45:22.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_dial
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) patch.timelimit
( 1) patch.timelimit
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: Peng Yong (ppyy) 2006-01-26 02:43:34.000-0600

sorry, i don't know why i always post so many duplicate issue when i report.

By: Peng Yong (ppyy) 2006-01-26 02:43:35.000-0600

sorry, i don't know why i always post so many duplicate issue when i report.

By: Clod Patry (junky) 2006-01-26 02:44:41.000-0600

ASTERISK-6195