Capacity of queue call back

Hello ,
can I Limit the total number of calls waiting in cue callback …

Similar to your other question. Not possible out of box, custom dialplan or a feature request.

https://wiki.freepbx.org/display/SUP/How+to+open+a+feature+request

thank you… wondering if anyone came across something similar in the past

We built our own callback in custom dialplan. We used callfiles to accomplish this. The callfiles were stored in a pending folder. Prior to offering callback we would check the count of callfiles in the pending folder. If the number of files was at the limit we do not offer the callback.

http://the-asterisk-book.com/1.6/call-file.html

I suggest you ‘touch’ such call files in the future so the ‘counting’ can retouch them them if necessary before moving them to ‘outgoing’. you can use that method to regulate the call files without losing them.

when you process them, maintain the timestamps

there is no -p flag with mv, but you can use cp -p file dest/ and remove the original file.

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.