[SR-Users] WebRTC-UDP voicemail and call transfer

2024-05-16 Thread Social Boh via sr-users
Hello list, I'm trying implementing a solution like: https://github.com/havfo/WEBRTC-to-SIP/blob/master/etc/kamailio/kamailio.cfg The 2 problems I have a this moment are: Call from UDP phone to WebRTC phone, the WebRTC phone reject the call; the call go to voicemail but in the SDP still have

[SR-Users] Re: Kamailio, Asterisk and Parked calls

2024-04-26 Thread Social Boh via sr-users
ve first 5 digits identifies him and then 3 digits more identifies each endpoint. I tried using hash from URI and other configurations without success. Regards --- I'm SoCIaL, MayBe El 25/04/2024 a las 3:44 p. m., Barry Flanagan escribió: On Thu, 25 Apr 2024, at 21:17, Social Boh via

[SR-Users] Kamailio, Asterisk and Parked calls

2024-04-25 Thread Social Boh via sr-users
Hello list, I'm using Kamailio to balance SIP request between two Asterisk. I have a problem with Parking calls using Asterisk Application. When a user parking a call, some times can't pick up parked call because the call to pick up the Call go to the other Asterisk. I'm using the 1 algorith

[SR-Users] Re: TLS module doesn't support TLSV1

2024-04-04 Thread Social Boh via sr-users
SIPTRACE module and SNGREP for TLS Capture: https://www.voztovoice.org/?q=node/3020 Spanish --- I'm SoCIaL, MayBe El 4/04/2024 a las 3:12 a. m., Omar Atef via sr-users escribió: Well, I've tried all versions lower than "TLSv1.2" and it didn't work just Kamailio running fine without activatin

[SR-Users] Re: Can we discuss the internals of Kamailio's routing logic and how to customize it for specific needs?

2024-03-28 Thread Social Boh via sr-users
can you sto to spam on many mailing lists using excuse like this? thank you --- I'm SoCIaL, MayBe El 28/03/2024 a las 1:24 a. m., Inextrix Technologies Pvt Ltd via sr-users escribió: This question digs into the heart of Kamailio's functionality. It asks about: Routing Logic: How Kamailio dec

[SR-Users] Re: RTP Engine with Kamailio

2024-03-22 Thread Social Boh via sr-users
Take a look at documentation module: https://www.kamailio.org/docs/modules/5.8.x/modules/rtpengine.html#rtpengine.p.rtpengine_sock you can define more RTPEngine Servers with or without weight for balancing You can use rtpengine table too: https://www.kamailio.org/docs/db-tables/kamailio-db-5.8

[SR-Users] Re: best approach to setup SIP Session sharing between servers

2024-02-27 Thread Social Boh via sr-users
Better use corosync and pacemaker to keeep call audio flow during moving virtual IP using master-slave redis --- I'm SoCIaL, MayBe El 27/02/2024 a las 9:07 a. m., Sergio Charrua via sr-users escribió: Thanks Alex & Olle! I've done some tests with Keepalived for Virtual IP failover, and I foun

[SR-Users] Re: Freeswitch and Kamailio Integration.

2024-02-21 Thread Social Boh via sr-users
Hello, what type of integration do you need? Only media services like voicemail or? Regards --- I'm SoCIaL, MayBe El 21/02/2024 a las 6:26 a. m., jayapal--- via sr-users escribió: Greetings, I am new to Kamailio and seeking assistance. I have installed FreeSWITCH version 1.10.11 and Kamail

[SR-Users] Re: PRACK RFC3262

2024-02-09 Thread Social Boh via sr-users
y of the PRACK-related packets fully Le jeu. 8 févr. 2024 à 22:16, Social Boh via sr-users a écrit : Does Kamailio support the SIP PRACK method? If yes, How? Regards -- --- I'm SoCIaL, MayBe __ Kamailio

[SR-Users] PRACK RFC3262

2024-02-08 Thread Social Boh via sr-users
Does Kamailio support the SIP PRACK method? If yes, How? Regards -- --- I'm SoCIaL, MayBe __ Kamailio - Users Mailing List - Non Commercial Discussions To unsubscribe send an email to sr-users-le...@lists.kamailio.org Important: keep the m

[SR-Users] Re: LCR logic

2024-01-27 Thread Social Boh via sr-users
Thank you for your reply. Regards --- I'm SoCIaL, MayBe El 26/01/2024 a las 6:21 p. m., Juha Heinanen escribió: Social Boh via sr-users writes: so I have 3 lcr_rule_target use the same lcr_rule entry but 3 different Gateways and priority. So the order of rules would be longest Reques

[SR-Users] LCR logic

2024-01-26 Thread Social Boh via sr-users
Hello, LCR module logic is : When the function /load_gws()/ is called, matching gateways (that are not currently designated as defunct) are ordered for forwarding purposes as follows: 1. according to longest Request-URI user part match 2. according to tuple's priority 3. accord

[SR-Users] Change in LCR Debug

2024-01-26 Thread Social Boh via sr-users
Hello, using DEBUG with LCR module to see how the module apply the rules, I see he use Gateway Index in the list. The Gateway Index could be different to Gateway ID and maybe can confuse the correct interpretation about the use of the rules. Is it possible change the code: matched_gws[gw_in

[SR-Users] Re: webRTC Test Client?

2024-01-02 Thread Social Boh via sr-users
Hello, I'm using this one: https://github.com/InnovateAsterisk/Browser-Phone Regards --- I'm SoCIaL, MayBe El 2/01/2024 a las 10:46 a. m., Andy Newlands via sr-users escribió: Hi, I have a Freeswitch installation, fronted by a Kamailio proxy I would like to configure Kamailio to bridge SIP

[SR-Users] Re: refer-to to new INVITE

2023-11-26 Thread Social Boh via sr-users
dge> favicon.ico <https://kamailio.org/docs/modules/5.7.x/modules/dialog.html#dialog.f.dlg_bridge> <https://kamailio.org/docs/modules/5.7.x/modules/dialog.html#dialog.f.dlg_bridge> -- Alex — Sent from mobile, apologies for brevity and errors. On N

[SR-Users] Re: WEBRTC-to-SIP & Vice Versa

2023-11-26 Thread Social Boh via sr-users
Hello, wich kind od issue do you have? Regards --- I'm SoCIaL, MayBe El 25/11/2023 a las 12:17 a. m., Vishal Pai via sr-users escribió: Thanks Yuriy. Basically here we need to use the path, nathelper module and when we receive the invite for the call we need to route it accordingly to the

[SR-Users] Re: Online devel meeting on matrix - 14:30 UTC, Dec 5, 2023

2023-11-24 Thread Social Boh via sr-users
Maybe a topic would be add a module to process REFER SIP method at Kamailio Level like B2B opensips modules. I have more than one customer Ask me to implement this type of solution.. Regards --- I'm SoCIaL, MayBe El 24/11/2023 a las 5:27 a. m., Daniel-Constantin Mierla via sr-users escribió:

[SR-Users] refer-to to new INVITE

2023-11-22 Thread Social Boh via sr-users
Hello, I'd like to know if there is a way, from Kamailio side, take the refer-to header Kamailio receive in a REFER request and create a new INVITE whit this data; then bridge the call between the originating user and the new destination user. Thank you Regards -- --- I'm SoCIaL, MayBe __

[SR-Users] Re: sips to sip

2023-11-20 Thread Social Boh via sr-users
Hello DAvid, can you attach a pcap file about one example call? Regards --- I'm SoCIaL, MayBe El 20/11/2023 a las 1:44 p. m., David Villasmil via sr-users escribió: Hello guys, I have this setup where one side is TLS and the other UDP. Normally this works fine, but we have this provider sen

[SR-Users] Re: Obsoleting unmaintained modules

2023-11-14 Thread Social Boh via sr-users
I use uri_db module and the does_uri_exist() function to know if a user exist or not. I don't know if there is other function I can use with the same task Regards --- I'm SoCIaL, MayBe El 14/11/2023 a las 7:30 a. m., Daniel-Constantin Mierla via sr-users escribió: Hello, during the Kamaili

[SR-Users] Re: UDP Fragmentation webRTC/UDP Call

2023-10-16 Thread Social Boh via sr-users
tion of the rtp streams On Mon, Oct 16, 2023, 14:41 Social Boh via sr-users wrote: Hello, in the rtpengine LOG i can see: Oct 16 06:32:53 sip1 rtpengine[146001]: DEBUG: [28vs0pbtdtu7udefti8m]: ... "*: [ "sdp-attr-remove-audio-ssrc::" ], "replace

[SR-Users] Re: UDP Fragmentation webRTC/UDP Call

2023-10-16 Thread Social Boh via sr-users
/AVP", "rtcp-mux": [ "demux" ], "SDES": [ "off" ], "call-id": "28vs0pbtdtu7udefti8m", "via-branch": "z9hG4bK4978560", "received-from": [ "IP4", "186.98.231.105" ], "from-tag":

[SR-Users] Re: UDP Fragmentation webRTC/UDP Call

2023-10-14 Thread Social Boh via sr-users
Hello, I'm trying to using sdp-attr without luck: sdp-attr-remove-audio-ssrc: in this sentence: $xavp(r=>$T_branch_idx) = $xavp(r=>$T_branch_idx) + " rtcp-mux-demux DTLS=off SDES-off ICE=remove RTP/AVP sdp-attr-remove-audio-ssrc:"; this to remove two ssrc lines Regards --- I'm SoCIaL, May

[SR-Users] Re: UDP Fragmentation webRTC/UDP Call

2023-10-14 Thread Social Boh via sr-users
stuff from webrtc to the udp side? You could strip that of with rtpengine options. Social Boh via sr-users schrieb am Sa., 14. Okt. 2023, 01:00: Hello, I'm trying to solve a problem with calls WebRTC/UDP. I think is a fragmentation problem because udp/webRTC calls works with

[SR-Users] UDP Fragmentation webRTC/UDP Call

2023-10-13 Thread Social Boh via sr-users
Hello, I'm trying to solve a problem with calls WebRTC/UDP. I think is a fragmentation problem because udp/webRTC calls works without problem. The INVITE from Kamailio to the UDP device not receive any type of answer. I'm trying to reduce the SDP annex size using: |sdp_remove_line_by_p

[SR-Users] MS Teams and ca_list.pem

2023-09-13 Thread Social Boh
Hello, I'd like to know where i can download/search ca_list.pem file to use in tls.cfg configuration file for MS TEAMS. Without the file: ERROR: tls [tls_util.h:50]: tls_err_ret(): TLS write:error:0A86:SSL routines::certificate verify failed (sni: unknown)  ERROR: tls [tls_server.c:133

[SR-Users] Re: Kamailio v5.7.0 Released - new major version is out

2023-05-21 Thread Social Boh
Hi Kamailians, maybe would be useful known how compile TLS_WOLFSSL module in Rocky Linux 9 from sources (Spanish Article): https://www.voztovoice.org/?q=node/3025 Regards --- I'm SoCIaL, MayBe El 17/05/2023 a las 9:08 a. m., Daniel-Constantin Mierla escribió: Kamailio v5.7.0 is out – it co

[SR-Users] Re: WebRTC Error

2023-03-09 Thread Social Boh
SOLVED --- I'm SoCIaL, MayBe El 9/03/2023 a las 8:11 a. m., Social Boh escribió: Hello, I have this error when trying to register this softphone: https://github.com/InnovateAsterisk/Browser-Phone 61096#015#012Host: sip1.kamailio.xyz:8443#015#012Connection: Upgrade#015#012Pragma: no-

[SR-Users] WebRTC Error

2023-03-09 Thread Social Boh
Hello, I have this error when trying to register this softphone: https://github.com/InnovateAsterisk/Browser-Phone 61096#015#012Host: sip1.kamailio.xyz:8443#015#012Connection: Upgrade#015#012Pragma: no-cache#015#012Cache-Control: no-cache#015#012Upgrade: websocket#015#012Origin: https://cam

[SR-Users] TLS -> UDP ReInvite

2023-03-08 Thread Social Boh
hello, I'm configuring Kamailio to permite calls like: UDP -> UDP TLS -> TLS UDP -> TLS TLS -> UDP Until now all is ok; the only problem is with Microsip SoftPhone. When make a call from Microsip TLS to another phone UDP, when the callee answer, Microsip send a new INVITE and Kamailio don'

Re: [SR-Users] Kamailio + RTPEngine SIP Proxy...

2022-09-07 Thread Social Boh
Maybe: if (loose_route()) {     route(DLGURI);     if (is_method("BYE")) {     setflag(FLT_ACC); # do accounting ...     setflag(FLT_ACCFAILED); # ... even if the transaction fails     } else if ( is_method("ACK") ) {  

Re: [SR-Users] Kamailio v5.6.0 Released - new major version is out

2022-05-23 Thread Social Boh
Hello, there are two errors in: https://www.kamailio.org/w/kamailio-v5-6-0-release-notes/ first: slack module link to https://www.kamailio.org/docs/modules/5.4.x/modules/systemdops.html tlsa module https://www.kamailio.org/docs/modules/5.6.x/modules/tsla.html : The requested URL was not f

Re: [SR-Users] Accept IP/Domain Register

2022-05-12 Thread Social Boh
with the same password. 2) Disable domain in auth_check 3) On the routing logic, when you detect your 100 user, do an auth without domain chekin (kind of option 2 but only for specific users) - Original Message - From: "Social Boh" To: "Kamailio", "Alex Balashov"

Re: [SR-Users] Accept IP/Domain Register

2022-05-10 Thread Social Boh
ex — Sent from mobile, with due apologies for brevity and errors. On May 10, 2022, at 12:49 PM, Social Boh wrote: Hello, maybe is a very basic question; How Kamailio can accept any kind of register, over IP or domains. Example, accept authenticate REGISTER from ip 1.2.3.4 or sip.domain.or

[SR-Users] Accept IP/Domain Register

2022-05-10 Thread Social Boh
Hello, maybe is a very basic question; How Kamailio can accept any kind of register, over IP or domains. Example, accept authenticate REGISTER from ip 1.2.3.4 or sip.domain.org or sip1.domain.org, domains associated with ip 1.2.3.4 Thank you in advance. Regards -- --- I'm SoCIaL, MayBe

Re: [SR-Users] SIP server port service cannot be changed from default value (5060)

2022-02-18 Thread Social Boh
you appear are using some web interface to configure Kamailio so ask on this interface mailing list --- I'm SoCIaL, MayBe El 18/02/2022 a las 5:40 p. m., bayu p escribió: I tried for couple time, it still not working/fly kamailio by changing kamailio.cfg, and port SIP client. As captured previ

Re: [SR-Users] Comunication between devices RTP/SRTP and viceversa

2022-01-28 Thread Social Boh
to use standard RTP when offered the wrong type of SDP body. One thing I considered (but haven't tested so far) is using a late offer to discover what format the end device expects before sending an offer, but that might cause interop problems of its own. Cheers

Re: [SR-Users] Comunication between devices RTP/SRTP and viceversa

2022-01-27 Thread Social Boh
35 PM, Social Boh wrote: I'm trying to configure Kamailio to permit communication between devices: some use TLS and SRTP some UDP and RTP with RTPEngine in the middle. A priori I don't know if the device support SRTP or RTP so in the routing I have to detect on the fly how to act.

[SR-Users] Comunication between devices RTP/SRTP and viceversa

2022-01-27 Thread Social Boh
I'm trying to configure Kamailio to permit communication between devices: some use TLS and SRTP some UDP and RTP with RTPEngine in the middle. A priori I don't know if the device support SRTP or RTP so in the routing I have to detect on the fly how to act. The problem is this: Call from RTP

Re: [SR-Users] kamailio log dialog correlation

2022-01-24 Thread Social Boh
check the Kamailio LOG. is the module generates some error you can see the data on the LOG --- I'm SoCIaL, MayBe El 24/01/2022 a las 10:41 a. m., marek escribió: [root@sbc~]# grep cfgutils /etc/kamailio/kamailio.cfg loadmodule "cfgutils.so" is there a way how can i check if module is loaded

Re: [SR-Users] dispatcher lb

2022-01-21 Thread Social Boh
Maybe a SIP capture can help. Regards --- I'm SoCIaL, MayBe El 21/01/2022 a las 3:01 p. m., Gokan Atmaca escribió: Hello I'm load balancing with Dispatcher. The call comes in but hangs up without picking up the phone. What could be the problem? The settings are as follows. dispatcher.list 1

Re: [SR-Users] Call limiting with Kamailio

2021-11-26 Thread Social Boh
Hi, DMQ is a good option and you can test if restarting one Kamailio, this kamailio sync the data with the other/s. DMQ_USRLOC using this logic with parameter sync. Regards --- I'm SoCIaL, MayBe El 26/11/2021 a las 7:38 a. m., Karsten Horsmann escribió: Hi, using dialog or dlg makes your

Re: [SR-Users] Access via script to location data in the memory

2021-07-31 Thread Social Boh
means the user is registered on the first Kamailio so send INVITE to first Kamailio /*route[AUTH] { #!ifdef WITH_AUTH if (dmq_is_from_node()) {     $ru = $tu; return; }*/ If INVITE comes from other DMQ node don't need authentication but I have to change RURI with To URI because I work in

Re: [SR-Users] Access via script to location data in the memory

2021-07-30 Thread Social Boh
d in the registrar code, it uses the standard usrloc functions to get data from memory or database. Maybe just give it a try, I think it should work also in in-memory/dmq mode. Cheers, Henning *From:* sr-users *On Behalf Of *Social Boh *Sent:* Friday, July 30, 2021 6:42 PM *To:* Kamai

Re: [SR-Users] Access via script to location data in the memory

2021-07-30 Thread Social Boh
d in the registrar code, it uses the standard usrloc functions to get data from memory or database. Maybe just give it a try, I think it should work also in in-memory/dmq mode. Cheers, Henning *From:* sr-users *On Behalf Of *Social Boh *Sent:* Friday, July 30, 2021 6:42 PM *To:* Kamai

Re: [SR-Users] Access via script to location data in the memory

2021-07-30 Thread Social Boh
hould work also in in-memory/dmq mode. Cheers, Henning *From:* sr-users *On Behalf Of *Social Boh *Sent:* Friday, July 30, 2021 6:42 PM *To:* Kamailio (SER) - Users Mailing List *Subject:* Re: [SR-Users] Access via script to location data in the memory Hello, reg_fetch_contacts use

Re: [SR-Users] Access via script to location data in the memory

2021-07-30 Thread Social Boh
*From:* sr-users *On Behalf Of *Social Boh *Sent:* Friday, July 30, 2021 6:11 PM *To:* Kamailio (SER) - Users Mailing List *Subject:* Re: [SR-Users] Access via script to location data in the memory Hello, maybe is better I explain what I'd like to achieve: I have two Kamailio using DMQ and

Re: [SR-Users] Access via script to location data in the memory

2021-07-30 Thread Social Boh
Hello, maybe is better I explain what I'd like to achieve: I have two Kamailio using DMQ and DMQ_USRLOC modules so each REGISTER is replicate on each Kamailio. I'm using DNS weight to distribute the REGISTERs between the 2 Kamailios. The only difference I have seen in the location data, with

[SR-Users] Access via script to location data in the memory

2021-07-29 Thread Social Boh
Hello List, is there a way to access location data from kamailio script? I mean data I can see with the command: kamctl ul show Regards -- --- I'm SoCIaL, MayBe __ Kamailio - Users Mailing List - Non Commercial Discussions * sr-users@

Re: [SR-Users] Kamailio KeepAlived HA acc_cdrs table record

2021-07-20 Thread Social Boh
particular mode 1 and 3. Cheers, Henning -- Henning Westerholt – https://skalatan.de/blog/ <https://skalatan.de/blog/> Kamailio services – https://gilawa.com <https://gilawa.com/> *From:* sr-users *On Behalf Of *Social Boh *Sent:* Tuesday, July 20, 2021 12:55 AM *To:* Kamailio (SE

Re: [SR-Users] Kamailio KeepAlived HA acc_cdrs table record

2021-07-19 Thread Social Boh
t on our github tracker for this. Cheers, Henning -- Henning Westerholt – https://skalatan.de/blog/ <https://skalatan.de/blog/> Kamailio services – https://gilawa.com <https://gilawa.com/> *From:* sr-users *On Behalf Of *Social Boh *Sent:* Monday, July 19, 2021 1:58 PM *To:* Kamailio

Re: [SR-Users] Kamailio KeepAlived HA acc_cdrs table record

2021-07-19 Thread Social Boh
could open a feature request on our github tracker for this. Cheers, Henning -- Henning Westerholt – https://skalatan.de/blog/ <https://skalatan.de/blog/> Kamailio services – https://gilawa.com <https://gilawa.com/> *From:* sr-users *On Behalf Of *Social Boh *Sent:* Monday, July

Re: [SR-Users] Kamailio KeepAlived HA acc_cdrs table record

2021-07-19 Thread Social Boh
bye. On Sun, Jul 18, 2021 at 3:38 AM Social Boh <mailto:soc...@bohboh.info>> wrote: Hello, if during a call I stop Primary Kamailio the Secondary Kamailio take de Virtual IP but don't save call data: In the Primary database, acc table, I have INVITE data bu

Re: [SR-Users] Kamailio KeepAlived HA acc_cdrs table record

2021-07-17 Thread Social Boh
heck the syslog for acc module log, acc module print the cdr in log facility too, if acc module facing any issue while writing cdr in db, it will throw error in logs. Hope this will help you. On Sat, Jul 17, 2021, 7:33 PM Social Boh <mailto:soc...@bohboh.info>> wrote: Hello,

Re: [SR-Users] Kamailio KeepAlived HA acc_cdrs table record

2021-07-17 Thread Social Boh
loading dialog module and enable replication of dialogs in dialog module, please check dialog module conf option for more details. Cheers On Fri, Jul 16, 2021, 7:32 PM Social Boh <mailto:soc...@bohboh.info>> wrote: Im' testinf Kamailio HA with Keepalived. I have a proble

[SR-Users] Kamailio KeepAlived HA acc_cdrs table record

2021-07-16 Thread Social Boh
Im' testinf Kamailio HA with Keepalived. I have a problem with acc_cdrs table in this situation: A call B and when the two users are in the call I switch off the active Kamailio. Keepalived pass the Virtual IP to the secondary Kamailio and audio still work because I'm using a remote RTPENGINE

Re: [SR-Users] DMQ_USRLOC module and calls

2021-07-13 Thread Social Boh
ed in order to get around some of the common technical and architectural limitations of the database replication pattern. — Sent from mobile, with due apologies for brevity and errors. On Jul 13, 2021, at 4:37 PM, Social Boh wrote:  Hello,  in an active/stanby kamailio setup with keepalive

Re: [SR-Users] DMQ_USRLOC module and calls

2021-07-13 Thread Social Boh
mailio. So my question is: where I "NEED" to use DMQ_USRLOC? Regards --- I'm SoCIaL, MayBe El 13/07/2021 a las 9:48 a. m., Barry Flanagan escribió: On 13/07/2021 15:41, Social Boh wrote: Hello, If I have to use path protocol or other routing logic to share REGISTER between the T

Re: [SR-Users] DMQ_USRLOC module and calls

2021-07-13 Thread Social Boh
rt is done by usrloc/dmq_usrloc. — Sent from mobile, with due apologies for brevity and errors. On Jul 13, 2021, at 10:43 AM, Social Boh wrote: Hello, If I have to use path protocol or other routing logic to share REGISTER between the Two Kamailio so I can call From USERA on KamailioA to USE

Re: [SR-Users] DMQ_USRLOC module and calls

2021-07-13 Thread Social Boh
Thank you Barry, I'll try. Regards --- I'm SoCIaL, MayBe El 13/07/2021 a las 9:48 a. m., Barry Flanagan escribió: On 13/07/2021 15:41, Social Boh wrote: Hello, If I have to use path protocol or other routing logic to share REGISTER between the Two Kamailio so I can call Fro

Re: [SR-Users] DMQ_USRLOC module and calls

2021-07-13 Thread Social Boh
revity and errors. On Jul 13, 2021, at 9:46 AM, Social Boh wrote: If I have to use Path or other solution, which is the main idea behind the DMQ_USRLOC module? Regards --- I'm SoCIaL, MayBe El 13/07/2021 a las 8:36 a. m., Alex Balashov escribió: Yes, you need the Path module and special lo

Re: [SR-Users] DMQ_USRLOC module and calls

2021-07-13 Thread Social Boh
iting through a Path hop of B. — Sent from mobile, with due apologies for brevity and errors. On Jul 13, 2021, at 8:47 AM, Social Boh wrote: Hello, I'm testing DMQ_USRLOC modulo between two Kamailio servers (A) and (B) The two servers share the same domain and using Amazon Route53 to d

Re: [SR-Users] DMQ_USRLOC module and calls

2021-07-13 Thread Social Boh
a. m., Olle E. Johansson escribió: On 13 Jul 2021, at 14:46, Social Boh wrote: Hello, I'm testing DMQ_USRLOC modulo between two Kamailio servers (A) and (B) The two servers share the same domain and using Amazon Route53 to distributes 50% requests each Server. The problem is when I try

[SR-Users] DMQ_USRLOC module and calls

2021-07-13 Thread Social Boh
Hello, I'm testing DMQ_USRLOC modulo between two Kamailio servers (A) and (B) The two servers share the same domain and using Amazon Route53 to distributes 50% requests each Server. The problem is when I try to make a call from user A (registered on kamailio A) and the user B (registered on

Re: [SR-Users] Kamailio SBC+ Freeswitch as media server

2021-06-09 Thread Social Boh
*2021-06-08 10:35:19.015670 [WARNING] sofia.c:10569 IP 192.168.1.15 Rejected by acl "domains"* *You have to authorize this IP 192.168.1.15 on FreeSWITCH ACL, normally:* *acl.conf.xml* *Regards * --- I'm SoCIaL, MayBe El 8/06/2021 a las 2:38 a. m., John Tuxies escribió: *2021-06-08 10:35:19.0

Re: [SR-Users] DLGLOAD stuck in Dispatcher Module(HA Mode)

2020-12-16 Thread Social Boh
Maybe a option is leave the secondary like primary when primary go up newly. Example: Primary go down, Secondary is the new Primary. Primary came back up but Secondary still is the VIP and still process the calls. Only if Secondary go down, primary is the new VIP. The keepalived parameter for

Re: [SR-Users] Advertise concept

2020-06-25 Thread Social Boh
Sorry for private message, Fred Thank you for your answer. You could use it for all communication, regardless of method... so if behind NAT, it would certainly make sense to use advertise for registers. you means outbound register because behind NAT kamailio can't accept inbound register ove

[SR-Users] Advertise concept

2020-06-25 Thread Social Boh
Hello, maybe i don't understood completely the use of Advertise parameter. We use it only if Kamailio is behind a NAT and Kamailio have to comunicate over is PublicIP with provider, other SIP proxy and PBX but never to accept Users REGISTER. Is it right? Regards -- --- I'm SoCIaL, MayBe

Re: [SR-Users] SECFILTER reload from Siremis

2020-06-24 Thread Social Boh
al Message- From: sr-users On Behalf Of Social Boh Sent: Friday, June 12, 2020 9:14 PM To: sr-users@lists.kamailio.org Subject: [SR-Users] SECFILTER reload from Siremis Hello list, is posible to reload SECFILTER data directly from Siremis? or the only way is: kamcmd secfilter.reload Regards

[SR-Users] SECFILTER reload from Siremis

2020-06-12 Thread Social Boh
Hello list, is posible to reload SECFILTER data directly from Siremis? or the only way is: kamcmd secfilter.reload Regards -- --- I'm SoCIaL, MayBe ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.o

Re: [SR-Users] Homer 7 and Kamailio

2020-06-08 Thread Social Boh
sorry, with: modparam("siptrace", "trace_mode", 1) I have duplicated messages on Homer. Regards --- I'm SoCIaL, MayBe On 8/06/20 23:26, Social Boh wrote: Hello, this configuration works for me: # - siptrace params loadmodule "siptrace.so" modparam(

Re: [SR-Users] Homer 7 and Kamailio

2020-06-08 Thread Social Boh
you  Regards --- I'm SoCIaL, MayBe On 8/06/20 14:49, Karsten Horsmann wrote: Hi, The Kamailio version should be interesting. And in 5.3.4 things changed. See for example my config snippet that works for me and what Henning told then https://lists.kamailio.org/pipermail/sr-users/2020-June/109

Re: [SR-Users] Homer 7 and Kamailio

2020-06-08 Thread Social Boh
or me and what Henning told then https://lists.kamailio.org/pipermail/sr-users/2020-June/109447.html Social Boh mailto:soc...@bohboh.info>> schrieb am Mo., 8. Juni 2020, 21:20: Hello, I'm trying to using homer 7 and Kamaikio Siptrace module. My kamail

Re: [SR-Users] Homer 7 and Kamailio

2020-06-08 Thread Social Boh
Homer SIP Capture Server. Regards --- I'm SoCIaL, MayBe On 8/06/20 13:06, Karsten Horsmann wrote: Hi, short answer - yes it does. You can capture the traffic within Kamailio (siptrace module) or did that (if the traffic is plain sip) with 3rd party stuff like heplify. Cheers Karsten S

[SR-Users] Homer 7 and Kamailio

2020-06-08 Thread Social Boh
Hello, Does Kamailio works with homer sip capture server 7 and HEPv3? I'm trying to test without success. Regards -- --- I'm SoCIaL, MayBe ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman

Re: [SR-Users] mid-registrar example

2020-05-15 Thread Social Boh
wrong list --- I'm SoCIaL, MayBe On 5/15/20 16:50, Easy Rider wrote: Hi everyone I'm trying to implement OpenSIPS-like mid registrar functionality using UAC module Up to now, I was simply performing authentication on my kamailio instance, saving to local domain and forwarding the request t

Re: [SR-Users] secfilter table error

2020-05-07 Thread Social Boh
e and version of database server do you have? Cheers, Daniel On 06.05.20 17:43, Social Boh wrote: Yes: INFO: test server charset INFO: creating database kamailio ... INFO: granting privileges to database kamailio ... INFO: creating standard tables into kamailio ... INFO: Core Kamailio t

Re: [SR-Users] secfilter table error

2020-05-06 Thread Social Boh
(42000) at line 1: Invalid default value for 'action' ERROR: Creating extra tables failed at secfilter! Thank you Regards --- I'm SoCIaL, MayBe On 5/6/20 03:25, Daniel-Constantin Mierla wrote: Hello, is this when you run kamdbctl create? Cheers, Daniel On 05.05.20 20:30, S

[SR-Users] secfilter table error

2020-05-05 Thread Social Boh
Hello, any help with this error? ERROR 1067 (42000) at line 1: Invalid default value for 'action' ERROR: Creating extra tables failed at secfilter! Kamilio version 5.3.3 compiled from source. Thank you -- --- I'm SoCIaL, MayBe ___ Kamailio (SER) -

Re: [SR-Users] TLS verification error LetsEncrypt

2020-01-24 Thread Social Boh
n is still about why verification fails/or what should be chked to make it work. Not how to disable it. Thanks. Vitalie. On Fri, Jan 24, 2020 at 2:54 PM Social Boh <mailto:soc...@bohboh.info>> wrote: Hello, changing: [client:default] #method = TLSv1.2+

Re: [SR-Users] PUBLISH ERROR

2019-10-10 Thread Social Boh
; >> On Oct 10, 2019, at 11:50 AM, Social Boh wrote: >> >> I think is a Internet Router Issue. If I use 5060 port on Kamailio, the >> Publish have Content-Lenght Header = 0 >> >> If I change the Kamailio listen port to 5080, for example, the PUBLISH >>

Re: [SR-Users] PUBLISH ERROR

2019-10-10 Thread Social Boh
I think is a Internet Router Issue. If I use 5060 port on Kamailio, the Publish have Content-Lenght Header = 0 If I change the Kamailio listen port to 5080, for example, the PUBLISH have Content-Lenght Header > 0 Strange? --- I'm SoCIaL, MayBe El 10/10/2019 a las 10:27, Social Boh

[SR-Users] PUBLISH ERROR

2019-10-10 Thread Social Boh
Hello, Kamailio 5.2.5. I'm testing presence on my Kamailio using different Clients (Jitsi, Bria5, Linphone). when they send the PUBLISH to Kamailio, all receive the same answer: 400 Invalid Request On the LOG file: ERROR: {1 21 PUBLISH O8-BtqLnzw} presence [publish.c:421]: ki_handle_publish_uri

Re: [SR-Users] Plans for next major release - v5.3.0

2019-05-20 Thread Social Boh
Me too. Thank you --- I'm SoCIaL, MayBe On 5/20/19 02:49, Juha Heinanen wrote: Daniel-Constantin Mierla writes: Any preference for one of the two options? I would prefer release after holidays. Freeze and testing OK during that period. -- Juha _

Re: [SR-Users] How to configure Kamailio 5.1 with Asterisk pjsip

2019-05-08 Thread Social Boh
Try and failure. The best for you. --- I'm SoCIaL, MayBe On 5/8/19 07:31, PICCORO McKAY Lenz wrote: El dom., 5 de may. de 2019 a la(s) 15:25, David Villasmil (david.villasmil.w...@gmail.com ) escribió: http://www.kamailio.org/wiki/tutorials/getting-

Re: [SR-Users] Kamailio TLS + letsencrypt

2018-08-12 Thread Social Boh
Hello, I think you need a real domain or sub domain point to the Public IP of your server. regards --- I'm SoCIaL, MayBe On 8/12/18 15:37, Amar Tinawi wrote: Hello i'm wondering if i can generate tls certificate for kamailio using letsencrypt with test domain name, in testing enviroment

Re: [SR-Users] FreeSWITCH and OpenSIPS for a Pure SIP Video, Chat and Conference Service, ClueCon Presentation Slides

2018-07-25 Thread Social Boh
Very interessing... Thank you to share. Regards --- I'm SoCIaL, MayBe On 7/25/18 11:29, Giovanni Maruzzelli wrote: Hello fellow RTCers, just finished presenting about scaling videoconferencing, chat and moderation/direction controls in SIP, with web clients, deskphones, smartphone apps, se

[SR-Users] Understanding port changing

2018-05-09 Thread Social Boh
Hello list, I'm looking for to understand a problem have with Kamailio. The configuration is: user (behind NAT) -> Kamilio (Public IP) -> user (behind NAT) When I make a call from user A to user B (both registered) , User B receive the INVITE correctly but in the ringing SIP message change th

Re: [SR-Users] Resend Authenticate REGISTER to two or more Asterisk PBX

2018-03-08 Thread Social Boh
I'll try. Thank you. --- I'm SoCIaL, MayBe El 08/03/2018 a las 02:52, Daniel-Constantin Mierla escribió: > Hello, > > try with t_replicate() from tm module. > > Cheers, > Daniel > > On 21.02.18 14:45, Social Boh wrote: >> Hello, >> >> I'd

[SR-Users] KeepAlive Module

2018-02-21 Thread Social Boh
Hello, I'm using keepalive module with drouting module... the event route works fine: NOTICE:

[SR-Users] Resend Authenticate REGISTER to two or more Asterisk PBX

2018-02-21 Thread Social Boh
Hello, I'd like know which is the best way to resend a Authenticate REGISTER to two or more Asterisk. Repeating rewritehostport and forward commands for the number of Asterisk Servers, there is a problem with the Via Header; Kamailio add one with his IP for each forward. I try to remove the first

Re: [SR-Users] RTPengine - Transcoding example available?

2018-02-19 Thread Social Boh
Hello, with this command: *rtpengine --codecs*            PCMA: fully supported     PCMU: fully supported     G723: fully supported     G722: fully supported    QCELP: supported for decoding only     G729: supported for decoding on

Re: [SR-Users] RTPEngine Transcoding [SOLVED]

2018-02-15 Thread Social Boh
Hello, before I'm using 2.6.8 FFMPEG version Installing 2.8.13 from rpmfusion repositories (CentOS 7) the problem was solved. Thank you. Regards --- I'm SoCIaL, MayBe El 15/02/2018 a las 07:50, Richard Fuchs escribió: > On 2018-02-15 07:35 AM, Social Boh wrote: >> Hello,

Re: [SR-Users] RTPEngine Transcoding

2018-02-15 Thread Social Boh
Error: https://pastebin.com/k1Zhw8HS Thank you Regards --- I'm SoCIaL, MayBe El 13/02/2018 a las 20:05, Richard Fuchs escribió: > On 2018-02-13 07:22 PM, Social Boh wrote: >> Thank you. >> >> which is the best way to implement ir >> >> codec-strip-all and the

Re: [SR-Users] RTPEngine Transcoding

2018-02-13 Thread Social Boh
Thank you for your answer but I don't see any option to activate transcoding on Kamailio RTPEngine module Regards --- I'm SoCIaL, MayBe El 13/02/2018 a las 17:49, Richard Fuchs escribió: > On 2018-02-13 03:34 PM, Social Boh wrote: >> Hi List, >> >> I just read

[SR-Users] RTPEngine Transcoding

2018-02-13 Thread Social Boh
Hi List, I just read on the RTPEngine page the Proxy RTP now support transcoding: https://github.com/sipwise/rtpengine#transcoding is there a plan to support it? Regards -- --- I'm SoCIaL, MayBe ___ Kamailio (SER) - Users Mailing List sr-users@lis

Re: [SR-Users] kamailio 5.1 from git compile error

2018-01-17 Thread Social Boh
Hello Abdul, check src/modules.lst file exclude_modules= line must contain: phonenum phonenum is the new module present from 5.1 Kamailio version and depend on libphonenumber library https://kamailio.org/docs/modules/5.1.x/modules/phonenum.html Regards --- I'm SoCIaL, MayBe El 17/01/2018