Re: [Freeswitch-users] Sofia regiter to provider with multiple account

2009-09-26 Thread Dome Charoenyost
2009/9/26 Brian West br...@freeswitch.org:
 Why would they require you to have 50 accounts?  Doesn't seem sane to
 me.
They provide for pc to phone user and i want to use for my corp.

:)


 /b

 On Sep 25, 2009, at 9:48 PM, Dome Charoenyost wrote:

 2009/9/26 Michael Jerris m...@jerris.com:

 On Sep 25, 2009, at 10:04 PM, Dome Charoenyost wrote:

 Dear All,
        How to config freeswitch for support this case ?
     1. FS register to provider about 50 user account. (Each account
 can't support multiple call in same time)

 Sofia gateways

     2. FS Check account not inuse before call out.

 mod_limit

     3. User account should be round-robin

 what does this mean?


 Each user account have own balance (in provider). So i want to use
 all user


 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Sofia regiter to provider with multiple account

2009-09-26 Thread Brian West
Why would they require you to have 50 accounts?  Doesn't seem sane to  
me.

/b

On Sep 25, 2009, at 9:48 PM, Dome Charoenyost wrote:

 2009/9/26 Michael Jerris m...@jerris.com:

 On Sep 25, 2009, at 10:04 PM, Dome Charoenyost wrote:

 Dear All,
How to config freeswitch for support this case ?
 1. FS register to provider about 50 user account. (Each account
 can't support multiple call in same time)

 Sofia gateways

 2. FS Check account not inuse before call out.

 mod_limit

 3. User account should be round-robin

 what does this mean?


 Each user account have own balance (in provider). So i want to use  
 all user


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Sofia regiter to provider with multiple account

2009-09-26 Thread Seven Du
I would write a simple lua script to do a round robin hunt.

2009/9/27 Dome Charoenyost d...@tel.co.th

 2009/9/26 Brian West br...@freeswitch.org:
  Why would they require you to have 50 accounts?  Doesn't seem sane to
  me.
 They provide for pc to phone user and i want to use for my corp.

 :)

 
  /b
 
  On Sep 25, 2009, at 9:48 PM, Dome Charoenyost wrote:
 
  2009/9/26 Michael Jerris m...@jerris.com:
 
  On Sep 25, 2009, at 10:04 PM, Dome Charoenyost wrote:
 
  Dear All,
 How to config freeswitch for support this case ?
  1. FS register to provider about 50 user account. (Each account
  can't support multiple call in same time)
 
  Sofia gateways
 
  2. FS Check account not inuse before call out.
 
  mod_limit
 
  3. User account should be round-robin
 
  what does this mean?
 
 
  Each user account have own balance (in provider). So i want to use
  all user
 
 
  ___
  FreeSWITCH-users mailing list
  FreeSWITCH-users@lists.freeswitch.org
  http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
  UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
  http://www.freeswitch.org
 

 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] Sofia regiter to provider with multiple account

2009-09-25 Thread Dome Charoenyost
Dear All,
How to config freeswitch for support this case ?
 1. FS register to provider about 50 user account. (Each account
can't support multiple call in same time)
 2. FS Check account not inuse before call out.
 3. User account should be round-robin

BG
Dome C.

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Sofia regiter to provider with multiple account

2009-09-25 Thread Michael Jerris

On Sep 25, 2009, at 10:04 PM, Dome Charoenyost wrote:

 Dear All,
How to config freeswitch for support this case ?
 1. FS register to provider about 50 user account. (Each account
 can't support multiple call in same time)

Sofia gateways

 2. FS Check account not inuse before call out.

mod_limit

 3. User account should be round-robin

what does this mean?


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Sofia regiter to provider with multiple account

2009-09-25 Thread Dome Charoenyost
2009/9/26 Michael Jerris m...@jerris.com:

 On Sep 25, 2009, at 10:04 PM, Dome Charoenyost wrote:

 Dear All,
        How to config freeswitch for support this case ?
     1. FS register to provider about 50 user account. (Each account
 can't support multiple call in same time)

 Sofia gateways

     2. FS Check account not inuse before call out.

 mod_limit

     3. User account should be round-robin

 what does this mean?


Each user account have own balance (in provider). So i want to use all user


 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org