[sr-dev] Re: [kamailio/kamailio] kamailio 5.7.0 cant't use siprepo function sr_msg_push() (Issue #3418)

2023-04-19 Thread zhangyang
thanks for your commit,i try it.it's work.however, when set _siprepo_table,it't crash,this is gdb debug. ``` /corefile>gdb /home/ucp/ka/sbin/kamailio core-kamailio-100062-1681861889 GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-120.el7 Copyright (C) 2013 Free Software Foundation, Inc. License GP

[sr-dev] [kamailio/kamailio] kamailio 5.7.0 cant't use siprepo function sr_msg_push() (Issue #3418)

2023-04-18 Thread zhangyang
### Description When I use the siprepo module, according to the documentation, I use the sr_msg_push function, and the startup log will report an error "failed to find command sr_msg_push (params 2)" this is my cfg code: $var(msgid) = $sruid; if(sr_msg_push("$var(msgid)"

[sr-dev] [kamailio/kamailio] kamailio sip out of order when sip transfer too fast (Issue #3262)

2022-10-13 Thread zhangyang
I found a problem when I tested again. When the interval between the transmission of two info messages is too short, the forwarding of kamailio will be confused. Can this be solved please? https://user-images.githubusercontent.com/16113837/195576921-dafc0511-5b8e-45a8-879c-a28c194fa857.png";>

Re: [sr-dev] [kamailio/kamailio] topos module may not be able to transparently transmit the update message (#2659)

2021-03-17 Thread zhangyang
Closed #2659. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2659#event-4468603289___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] topos module may not be able to transparently transmit the update message (#2659)

2021-03-17 Thread zhangyang
I tried it many times, just to use the precondition (RFC3312) process. Upgrade from audio to video. No matter whether record_route() is added or not, it will not succeed. I modified it according to my screenshot above and it took effect. This may be a problem with my usage. I will close this que

Re: [sr-dev] [kamailio/kamailio] topos module may not be able to transparently transmit the update message (#2659)

2021-03-07 Thread zhangyang
I think this module should be insensitive to users after loading。I have found some ways to solve this problem, but I don’t know if the idea is correct。 ![image](https://user-images.githubusercontent.com/16113837/110236002-660a1900-7f6e-11eb-99a5-eed9756b914b.png) i ues tps_dlg_detect_direction() t

[sr-dev] [kamailio/kamailio] topos module may not be able to transparently transmit the update message (#2659)

2021-03-04 Thread zhangyang
**Description** We use below config to test the topology hiding function,when kamailio receive “update” message,doesn't send out,it will send to itself with destination port 5060; Sorry for raising this question again,I really don’t know what parameters need to be configured。And after I modified

Re: [sr-dev] [kamailio/kamailio] If the topos.so module support handling "update" message ? (#2655)

2021-03-04 Thread zhangyang
I have been testing repeatedly these days, and I think there should be a problem here. I will open a new issue to describe him. Excuse me, I really think this is problematic -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: h

[sr-dev] [kamailio/kamailio] If the topos.so module support handling "update" message ? (#2655)

2021-03-01 Thread zhangyang
**Description** We use below config to test the topology hiding function,when kamailio receive “update” message,doesn't send out,it will send to itself with destination port 5060; **Troubleshooting** loadmodule "ndb_redis.so" loadmodule "topos_redis.so" loadmodule "topos.so" modparam("ndb_redis"

Re: [sr-dev] [kamailio/kamailio] Catch exceptions in cfg event_route when using tcp to transmit sip (#2614)

2021-01-29 Thread zhangyang
Closed #2614. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2614#event-4265145919___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] Catch exceptions in cfg event_route when using tcp to transmit sip (#2614)

2021-01-29 Thread zhangyang
TCP Ops module Seems to have been achieved,i will test it ,i'm sorry for this issues -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2614#issuecomment-769680145

[sr-dev] [kamailio/kamailio] Catch exceptions in cfg event_route when using tcp to transmit sip (#2614)

2021-01-29 Thread zhangyang
### Description When we use tcp to transmit the regester message of softphone and kamailio, we want to check whether the softphone is disconnected in real time. At present, we can get the broken link in the log, but cannot process it from the cfg file. Can we add an Event Routes? ### Expecte

Re: [sr-dev] [kamailio/kamailio] Kamailio-5.4.: Crashs from keepalive module during adding destination (#2476)

2020-12-14 Thread zhangyang
i have beet test it. it work's.thanks -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2476#issuecomment-744195241___ Kamailio (SER) - Dev

Re: [sr-dev] [kamailio/kamailio] Kamailio-5.4.: Crashs from keepalive module during adding destination (#2476)

2020-12-14 Thread zhangyang
Closed #2476. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2476#event-4107339053___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] Kamailio-5.4.: Crashs from keepalive module during adding destination (#2476)

2020-12-11 Thread zhangyang
@NGSegovia thanks for this,i will test in next week(because today is Friday in china:smile:),and report you. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2476#issuecomment-74311

Re: [sr-dev] [kamailio/kamailio] Kamailio-5.4.: Crashs from keepalive module during adding destination (#2476)

2020-09-15 Thread zhangyang
Thanks everyone,So will there be a patch? or use define event_route[htable:mod-init] ? @NGSegovia -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2476#issuecomment-692542959

[sr-dev] [kamailio/kamailio] Kamailio-5.4.: Crashs from keepalive module (#2476)

2020-09-14 Thread zhangyang
### Description I just update kamailio 5.2.1 to 5.4.1. then there are some crashs from keepalive module. ### Troubleshooting ![image](https://user-images.githubusercontent.com/16113837/93066033-08c29880-f6ac-11ea-8660-12348f8881ab.png) Reproduction Debugging Data ``` Thread 1 (Th

Re: [sr-dev] [kamailio/kamailio] tm core.when free ack cancel_buf. (#2321)

2020-05-15 Thread zhangyang
Closed #2321. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2321#event-3339705207___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] tm core.when free ack cancel_buf. (#2321)

2020-05-15 Thread zhangyang
Thank you very much for your contribution, we have modified 5.2 according to your code. It will not crash after testing. At the same time, we also modified the cfg file to avoid loop,At last I will pay attention to my issue format in the future. @linuxmaniac thanks you formatting -- You are re

Re: [sr-dev] [kamailio/kamailio] tm core.when free ack cancel_buf. (#2321)

2020-05-11 Thread zhangyang
thanks for you reply. this is gdb info (gdb) frame 5 #5 0x2ae1c4951e76 in build_local_reparse (Trans=0x2ae1c94524d8, branch=0, len=0x7ffe977ff370, method=0x2ae1c4a2399b "ACK", method_len=3, to=0x7ffe977ff130, reason=0x0) at t_msgbuilder.c:518 518 t_msgbuilder.c: 没有那个文件或目录. (gdb) p *to $

[sr-dev] [kamailio/kamailio] tm core.when free ack cancel_buf. (#2321)

2020-05-10 Thread zhangyang
### Description wh have a too long 500msg,when the build ack,it abort we use ka listen two port ,and use port 1 send port 2 after port2 send port1,it loop in kamailio.cfg.its my wrong,but kamailio core ### Troubleshooting Debugging Data this is core bt #0 0x2ae1c343c5f7 in rais