Re: [SR-Users] Error on Kamailio 4.3.7 and dialog

2018-07-16 Thread Daniel-Constantin Mierla
way for fix.. > > Any idea ? > > Regards > > Laura > > > ___ > Kamailio (SER) - Users Mailing List > sr-users@lists.kamailio.org > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla -- www.asipto.com www.twitter.com/mi

Re: [SR-Users] ACK Cseq incrases after 404 on uac_auth()

2018-07-17 Thread Daniel-Constantin Mierla
{ > >         if (t_check_status("40[02-689]|4[1-9][0-9]|5[0-9][0-9]") || > (t_branch_timeout() && !t_branch_replied())) { > >             msg_iflag_reset("UAC_AUTH"); >             >             t_relay(); >             exit; >         } > } &g

Re: [SR-Users] Locking htable entries

2018-07-19 Thread Daniel-Constantin Mierla
8, Daniel-Constantin Mierla wrote: > Hello, > > readn and write operations are safe, done under mutex locking. So it is > always safe to do: > > $sht(x=>y) = $var(y); > > or: > > $var(y) = $sht(x=>y); > > But there could be operations where you want that the value i

Re: [SR-Users] Locking htable entries

2018-07-19 Thread Daniel-Constantin Mierla
this higher-level lock? Is it to create a way > to block config script execution in multiple processes as to serialise > operations? Why would one want to do this under any ordinary > circumstances? Perhaps it is a failure of my imagination... > > Thanks, > > -- Alex > -- D

Re: [SR-Users] uri==myself

2018-07-19 Thread Daniel-Constantin Mierla
ote that $ru can be changed by different functions such as those from registrar, dispatcher, lcr, ... Cheers, Daniel -- Daniel-Constantin Mierla -- www.asipto.com www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio World Conference -- www.kamailioworld.com

Re: [SR-Users] dialog module : questions about dialog states

2018-07-19 Thread Daniel-Constantin Mierla
ered yet (no 200ok received). While SIP allows BYE at that stage to end a particular branch of the call, dialog module needs the 200ok, as it operates at dialog level, not at transaction/branch level. Cheers, Daniel -- Daniel-Constantin Mierla -- www.asipto.com www.twitter.com/miconda -- www.linke

Re: [SR-Users] Locking htable entries

2018-07-19 Thread Daniel-Constantin Mierla
ive typos and brevity. > > ___ > Kamailio (SER) - Users Mailing List > sr-users@lists.kamailio.org > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla -- www.asipto.com www.twitter.com/miconda -- www.linkedin.com/

Re: [SR-Users] dialog module : questions about dialog states

2018-07-19 Thread Daniel-Constantin Mierla
gt; > Thank you Daniel. > What is the best way to end calls for states 3 and 4 ? > > Regards > > Abdoul OSSENI > Ingénieur DevOps chez Néo-Soft > Co-Fondateur de ON SERVICES > Tél : +33 601 135 167 > > 2018-07-19 18:49

Re: [SR-Users] uri==myself

2018-07-19 Thread Daniel-Constantin Mierla
r(myself) = uri =~ "" || is_myself("$ru"); > //if i print $var(myself) it prints 1  > > // in both cases above the regex part isn't supposed to match and > hence correctly returns false. > ... > > } > > route{ > >    route(INIT_VARS); &g

Re: [SR-Users] ACK Cseq incrases after 404 on uac_auth()

2018-07-16 Thread Daniel-Constantin Mierla
module > Any suggestions how to avoid it or exclude resent INVITE from the > dialog module tracking? > > > > ___ > Kamailio (SER) - Users Mailing List > sr-users@lists.kamailio.org > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-

Re: [SR-Users] Kamailio troubleshooting

2018-07-18 Thread Daniel-Constantin Mierla
tcp connections, but if you say the traffic is low, then the tcp workers are blocked in some operations, likely the database query. You can use benchmark module or play with latency* core parameters in order to detect what action in config takes very long time to execute. You can also increas

Re: [SR-Users] Using the SIP related functions in a lib

2018-07-18 Thread Daniel-Constantin Mierla
g sip libraries, such as baresip, pjsip, sofia sip or libosip. It may save the time and may have more layers than sip (e.g., rtp/rtcp) that can help building a user agent. Cheers, Daniel -- Daniel-Constantin Mierla -- www.asipto.com www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio W

Re: [SR-Users] event_route [tcp:closed] not executed

2018-09-04 Thread Daniel-Constantin Mierla
On 04.09.18 15:46, Juha Heinanen wrote: > Daniel-Constantin Mierla writes: > >> The event_route was defined for the specific case where its name can be >> anything and it is a matter of modules to execute some as they need. >> >> The interpreter which is defined

Re: [SR-Users] dlg.end_dlg on RTP timeout

2018-09-05 Thread Daniel-Constantin Mierla
e from-tag), the other is a > generic "teardown" command using the call ID. > > Cheers > > On 2018-09-04 07:52, Daniel-Constantin Mierla wrote: >> >> Hello, >> >> what do you get from rtpengine on rtp timeout? An RPC call back or an >> http requ

Re: [SR-Users] dlg.end_dlg on RTP timeout

2018-09-05 Thread Daniel-Constantin Mierla
that's more friendly towards Kamailio. > > Cheers > > On 2018-09-05 02:42, Daniel-Constantin Mierla wrote: >> >> Looking quickly at the readme of rtpengine application and digging a >> bit with google, it is something like rtpengine has to be started with &

Re: [SR-Users] kamailio with evapi crashing on high volume

2018-09-05 Thread Daniel-Constantin Mierla
> Kamailio (SER) - Users Mailing List > sr-users@lists.kamailio.org > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla -- www.asipto.com www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio

Re: [SR-Users] dlg.end_dlg on RTP timeout

2018-09-06 Thread Daniel-Constantin Mierla
That's great, thank you! Cheers, Daniel On 06.09.18 11:15, Richard Fuchs wrote: > This is now supported as per > https://github.com/sipwise/rtpengine/commit/89084da8d820919b44a0244e16e6701822070a72 > > Cheers > > On 2018-09-05 05:39, Daniel-Const

Re: [SR-Users] Via header line missing

2018-09-06 Thread Daniel-Constantin Mierla
;tag=2618219059 > Server: Cirpack/v4.76 (gw_sip) > To: "PhonerLite" <mailto:sip%3a4962519448...@sip.ggew-net.de>>;tag=00-07871-795b4386-0dc31d606 > Via: SIP/2.0/UDP > [2a05:e2c1:2::111];branch=z9hG4bK0ce8.b94e5d3389049004487a8551ac2c8c41.0;rport=5060 > Via: SIP/2.0/UDP > 2

Re: [SR-Users] kamailio with evapi crashing on high volume

2018-09-06 Thread Daniel-Constantin Mierla
54 > #2  0x004bb445 in timer_list_expire (t=932640643, > h=0x7f6ab03ad158, slow_l=0x7f6ab03ae480, slow_mark=271) at > core/timer.c:874 > #3  0x004bb8ab in timer_handler () at core/timer.c:939 > #4  0x004bbd30 in timer_main () at core/timer.c:978 > #5  0x

Re: [SR-Users] Event: Kamailio Developers Meeting, Sep 27-28, 2018, in Dusseldorf, Germany

2018-09-07 Thread Daniel-Constantin Mierla
, register at soon at possible, details at:   -  https://www.kamailio.org/w/developers-meeting/ Cheers, Daniel On 29.08.18 12:30, Daniel-Constantin Mierla wrote: > Kamailio SIP Server project is organizing a meeting of its developers > during September 27-28, 2018, hosted by sipgate.de in Duss

Re: [SR-Users] kamailio with evapi crashing on high volume

2018-09-07 Thread Daniel-Constantin Mierla
(5.1.5), it at least started crashing. Here are > two core dumps put onto pastebin. > https://pastebin.com/nn6gJapm > https://pastebin.com/ph7b8vFH > > Thanks for all the support, > > - Jayesh > > On Fri, Sep 7, 2018 at 1:55 AM Daniel-Constantin Mierla > mailto:mico...@

Re: [SR-Users] Missing ACC record in case of canceled call forking

2018-09-10 Thread Daniel-Constantin Mierla
; > > I missed to say in my previous email that in kamailio ACC > configuration we have also: >   modparam("acc", "acc_prepare_always", 1) > > > Thanks > Marco >   > > > On 09/04/2018 11:39 AM, Daniel-Constantin Mierla wrote: >> Hello, >

Re: [SR-Users] Crashed drouting

2018-09-10 Thread Daniel-Constantin Mierla
ot;INFO: [main.c: 771]: handle_sigs > (): terminating due to SIGCHLD" > > > -- > B.R. Evgeniy > > > ___ > Kamailio (SER) - Users Mailing List > sr-users@lists.kamailio.org > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constant

Re: [SR-Users] Missing ACC record in case of canceled call forking

2018-09-10 Thread Daniel-Constantin Mierla
Hello, I need **all the logs**, not only those from acc module and script, but all the modules and core. Add also: log_prefix="{$mt $hdr(CSeq) $ci} " to be able to match log message with the request time. And again, send the logs only for the case that fails. Cheers, Daniel On 10.09.18

Re: [SR-Users] Missing ACC record in case of canceled call forking

2018-09-10 Thread Daniel-Constantin Mierla
gt; Attached to the mail you can find the full log of the affected call > with debug level 3 as requested. > > Thank you again > > Cheers, > Marco > > > On 09/10/2018 12:29 PM, Daniel-Constantin Mierla wrote: >> >> Hello, >> >> I need **all the logs**, no

Re: [SR-Users] Missing ACC record in case of canceled call forking

2018-09-10 Thread Daniel-Constantin Mierla
the new log with debug 3. > > Thanks > Marco > > > On 09/10/2018 03:14 PM, Daniel-Constantin Mierla wrote: >> >> Hello, >> >> can you try with: >> >> https://github.com/kamailio/kamailio/commit/5b223a2e8a92f351b8eab756f5256fda7645ff21 >> &

Re: [SR-Users] Final reply code is wrong in case of 302 and 486 busy

2018-08-31 Thread Daniel-Constantin Mierla
ps://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla -- www.asipto.com www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio World Conference -- www.kamailioworld.com Kamailio Advanced Training, Nov 12-14, 2018, in Berlin -- www.asipto.com _

Re: [SR-Users] Delay

2018-08-30 Thread Daniel-Constantin Mierla
___ > Kamailio (SER) - Users Mailing List > sr-users@lists.kamailio.org > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla -- www.asipto.com www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio World

Re: [SR-Users] siptrace module doesn't close db connections

2018-08-31 Thread Daniel-Constantin Mierla
version from version where > table_name='sip_trace' >  10.23.102.1 | idle  | select table_version from version where > table_name='sip_trace' >  10.23.102.1 | idle  | select table_version from version where > table_name='sip_trace' >  10.23.102.1 | idle  | select table_version from

Re: [SR-Users] event_route [tcp:closed] not executed

2018-09-04 Thread Daniel-Constantin Mierla
istent analysis to see if affects the flexibility and then expecting relevant development effort to go in each module dealing with event_route blocks. Cheers, Daniel -- Daniel-Constantin Mierla -- www.asipto.com www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio World Conference -- www.kamail

Re: [SR-Users] dlg.end_dlg on RTP timeout

2018-09-04 Thread Daniel-Constantin Mierla
base with external tool? > > Regards, Igor > > > ___ > Kamailio (SER) - Users Mailing List > sr-users@lists.kamailio.org > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla

Re: [SR-Users] IPv6 2 Ipv4

2018-08-30 Thread Daniel-Constantin Mierla
sts.kamailio.org> > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users > > > > ___ > Kamailio (SER) - Users Mailing List > sr-users@lists.kamailio.org > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla -- www.asipto.com www

Re: [SR-Users] Quick way to enable/disable all uac outbound registrations

2018-08-30 Thread Daniel-Constantin Mierla
he rationale behind this question, > is this for > your high-availability setup or something like this? > > Best regards, > > Henning > > -- > Henning Westerholt > https://skalatan.de/blog/ > > > > > ___

[SR-Users] Roadmap to next major release - v5.2.0

2018-09-11 Thread Daniel-Constantin Mierla
within the weeks of Nov 5 or Nov 19 If anyone has something to add or adjust, let's discuss on sr-users mailing list. Cheers, Daniel -- Daniel-Constantin Mierla -- www.asipto.com www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio World Conference -- www.kamailioworld.com Kamailio

Re: [SR-Users] Remove branch from branch list

2018-09-11 Thread Daniel-Constantin Mierla
__ > Kamailio (SER) - Users Mailing List > sr-users@lists.kamailio.org > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla -- www.asipto.com www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio World Conference -- www.kamail

[SR-Users] RFC: database unsigned number types

2018-07-05 Thread Daniel-Constantin Mierla
, otherwise timestamp variables can go negative once unix timestamp approaches MAX_UINT/2 (still plenty of time, but should not be delayed for long ...). Cheers, Daniel -- Daniel-Constantin Mierla -- www.asipto.com www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio World Conference

Re: [SR-Users] TLS CRL configuration

2018-07-10 Thread Daniel-Constantin Mierla
The CRL with revoked server certificate needs to be loaded in > the sip client. TLS server doesn’t send CRL to client during > handshake. > > Sent from my iPhone > > On Jul 3, 2018, at 6:16 AM, Daniel-Constantin Mierla > mailto:mico...@

Re: [SR-Users] Kamailio, forking and multiple answer

2018-07-10 Thread Daniel-Constantin Mierla
n). > > Any help or comment? > > Thanks > Marino > > > ___ > Kamailio (SER) - Users Mailing List > sr-users@lists.kamailio.org > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla -- www.asipto.com www.twitter.com/miconda

Re: [SR-Users] SIP/2.0 500 I'm terribly sorry, server error occurred (1/TM)

2018-07-11 Thread Daniel-Constantin Mierla
ease help me out how to fix this. Cancels are handles > automatically so, i cannot hardcore anything to resolve it.  > > Best Regards,  > > Aqs Younas > > > > ___________ > Kamailio (SER) - Users Mailing List > sr-users@lists.kamailio.org > https://lists.kamailio.org/c

Re: [SR-Users] UAC register

2018-07-11 Thread Daniel-Constantin Mierla
ER messages either > after first boot or as a result of the manual refresh. > > This is using an instance of Kamailio 5.0.1. Should I try with a newer > version? > > Is there a way to get extra debugging of the uac module? > > If I increase the debug verbosity, I get quite

Re: [SR-Users] SIP/2.0 500 I'm terribly sorry, server error occurred (1/TM)

2018-07-13 Thread Daniel-Constantin Mierla
n"); >                 exit; >         } >         xlog("L_INFO","[R-SUSPEND:$ci] -> suspended transaction > [$T(id_index):$T(id_label)] $fU => $rU\n"); >         $sht(vtp=>join::$rU) = "" + $T(id_index) + ":" +$T(id_label);

Re: [SR-Users] Dispatcher usage (was: sr-users Digest, Vol 158, Issue 12)

2018-07-13 Thread Daniel-Constantin Mierla
users digest..." > > > Today's Topics: > [...] > > ___ > Kamailio (SER) - Users Mailing List > sr-users@lists.kamailio.org > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-

Re: [SR-Users] SIP/2.0 500 I'm terribly sorry, server error occurred (1/TM)

2018-07-13 Thread Daniel-Constantin Mierla
Hello, can you give here the INVITE that is sent out by Kamailio? In the screenshot that you gave in a previous email it was the incoming INVITE. >From the logs, the 487 is matching the first branch, but that should be the one that was suspended, not the outgoing one. Reading back this email

Re: [SR-Users] dispatcher module complete tutorial

2018-07-12 Thread Daniel-Constantin Mierla
            >                 (Private IP) Kamailio server1 > > Any body can recomment me some tutorial to do this? > Thanks any advance! > > > ___ > Kamailio (SER) - Users Mailing List > sr-users@lists.kamailio.org > https://l

Re: [SR-Users] UAC register

2018-07-12 Thread Daniel-Constantin Mierla
18, at 17:11, Daniel-Constantin Mierla > <mailto:mico...@gmail.com>> wrote: >> >> is the 'expires' value in the db records greater than 0? It is shown >> 0 in the rpc dump. >> > > Yes, that was it. > > After setting the expires field to 360 and the reg_d

Re: [SR-Users] SIP/2.0 500 I'm terribly sorry, server error occurred (1/TM)

2018-07-12 Thread Daniel-Constantin Mierla
clear.  > > ... > > is it some configuration issue?  > > BTW what is the best way to call multiple async functions in kamailio.  > > Any suggestion is much appreciated.  > > Best Regards,  > > Aqs Younas > > On Wed, 11 Jul 2018 at 12:39, Daniel-Constantin Mierla &

Re: [SR-Users] ul.add | path & socket not correctly set

2018-07-09 Thread Daniel-Constantin Mierla
not to set it -- for coherence I pushed a patch to skip setting it if '.'  is given However, if you want to set one of the last two parameters, you have to upgrade to 5.1. Cheers, Daniel On 09.07.18 10:37, Daniel-Constantin Mierla wrote: > > Hello, > > I will check it -- reminders are good,

Re: [SR-Users] ul.add | path & socket not correctly set

2018-07-09 Thread Daniel-Constantin Mierla
an see the Path value is set to “.” But it must be set to [not > set] > > The Socket is also not set. > >   > > Any idea ? > >   > > BR > >   > > Laurent > > > > ___ > Kamailio (SER) - Users Mailing

Re: [SR-Users] Delay in 100 Trying response for INVITE when the load is 70 INVITE's per sec

2018-07-09 Thread Daniel-Constantin Mierla
  > > Thank you, > >   > > Vivek. > >   > > ___ > Kamailio (SER) - Users Mailing List > sr-users@lists.kamailio.org <mailto:sr-users@lists.kamailio.org> > https://lists.kamailio.org

Re: [SR-Users] Problem Proxy

2018-01-24 Thread Daniel-Constantin Mierla
> <http://79.137.49.139:39176> (RTP) > > Jan 18 21:51:32 proxy1 rtpproxy[1314]: > INFO:rxmit_packets:e1e387824e0753522b7bc55e02090784: caller's > address filled in: 217.112.180.235:49155 > <http://217.112.180.235:49155> (RTCP) > > Jan 18 21:5

[SR-Users] Kamailio v5.1.1 Released

2018-01-22 Thread Daniel-Constantin Mierla
, Debian/Ubuntu packages will be available soon as well. Many thanks to all contributing and using Kamailio! Cheers, Daniel -- Daniel-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio Advanced Training - www.asipto.com Kamailio World Conference - May 14-16, 2018

Re: [SR-Users] Missing ACC record in case of canceled call forking

2018-09-12 Thread Daniel-Constantin Mierla
Hello, ok, thanks for testing, I will backport to 5.1 ... Cheers, Daniel On 12.09.18 09:50, Marco Capetta wrote: > Hello, > > yes, a "486 Busy Here" message is sent back to the caller as final reply. > > > Thanks > > Cheers > Marco > > > On 09/11

Re: [SR-Users] [sr-dev] SIP header when 911 called

2018-03-07 Thread Daniel-Constantin Mierla
g List > sr-...@lists.kamailio.org > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev -- Daniel-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio Advanced Training - March 5-7, 2018, Berlin - www.asipto.com Kamailio World Conf

Re: [SR-Users] KeepAlive Module

2018-03-07 Thread Daniel-Constantin Mierla
Hello, it might be an issue, this being rather new code, so the best is to open in item on the github.com/kamailio/kamailio tracker, then we will assign to the developer. Otherwise this report might be forgotten in the mailing list archive. Cheers, Daniel On 21.02.18 17:21, Social Boh wrote: >

Re: [SR-Users] ways to track all messages of a dialog

2018-03-08 Thread Daniel-Constantin Mierla
a negative reply related to "my_IP" was received > } > } > > > Will the flags work on this case ? > > My 2nd approach is to use a htable and use the call_id for my calls as the > key. The on each route section (reply, failure_reply, ACK processing etc.) > find

[SR-Users] Info: Meeting during FOSSASIA 2018

2018-03-08 Thread Daniel-Constantin Mierla
-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio Advanced Training - April 16-18, 2018, Berlin - www.asipto.com Kamailio World Conference - May 14-16, 2018 - www.kamailioworld.com ___ Kamailio (SER) - Users Mailing List

Re: [SR-Users] Issue starting with kamctl

2018-03-08 Thread Daniel-Constantin Mierla
p: localhost:5060 > > > I would appreciate any help provided. > > Attached the syslog output > > Ruben > > > > > > > ___ > Kamailio (SER) - Users Mailing List > sr-users@lists.kamailio.org > https://lists.kamailio.org/cgi-bin/ma

Re: [SR-Users] Strongswan on same Server in EC2 as kamailio 4.4

2018-03-07 Thread Daniel-Constantin Mierla
MAILIO PUBLIC IP); > >    However doesnt appear to work, is this an issue for ip routing on > the server to push the BYE correctly down the IPSEC tunnel? or is it > configuration related? > >    Any comments welcome if people have had this issue before. > > >    Many thanks

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

2018-03-07 Thread Daniel-Constantin Mierla
> 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 Via before > send the REGISTER to the second Asterisk without success. > > Any hint or tip? > > Thank you > > Regards > --

Re: [SR-Users] Kamailio Memory Settings

2018-03-08 Thread Daniel-Constantin Mierla
shared memory try with 512M to be in safe side. Cheers, Daniel -- Daniel-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio Advanced Training - April 16-18, 2018, Berlin - www.asipto.com Kamailio World Conference - May 14-16, 2018 - www.kamailioworld.com _

Re: [SR-Users] Disable non-existent user warning

2018-03-07 Thread Daniel-Constantin Mierla
ocal deployment, but actually it is kamailio running as sip server, not ser. Cheers, Daniel > > Anyway, thank you! I tried this and it solved my problem. > > Cheers > Stefan > > > Am 07.03.18 um 08:50 schrieb Daniel-Constantin Mierla: >> Hello, >> >> first que

Re: [SR-Users] Choosing a Testing and Validation Tool

2018-03-07 Thread Daniel-Constantin Mierla
h > the work if i can find a tool prepared to do this. > > Cheers :) > > > > > ___ > Kamailio (SER) - Users Mailing List > sr-users@lists.kamailio.org > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constanti

Re: [SR-Users] Dimensioning ds_hash_size value for dispatcher module

2018-03-08 Thread Daniel-Constantin Mierla
g List > sr-users@lists.kamailio.org > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio Advanced Training - March 5-7, 2018, Berlin - www.asipto.com Kamailio World Conference - May

Re: [SR-Users] Question about t_branch_timeout behavior.

2018-03-07 Thread Daniel-Constantin Mierla
gt; Best Regards > José Seabra > > > > ___ > Kamailio (SER) - Users Mailing List > sr-users@lists.kamailio.org > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio Advanc

Re: [SR-Users] Failed auth

2018-03-08 Thread Daniel-Constantin Mierla
Hello, which modules are you using for authentication? auth_db (and auth)? Cheers, Daniel On 13.02.18 12:34, Aidar Kamalov wrote: > Hello! > I have kamailio 5.0.5 and some cisco spa 50x phones. > Sometime phone can't register to kamailio. REGISTER packets with right > nonce,reponse, etc gets

[SR-Users] Kamailio v5.0.6 Released

2018-02-27 Thread Daniel-Constantin Mierla
/ Many thanks to all contributing and using Kamailio! Cheers, Daniel -- Daniel-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio Advanced Training - www.asipto.com Kamailio World Conference - May 14-16, 2018 - www.kamailioworld.com

Re: [SR-Users] Siremis and kamailio 5.x.x

2018-03-01 Thread Daniel-Constantin Mierla
/07/siremis-ongoing-updates/ > > Cheers, > Olli > > ___ > Kamailio (SER) - Users Mailing List > sr-users@lists.kamailio.org > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla www.twitter.com/micon

Re: [SR-Users] kamailio does not start with db_mongdb and usrloc

2018-02-28 Thread Daniel-Constantin Mierla
using mongo server version > 3.6.2. > > Both mongoc versions are running fine with a mongo server version 3.0.15. > > Kind regards, > Stephane > >   > > > On 28 February 2018 at 15:25, Daniel-Constantin Mierla > <mico...@gmail.com <mailto:mico...@gmail.

Re: [SR-Users] Kamailio ims with TCP

2018-03-01 Thread Daniel-Constantin Mierla
;> [tm.c:1242]: w_t_reply(): cannot send a t_reply to a message for >> which no T-state has been established >> >> In addition i cleaned all UDP SRV related records from DNS zone >> and tried to forced all instances in the TCP mode configuration >> >>

Re: [SR-Users] kamailio does not start with db_mongdb and usrloc

2018-03-01 Thread Daniel-Constantin Mierla
o set the rows in result > >  0(5462) ERROR: db_mongodb [mongodb_dbase.c:965]: db_mongodb_query(): > failed to store result > >  0(5462) ERROR: db_mongodb [mongodb_dbase.c:974]: db_mongodb_query(): > failed to do the query > > > Kind regards, > Stephane > > On 1 March 2

Re: [SR-Users] Error using newest Siremis and kamailio 5.0.3

2018-03-01 Thread Daniel-Constantin Mierla
w/html/https/siremis/siremis/modules/sipadmin/service/asipto/libs/cmds/serxr.php > on line 2 > > Cheers, > Olli > > > Daniel-Constantin Mierla kirjoitti 2018-03-01 15:36: >> Hello, >> >> have you installed php-xml package? >> >> Also, look at error

Re: [SR-Users] Segmentation fault Dialog RPC

2018-03-01 Thread Daniel-Constantin Mierla
   ret = 0 > >     nj = 0x3031ab0 > >     val = {s = 0x3032030 "dlg.profile_list", len = 16} > >     __FUNCTION__ = "jsonrpc_dispatch" > > #4  0x0041f75d in do_action (h=0x7fff65fcc4c0, > a=0x7f4a13189e28, msg=0x7fff65fcc5a0) at action.c:1054 >

Re: [SR-Users] Planing next Kamailio releases - v4.4.7 v5.0.6 and v5.1.2

2018-03-01 Thread Daniel-Constantin Mierla
or irc channel and wait for an ack. Cheers, Daniel On 27.02.18 08:59, Daniel-Constantin Mierla wrote: > Hello, > > later today I am planning to release v5.0.6, so as usual, until the > announcement is sent, any commits to branch 5.0 should be announced on > sr-dev mailing list or

Re: [SR-Users] Dialog Terminator

2018-03-12 Thread Daniel-Constantin Mierla
who sent the BYE:   - http://www.kamailio.org/docs/modules/5.2.x/modules/rr.html#idp27707620 Otherwise, there is no variable that gives the result you are looking for. Cheers, Daniel -- Daniel-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio Advanced Training

Re: [SR-Users] SBC rejects SIP INVITE from Kamailio+topos

2018-03-12 Thread Daniel-Constantin Mierla
cy. > > There is any way to configure Kamailio using topos to have the same > Contact Header on INVITE and REGISTER? topos works at dialog level, doesn't correlate a REGISTER with a call or something else. So the answer is no. Cheers, Daniel -- Daniel-Constantin Mierla www.twitter.com/m

Re: [SR-Users] Tracking NAT Helper keepalives

2018-03-12 Thread Daniel-Constantin Mierla
e added in a similar manner, but it requires C coding. Cheers, Daniel -- Daniel-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio Advanced Training - April 16-18, 2018, Berlin - www.asipto.com Kamailio World Conference - May 14-16, 2

Re: [SR-Users] permissions.allow in conjunction with trusted table

2018-03-12 Thread Daniel-Constantin Mierla
e_address("...") in kamailio.cfg. Inside address table, you can group addresses by an id, which is then given as parameter to the config function. Cheers, Daniel -- Daniel-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio Advanced Training - April 16-18, 2

Re: [SR-Users] R: Segmentation fault Dialog RPC

2018-03-12 Thread Daniel-Constantin Mierla
33875508, flags = 876097589, linker = > 0x422d30263936313d, next = 0x3d50542c36343d4f, prev = 0x52542c3634303730, > > hash = 1028345429}, next = 0x50542c36343d4f42, profile = > 0x542c36343037303d} > > (gdb) p *pl->profile > > Cannot access memory at address 0x542c3634303

Re: [SR-Users] kamailio does not start with db_mongdb and usrloc

2018-03-13 Thread Daniel-Constantin Mierla
has a fix for working with older versions than 1.5.0, it will be backported. Cheers, Daniel On 01.03.18 15:21, Stephane wrote: > Thanks very much Daniel ! > This is working now, with both mongo server versions. > Kind regards, > Stephane > > On 1 March 2018 at 14:31, Daniel

Re: [SR-Users] Lua script reload

2018-03-14 Thread Daniel-Constantin Mierla
uot;: -32000, >     "message":  "Execution Error" >   }, >   "id": 11098 > } > > In syslog there is a string  > > /usr/sbin/kamailio[10939]: ERROR: app_lua [app_lua_api.c:399]: > lua_sr_reload_script(): reload is not activated > > > W

Re: [SR-Users] Lua script reload

2018-03-14 Thread Daniel-Constantin Mierla
"error":  { >>>     "code": -32000, >>>     "message":  "Execution Error" >>>   }, >>>   "id": 11098 >>> } >>> >>> In syslog there is a string  >>> >>> /usr/sbin/kamailio[10939]: ERROR: app_lua

Re: [SR-Users] R: R: Segmentation fault Dialog RPC

2018-03-14 Thread Daniel-Constantin Mierla
ithub. > >   > > Many thanks   > > Reagrds > >   > > *Da:*Daniel-Constantin Mierla [mailto:mico...@gmail.com] > *Inviato:* lunedì 12 marzo 2018 18:03 > *A:* pars3c; 'Kamailio (SER) - Users Mailing List' > *Oggetto:* Re: R: [SR-Users] Segmentation fault Dialog RP

Re: [SR-Users] Lua script reload

2018-03-14 Thread Daniel-Constantin Mierla
ring  >> >> /usr/sbin/kamailio[10939]: ERROR: app_lua [app_lua_api.c:399]: >> lua_sr_reload_script(): reload is not activated >> >> >> What is need to be done to activate reload? >> >> >> Regards, Igor > > > ___

Re: [SR-Users] subnet match

2018-03-14 Thread Daniel-Constantin Mierla
Hello, maybe it is what Hugh said in his response, respectively that the subnet needs to have the lowest bits masked. Can you run with debug=3? Maybe ipops module writes more debug message to track it. Cheers, Daniel On 14.03.18 13:33, volga...@networklab.ca wrote: > Hello Daniel, > I

Re: [SR-Users] Kamailio With SMPP

2018-03-14 Thread Daniel-Constantin Mierla
> Thanks  > > > ___ > Kamailio (SER) - Users Mailing List > sr-users@lists.kamailio.org > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio Advance

Re: [SR-Users] subnet match

2018-03-14 Thread Daniel-Constantin Mierla
Hello, On 14.03.18 00:19, volga...@networklab.ca wrote: > Hello Everyone, > Not sure what I am missing, but can't match ip address to subnet > > Log says > >  INFO:

Re: [SR-Users] Lua script reload

2018-03-14 Thread Daniel-Constantin Mierla
there is a string  >> >> /usr/sbin/kamailio[10939]: ERROR: app_lua [app_lua_api.c:399]: >> lua_sr_reload_script(): reload is not activated >> >> >> What is need to be done to activate reload? >> >> >> Regards, Igor > > > __

Re: [SR-Users] ways to track all messages of a dialog

2018-03-09 Thread Daniel-Constantin Mierla
> > > -Original Message----- > From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] > Sent: Thursday, March 8, 2018 3:17 AM > To: Kamailio (SER) - Users Mailing List <sr-users@lists.kamailio.org>; Fabian > Borot <fbo...@hotmail.com> > Subject: Re: [SR-

Re: [SR-Users] sql_pvquery free result

2018-03-09 Thread Daniel-Constantin Mierla
> yes, the db result is cleaned up internally, the value being copied into variable before that. Cheers, Daniel -- Daniel-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio Advanced Training - April 16-18, 2018, Berlin - www.asipto.com Kamailio World Conf

Re: [SR-Users] Why does all the examples on configuring Kamailio install PostgreSQL

2018-03-08 Thread Daniel-Constantin Mierla
ers Mailing List > sr-users@lists.kamailio.org > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio Advanced Training - April 16-18, 2018, Berlin - www.asipto.com Kamaili

Re: [SR-Users] From URI == Myself

2018-03-09 Thread Daniel-Constantin Mierla
On 09.03.18 16:08, Nicolas Breuer wrote: > > Hello Daniel ; > >   > > No problems for the hostname alias. > > As I said, this is only when the invite uri is the ip-address of the > server  > > But I don’t configure an alias with the ip address as a value  > >   &

Re: [SR-Users] From URI == Myself

2018-03-09 Thread Daniel-Constantin Mierla
the port is added in the definition of the alias for that ip. Cheers, Daniel On 09.03.18 16:19, Nicolas Breuer wrote: > > Yes i have configured all the hosts under alias in kamailio.cfg > >   > >   > > *De :*Daniel-Constantin Mierla [mailto:mico...@gmail.com] > *Envoyé :* vend

Re: [SR-Users] From URI == Myself

2018-03-09 Thread Daniel-Constantin Mierla
address of the server > The IF > Routine is = > > > NOT executed because there is a mismatch in the port (5060 >< 5070) > > > > > > > > > Is it the expected behavior ? > > > > > > Thanks > > > > > > > > > >

Re: [SR-Users] Disable non-existent user warning

2018-03-06 Thread Daniel-Constantin Mierla
know what I'm > doing ;-) > > Regards > Stefan > > ___ > Kamailio (SER) - Users Mailing List > sr-users@lists.kamailio.org > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/miconda Kama

Re: [SR-Users] SIP RFC behaviour for 180/200 to_tag mismatch

2018-03-06 Thread Daniel-Constantin Mierla
A has to take the tag from 200ok. Provisional responses are not mandatory, one can just send directly 200ok. Different tags can come due to serial or parallel forking, the the UA must be prepared to handle branches of its call until the 200ok is received and then use it to complete the dialog.

Re: [SR-Users] logging sip messages

2018-03-06 Thread Daniel-Constantin Mierla
ow does one log every SIP message that Kamailio > sends?  via the context of the routing/replies/event routes in > kamailio.cfg. > > Thanks, > > Karthik > > > > ___ > Kamailio (SER) - Users Mailing List > sr-use

Re: [SR-Users] consume_credentials question

2018-03-06 Thread Daniel-Constantin Mierla
_auth_check(...) with a random password and the proper relam. Ignore the result, the header is parsed, even if authentication fails, and you should be able to use consume_credentials(). Cheers, Daniel -- Daniel-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamail

Re: [SR-Users] sqlops module error

2018-03-06 Thread Daniel-Constantin Mierla
SEELCT query the result parameter can be used, I can count > rows etc. But I am only doing INSERT/UPDATE. > > Am I am missing something here or this is something that can be safely used > like that and I just need to ignore them. I am using " Kamailio (OpenSER) SIP > Server v5.

Re: [SR-Users] subnet match

2018-03-14 Thread Daniel-Constantin Mierla
14 14:10:20 prx00 kamailio[1414]: {2 2 INVITE > 143678_rel51ZGUyMTI5YWE0Y2Q3OWIzYWQ4NmMyYmM2ZWI0M2IyYmE} 5(1421) exec: > *** cfgtrace:failure_route=[NATMANAGE] c=[/etc/kamailio/kamailio.cfg] > l=808 a=26 n=xlog > > Slava. > > On Wed, Mar 14, 2018 at 9:39 AM, Daniel-Constantin Mierl

Re: [SR-Users] subnet match

2018-03-14 Thread Daniel-Constantin Mierla
gt; Slava. > > On Wed, Mar 14, 2018 at 9:39 AM, Daniel-Constantin Mierla > <mico...@gmail.com> wrote: >> Hello, >> >> maybe it is what Hugh said in his response, respectively that the subnet >> needs to have the lowest bits masked. >> >> Ca

<    3   4   5   6   7   8   9   10   11   12   >