[asterisk-bugs] [Asterisk 0011202]: [patch] Add check_hangup() method to pbx_lua
noreply at bugs.digium.com
noreply at bugs.digium.com
Thu Nov 8 17:36:33 CST 2007
The following issue has been ASSIGNED.
======================================================================
http://bugs.digium.com/view.php?id=11202
======================================================================
Reported By: mnicholson
Assigned To: qwell
======================================================================
Project: Asterisk
Issue ID: 11202
Category: PBX/NewFeature
Reproducibility: N/A
Severity: feature
Priority: normal
Status: assigned
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 88376
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 11-08-2007 16:41 CST
Last Modified: 11-08-2007 17:36 CST
======================================================================
Summary: [patch] Add check_hangup() method to pbx_lua
Description:
This patch adds a check_hangup() method to pbx_lua. This is useful if your
script has long running sections of code that do not pass control back to
asterisk (i.e. by executing certain apps). Using this method the user can
check and see if it is time for a hangup and if so exit their script
(probably using error()).
======================================================================
----------------------------------------------------------------------
svnbot - 11-08-07 17:36
----------------------------------------------------------------------
Repository: asterisk
Revision: 89124
U trunk/pbx/pbx_lua.c
------------------------------------------------------------------------
r89124 | qwell | 2007-11-08 17:36:32 -0600 (Thu, 08 Nov 2007) | 4 lines
Add check_hangup() method to pbx_lua, which can be used to check whether
it is time to hangup a channel.
Closes issue http://bugs.digium.com/view.php?id=11202, patch by mnicholson
------------------------------------------------------------------------
Issue History
Date Modified Username Field Change
======================================================================
11-08-07 17:36 svnbot Checkin
11-08-07 17:36 svnbot Note Added: 0073417
11-08-07 17:36 svnbot Status new => assigned
11-08-07 17:36 svnbot Assigned To => qwell
======================================================================
More information about the asterisk-bugs
mailing list