Re: [SR-Users] Missing line in line.count transformation

2021-10-08 Thread Daniel Donoghue
nished only with \r flowing in the SIP world, but feel free to add > new features in the code and propose pull requests via github project portal. > > Cheers, > Daniel > > On 06.10.21 16:45, Daniel Donoghue wrote: >> I think I’ve found an edge case with the string tra

[SR-Users] Missing line in line.count transformation

2021-10-06 Thread Daniel Donoghue
e had to hack it using s.replace with hexadecimal escape codes (\r and \n do not work) in a variable. With every blessing, — Daniel Donoghue __ Kamailio - Users Mailing List - Non Commercial Discussions * sr-users@lists.kamailio.org

Re: [SR-Users] Fail Call from Webrct to PSTN SIP Trunk

2021-10-04 Thread Daniel Donoghue
I think that message comes from asterisk. — Daniel D > On 4 Oct 2021, at 13:44, Henning Westerholt wrote: > > Hello, > > are you sure that this msg is actually created from the kamailio? I was not > able to find this string in the code base with some grep tools. > > Would be good to

Re: [SR-Users] using LDAP as database ?

2021-09-28 Thread Daniel Donoghue
Have you tried looking at https://github.com/kamailio/kamailio-tutorials ? There’s an example for using RADIUS there which, iirc, can be used with an LDAP back-end, if necessary. See https://freeradius.org/documentation/

[SR-Users] Slack Group

2021-08-21 Thread Daniel Donoghue
Hello everyone Does anybody know if the Slack workspace at kamailio.slack.com (as mentioned on https://www.kamailio.org/w/contact-us/) is still active? If it is, who should we contact for access? With every blessing, — Daniel Donoghue

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

2021-05-11 Thread Daniel Donoghue
Since your asterisk server is in the cloud, make sure the relevant udp audio port range is open to the telecoms carrier. It is possible that your firewall/security group setup allows an incoming reply on a port when something first goes out on that port which can explain why audio works in one

[SR-Users] sip_trace() in branch_route, kamailio 5.1

2021-03-10 Thread Daniel Donoghue
for the particular branch. Is there any way to get sip_trace() to send the content of the message for that specific branch? With every blessing, — Daniel Donoghue ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi

Re: [SR-Users] pipelimit with a kamailio cluster

2021-02-16 Thread Daniel Donoghue
wanting to rate limit calls. Blessings, — Daniel > On 16 Feb 2021, at 20:16, Alex Balashov wrote: > > On 2/16/21 4:38 AM, Daniel Donoghue wrote: > >> What kind of rates would you consider high and low? >> We are processing an average of 300,000 invites per day > &g

Re: [SR-Users] pipelimit with a kamailio cluster

2021-02-16 Thread Daniel Donoghue
implemented > with a redis server as well. > > Otherwise, there is no hard limit of number of pipes for pipelimit. > > Cheers, > Daniel > > On 16.02.21 08:38, Daniel Donoghue wrote: >> Hello, >> >> I have 2 stateful kamailio servers that receive incoming req

[SR-Users] pipelimit with a kamailio cluster

2021-02-15 Thread Daniel Donoghue
communication? 4. Is there a maximum number of pipes that can be defined? Hope somebody can help me answer these questions. With every blessing, — Daniel Donoghue ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org

Re: [SR-Users] Using websockets with kamailio 5.4

2021-01-08 Thread Daniel Donoghue
Did you check out https://www.youtube.com/watch?v=0qMZqEgAyxc and https://kamailio.org/docs/modules/5.4.x/modules/websocket.html? Blessings, — Daniel D > On 8 Jan 2021, at 11:12,

Re: [SR-Users] Read $fd from mysql?

2020-12-27 Thread Daniel Donoghue
t;); if($dbr(ra=>rows)>0) { ds_select_dst("$dbr(ra=>[0,0])", "4"); } sql_result_free("ra"); .. Alternatively, you could set up some naptr/srv records for all the from domains and simply relay to those, using dns instead of dispatcher, if you’re not alr

Re: [SR-Users] how to use environment variables to set listen address

2020-12-13 Thread Daniel Donoghue
You can pass in TLS_PORT and TLS_IP as defines using kamailio startup option -A TLS_IP=xxx -A TLS_PORT= but to my knowledge you can’t otherwise dynamically bind to IPs/Ports once kamailio has started. Blessings, — Daniel Donoghue > On 13 Dec 2020, at 15:19, Syed Shahryar wr

[SR-Users] Kamailio 5.4 ndb_redis, selecting a database

2020-12-02 Thread Daniel Donoghue
for all connections to my redis server for the lifetime of the request? Ideally, I’d like to be able to specify an avp for the db, or have a function to set the db per request. With every blessing, — Daniel Donoghue ___ Kamailio (SER) - Users Mailing