[Users] Limit simultaneous calls
Daniel-Constantin Mierla
daniel at voice-system.ro
Mon Dec 12 11:42:51 CET 2005
Hello,
you need to keep the state of the call. Openser is only transactional
stateful, not call stateful. You can develop a quick solution that will
query the mysql acc table and see how many INVITEs without BYEs are
there, but this solution is not reliable, if the caller or callee
experienced a network failure (BYE is never sent).
Cheers,
Daniel
On 12/07/05 15:21, Christophe Irles wrote:
> Hi,
>
> Is there a way to limit the number of simultaneous calls ? According the
> provider, the bandwith will not permit a lot of simultaneous call so in
> order to prevent very bad feeling I prefer to limit the use.
>
> In a second step, I wondering if this type of restriction can be extended
> according the phone domain. For example, simultaneous call betwwen two
> sub-sites of the same enterprise is limited to 10 but all others a limited
> to 5 for example.
>
> I know the ACC module but it's not the one fot this even if the information
> stored could resolve this point. Perhaps another module already exist ?
>
> Thanks,
> Christophe
>
>
> _______________________________________________
> Users mailing list
> Users at openser.org
> http://openser.org/cgi-bin/mailman/listinfo/users
>
>
More information about the Users
mailing list