On 16-12 18:31, Keisuke INOUE wrote:
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?
Yes.
2) 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.
3) 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.