📄 readme
字号:
Project : mysqldb_presence plugin for partysipLicense : Write <license@osip.org>.Author : Aymeric MOIZARD <jack@osip.org>Partysip is a SIP proxy server.It could be used with linphone, kphone, WindowsMessenger, xlite...PLUGIN INFORMATION:mysqldb_rgstrar is a plugin for partysip. This pluginstore sip locations from REGISTER message in a MYSQLdatabase.Use the mysqldb_forward to be able to route requestby using the data stored by the mysqldb_rgstrar plugin.Use the mysqldb_presence plugin for presence viaa mysql server.COMPILATION PROCESS:$> ./configure$> make$> make installDATABASE SETUP:In order to use the mysqldb_* plugins, you have tocreate all the database in your mysql server:1: build the sql tables:Edit the "./conf/psp_mysql.sh" script to match informationsfrom your partysip.conf file: DB="sipdb" ADMIN="root" PSPUSER="pspadmin" PSPPWD="partysip" HOST="localhost"Then run the following to build the database: ./psp_mysql.sh build2: add user informations in the database for authentication (mandatory if you want to use authentication.) ./psp_mysql [add_user] [username] [domain] [ha1] [sipurl] [email] example: ./psp_mysql add_user test_user atosc.org xsdffsscssc \ sip:username@atosc.org test_user@atosc.orgCONFIGURATION:Then edit /usr/local/etc/partysip/partysip.conf andmerge the content of conf/mysqldb_presence.conf to configure the plugin.Don't forget to edit the "plugins" line in partysipso the plugin will effectively be loaded.Here is a snapshot from my "partysip.conf" file when using this plugin: plugins = udp syntax filter mysqldb_auth mysqldb_presence mysqldb_rgstrar mysqldb_forward ls_sfull plugins_config = udp syntax filter_internal mysqldb_auth mysqldb_presence mysqldb_rgstrar mysqldb_forward ls_sfullFor more information, write to partysip's mailing list.<partysip-dev@nongnu.org>.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -