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.
--------------------------------- Sponsored Link
Mortgage rates as low as 4.625% - $150,000 loan for $579 a month. Intro-*Terms
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
It means SER don't keep the call state even if I run it as stateful proxy.
Andrei Pelinescu-Onciul andrei@iptel.org wrote: On Nov 20, 2006 at 02:25, Abdul Qadir 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
--------------------------------- Sponsored Link
$200,000 mortgage for $660/mo - 30/15 yr fixed, reduce debt, home equity - Click now for info
Keeping call state and stateful proxies are two separate things. Stateful proxies is related to how transactions are handled. Keeping call state is another ball game
From: Abdul Qadir ablqadir@yahoo.com To: Andrei Pelinescu-Onciul andrei@iptel.org CC: serusers@lists.iptel.org Subject: Re: [Serusers] Multiple Calls Date: Mon, 20 Nov 2006 18:30:21 -0800 (PST)
It means SER don't keep the call state even if I run it as stateful proxy.
Andrei Pelinescu-Onciul andrei@iptel.org wrote: On Nov 20, 2006 at 02:25, Abdul Qadir 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
Sponsored Link
$200,000 mortgage for $660/mo - 30/15 yr fixed, reduce debt, home equity - Click now for info
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
_________________________________________________________________ Find a local pizza place, music store, museum and more then map the best route! Check out Live Local today! http://local.live.com/?mkt=en-ca/
Yes, keeping call state = dialog statefulness, statefull proxy = keeping transaction state.
In general you don't want to keep the dialog state because the resources required reduces dramatically the number of subscribers you can support on a server. g-)
SER LIST wrote:
Keeping call state and stateful proxies are two separate things. Stateful proxies is related to how transactions are handled. Keeping call state is another ball game
From: Abdul Qadir ablqadir@yahoo.com To: Andrei Pelinescu-Onciul andrei@iptel.org CC: serusers@lists.iptel.org Subject: Re: [Serusers] Multiple Calls Date: Mon, 20 Nov 2006 18:30:21 -0800 (PST)
It means SER don't keep the call state even if I run it as stateful proxy.
Andrei Pelinescu-Onciul andrei@iptel.org wrote: On Nov 20, 2006 at 02:25, Abdul Qadir 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
Sponsored Link
$200,000 mortgage for $660/mo - 30/15 yr fixed, reduce debt, home equity - Click now for info
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Find a local pizza place, music store, museum and more…then map the best route! Check out Live Local today! http://local.live.com/?mkt=en-ca/
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers