[Home]

Summary:ASTERISK-08137: Timelimit functionality is broken in Dial
Reporter:Morten Isaksen (misaksen)Labels:
Date Opened:2006-11-15 10:04:35.000-0600Date Closed:2006-11-15 15:36:47.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_dial
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:exten => 43477546,1,Dial(SIP/43477546@sipsrv1,30,HL(73000:61000:30000))

In SVN rev 47657 the above call will be discontected after 12 seconds with no warning messages at all.

In 1.4beta2 it works like it should - a warning message after 12 seconds.
Comments:By: Morten Isaksen (misaksen) 2006-11-15 11:49:17.000-0600

The problem is with this commit http://svn.digium.com/view/asterisk?rev=43779&view=rev

If I revert the changes in channel.c the warning messeage is played, but the repeat interval get messed up. The warning message is played constantly.

By: Anthony LaMantia (alamantia) 2006-11-15 14:25:33.000-0600

do you know which portion of the commit you changed?

the changes made to channel.c are located here.
http://svn.digium.com/view/asterisk/branches/1.4/main/channel.c?r1=43695&r2=43779

it would be nice to know (before looking at it) where to start tracing the problems you are experiancing.

By: Morten Isaksen (misaksen) 2006-11-15 15:21:08.000-0600

All the changes in channel.c from this commit.

By: Joshua C. Colp (jcolp) 2006-11-15 15:36:46.000-0600

Fixed in 1.4 as of revision 47707 and trunk as of revision 47708. Peace.