hi there,
I have any question.
1) I want to make the SIP Server which has individual processing and a database. Can I remake that by SER? Can I add any functions to SER?
2) How is MySQL used in SER? MySQL+PHP? MySQL+C++? Is it written MySQL when Client is registered by "REGISTER"?
3) I want to know the program composition of SER. Where can I see that? or Should I learn SER from any documents?
Thank you for your time and your advance.
---- Keisuke INOUE
mailto:keino048744@yahoo.co.jp __________________________________________________ Do You Yahoo!? Yahoo! BB is Broadband by Yahoo! http://bb.yahoo.co.jp/
Kannaiyan
----- Original Message ----- From: "Keisuke INOUE" keino048744@yahoo.co.jp To: serusers@lists.iptel.org Sent: Tuesday, December 16, 2003 9:31 AM Subject: [Serusers] Please tell me[1]
hi there,
I have any question.
I want to make the SIP Server which has individual processing and a database. Can I remake that by SER? Can I add any functions to SER?
How is MySQL used in SER? MySQL+PHP? MySQL+C++? Is it written MySQL when Client is registered by "REGISTER"?
I want to know the program composition of SER. Where can I see that? or Should I learn SER from any documents?
Thank you for your time and your advance.
Keisuke INOUE
mailto:keino048744@yahoo.co.jp __________________________________________________ Do You Yahoo!? Yahoo! BB is Broadband by Yahoo! http://bb.yahoo.co.jp/
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
On 16-12 18:31, Keisuke INOUE wrote:
hi there,
I have any question.
- I want to make the SIP Server which has individual processing and a database. Can I remake that by SER? Can I add any functions to SER?
Yes.
- How is MySQL used in SER? MySQL+PHP? MySQL+C++? Is it written MySQL when Client is registered by "REGISTER"?
MySQL is used to store the user location data, subscriber information, privileges and many other things.
If you the using of database in usrloc module then it will be written into the database when somebody registers.
- I want to know the program composition of SER. Where can I see that? or Should I learn SER from any documents?
See the sources.
Jan.