On Nov 20, 2006 at 02:25, Abdul Qadir ablqadir@yahoo.com wrote:
How can I prevent SER users to make simultaneous calls using one account. Is there any function which I pass the user id/or some thing and it return true/false based on status if this user is currently making any call.
No, there is no such function. ser doesn't keep call state. You would need to write a new module (if you only want to prevent simultaneous calls you might get away with a simple hack and you can probably avoid having a b2bua implementation)
Andrei