Re: [asterisk-dev] review: remove support for named channels from chan_dahdi

2016-10-20 Thread Matt Fredrickson
In the time in which I worked with DAHDI extensively, I don't think I ever used that feature. Matthew Fredrickson On Tue, Oct 18, 2016 at 6:11 PM, Tzafrir Cohen wrote: > Hi, > > In a new review request ([1]) I call for removing code that supports > dialing a DAHDI channel by name. I suspect this

[asterisk-dev] app_queue retry limit

2016-10-20 Thread marek cervenka
hi, we have questions from busy call centers if the retry time parameter can be 0 (wait time before next agent call) in app_queue its prohibited } else if (!strcasecmp(param, "retry")) { q->retry = atoi(val); if (q->retry <= 0) { q

Re: [asterisk-dev] app_queue retry limit

2016-10-20 Thread Mark Michelson
On 10/20/2016 09:51 AM, marek cervenka wrote: hi, we have questions from busy call centers if the retry time parameter can be 0 (wait time before next agent call) in app_queue its prohibited } else if (!strcasecmp(param, "retry")) { q->retry = atoi(val);