Re: [SR-Users] DMQ sync issue between 5.4 and 5.5

2022-04-20 Thread David Villasmil
replicate, doing between two kamailio with version 5.5.x or between two kamailio with version 5.4.x, but not between a kamailkio 5.5.x and a kamailio 5.4.x.* Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Wed, Apr 20, 2022 at 6:04 PM David Villasmil

[SR-Users] DMQ sync issue between 5.4 and 5.5

2022-04-20 Thread David Villasmil
s out with qm_malloc(): qm_malloc(0x149dd5ebb000, 16016) called from tm: h_table.c: build_cell(334), module: tm; Free fragment not found! Is there any known issue between DMQ 5.4 and 5.5? Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +3

Re: [SR-Users] Htable reload

2022-04-07 Thread David Villasmil
Thanks Brooks, that's great news! Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Thu, Apr 7, 2022 at 4:20 PM Brooks Bridges wrote: > I have several htables with various amounts of data in them ranging from a > couple hundred entries to a cou

Re: [SR-Users] Htable reload

2022-04-07 Thread David Villasmil
Thanks Alex, I'm wondering how this will affect performance if there are many thousands or even millions of records... Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Thu, Apr 7, 2022 at 4:03 PM Alex Balashov wrote: > No, the reload actually c

[SR-Users] Htable reload

2022-04-07 Thread David Villasmil
Hello all, I’ve been trying to figure out how htable reloads happen. Does it replaces the existing one or creates a new one, populates it from the db and then renames it? The latter would be (I think) ideal, even if it uses more resources. Thanks! David -- Regards, David Villasmil email

Re: [SR-Users] dispatcher socket attrs binding

2022-03-29 Thread David Villasmil
Ok, thanks for the clarification, appreciate it. On Tue, 29 Mar 2022 at 12:05, Daniel-Constantin Mierla wrote: > Yes, because you didn't specify any other specific ip -- that's a single > "special" socket, no other sockets in kamailio to select from. > On 29.03.22

Re: [SR-Users] dispatcher socket attrs binding

2022-03-29 Thread David Villasmil
ers, > Daniel > On 21.03.22 14:49, David Villasmil wrote: > > Hello guys, > > Im starting kamailio with listen=0.0.0.0:5060 and in my dispatcher list i > have in the attrs something like: socket=udp:172.17.0.2:5060 > That IP address belongs to kamailio's host and it

Re: [SR-Users] avps on regexps?

2022-03-28 Thread David Villasmil
that. Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Mon, Mar 28, 2022 at 7:14 PM Daniel-Constantin Mierla wrote: > Hello, > > if I remember correctly, something similar can be achieved with dialplan > module (might require a modparam for ev

[SR-Users] avps on regexps?

2022-03-28 Thread David Villasmil
Hello guys, Is it possible to use apvs on regexps like: $avp(myvar)=$(re{uri.user}{re.subst,/^\+$avp(some_var)/$avp(some_var)/}); doesn't seem possible Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +346694

[SR-Users] dispatcher socket attrs binding

2022-03-21 Thread David Villasmil
listen is 0.0.0.0? maybe i should be able to? Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 __ Kamailio - Users Mailing List - Non Commercial Discussions * sr-users@lists.kamailio.org Important: keep the maili

Re: [SR-Users] load to htable from flat file

2022-03-15 Thread David Villasmil
Thanks guys, Yeah i ended up using db_text (whose documentation is wrong, i sent another email on that) Many thanks! Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Tue, Mar 15, 2022 at 3:04 PM E. Schmidbauer wrote: > I prefer sqlite for something l

[SR-Users] typo in documentation

2022-03-15 Thread David Villasmil
"text:///tmp/kamailiodb") so this line should probably be updated: https://github.com/kamailio/kamailio/blob/master/src/modules/db_text/doc/db_text.cfg#L44 Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 ___

[SR-Users] load to htable from flat file

2022-03-15 Thread David Villasmil
Hello guys, Is this possible? Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 __ Kamailio - Users Mailing List - Non Commercial Discussions * sr-users@lists.kamailio.org Important: keep the mailing list

Re: [SR-Users] kamailio.cfg : behind the NAT (listen and advertise) understanding

2022-03-04 Thread David Villasmil
e the LOCAL clients register via that port. And have the clients on the public network to register via the public ip. Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Fri, Mar 4, 2022 at 3:04 PM Youssef Boujraf wrote: > Hi Dear > > I am trying to

Re: [SR-Users] simple GUI for Kamailio as a SBC - could be paid

2022-03-03 Thread David Villasmil
What you’re asking is no small thing, I don’t know of a GUI like that. Maybe someone else does. ACL via text files is not a problem, look at permissions module On Thu, 3 Mar 2022 at 11:37, Krzysztof Drewicz wrote: > czw., 3 mar 2022 o 12:10 David Villasmil > napisał(a): > > &g

Re: [SR-Users] simple GUI for Kamailio as a SBC - could be paid

2022-03-03 Thread David Villasmil
lio - Users Mailing List - Non Commercial Discussions > * sr-users@lists.kamailio.org > Important: keep the mailing list in the recipients, do not reply only to > the sender! > Edit mailing list options or unsubscribe: > * https://lists.kamailio.org/cgi-bin/mailman/listi

Re: [SR-Users] dispatcher.reload

2022-02-24 Thread David Villasmil
sults and avoid this behavior. > > Regards > > Paolo > > > Il giorno mer 23 feb 2022 alle 23:38 David Villasmil < > david.villasmil.w...@gmail.com> ha scritto: > >> Hello guys, >> >> We're dispatching with hash over user, if i execute dispatc

[SR-Users] dispatcher.reload

2022-02-23 Thread David Villasmil
culated and will probably be dispatched differently? Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 __ Kamailio - Users Mailing List - Non Commercial Discussions * sr-users@lists.kamailio.org Importan

Re: [SR-Users] [sr-dev] Info: sipexer v1.0.0 - sip cli tool

2022-02-16 Thread David Villasmil
not reply only to >>> the sender! >>> Edit mailing list options or unsubscribe: >>> * https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users >>> >> >> >> -- >> About: http://about.me/dujinfang >> Blog: http://www.dujinfang.co

Re: [SR-Users] Help with rewriting headers for NAT manually

2022-01-17 Thread David Villasmil
t;> > > > >>>>>>>>>> > > > >>>>>>>>>> In my /etc/sysctl.conf I have (yes I applied it > with sysctl -p, and I have been using it for a > > long time > > > and have >

[SR-Users] NIST advisory

2021-12-01 Thread David Villasmil
Anyone knows about this? https://nvd.nist.gov/vuln/detail/CVE-2020-28361 -- Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 __ Kamailio - Users Mailing List - Non Commercial Discussions * sr-users

Re: [SR-Users] Custom info in Contact header

2021-11-21 Thread David Villasmil
amailio - Users Mailing List - Non Commercial Discussions > * sr-users@lists.kamailio.org > Important: keep the mailing list in the recipients, do not reply only to > the sender! > Edit mailing list options or unsubscribe: > * https://lists.kamailio.org/cgi-bin/mai

Re: [SR-Users] STIR/SHAKEN public key

2021-11-05 Thread David Villasmil
t, root cert. > -- > obelousov.tel > > > On Thu, Nov 4, 2021 at 9:57 PM David Villasmil < > david.villasmil.w...@gmail.com> wrote: > >> Hello guys, >> >> So the PA sent us 3 files: >> >> 1- out cert >> 2- the intermediate cert >> 3-

Re: [SR-Users] STIR/SHAKEN public key

2021-11-04 Thread David Villasmil
o.org/stir/$rd/cert.pem <https://kamailio.org/stir/$rd/cert.pem>", "/secsipid/$rd/key.pem");* ?? Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Thu, Nov 4, 2021 at 6:55 PM David Villasmil < david.villasmil.w...@gmail.com> wrote

Re: [SR-Users] STIR/SHAKEN public key

2021-11-04 Thread David Villasmil
Yep, that much was clear from the outset. The wording on the docs confused me, because it reads "public key". BUt now i see it's the cert and the client will get the pk from the cert. Thanks for taking the time to explain! Regards, David Villasmil email: david.villasmil.w...@

Re: [SR-Users] STIR/SHAKEN public key

2021-11-04 Thread David Villasmil
Thanks Oleg, Yes i have the certificate. The public key was my confusion. Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Thu, Nov 4, 2021 at 6:19 PM Oleg Belousov wrote: > Sorry, David if I was not clear. > x5u should keep the url to the s

Re: [SR-Users] STIR/SHAKEN public key

2021-11-04 Thread David Villasmil
Thanks Oleg, i misunderstood all that. Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Thu, Nov 4, 2021 at 4:58 PM Oleg Belousov wrote: > Hi. > It should be certificate issued by CA certified by the Shaken Policy > Administrator (iConnect

[SR-Users] STIR/SHAKEN public key

2021-11-04 Thread David Villasmil
the other hasn't asked that yet. So i'm a little confused, should the x5u be the actual cert (with its intermediary?) or only the public key? Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 _

Re: [SR-Users] Is this idea even feasible?

2021-11-04 Thread David Villasmil
happy to help Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Thu, Nov 4, 2021 at 1:52 PM Antony Stone < antony.st...@kamailio.open.source.it> wrote: > On Wednesday 18 August 2021 at 13:40:25, David Villasmil wrote: > > > In frees

Re: [SR-Users] STIR/SHAKEN, is a number format mandatory?

2021-11-04 Thread David Villasmil
n Kaufman wrote: > > I don’t think so, because the examples in ATIS-174-E specifically show > To: and From: headers with a leading plus: > > > To: > From: "Alice";tag=614bdb40 > > I think the necessity is only to logically match the values there. > >

Re: [SR-Users] STIR/SHAKEN, is a number format mandatory?

2021-11-03 Thread David Villasmil
then it effectively mean you MUST remove it from the headers, since the TNs in the payload must match the TNs in the headers for the identity to be valid. Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Wed, Nov 3, 2021 at 11:12 PM Ben Kaufman wrote

[SR-Users] STIR/SHAKEN, is a number format mandatory?

2021-11-03 Thread David Villasmil
Hello guys, I'm getting failed by my provider because I'm sending to them with +1 both on the headers and on the payload. My understanding is there is no mandatory format, or is there? Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +3

Re: [SR-Users] STIR/SHAKEN

2021-11-02 Thread David Villasmil
Nevermind, i was using the private key instead of the public, so it all looks good Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Tue, Nov 2, 2021 at 9:54 PM David Villasmil < david.villasmil.w...@gmail.com> wrote: > Hello guys, > > I&#

[SR-Users] STIR/SHAKEN

2021-11-02 Thread David Villasmil
m -expire 3600 error message: asn1: structure error: tags don't match (16 vs {class:0 tag:2 length:1 isCompound:false}) {optional:false explicit:false application:false private:false defaultValue: tag: stringType:0 timeType:0 set:false omitEmpty:false} tbsCertificate @2 not-ok any

Re: [SR-Users] unable to receive UDP

2021-10-12 Thread David Villasmil
use the listen=udp:YOUR-LOCAL-IP:5060 then do a netstat to see if it's listening on 5060 Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Tue, Oct 12, 2021 at 11:17 PM wrote: > Okay, think I discovered something > > I'm at

Re: [SR-Users] Kamailio Inbound proxy to Asterisk - ACL Filtering

2021-10-10 Thread David Villasmil
Hello, this is really an Asterisk question. Here in Kamailio we'd recommend you do that filtering at the proxy level, using the "permissions" module. Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Sun, Oct 10, 2021 at 6:52 PM Mihai Ceza

Re: [SR-Users] Need kamailio to use advertise public IP only in cases of SIP communication over internet.

2021-10-06 Thread David Villasmil
://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users >> > ______ > Kamailio - Users Mailing List - Non Commercial Discussions > * sr-users@lists.kamailio.org > Important: keep the mailing list in the recipients, do not r

Re: [SR-Users] Sipwise SEMS

2021-09-30 Thread David Villasmil
Thank you Dmitry! Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Thu, Jul 8, 2021 at 1:55 PM Dmitry Sinina wrote: > Currently https://github.com/yeti-switch/sems supports zrtp as well as > srtp-dtls and srtp-sdes. But you are right, old application

Re: [SR-Users] Kamailio dispatcher -> FreeSWITCH transfers handling.

2021-09-10 Thread David Villasmil
Edit mailing list options or unsubscribe: >> * https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users >> > __ > Kamailio - Users Mailing List - Non Commercial Discussions > * sr-users@lists.kamailio.org > Imp

Re: [SR-Users] manually append_branch to lookup result

2021-09-07 Thread David Villasmil
ns)? >> >> Thanks a lot! >> >> Regards, Volodymyr Ivanets >> >> вт, 7 вер. 2021 о 16:25 David Villasmil >> пише: >> >>> Hello, >>> >>> I ended up simply adding an extra location for these specific users. I >>> need

Re: [SR-Users] manually append_branch to lookup result

2021-09-07 Thread David Villasmil
:10, Володимир Іванець wrote: > Hello David! > > I'm trying to do a similar thing and can not make Kamailio create an > additional branch. Were you able to find a solution? > > Thank you! > > Regards, Volodymyr Ivanets > > вт, 15 черв. 2021 о 17:03 David

Re: [SR-Users] Is this idea even feasible?

2021-08-18 Thread David Villasmil
_ > Kamailio - Users Mailing List - Non Commercial Discussions > * sr-users@lists.kamailio.org > Important: keep the mailing list in the recipients, do not reply only to > the sender! > Edit mailing list options or unsubscribe: > * https://lists.kama

Re: [SR-Users] Is this idea even feasible?

2021-08-18 Thread David Villasmil
On Wed, Aug 18, 2021 at 1:30 PM Antony Stone < antony.st...@kamailio.open.source.it> wrote: > On Wednesday 18 August 2021 at 13:40:25, David Villasmil wrote: > > > In freeswitch you have the uuid_hold, etc api: > > > https://www.freeswitch.org/confluence/plugins/se

Re: [SR-Users] Is this idea even feasible?

2021-08-18 Thread David Villasmil
IP server; I then need a > way to > tell that SIP server to put the call on hold, given that the client itself > cannot do it. > > > Thanks, > > > Antony. > > -- > 3 logicians walk into a bar. The bartender asks "Do you all want a drink?" > T

Re: [SR-Users] RTPEngine: Async connection/communication between Kamailio and RTPEngine

2021-08-12 Thread David Villasmil
> > чт, 12 авг. 2021 г. в 10:29, David Villasmil < > david.villasmil.w...@gmail.com>: > >> Hello, >> >> I may be grossly misunderstanding you, but how would doing async polling >> with RTPEngine that solve a latency problem? I’m not trying to shoot down &

Re: [SR-Users] RTPEngine: Async connection/communication between Kamailio and RTPEngine

2021-08-12 Thread David Villasmil
sender! > Edit mailing list options or unsubscribe: > * https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users > -- Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 __ Kamailio - Users Mailing List

Re: [SR-Users] How to get Stir/Shaken certificates

2021-07-22 Thread David Villasmil
I should say: “forward the header, or the validation result”, either should be enough. On Thu, 22 Jul 2021 at 18:14, David Villasmil < david.villasmil.w...@gmail.com> wrote: > There really is no way of doing what you’re thinking about. STIR/SHAKEN is > really for calls TO US/Ca

Re: [SR-Users] How to get Stir/Shaken certificates

2021-07-22 Thread David Villasmil
gt; __ >> > ______ > Kamailio - Users Mailing List - Non Commercial Discussions > * sr-users@lists.kamailio.org > Important: keep the mailing list in the recipients, do not repl

Re: [SR-Users] New user checking on SIP proxying use case

2021-07-22 Thread David Villasmil
ist options or unsubscribe: > * https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users > > __ > Kamailio - Users Mailing List - Non Commercial Discussions > * sr-users@lists.kamailio.org > Important: keep the mai

Re: [SR-Users] please help to configure tls in kamailio for webrtc client like simpl5

2021-07-15 Thread David Villasmil
Jul 15 03:08:33 ip-172-31-44-170 sbin/kamailio[17826]: ERROR: > [core/tcp_read.c:1493]: tcp_read_req(): ERROR: tcp_read_req: error reading > - c: 0x7f9fd21cefc0 r: 0x7f9fd21cf0e8 (-1) > > > I am sorry to border you and all, but i dont know how to get it works, > please suggest.

Re: [SR-Users] Sipwise SEMS

2021-07-05 Thread David Villasmil
/in/miconda > > __ > Kamailio - Users Mailing List - Non Commercial Discussions > * sr-users@lists.kamailio.org > Important: keep the mailing list in the recipients, do not reply only to > the

[SR-Users] Sipwise SEMS

2021-07-04 Thread David Villasmil
Hello guys, I know SEMS can provide conference, voicemail, and other services. In theory it’s also a B2BUA. Could I use a python script to provide a simple routing service? I.e.: receive an invite and send it somewhere else based on some routing logic? Thanks all David -- Regards, David

Re: [SR-Users] SECSIPID Identity Decode

2021-06-30 Thread David Villasmil
I DO IT WITH: # Break JWT $var(jwt1) = $(hdr(Identity){s.select,0,.}{s.decode.base64t}); $var(jwt2) = $(hdr(Identity){s.select,1,.}{s.decode.base64t}); Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Wed, Jun 30, 2021 at 8:48 PM

Re: [SR-Users] ATIS-1000085 STIR/SHAKEN DIV PASSporT

2021-06-17 Thread David Villasmil
tity header to the outgoing SIP message. The > second is a "div-o" passport which includes the original Identity header > within its value and replaces the original Identity header in the outgoing > SIP message. > > > *Steven Wheeler* > >

Re: [SR-Users] Roadmap to the next major release - v5.5.0

2021-06-16 Thread David Villasmil
What i'm doing right now is following https://github.com/asipto/secsipidx to compile, then compiling against kamailio. But that takes time, etc. It'd be great if one could simply install from kamailio's deb repository. Regards, David Villasmil email: david.villasmil.w...@

Re: [SR-Users] Roadmap to the next major release - v5.5.0

2021-06-16 Thread David Villasmil
___ > Kamailio (SER) - Users Mailing List > sr-users@lists.kamailio.org > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users > -- Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 ___

[SR-Users] manually append_branch to lookup result

2021-06-15 Thread David Villasmil
ing) { route(BRANCH_TO_EXTRA); } route(RELAY); } route[BRANCH_TO_EXTRA] { $fs = MY_SOCKET; append_branch("sip:$tU@" + $sel(cfg_get.pstn.gw_ip) + ":" + $sel(cfg_get.pstn.gw_port)); return; } For some reason only the branch appended is being used (I have app

Re: [SR-Users] ATIS-1000085 STIR/SHAKEN DIV PASSporT

2021-06-09 Thread David Villasmil
> the sender! > Edit mailing list options or unsubscribe: > * https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users > -- Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 __ Kamailio - U

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

2021-06-09 Thread David Villasmil
.kamailio.org > Important: keep the mailing list in the recipients, do not reply only to > the sender! > Edit mailing list options or unsubscribe: > * https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users > -- Regards, David Villasmil email: david.villasmil.w...@gmail.com

Re: [SR-Users] List of Header Names

2021-06-05 Thread David Villasmil
Discussions > * sr-users@lists.kamailio.org > Important: keep the mailing list in the recipients, do not reply only to > the sender! > Edit mailing list options or unsubscribe: > * https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users > -- Regards, David Villasmil email: david

Re: [SR-Users] STIR/SHAKEN

2021-06-04 Thread David Villasmil
Ah ok, i need to do the check myself via script config... Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Fri, Jun 4, 2021 at 6:26 PM David Villasmil < david.villasmil.w...@gmail.com> wrote: > Hello guys, > > So I'm testing s

[SR-Users] STIR/SHAKEN

2021-06-04 Thread David Villasmil
Hello guys, So I'm testing secsipid with made up certificates, basically: [image: Untitled.png] The verification _always_ comes back OK, event if I create the Identity with different From numbers, should that fail? Thanks all, David Villasmil email: david.villasmil.w...@gmail.com

Re: [SR-Users] STIR/SHAKEN tests

2021-06-02 Thread David Villasmil
The > codes can be found at: > > * https://github.com/asipto/secsipidx/blob/main/secsipid/secsipid.go#L32 > > If you have time, try it and report if works as expected. > > Cheers, > Daniel > On 31.05.21 17:35, David Villasmil wrote: > > Yep, It's wor

Re: [SR-Users] STIR/SHAKEN tests

2021-05-31 Thread David Villasmil
Yep, It's working with 1.16.4 So the problem was with the pem ownership. It's a pity secsipid.so doesn't return an access denied error. CLI doesn return an error: error: Unable to read private key file: open /etc/kamailio/ec256-private.pem: permission denied Regards, David

Re: [SR-Users] STIR/SHAKEN tests

2021-05-31 Thread David Villasmil
Daniel, Ok, i downloaded and installed 1.11.6 just like yours and recompiled, etc. I also changed the owner of the pem file, which was owned by root, and not by the user kamailio. Now it's working. d9655}

Re: [SR-Users] STIR/SHAKEN tests

2021-05-31 Thread David Villasmil
Hello Daniel, Thanks for looking into this: # go version go version go1.16.4 linux/amd64 # openssl version OpenSSL 1.1.1d 10 Sep 2019 root@sip-stir1:/home/admin# i can try getting the same go version and see what happens. Regards, David Villasmil email: david.villasmil.w...@gmail.com phone

Re: [SR-Users] Architecture - your opinion is welcome and your experience too

2021-05-28 Thread David Villasmil
ers@lists.kamailio.org > Important: keep the mailing list in the recipients, do not reply only to > the sender! > Edit mailing list options or unsubscribe: > * https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users > -- Regards, David Villasmil email: david.villasmil.w...@gmail.com phone

Re: [SR-Users] No Audio For Outbound Calls

2021-05-28 Thread David Villasmil
gt;> 01:22:37.974479 │ ACK │ >>> │ │ │ >>> +0.000282 │ ──> │ >>> │ │ │

Re: [SR-Users] STIR/SHAKEN tests

2021-05-28 Thread David Villasmil
Correct. That’s a log with debug 3, absolutely nothing is coming out. :( On Thu, 27 May 2021 at 20:54, Daniel-Constantin Mierla wrote: > Same logs like with before with previous certificate? Can you attach log > messages with debug=3? > > Cheers, > Daniel > On 27.05.21 20:1

Re: [SR-Users] STIR/SHAKEN tests

2021-05-27 Thread David Villasmil
lt; http://asipto.lab/stir/cert.pem>;alg=ES256;ppt=shaken But still failing in kamailio... Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Thu, May 27, 2021 at 7:09 PM Daniel-Constantin Mierla wrote: > Hello, > On 27.05.21 19:58, David Villasmil

[SR-Users] STIR/SHAKEN tests

2021-05-27 Thread David Villasmil
Hello guys, I want to test secsipid, but i don't yet have the certificate. So i thought i'd create a cert like: openssl req -new -newkey rsa:4096 -nodes -keyout snakeoil.key -out snakeoil.csr openssl x509 -req -sha256 -days 365 -in snakeoil.csr -signkey snakeoil.key -out snakeoil.pem Then i'm si

Re: [SR-Users] No Audio For Outbound Calls

2021-05-27 Thread David Villasmil
Kashish, Best you can do is take a trace on BOTH ends and share it with us. Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Thu, May 27, 2021 at 2:26 PM Kashish Raheja wrote: > Haven't been able to sort this out yet. Anything am I miss

Re: [SR-Users] segfault kamailio 4.4.6 Registrar

2021-05-25 Thread David Villasmil
ng to upgrade or is there a way to get more detail out > of the core dump? > > > > Many Thanks > > > > Jon > > > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows 10 > > > ________

Re: [SR-Users] Kamailio 5.3.8 and RTPengine 9.4.1.1+0~mr9.4.1.1

2021-05-23 Thread David Villasmil
[NATDETECT] { >> #!ifdef WITH_NAT >> if (nat_uac_test("3")) { >> if (is_method("REGISTER")) { >>xlog("L_WARN", "natdetect >> fix_nated_register ip: $si\n"); >>f

Re: [SR-Users] Can Kamailio help with this?

2021-05-22 Thread David Villasmil
amailio.org > Important: keep the mailing list in the recipients, do not reply only to > the sender! > Edit mailing list options or unsubscribe: > * https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users > -- Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +3

Re: [SR-Users] secsipid

2021-05-12 Thread David Villasmil
deployed it so far and > feedback was pretty minimal. > > Cheers, > Daniel > On 12.05.21 12:09, David Villasmil wrote: > > Thanks Daniel, > > I was 100% sure i'd done an "ldconfig", but it seems I did not. That > worked: > > May 12 10:07:04 ip-

Re: [SR-Users] secsipid

2021-05-12 Thread David Villasmil
ies cache, usually > can be done by running: > > sudo ldconfig > > Cheers, > Daniel > On 12.05.21 02:01, David Villasmil wrote: > > So kamailio compiled but on start: > > Config: > #!ifdef WITH_STIR > loadmodule "secsipid.so" > #!endif >

Re: [SR-Users] secsipid

2021-05-11 Thread David Villasmil
ipid.so /usr/local/lib/libsecsipid.so.1.0.0 /usr/local/lib/libsecsipid.a Not really sure what's going on here... Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Tue, May 11, 2021 at 3:46 PM David Villasmil < david.villasmil.w...@gmail.com> wrote:

Re: [SR-Users] secsipid

2021-05-11 Thread David Villasmil
or use inside source tree make modules modules=src/modules/secsipid_proc make modules modules=src/modules/secsipid ... Now kamailio compiles properly. Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Tue, May 11, 2021 at 3:30 PM David Villasmil

Re: [SR-Users] secsipid

2021-05-11 Thread David Villasmil
Hello Arsen, Thanks for replying. That was it! Should that detail be added to the doc? a lot of people wanting to use that are not seasoned Go devs. @Daniel-Constantin Mierla ? Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Tue, May 11, 2021 at 2:48

[SR-Users] secsipid

2021-05-11 Thread David Villasmil
** [Makefile:10: liba] Error 1 Obviously not a "go" guy here. What am I doing wrong? Thanks for your help! David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 __ Kamailio - Users Mailing List - Non Commercial Dis

Re: [SR-Users] No Audio For Outbound Calls

2021-05-11 Thread David Villasmil
mailio in the following manner: >>>> >>>> Kamailio (Physical Server: Register to Telecom Operator Carrier SIP >>>> trunk) ---> Asterisk Server (on Cloud having public IP) >>>> >>>> I am successfully able to route the call

Re: [SR-Users] No Audio For Outbound Calls

2021-05-10 Thread David Villasmil
13745250 >> > __ > Kamailio - Users Mailing List - Non Commercial Discussions > * sr-users@lists.kamailio.org > Important: keep the mailing list in the recipients, do not reply only to > the sender! > Edit mailing list op

Re: [SR-Users] No Audio For Outbound Calls

2021-05-10 Thread David Villasmil
SDP is probably wrong, a trace here would help. Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Mon, May 10, 2021 at 10:11 AM Kashish Raheja wrote: > Hi All, > > I have set up Kamailio in the following manner: > > Kamailio (Physical Serv

Re: [SR-Users] loose_route() and FQDN

2021-05-07 Thread David Villasmil
Can you share a trace? On Fri, 7 May 2021 at 21:12, Igor Olhovskiy wrote: > Yes. It passes uri == myself condition on auth. > > Regards, > Igor > > On 07.05.2021 17:32, David Villasmil wrote: > > Have you tried verifying Kamailio actually believes the FQDN is itself

Re: [SR-Users] loose_route() and FQDN

2021-05-07 Thread David Villasmil
Have you tried verifying Kamailio actually believes the FQDN is itself? Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Fri, May 7, 2021 at 4:18 PM Igor Olhovskiy wrote: > David, > > Yes, I did added it, means it was there, but is_first_

Re: [SR-Users] loose_route() and FQDN

2021-05-07 Thread David Villasmil
> May 17-20, 2021 (Europe Timezone) - June 7-10, 2021 (America Timezone) > * https://www.asipto.com/sw/kamailio-advanced-training-online/ > > -- > Daniel-Constantin Mierla -- www.asipto.comwww.twitter.com/miconda -- > www.linkedin.com/in/miconda > Kamailio Advanced Training - Onli

[SR-Users] dialog OPTIONS

2021-05-04 Thread David Villasmil
he right direction to enable it on all legs? Something else i'm seeing is even though i set "ka_failed_limit" to 2, kamailio is sending several OPTIONS before sending BYEs to both legs (clientA, since there are no OPTIONS on clientB) Thanks all, David Villasmil email: david.villasmi

Re: [SR-Users] possible bug on {param.value,name}

2021-05-04 Thread David Villasmil
pops function, but with the transformation. Thanks for taking the time to read the emails :) Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Tue, May 4, 2021 at 3:08 PM Daniel-Constantin Mierla wrote: > The email written by you, to which I replied, h

Re: [SR-Users] possible bug on {param.value,name}

2021-05-04 Thread David Villasmil
Not really, the question was about $var(conid) = $(hdr(Route){uri.param,wsconnid}) which returns an extra ">" from: Route: if i print $var(conid) i would get: May 3 19:24:45 ip-10-231-32-37 /usr/sbin/kamailio[10015]: ERROR:

Re: [SR-Users] geting $conid on outbound INVITE

2021-05-04 Thread David Villasmil
xlog("connection id is: $var(conid)\n"); } } } Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Tue, May 4, 2021 at 2:16 PM David Villasmil < david.villasmil.w...@gmail.com> wrote: > Hello guys,

[SR-Users] geting $conid on outbound INVITE

2021-05-04 Thread David Villasmil
Hello guys, I don't have a lot of experience with webrtc (websocket). I'm trying to get $conid when i receive an INVITE via UDP which is GOING to a ws, how do i do that? Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +3

Re: [SR-Users] possible bug on {param.value,name}

2021-05-04 Thread David Villasmil
I was using it like: $var(conid) = $(hdr(Route){uri.param,wsconnid}{s.int}) Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Tue, May 4, 2021 at 7:24 AM Daniel-Constantin Mierla wrote: > Hello, > > you have to show how you use the function and

Re: [SR-Users] possible bug on {param.value,name}

2021-05-03 Thread David Villasmil
ROR: [core/sr_module.c:1638]: get_int_fparam(): Could not convert PV to int ERROR: tcpops [tcpops_mod.c:374]: w_tcp_conid_state(): invalid parameter 'conid' (must be a number) ? Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Mon, May 3, 2021 at 11:

Re: [SR-Users] Can't make tcp_conid_alive work with $var

2021-05-03 Thread David Villasmil
Thanks Ovidiu, Already tried that.. $var(conid) = $(hdr(Route){param.value,wsconnid}); $var(conid) = $(var(conid){s.striptail,1}{s.int}); Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Mon, May 3, 2021 at 11:06 PM Ovidiu Sas wrote: > Try to convert

[SR-Users] Can't make tcp_conid_alive work with $var

2021-05-03 Thread David Villasmil
Hello guys, I'm trying to do the following: On INVITE, i add a param to RR "wsconnid" which is the connection id of the WS socket. Afterwards, i get an OPTIONS including said param. Next I want to retrieve the param and check if the connection is alive. NOTE: using simply "$(hdr(Route){param.va

[SR-Users] possible bug on {param.value,name}

2021-05-03 Thread David Villasmil
Hello guys, I'm possible using this wrong, but here it is; I need to get a previously set parameter to rr, named "wsconnid": $var(wsconnid) = $(hdr(Route){param.value,wsconnid}) xlog("L_ERR", "Connection ID parameter: $var(wsconnid)"); And i'm getting: May 3 19:24:45 ip-10-231-32-37 /usr/sbin/

Re: [SR-Users] Dialog server behind proxy and ka_timer/ka_interval

2021-05-02 Thread David Villasmil
and not replying them 😉 > > > > Cheers, > > > > Henning > > > > *From:* sr-users *On Behalf Of *David > Villasmil > *Sent:* Friday, April 30, 2021 8:20 PM > *To:* Kamailio (SER) - Users Mailing List > *Subject:* [SR-Users] Dialog server behind proxy and

[SR-Users] Dialog server behind proxy and ka_timer/ka_interval

2021-04-30 Thread David Villasmil
to an OPTIONS message and not actually trying to resend it to the client. Is there anyway of doing this or something better to accomplish the same thing? Thanks! David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 __ Kam

[SR-Users] Dynamically enable ka_timer, ka_interval

2021-04-30 Thread David Villasmil
Hello guys, is it possible to enable the ka_timer and ka_internal dynamically on a per leg basis? i.e. Only the a-leg? Thanks guys Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 __ Kamailio - Users

<    1   2   3   4   5   6   7   >