Re: [sr-dev] [kamailio/kamailio] presence: do not include presence.h in other header files (eb1bf9a)

2019-01-13 Thread Cui Gang
There is a compile ERROR: ``` presence_dmq.c:97:5: error: use of undeclared identifier 'pres_sruid' if(pres_sruid.pid == 0) { ^ ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] presence_xml db_url param can not set (#1809)

2019-01-12 Thread Cui Gang
I found a confusing thing. I simplified the configuration file ``` debug=3 /* set paths to location of modules */ mpath="/usr/local/kamailio/lib64/kamailio/modules/" loadmodule "db_mysql.so" loadmodule "tm.so" loadmodule "sl.so" loadmodule "presence.so" loadmodule "presence_xml.so"

[sr-dev] [kamailio/kamailio] presence_xml db_url param can not set (#1809)

2019-01-12 Thread Cui Gang
### Description I'm testing the presence feature, on branch 5.2 last version 1e56e4d . modparam("presence_xml", "db_url", DBURL) Can not set db_url of the presence_xml correct value. presence_xml db_url always the default value(DEFAULT_DB_URL). The same way, presence db_url is right.

Re: [sr-dev] [kamailio/kamailio] dialog: safety checks for local cseq and contact vars (79946bb)

2018-12-19 Thread Cui Gang
I found your commit in branch master, "dialog: check for cseq value only when getting it for caller/request". And I tested, It works well ! Could you commit that patch to branch 5.2? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [sr-dev] [kamailio/kamailio] dialog: safety checks for local cseq and contact vars (79946bb)

2018-12-19 Thread Cui Gang
Hi, My kamailio configuration file works well on the first release 5.2.0(535e13b). When I update kamailio server to the 5.2.0 branch last version, include this commit, dialog always ERROR like: ERROR: {...} dialog [dlg_handlers.c:212]: populate_leg_info(): empty CSeq number Why? And how can I