Re: [sr-dev] [kamailio/kamailio] Problem with rpms - Centos 6.x (#2333)

2020-05-20 Thread Henning Westerholt
Maybe try rpm.kamailio.org - it should be also updated after #2084 -- 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] Kazoo: added basic kemi support (#2324)

2020-05-20 Thread tao-communications
@tao-communications pushed 1 commit. 0aca2cd084b1b817426db170a7cc9765ebbd1d2a kazoo: -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Kazoo: added basic kemi support (#2324)

2020-05-20 Thread tao-communications
@tao-communications commented on this pull request. > +if(faked_msg_init()<0) +{ +LM_ERR("failed to init kazoo local sip msg\n"); +return -1; +} + This has been removed. -- You are receiving this because you are subscribed to this thread. Reply to this email

Re: [sr-dev] [kamailio/kamailio] Kazoo: added basic kemi support (#2324)

2020-05-20 Thread tao-communications
@tao-communications commented on this pull request. > - rt = route_get(_rt, "kazoo:mod-init"); - if(rt>=0 && event_rt.rlist[rt]!=NULL) { - LM_DBG("executing event_route[kazoo:mod-init] (%d)\n", rt); - if(faked_msg_init()<0) - return

Re: [sr-dev] [kamailio/kamailio] Kazoo: added basic kemi support (#2324)

2020-05-20 Thread tao-communications
@tao-communications commented on this pull request. > + if (kazoo_route_no>=0) { + rt = route_get(_rt, "kazoo:mod-init"); +if(rt>=0 && event_rt.rlist[rt]!=NULL) { + LM_DBG("executing event_route[kazoo:mod-init] (%d)\n", rt); Now fixed

Re: [sr-dev] [kamailio/kamailio] Kazoo: added basic kemi support (#2324)

2020-05-20 Thread tao-communications
@tao-communications commented on this pull request. > + if (kazoo_route_no>=0) { sprintf(buffer, "kazoo:consumer-event-%.*s-%.*s",ev_category.len, ev_category.s, ev_name.len, ev_name.s); -for (p=buffer ; *p; ++p) *p = tolower(*p); -for (p=buffer ; *p; ++p) if(*p == '_') *p =

Re: [sr-dev] [kamailio/kamailio] Kazoo: added basic kemi support (#2324)

2020-05-20 Thread tao-communications
@tao-communications commented on this pull request. > +sr_kemi_eng_t *keng = NULL; + if(kazoo_event_callback.s!=NULL && kazoo_event_callback.len>0) { + keng = sr_kemi_eng_get(); + if(keng==NULL) { + LM_ERR("failed to find kemi

Re: [sr-dev] [kamailio/kamailio] Kazoo: added basic kemi support (#2324)

2020-05-20 Thread tao-communications
I have addressed the suggested changes in the new commit: - removed route_lookup for kazoo:consumer-event as it may or may not exist - depending on using cfg or kemi: - fire_init_event() calls fire_init_event_cfg() or fire_init_event_kemi() - kz_amqp_consumer_event() calls

Re: [sr-dev] [kamailio/kamailio] hostname in kubernetes (#2119)

2020-05-20 Thread Daniel-Constantin Mierla
Revising this one after quite some time, I looked at the code and the $HN(...) variable is supposed to work with `gethostname()`, being related to hostname value. The proposed change to use `gethostbyname()` in the result from `gethostname()` is changing the purpose, because I thing there can

[sr-dev] git:master:4a714866: kafka: send messages with key via kafka_send_key function and kafka.send_key for KEMI.

2020-05-20 Thread Vicente Hernando
Module: kamailio Branch: master Commit: 4a71486624cc4ea896b87e422e6014f2393c5f7b URL: https://github.com/kamailio/kamailio/commit/4a71486624cc4ea896b87e422e6014f2393c5f7b Author: Vicente Hernando Committer: Vicente Hernando Date: 2020-05-20T13:58:49+02:00 kafka: send messages with key via

[sr-dev] git:master:f0134bb5: kafka: doc about kafka_send_key function.

2020-05-20 Thread Vicente Hernando
Module: kamailio Branch: master Commit: f0134bb58f30dbe9b450a0f9476f70d7eb1e3a4a URL: https://github.com/kamailio/kamailio/commit/f0134bb58f30dbe9b450a0f9476f70d7eb1e3a4a Author: Vicente Hernando Committer: Vicente Hernando Date: 2020-05-20T13:59:04+02:00 kafka: doc about kafka_send_key

[sr-dev] [kamailio/kamailio] Problem with rpms - Centos 6.x (#2333)

2020-05-20 Thread nicoonline
http://download.opensuse.org/repositories/home%3A/kamailio%3A/v5.2.x-rpms/CentOS_6/x86_64/kamailio-5.2.7-7.el6.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 416 Requested Range Not Satisfiable" Trying other mirror.

Re: [sr-dev] [kamailio/kamailio] Problem with rpms - Centos 6.x (#2333)

2020-05-20 Thread nicoonline
Closed #2333. -- 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/2333#event-3356934830___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2020-05-20 Thread Henning Westerholt
I am not a CentOS expert, but the repository structure seems a bit strange. E.g. for CentOS 6: [link](http://rpm.kamailio.org/centos/kamailio.repo) - this contains repositories for 5.2 and 5.3. branch. The 5.2. and 5.3 branches contains old versions, like 5.2.5

[sr-dev] git:master:4a7c3af7: modules: readme files regenerated - kafka ... [skip ci]

2020-05-20 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 4a7c3af7095257fd2e32ce2e33d66346256abafb URL: https://github.com/kamailio/kamailio/commit/4a7c3af7095257fd2e32ce2e33d66346256abafb Author: Kamailio Dev Committer: Kamailio Dev Date: 2020-05-20T14:16:17+02:00 modules: readme files regenerated - kafka ...

[sr-dev] git:master:2a61e71c: modules: readme files regenerated - dispatcher ... [skip ci]

2020-05-20 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 2a61e71c6088ddd5573465474d5f4922fc58c952 URL: https://github.com/kamailio/kamailio/commit/2a61e71c6088ddd5573465474d5f4922fc58c952 Author: Kamailio Dev Committer: Kamailio Dev Date: 2020-05-20T22:16:11+02:00 modules: readme files regenerated -

[sr-dev] git:master:be1e23de: dispatcher: documentation for dispatcher.hash rpc command

2020-05-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: be1e23defc8c56dc0a1398b009019626f5ea0e0f URL: https://github.com/kamailio/kamailio/commit/be1e23defc8c56dc0a1398b009019626f5ea0e0f Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-05-20T21:48:29+02:00 dispatcher:

[sr-dev] [kamailio/kamailio] /var/run/kamailio/ owned by root after Kamailio start (#2334)

2020-05-20 Thread arkadiam
Environment: ``` DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=xenial DISTRIB_DESCRIPTION="Ubuntu 16.04.6 LTS" ``` Kamailio installed from: ``` /etc/apt/sources.list deb http://deb.kamailio.org/kamailio53 xenial main deb-src http://deb.kamailio.org/kamailio53 xenial main ```

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2020-05-20 Thread sergey-safarov
Thanks @henningw for remark. Main idea of folder like `5.2/5.2` or `5.3/5.3` as weekly build of supported branch. As weekly builds configured only for `CentOS 8` and `CentOS 7` so this repos for `CentOS 6` need to delete. Looks as this repos I made my mistake when I start repo creation. -- You

[sr-dev] git:master:32e1409a: dispatcher: docs - kamctl is not an entity

2020-05-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 32e1409a2e0fef557eeda196586b1a32366b90a5 URL: https://github.com/kamailio/kamailio/commit/32e1409a2e0fef557eeda196586b1a32366b90a5 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-05-20T22:03:15+02:00 dispatcher: docs -

[sr-dev] git:master:aac6c77c: dispatcher: added rpc command dispatcher.hash

2020-05-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: aac6c77cac36ea28897fcec539d750e8bf652d55 URL: https://github.com/kamailio/kamailio/commit/aac6c77cac36ea28897fcec539d750e8bf652d55 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-05-20T21:33:17+02:00 dispatcher: added rpc

[sr-dev] git:master:4f51e4a9: modules: readme files regenerated - dispatcher ... [skip ci]

2020-05-20 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 4f51e4a960fe3df2c83b8c328c78a88818328223 URL: https://github.com/kamailio/kamailio/commit/4f51e4a960fe3df2c83b8c328c78a88818328223 Author: Kamailio Dev Committer: Kamailio Dev Date: 2020-05-20T22:01:12+02:00 modules: readme files regenerated -

[sr-dev] git:master:23341c60: ims_registrar_scscf: fix multiple contacts in 200OK

2020-05-20 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 23341c60519bd3e8eb91974c7aca0b283735665e URL: https://github.com/kamailio/kamailio/commit/23341c60519bd3e8eb91974c7aca0b283735665e Author: Aleksandar Yosifov Committer: Henning Westerholt Date: 2020-05-20T08:28:06+02:00 ims_registrar_scscf: fix multiple

[sr-dev] git:master:cc098ecd: evapi: use getaddrinfo() instead of gethostbyname()

2020-05-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: cc098ecdfb556bf5efaab72fa767c773000f9fb6 URL: https://github.com/kamailio/kamailio/commit/cc098ecdfb556bf5efaab72fa767c773000f9fb6 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-05-20T13:35:32+02:00 evapi: use