[Home]

Summary:ASTERISK-04509: Little patch to allow incrementing of RetryTime in outgoing spool callfiles
Reporter:Wojtek Rolecki (voidhead)Labels:
Date Opened:2005-07-01 08:11:19Date Closed:2011-06-07 14:03:11
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) pbx_spool-1.0.8.patch
Description:This patch allows to define "MFactor" field in Asterisk's /var/spool/asterisk/outgoing/ callfile, which tells asterisk to increment RetryTime MFactor times, between call retries.

****** ADDITIONAL INFORMATION ******

Usage is pretty obvious, just specify an additional line in callfile, like:
[...]
RetryTime: 300
MFactor: 2
[...]

This will extend every RetryTime interval by 2, so calls will be attempted in following manner:
2nd try: 300 seconds after first
3rd try: 600 seconds after second
4rd try: 1200 seconds after third
etc.
Comments:By: Kevin P. Fleming (kpfleming) 2005-07-05 16:30:21

We do not add new features to the 1.0.x branch of Asterisk. If you wish to get this feature added to the HEAD branch, please recreate and test your patch against that version and post a new patch here.

By: Michael Jerris (mikej) 2005-07-05 16:34:24

Also you will need to submit a disclaimer if you wish this to be considered.

By: Michael Jerris (mikej) 2005-07-12 17:51:11

Closed due to lack of response.  If you can create a patch for head and submit a disclaimer, please re-open this bug.