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

2016-07-06 Thread James Cloos
d 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 OpenPGP: 0x997A9F17ED7DAEA6 ___

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

2016-04-03 Thread James Cloos
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 OpenPGP: 0x997A9F

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

2016-03-25 Thread James Cloos
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 Cloos OpenPGP: 0x997A9F17ED7DA

[SR-Users] sip_trace vs uac_reg

2016-02-20 Thread James Cloos
hat which route chunk it uses. -JimC -- James Cloos 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] 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 OpenPGP: 0x997A9F17ED7DAEA6 ___ SIP E

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

2015-07-08 Thread James Cloos
.. -JimC -- James Cloos 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
quot;, SSL off there is an extra space, " foo_test" vs "foo_test". That might turn out to be the entire issue. -JimC -- James Cloos 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] SIP Fragments

2014-12-18 Thread James Cloos
>>>>> "MS" == Marc Soda 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 Clo

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

2014-12-18 Thread James Cloos
atabase " foo_test", SSL off DM> Is it something 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 c

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

2014-09-02 Thread James Cloos
>>>>> "KD" == Klaus Darilion 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 OpenPGP: 0x997A9F17ED7DAEA6 ___

Re: [SR-Users] Outbound registration?

2014-07-23 Thread James Cloos
>>>>> "AB" == Alex Balashov writes: AB> The 'uac' module supports this: AB> http://kamailio.org/docs/modules/4.1.x/modules/uac.html#uac.p.reg-db-url-id Clearly I was drowsier than I thought when I researched that, as I completely missed that part of uac

Re: [SR-Users] Outbound registration?

2014-07-23 Thread James Cloos
>>>>> "AB" == Alex Balashov writes: AB> The 'uac' module supports this: AB> http://kamailio.org/docs/modules/4.1.x/modules/uac.html#uac.p.reg-db-url-id Clearly I was drowsier than I thought when I researched that, as I completely missed that part of uac

[SR-Users] Outbound registration?

2014-07-19 Thread James Cloos
header 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? -

Re: [SR-Users] Only a redirect server

2014-06-24 Thread James Cloos
. But the general concept of loading sl.so and calling append_branch() and sl_send_reply() in route{} is most of what you need to know. See: http://www.kamailio.org/wiki/cookbooks/4.1.x/core#append_branch http://www.kamailio.org/docs/modules/4.1.x/modules/sl.html for details on append_branch() and sl

Re: [SR-Users] Possible causes of calls being terminated (ACK packet never received)

2014-05-23 Thread James Cloos
d 192.168 address, one each for kama and ast. It may make a difference. Or not. But it seems worth a test. What you describe matches a deployment I'm planning, but it is still in the planning stage. (A remote outside the nat handles things for now.) SO I'm interested in what is

Re: [SR-Users] TLS and SIP

2014-05-23 Thread James Cloos
FC> ask it to do what ever openssl supports, except that right now ECDHE FC> is hardcoded to p256. Excellent. Happy to know that. -JimC -- James Cloos OpenPGP: 0x997A9F17ED7DAEA6 ___ SIP Express Router (SER) and Kamailio (OpenSER) -

Re: [SR-Users] TLS and SIP

2014-05-23 Thread James Cloos
>>>>> "JC" == James Cloos 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 like

Re: [SR-Users] TLS and SIP

2014-05-23 Thread James Cloos
tter; I cannot test right now. Nor can I test freeswitch. -JimC -- James Cloos 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-22 Thread James Cloos
you record the full packet trace, wireshark can use your 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 OpenPGP: 0x997A9F17ED7DAEA6 _

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

2014-05-22 Thread James Cloos
lient and the shared proxy. That would avoid 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

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

2014-04-10 Thread James Cloos
>>>>> "JC" == James Cloos 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

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

2014-04-09 Thread James Cloos
-- James Cloos 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 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-23 Thread James Cloos
n send the files as is. The deflate 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 OpenPGP: 1024D/ED7DAEA6 ___ SIP Express Router (SER) and Kamailio

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

2013-05-13 Thread James Cloos
issue. The wikipedia page on openssl mentions wget 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 OpenPGP: 1024D/ED7DAEA6 ___ SIP Expre