[Spce-user] Limit incoming concurrent calls for subscribers

Matthias Hohl matthias.hohl at telematica.at
Wed Jan 14 04:55:26 EST 2015


Hello Daniel,

Oh okay, that sounds good... Can you tell me, where i can exactly i can
set this hack in code..?
Is this maybe a option for a further release..?

thanks


-----Ursprüngliche Nachricht-----
Von: Spce-user [mailto:spce-user-bounces at lists.sipwise.com] Im Auftrag von
Daniel Grotti
Gesendet: Mittwoch, 14. Jänner 2015 10:52
An: spce-user at lists.sipwise.com
Betreff: Re: [Spce-user] Limit incoming concurrent calls for subscribers

Hi,
you can build and hack a little bit the code and create this new
concurrent_max_in, by testing :

if ( concurrent_max - concurrent_max_out = 5) {
   ## means 5 concurrent_incoming_calls
   do something...
}


concurrent_max = tot out+in
concurrent_max_out = tot out


Daniel




On 01/14/2015 10:48 AM, Andreas Granig wrote:
> Hi,
>
> On 01/11/2015 03:02 AM, Matthias Hohl wrote:
>> I can just find „concurrent_max_out“, concurrent_max_out_total  and
>> concurrent_max
>>
>> But i need the „concurrent_max_in“ setting on the webinterface.
> Unfortunately there is no such option.
>
> Andreas
> _______________________________________________
> Spce-user mailing list
> Spce-user at lists.sipwise.com
> https://lists.sipwise.com/listinfo/spce-user

_______________________________________________
Spce-user mailing list
Spce-user at lists.sipwise.com
https://lists.sipwise.com/listinfo/spce-user



More information about the Spce-user mailing list