Brian West
2005-Jul-26  10:39 UTC
[Asterisk-Users] [Asterisk-Dev] CRITICAL PATCH for anyone using the L option in dial.
http://bugs.digium.com/view.php?id=4760 If you use the L() option on dial and say the latest CVS-HEAD in the past month you're potentially getting screwed out of a lot of money. We originally wrote the L() option for dial and it worked great till someone came along and hijacked the timer for something else thus causing the L option to fail/reset the timer to zero thus causing it to never timeout if someone were to say press a DTMF digit. So if you use this please test this and report back to the bug ASAP. Thanks, Brian West _______________________________________________ Asterisk-Dev mailing list Asterisk-Dev@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-dev To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
Lists
2005-Jul-26  13:44 UTC
[Asterisk-Users] CRITICAL PATCH for anyone using the L option in dial.
On Tuesday 26 July 2005 13:39, Brian West wrote:> http://bugs.digium.com/view.php?id=4760 > > If you use the L() option on dial and say the latest CVS-HEAD in the > past month you're potentially getting screwed out of a lot of money. > > We originally wrote the L() option for dial and it worked great till > someone came along and hijacked the timer for something else thus > causing the L option to fail/reset the timer to zero thus causing it > to never timeout if someone were to say press a DTMF digit.This is not the right list probably, and I do appreciate the warning. But maybe you can educate me on how it can be hijacked, provided the code is fully modular, which I assume projects like these are? I've seen other things which I don't get, of course I've not looked through the code to get a feel for how it's written as I'm not much of a C programmer. So I'm hoping that someone could give me at least a conceptual understanding of how this goes... Are people simply too sloppy or is it just me? : ) -- List Manager Network Voice Communications, Inc. netwvcom.com
Steve Totaro
2005-Jul-26  17:45 UTC
[Asterisk-Users] CRITICAL PATCH for anyone using the L option indial.
This effects ASTCC
$dialstr = "Zap/$res->{path}/$phone|30|HL(" . ($maxtime * 60 *
1000) .
":60000:30000)";
----- Original Message ----- 
From: "Brian West" <brian.west@mac.com>
To: "Asterisk Users Mailing List - Non-Commercial Discussion"
<asterisk-users@lists.digium.com>
Cc: "Asterisk Developers Mailing List"
<asterisk-dev@lists.digium.com>
Sent: Tuesday, July 26, 2005 10:39 AM
Subject: [Asterisk-Users] CRITICAL PATCH for anyone using the L option
indial.
> http://bugs.digium.com/view.php?id=4760
>
> If you use the L() option on dial and say the latest CVS-HEAD in the
> past month you're potentially getting screwed out of a lot of money.
>
> We originally wrote the L() option for dial and it worked great till
> someone came along and hijacked the timer for something else thus
> causing the L option to fail/reset the timer to zero thus causing it
> to never timeout if someone were to say press a DTMF digit.
>
> So if you use this please test this and report back to the bug ASAP.
>
> Thanks,
> Brian West
>
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>