[sr-dev] [kamailio/kamailio] kamcmd keepalive.list the last up and down time reversed (Issue #3790)

2024-03-18 Thread suiyuemanbu via sr-dev
kamailio 5.7.0 kamcmd keepalive.list { uri: sip:192.168.10.12:8877 owner: drouting last checked: Mon Mar 18 17:45:39 2024 last up: Mon Mar 18 17:45:59 2024 //err last down: Thu Jan 1 08:00:00 1970 //err state: 2 } { uri: sip:192.16

[sr-dev] Re: [kamailio/kamailio] kamcmd keepalive.list the last up and down time reversed (Issue #3790)

2024-03-22 Thread suiyuemanbu via sr-dev
> Can you try with master branch or with the commit referenced above? yes, Your modifications are correct, thanks! -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3790#issuecomment-2014847223 You are receiving this because you are subscribed to t

[sr-dev] Re: [kamailio/kamailio] kamcmd keepalive.list the last up and down time reversed (Issue #3790)

2024-03-22 Thread suiyuemanbu via sr-dev
miconda, thank you. You solved my problem. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3790#issuecomment-2014872586 You are receiving this because you are subscribed to this thread. Message ID: ___

[sr-dev] Re: [kamailio/kamailio] kamcmd keepalive.list the last up and down time reversed (Issue #3790)

2024-03-22 Thread suiyuemanbu via sr-dev
Closed #3790 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3790#event-12214484946 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] [kamailio/kamailio] Core parameters user_agent_header fail to take effect (Issue #3816)

2024-04-18 Thread suiyuemanbu via sr-dev
I want kamailio use User-Agent header, not Server head My setup is as follows: kamailio.cfg server_signature=no user_agent_header="User-Agent: carrierroute-kam" the result is : SIP/2.0 100 trying -- your call is important to us Via: SIP/2.0/UDP xxx From: xxtag=N856ZmNXa4S6D To: xxx Call-

[sr-dev] Re: [kamailio/kamailio] In function ksr_tm_event_response_sent(evname), header and body modifications are not applied (Issue #3997)

2024-10-10 Thread suiyuemanbu via sr-dev
Perhaps, "header and body modifications"only methods such as invite are supported and not 200 OK Responses. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3997#issuecomment-2404663276 You are receiving this because you are subscribed to this thr

[sr-dev] Re: [kamailio/kamailio] tls connection in kamailio use too many shared memories (Issue #3980)

2024-09-24 Thread suiyuemanbu via sr-dev
https://github.com/kamailio/kamailio/issues/3823 -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3980#issuecomment-2370891569 You are receiving this because you are subscribed to this thread. Message ID: _

[sr-dev] [kamailio/kamailio] kamcmd tm.t_uac_start error (Issue #4042)

2024-11-28 Thread suiyuemanbu via sr-dev
kamcmd tm.t_uac_start INVITE sip:1346@192.168.10.22:5080 . . 'From: \r\n' 'To: \r\n' error: 400 - Invalid headers the log is : /usr/bin/kamailio[2773]: ERROR: [core/parser/msg_parser.c:260]: get_hdr_field(): no eol - bad body for (hdr type: 4) [\r\n] /usr/bin/kamailio[2773]: ERROR: [cor

[sr-dev] Re: [kamailio/kamailio] After modifying the tag value in the To header field of the SIP 408 response using the app_python3 module, Kamailio reported an error: BUG: bad pointer 0x7f60c10a88a0

2024-12-04 Thread suiyuemanbu via sr-dev
why modify the to-tag? should not -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4050#issuecomment-2516669197 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio

[sr-dev] Re: [kamailio/kamailio] rtpengine does not detect new nodes in table (Issue #4220)

2025-04-22 Thread suiyuemanbu via sr-dev
suiyuemanbu left a comment (kamailio/kamailio#4220) kamcmd rtpengine.reload -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4220#issuecomment-2822914828 You are receiving this because you are subscribed to this thread. Message ID: __

[sr-dev] Re: [kamailio/kamailio] kamailio.pid does not exist -- Kamailio start failed (Issue #4243)

2025-05-15 Thread suiyuemanbu via sr-dev
suiyuemanbu left a comment (kamailio/kamailio#4243) database error kamailio -c -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4243#issuecomment-2885543510 You are receiving this because you are subscribed to this thread. Message ID: _

[sr-dev] Re: [kamailio/kamailio] Cannot connect using MySQL option group name in DBURL (Issue #4271)

2025-06-02 Thread suiyuemanbu via sr-dev
suiyuemanbu left a comment (kamailio/kamailio#4271) The script will add two users in MySQL: - kamailio - (with default password 'kamailiorw') - user which has full access rights to 'kamailio' database - kamailioro - (with default password 'kamailioro') - user which has read-only access rights

[sr-dev] Re: [kamailio/kamailio] RUN PCSCF ERROR (Issue #4307)

2025-07-06 Thread suiyuemanbu via sr-dev
suiyuemanbu left a comment (kamailio/kamailio#4307) You can comment out the content related to pcscf. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4307#issuecomment-3043239224 You are receiving this because you are subscribed to this thread.

[sr-dev] Re: [kamailio/kamailio] Dispatcher keepalive change status fault for destinations with same destination uri and different sockets. (Issue #4330)

2025-07-18 Thread suiyuemanbu via sr-dev
suiyuemanbu left a comment (kamailio/kamailio#4330) while(i < idx->nr) { if(idx->dlist[i].uri.len == address->len && strncasecmp(idx->dlist[i].uri.s, address->s, address->len) == 0) {