Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] Groups information in sqllite


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
srinivas.ksvreddy at g...
Guest





PostPosted: Tue Oct 13, 2009 1:12 am    Post subject: [Freeswitch-users] Groups information in sqllite Reply with quote

Hi,

can any know where group information is exactly stored in sqllite database, i have seen sip_registration here i can find the registered users,
in the same way how i can i find the group information, and which user belongs to which user?
any help would be great.

thanks
--
Srinivasula Reddy K
Back to top
brian at freeswitch.org
Guest





PostPosted: Tue Oct 13, 2009 1:12 am    Post subject: [Freeswitch-users] Groups information in sqllite Reply with quote

The sip_registration table contains the contacts for each registered
endpoint. Its not for the directory from a database per se... If you
wish to serve up your users and groups from a database check out the
XML Curl wiki page.

/b

On Oct 12, 2009, at 11:01 PM, srinivasula reddy wrote:

Quote:
Hi,

can any know where group information is exactly stored in sqllite
database, i have seen sip_registration here i can find the
registered users,
in the same way how i can i find the group information, and which
user belongs to which user?
any help would be great.

thanks
--
Srinivasula Reddy K


_______________________________________________
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
Back to top
srinivas.ksvreddy at g...
Guest





PostPosted: Tue Oct 13, 2009 1:24 am    Post subject: [Freeswitch-users] Groups information in sqllite Reply with quote

HI Brain,

thank u very much for valuable reply,

you are right, sip_Registration table contains the registered endpoint details, in the same way there is any table for groups, how many groups are  there? and information about groups(directory/default.xml this file having the group configuration).

Thanks
Srinivas

On Tue, Oct 13, 2009 at 11:35 AM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
The sip_registration table contains the contacts for each registered
endpoint.  Its not for the directory from a database per se... If you
wish to serve up your users and groups from a database check out the
XML Curl wiki page.

/b


On Oct 12, 2009, at 11:01 PM, srinivasula reddy wrote:

Quote:
Hi,

can any know where group information is exactly stored in sqllite
database, i have seen sip_registration here i can find the
registered users,
in the same way how i can i find the group information, and which
user belongs to which user?
any help would be great.

thanks
--
Srinivasula Reddy K




_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (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



--
Srinivasula Reddy K
Back to top
brian at freeswitch.org
Guest





PostPosted: Tue Oct 13, 2009 1:35 am    Post subject: [Freeswitch-users] Groups information in sqllite Reply with quote

NO this is in the XML... not in the db table.

/b

On Oct 12, 2009, at 11:16 PM, srinivasula reddy wrote:

Quote:
in the same way there is any table for groups, how many groups are
there? and information about groups(directory/default.xml this file
having the group configuration).


_______________________________________________
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
Back to top
srinivas.ksvreddy at g...
Guest





PostPosted: Tue Oct 13, 2009 1:41 am    Post subject: [Freeswitch-users] Groups information in sqllite Reply with quote

OK, then when i call to group number(911) how it will call to all the registered members in group?


On Tue, Oct 13, 2009 at 11:55 AM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
NO this is in the XML... not in the db table.

/b

On Oct 12, 2009, at 11:16 PM, srinivasula reddy wrote:

Quote:
 in the same way there is any table for groups, how many groups are
there? and information about groups(directory/default.xml this file
having the group configuration).




_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (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





--
Srinivasula Reddy K
Back to top
brian at freeswitch.org
Guest





PostPosted: Tue Oct 13, 2009 2:04 am    Post subject: [Freeswitch-users] Groups information in sqllite Reply with quote

Its based on the directory and who is in the group... check out the
defaults it does exactly this on the 2000 range if I recall correctly.

/b

On Oct 12, 2009, at 11:32 PM, srinivasula reddy wrote:

Quote:
OK, then when i call to group number(911) how it will call to all
the registered members in group?


_______________________________________________
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
Back to top
srinivas.ksvreddy at g...
Guest





PostPosted: Tue Oct 13, 2009 4:14 am    Post subject: [Freeswitch-users] Groups information in sqllite Reply with quote

hi brain,

thank u very much for your valuable time,
can u please tell me where the groups data will maintain thought the session,

Thanks
Srinivas

On Tue, Oct 13, 2009 at 12:18 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
Its based on the directory and who is in the group... check out the
defaults it does exactly this on the 2000 range if I recall correctly.

/b

On Oct 12, 2009, at 11:32 PM, srinivasula reddy wrote:

Quote:
OK, then when i call to group number(911) how it will call to all
the registered members in group?




_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (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





--
Srinivasula Reddy K
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services