Hi,
Does the UAC module support ha1 passwords for the remote registrar?
The DDL for the uacreg table indicates the might be the case, but it’s unclear which one the UAC module would use by default.
Is there a parameter to set this?
Cheers,
Ben
Hello,
I am considering to package a new release from branch 5.1, respectively
v5.1.3 sometime next week, likely on Tuesday or Wednesday (April 24 or
25). I any issue is not yet reported on github tracker, do it as soon as
possible to have a chance to be investigated.
Cheers,
Daniel
--
Daniel-Constantin Mierla
www.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio World Conference - May 14-16, 2018 - www.kamailioworld.com
Hi,
Currently, my Kamailio proxy uses a MySql DB to get configuration data. We
have a plan to migrate MySQL to MariaDB.
Is there MariaDB modules with Kamailio ?
Thanks in advance for your answer.
P. Ginhoux
Hi,
I need to enable Kamailio to work with ipv6 also, and I enabled
auto_bind_ipv6=1
and when restarted I can see that it is listening to ipv6 ip addresses also.
The problem is that it stripped the ip address at the end and it is
listening to the wrong one.
When I try to register I get timeout, since it is not listening the correct
address.
ip address of the server is 2604:a880:400:d0::yyyy:xxxx
and when I execute "sudo netstat -plnt" too see which app is listening to
which address/port I …
[View More]can see:
....
tcp6 0 0 2604:a880:400:d0:::5085 :::*
LISTEN 17748/kamailio
tcp6 0 0 2604:a880:400:d0:::5061 :::*
LISTEN 17748/kamailio
It somehow stripped the last part of the address (yyyy:xxxx). I dont know
if it is related to :: which would be all zeros, but it doesn't work even
if i explicitly specify which address to listen with
listen=[2604:a880:400:d0:0000:0000:yyyy:xxxx]
or
listen=tcp:[2604:a880:400:d0:0000:0000:yyyy:xxxx]:5061
or
listen=tcp:[2604:a880:400:d0::yyyy:xxxx]:5061
I tried all combinations and the results are always the same...
Have anybody had this problem before?
Do you know how to fix this?
Best regards,
Marko Selakovic
[View Less]
Dear all,
I have a config with multiple interface( multiple IP in same subnet) and want to know how I can select the interface used to send a request (UDP).
The best is the possibility to choose for each request the outgoing interface but if it's not possible I think I can also work with a solution where the outgoing interface is defined globally ?
I need this because one provider request one IP for inbound call and one IP for outbound call .
Thanks
Laurent
Hello,
I am palnning to set variables to limit the number of channels but I would
like to set up them in database in order to upload them without needing to
restart the service.
I also would like to have that db information to be loaded in memory.
So far I only thought in dialplan module but i am looking for a more
"fancy" way.
Can someone recommend me a module?
thank you
Hi all,
I have a Kamailio box which I use as a uac_client. We register a bunch of
accounts to remote providers. The box relays incoming calls to a FreeSwitch
box. We encountered a strange problem on one account.
Kamailio relays the call to my FreeSwitch box successfully but routes the
ACK itself which is the reply of 200Ok. I believe this is a provider
related issue but I need a technical explanation. Does anyone have any idea?
Here is the packet capture: https://pastebin.com/PA8StiWY…
[View More]Thanks,
--
Volkan Oransoy
[View Less]
Hi,
Is it reasonable to assume that the various tcp_* core parameters
(keepalive behaviour, connection limits, buffer sizes, etc.) also
regulate the behaviour of TLS connections, since TLS is encapsulated in
TCP?
--
Alex Balashov | Principal | Evariste Systems LLC
Tel: +1-706-510-6800 / +1-800-250-5920 (toll-free)
Web: http://www.evaristesys.com/, http://www.csrpswitch.com/
Hello,
I am looking for a module to block number based on CLID. If the module
allows REG expresions it would really make my day.
I need to block some callers and I would like to use a module and database
to avoid restarting kamailio service everytime a new number appears.
Thank you
Nelson.-