Re: [SR-Users] Kamailio compact headers ?!

2016-07-06 Thread James Cloos
function that needs to be changed is DM> via_builder(). If anyone works on that, they also should make that option generate compat headers for packets kamailio creates, such as the REGISTER related packets created by uacreg. -JimC -- James Cloos <cl...@jh

Re: [SR-Users] Multiple SIP-servers with SRV-records and authentication secrets

2016-04-03 Thread James Cloos
scenario I've looked at, all of the load-balanced backend servers have to have a shared credential store of some sort, such as a replicated sql or ldap cluster, to hold the users' creds, so the digest (in sip's case) should work on any backend server. -JimC -- James Cloos <cl...@jhcloos.com>

Re: [SR-Users] Kamailio PostgreSQL Asking Password Everytime

2016-03-25 Thread James Cloos
switching the pg config to trust when creating the db locally. You can also use a pgpass file (cf https://wiki.postgresql.org/wiki/Pgpass). or export the env PGPASSWORD with the password. Ie, try: :; env PGPASSWORD= kamdbctl create replacing with the password. -JimC -- James

[SR-Users] sip_trace vs uac_reg

2016-02-20 Thread James Cloos
chunk it uses. -JimC -- James Cloos <cl...@jhcloos.com> OpenPGP: 0x997A9F17ED7DAEA6 ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listi

Re: [SR-Users] GCC version in use

2016-02-02 Thread James Cloos
DM> so I assume is fine to compact old gcc version to something DM> more generic... The only thing I can think needs checking is whether openbsd still uses an archaic gcc. -JimC -- James Cloos <cl...@jhcloos.com> OpenPGP: 0x997A

Re: [SR-Users] Sending a message form within kamailio

2015-07-08 Thread James Cloos
-- James Cloos cl...@jhcloos.com OpenPGP: 0x997A9F17ED7DAEA6 ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] Can't start Kamailio with both db_postgres and tls

2014-12-19 Thread James Cloos
. There is one issue I didn't spot at first, though. In the db name section of the error: FATAL: no pg_hba.conf entry for host 129.240.1.1, user foo_test_user, database foo_test, SSL off there is an extra space, foo_test vs foo_test. That might turn out to be the entire issue. -JimC -- James

Re: [SR-Users] Can't start Kamailio with both db_postgres and tls

2014-12-18 Thread James Cloos
that is documented somewhere or maybe some web search DM can indicate the reasons why it happens? His initial post mentioned that they require ssl for the pg tcp sockets; the error about pg_hba just confirms that. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 0x997A9F17ED7DAEA6

Re: [SR-Users] SIP Fragments

2014-12-18 Thread James Cloos
MS == Marc Soda ms...@coredial.com writes: MS I'm having a problem reassembling UDP packets on my Asterisk servers after MS passing through Kamailio You could try having the kama-ast socket use tcp. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 0x997A9F17ED7DAEA6

Re: [SR-Users] Support for TLS server_name extension (aka SNI=server name indication)

2014-09-02 Thread James Cloos
KD == Klaus Darilion klaus.mailingli...@pernau.at writes: KD Maybe we can find some software with SNI support and BSD license KD and then copy/paste the code. nginx is a possibility. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 0x997A9F17ED7DAEA6

Re: [SR-Users] Outbound registration?

2014-07-23 Thread James Cloos
-- James Cloos cl...@jhcloos.com OpenPGP: 0x997A9F17ED7DAEA6 ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] Outbound registration?

2014-07-23 Thread James Cloos
-- James Cloos cl...@jhcloos.com OpenPGP: 0x997A9F17ED7DAEA6 ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

[SR-Users] Outbound registration?

2014-07-19 Thread James Cloos
on incoming INVITEs and the like from anything with which it has REGISTERed indicating which outbound registration is relevant to said request. If I'm right that there isn't support for that, do any of the app modules expose enough sip capability easily to write such? -JimC -- James Cloos cl

Re: [SR-Users] Only a redirect server

2014-06-24 Thread James Cloos
-- James Cloos cl...@jhcloos.com OpenPGP: 0x997A9F17ED7DAEA6 ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] TLS and SIP

2014-05-23 Thread James Cloos
freeswitch. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 0x997A9F17ED7DAEA6 ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr

Re: [SR-Users] TLS and SIP

2014-05-23 Thread James Cloos
JC == James Cloos cl...@jhcloos.com writes: JC Good point. A quick test shows that contacting asterisk-11 over tls/tcp JC negotiates rsa key exchange; kamailio does better and agrees to ECDHE-RSA. JC If the trace is of kama talking to asterisk ephemeral is not likely. Sorry. I forgot which

Re: [SR-Users] TLS and SIP

2014-05-23 Thread James Cloos
openssl supports, except that right now ECDHE FC is hardcoded to p256. Excellent. Happy to know that. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 0x997A9F17ED7DAEA6 ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr

Re: [SR-Users] Need a commercial SIP Service

2014-05-22 Thread James Cloos
modifying the sip software, but I don't know how easy or reliable it is in practice. For each of those options, you'll need to run a proxy somewhere outside of your firewall, with quality AU bandwidth. binarylane.com.au looks like a good provider for that. -JimC -- James Cloos cl...@jhcloos.com

Re: [SR-Users] TLS and SIP

2014-05-22 Thread James Cloos
privkey.pem to decode the tls handshake, recover the session key, and use that to decode the payload packets. Cf http://wiki.wireshark.org/SSL for details. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 0x997A9F17ED7DAEA6 ___ SIP Express Router (SER

Re: [SR-Users] Disjoint REGISTER and INVITE username/uri sets

2014-04-10 Thread James Cloos
JC == James Cloos cl...@jhcloos.com writes: JC What is the equivalent if I want to set the user part to the value JC of a $var()? I thought that I killed that message before it got out. Right after sending it everything came back and I got my prototype up and running. -JimC -- James Cloos cl

Re: [SR-Users] Disjoint REGISTER and INVITE username/uri sets

2014-04-09 Thread James Cloos
-- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6 ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

[SR-Users] Disjoint REGISTER and INVITE username/uri sets

2014-03-28 Thread James Cloos
. Thanks, -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6 ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] [sr-dev] new module: gzcompress

2013-09-24 Thread James Cloos
scheme is meant for cases like this where the data is compressed on the fly. So the change was the correct option. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6 ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users

Re: [SR-Users] Kamailio for Debian blog?

2013-05-13 Thread James Cloos
as an example of a gpl'ed package with such a linking exception. This is likely to be an issue for other binary dists, such as fedora. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6 ___ SIP Express Router (SER) and Kamailio