[sr-dev] git:master:6bb69733: modules/uac: refresh content of README

2016-03-01 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 6bb69733a156219d5368f8f950d512566810aa37 URL: https://github.com/kamailio/kamailio/commit/6bb69733a156219d5368f8f950d512566810aa37 Author: Mikko Lehto <msle...@iki.fi> Committer: Mikko Lehto <msle...@iki.fi> Date: 2016-03-01T22:40:43+02:00

[sr-dev] git:master:843b881d: modules/uac: add flags and reg_delay to uacreg table documentation

2016-03-01 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 843b881d6ba6d15ae220c108ae85752e410dd40e URL: https://github.com/kamailio/kamailio/commit/843b881d6ba6d15ae220c108ae85752e410dd40e Author: Mikko Lehto <msle...@iki.fi> Committer: Mikko Lehto <msle...@iki.fi> Date: 2016-03-01T22:21:48+02:00

[sr-dev] [kamailio] modules/uac: document new uacreg table entries (#525)

2016-03-01 Thread Mikko Lehto
You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/525 -- Commit Summary -- * modules/uac: add flags and reg_delay to uacreg table documentation * modules/uac: refresh content of README -- File Changes -- M modules/uac/README

[sr-dev] git:master:83d44c64: test/unit: add unit test for sdpops script function sdp_remove_line_by_prefix()

2016-02-29 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 83d44c6472567932e6eede1c0b820d0eb4c99fb6 URL: https://github.com/kamailio/kamailio/commit/83d44c6472567932e6eede1c0b820d0eb4c99fb6 Author: Mikko Lehto <msle...@iki.fi> Committer: Mikko Lehto <msle...@iki.fi> Date: 2016-02-29T16:23:58+02:00 te

[sr-dev] git:master:5db4cec2: modules/sdpops: reimplement sdp_remove_line_by_prefix() to fix shortcomings

2016-02-29 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 5db4cec2c9e8ab62c711738eae181afa69c1724d URL: https://github.com/kamailio/kamailio/commit/5db4cec2c9e8ab62c711738eae181afa69c1724d Author: Mikko Lehto <msle...@iki.fi> Committer: Mikko Lehto <msle...@iki.fi> Date: 2016-02-29T15:35:41+02:00 mo

[sr-dev] [kamailio] sdpops improvements and tests (#522)

2016-02-29 Thread Mikko Lehto
Complete re-implementation of sdp_remove_line_by_prefix(), maybe reviewing by diff does not make sense. Also feedback is on unit test is welcome as I have not created such for Kamailio earlier. You can view, comment on, or merge this pull request online at:

[sr-dev] git:master:5e826dd1: Makefile.defs: remove outdated OpenBSD logic

2016-02-22 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 5e826dd14f0f7035aaec534351d1634f65f2be36 URL: https://github.com/kamailio/kamailio/commit/5e826dd14f0f7035aaec534351d1634f65f2be36 Author: Mikko Lehto <msle...@iki.fi> Committer: Mikko Lehto <msle...@iki.fi> Date: 2016-02-22T23:45:38+02:00 M

[sr-dev] git:master:996c1a58: Makefile.defs: add -DHAVE_SCHED_YIELD to OpenBSD options

2016-02-22 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 996c1a58353d6c0ac5e30daf5d7e8e854bd45419 URL: https://github.com/kamailio/kamailio/commit/996c1a58353d6c0ac5e30daf5d7e8e854bd45419 Author: Mikko Lehto <msle...@iki.fi> Committer: Mikko Lehto <msle...@iki.fi> Date: 2016-02-22T23:45:32+02:00 M

[sr-dev] git:master:46862c7b: tcp: fix tcp_options.o compilation

2016-02-22 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 46862c7b9a095fb8137e0ef358e0e97599bd444b URL: https://github.com/kamailio/kamailio/commit/46862c7b9a095fb8137e0ef358e0e97599bd444b Author: Mikko Lehto <msle...@iki.fi> Committer: Mikko Lehto <msle...@iki.fi> Date: 2016-02-22T23:45:27+02:

[sr-dev] [kamailio] OpenBSD fixes (#517)

2016-02-22 Thread Mikko Lehto
Found out that I broke compilation and decided to fix other minor things also. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/517 -- Commit Summary -- * tcp: fix tcp_options.o compilation * Makefile.defs: add -DHAVE_SCHED_YIELD to

Re: [sr-dev] [SR-Users] GCC version in use

2016-02-08 Thread Mikko Lehto
Daniel-Constantin Mierla : > Anyone with openbsd around? Sure! $ uname -srvm OpenBSD 5.8 GENERIC.MP#1236 amd64 $ gcc -v Reading specs from /usr/lib/gcc-lib/amd64-unknown-openbsd5.8/4.2.1/specs Target: amd64-unknown-openbsd5.8 Configured with: OpenBSD/amd64 system compiler

Re: [sr-dev] [SR-Users] GCC version in use

2016-02-08 Thread Mikko Lehto
Daniel-Constantin Mierla : > > OpenBSD 5.8 GENERIC.MP#1236 amd64 > > Thanks! Is this the last version of openbsd? Yes, 5.8 was released 2015-10-18 Looks like 4.2.1 was introduced in version 4.8 (2010-11-01): "Gcc 2.95.3 (+ patches), 3.3.5 (+ patches) and 4.2.1 (+patches)"

[sr-dev] git:master:5ac088f7: modules/ims_icscf: use INT_MAX instead of MAXINT

2016-02-03 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 5ac088f705468edffcef5cb669bbe28e4f3a905b URL: https://github.com/kamailio/kamailio/commit/5ac088f705468edffcef5cb669bbe28e4f3a905b Author: Mikko Lehto <msle...@iki.fi> Committer: Mikko Lehto <msle...@iki.fi> Date: 2016-02-03T21:31:03+02

[sr-dev] git:master:888fd8e2: modules/ims_icscf: removes values.h dependency

2016-02-03 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 888fd8e287a6acc9313963d4d9b9af69127c0490 URL: https://github.com/kamailio/kamailio/commit/888fd8e287a6acc9313963d4d9b9af69127c0490 Author: Mikko Lehto <msle...@iki.fi> Committer: Mikko Lehto <msle...@iki.fi> Date: 2016-01-26T01:04:55+02

[sr-dev] git:master:ab7bf76e: tcp: use macros from netinet/tcp.h to detect TCP feature

2016-01-29 Thread Mikko Lehto
Module: kamailio Branch: master Commit: ab7bf76e8d7cce405d4a90b727cde6be67015c4a URL: https://github.com/kamailio/kamailio/commit/ab7bf76e8d7cce405d4a90b727cde6be67015c4a Author: Mikko Lehto <msle...@iki.fi> Committer: Mikko Lehto <msle...@iki.fi> Date: 2016-01-27T19:26:46+02:00 tcp

[sr-dev] git:master:6627098e: tcp: include netinet/tcp.h to make certain macros available

2016-01-29 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 6627098eb4adad706d20f6b73d1b7e75cc08a21f URL: https://github.com/kamailio/kamailio/commit/6627098eb4adad706d20f6b73d1b7e75cc08a21f Author: Mikko Lehto <msle...@iki.fi> Committer: Mikko Lehto <msle...@iki.fi> Date: 2016-01-29T14:55:34+02:00

[sr-dev] git:master:20cd36c6: modules/statsd: enables IPv6 by using result from getaddrinfo()

2016-01-29 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 20cd36c671972d9ebb180884b70e1fd91a92a1cc URL: https://github.com/kamailio/kamailio/commit/20cd36c671972d9ebb180884b70e1fd91a92a1cc Author: Mikko Lehto <msle...@iki.fi> Committer: Mikko Lehto <msle...@iki.fi> Date: 2016-01-26T00:28:43+02:00 mo

[sr-dev] git:master:8ead5ae6: modules/statsd: combine sock structure and error tracking variable

2016-01-29 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 8ead5ae6f4cd0b64226a838fcc03c9beca219d98 URL: https://github.com/kamailio/kamailio/commit/8ead5ae6f4cd0b64226a838fcc03c9beca219d98 Author: Mikko Lehto <msle...@iki.fi> Committer: Mikko Lehto <msle...@iki.fi> Date: 2016-01-26T00:36:01+02:00 mo

[sr-dev] git:master:c2ffa5b9: modules/statsd: fixes documented module parameter type

2016-01-29 Thread Mikko Lehto
Module: kamailio Branch: master Commit: c2ffa5b95f768f14ea3b1e30eed621c97ca1a025 URL: https://github.com/kamailio/kamailio/commit/c2ffa5b95f768f14ea3b1e30eed621c97ca1a025 Author: Mikko Lehto <msle...@iki.fi> Committer: Mikko Lehto <msle...@iki.fi> Date: 2016-01-26T00:28:19+02:00 mo

[sr-dev] git:master:06a9516a: modules/statsd: fixes incorrect socket() return value check and log message

2016-01-29 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 06a9516af72c87b9aa6e709f72eb6472951f398b URL: https://github.com/kamailio/kamailio/commit/06a9516af72c87b9aa6e709f72eb6472951f398b Author: Mikko Lehto <msle...@iki.fi> Committer: Mikko Lehto <msle...@iki.fi> Date: 2016-01-26T00:38:20+02:00 mo

[sr-dev] git:master:bb1f0472: modules/tcpops: update list of platforms

2016-01-29 Thread Mikko Lehto
Module: kamailio Branch: master Commit: bb1f0472614186e933c2caa002c151cf64b60756 URL: https://github.com/kamailio/kamailio/commit/bb1f0472614186e933c2caa002c151cf64b60756 Author: Mikko Lehto <msle...@iki.fi> Committer: Mikko Lehto <msle...@iki.fi> Date: 2016-01-27T19:45:12+02:00 mo

[sr-dev] git:master:957e8a04: modules/tcpops: fix documentation typo

2016-01-29 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 957e8a04f798b9c30964005bdaedd895bd62f46f URL: https://github.com/kamailio/kamailio/commit/957e8a04f798b9c30964005bdaedd895bd62f46f Author: Mikko Lehto <msle...@iki.fi> Committer: Mikko Lehto <msle...@iki.fi> Date: 2016-01-27T19:31:46+02:00 mo

[sr-dev] [kamailio] Make tcpops module usable on BSD (#491)

2016-01-27 Thread Mikko Lehto
Tested with FreeBSD 10 and Linux 3.2 (Debian Wheezy 7.6). List of other platforms gathered with [FreeBSD and Linux Kernel Cross-Reference](http://fxr.watson.org/fxr/trackident?i=TCP_KEEPIDLE) You can view, comment on, or merge this pull request online at:

Re: [sr-dev] [kamailio] Make tcpops module usable on BSD (#491)

2016-01-27 Thread Mikko Lehto
I have those in netinet/tcp.h. It is included by tcp_main.c and modules/tcpops/tcpops.c Can this still work? --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/491#issuecomment-175790500___ sr-dev mailing

Re: [sr-dev] [kamailio] modules/ims_icscf: removes values.h dependency (#489)

2016-01-25 Thread Mikko Lehto
These are only log lines related to ims_icscf: ``` 444: rm -f ims_icscf.d ims_icscf.d ims_icscf.d *~ 1869: rm -f ims_icscf.d ims_icscf.d ims_icscf.d *~ ``` Looks like Travis do not touch any other IMS module as well. --- Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio] modules/statsd improvements (#488)

2016-01-25 Thread Mikko Lehto
I wanted to add IPv6 sending socket and found some other adjustments while doing that You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/488 -- Commit Summary -- * modules/statsd: fixes documented module parameter type *

[sr-dev] [kamailio] modules/ims_icscf: removes values.h dependency (#489)

2016-01-25 Thread Mikko Lehto
Did not compile on FreeBSD 10. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/489 -- Commit Summary -- * modules/ims_icscf: removes values.h dependency -- File Changes -- M modules/ims_icscf/cxdx_lir.c (4) M

[sr-dev] git:master:4de2390a: modules/ndb_mongodb: fixes documentation typo

2016-01-20 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 4de2390a4071530e808eddd86ee8926ec51524eb URL: https://github.com/kamailio/kamailio/commit/4de2390a4071530e808eddd86ee8926ec51524eb Author: Mikko Lehto <msle...@iki.fi> Committer: Mikko Lehto <msle...@iki.fi> Date: 2016-01-15T01:28:12+02

[sr-dev] git:master:648d95e1: modules/nat_traversal: use C99 boolean

2016-01-20 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 648d95e126a13986684db94136dc47d69a7cc27c URL: https://github.com/kamailio/kamailio/commit/648d95e126a13986684db94136dc47d69a7cc27c Author: Mikko Lehto <msle...@iki.fi> Committer: Mikko Lehto <msle...@iki.fi> Date: 2016-01-15T02:48:39+02

[sr-dev] git:master:5d2d7237: modules/statsd: use C99 boolean

2016-01-20 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 5d2d7237ac0d64689b3ff4d6be256ff4bd74cef7 URL: https://github.com/kamailio/kamailio/commit/5d2d7237ac0d64689b3ff4d6be256ff4bd74cef7 Author: Mikko Lehto <msle...@iki.fi> Committer: Mikko Lehto <msle...@iki.fi> Date: 2016-01-15T02:48:11+02:00 mo

[sr-dev] [kamailio] modules/ndb_mongodb: fixes documentation typo (#476)

2016-01-14 Thread Mikko Lehto
You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/476 -- Commit Summary -- * modules/ndb_mongodb: fixes documentation typo -- File Changes -- M modules/ndb_mongodb/README (2) M modules/ndb_mongodb/doc/ndb_mongodb_admin.xml

[sr-dev] [kamailio] Use C99 boolean (#477)

2016-01-14 Thread Mikko Lehto
Spotted few cases where using C99 bool can remove local typedef and corresponding macros You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/477 -- Commit Summary -- * modules/statsd: use C99 boolean * modules/nat_traversal: use C99

[sr-dev] Incorrect links in dev version wiki tables

2015-12-20 Thread Mikko Lehto
eters http://kamailio.org/wiki/alphaindexes/devel/micommands http://kamailio.org/wiki/alphaindexes/devel/modstatistics [1] http://kamailio.org/wiki/alphaindexes/devel/modfunctions -- Mikko Lehto ___ sr-dev mailing list sr-dev@lists.sip-route

[sr-dev] git:master:57338351: modules/ims_usrloc_scscf: to avoid clang warning, include atomic_t declaration

2015-11-12 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 57338351a3575f2ba0c38071179daf02bcba2b7f URL: https://github.com/kamailio/kamailio/commit/57338351a3575f2ba0c38071179daf02bcba2b7f Author: Mikko Lehto <msle...@iki.fi> Committer: Mikko Lehto <msle...@iki.fi> Date: 2015-11-11T23:03:40+02

[sr-dev] git:master:485351dc: modules/ims_charging: fixes prototype declatation for destroy_ro_session()

2015-11-12 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 485351dcfb1e5432f3a4e4e4af857f0d27ae8c74 URL: https://github.com/kamailio/kamailio/commit/485351dcfb1e5432f3a4e4e4af857f0d27ae8c74 Author: Mikko Lehto <msle...@iki.fi> Committer: Mikko Lehto <msle...@iki.fi> Date: 2015-11-11T22:45:30+02

[sr-dev] [kamailio] patches to fix some clang errors and warnings (#395)

2015-11-11 Thread Mikko Lehto
low hanging fruits first, other warnings still left You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/395 -- Commit Summary -- * modules/ims_charging: fixes prototype declatation for destroy_ro_session() * modules/ims_charging: fixes

[sr-dev] git:master:8ceba7e7: modules/path: fixes typo in outbound RFC number

2015-09-18 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 8ceba7e73b29c5cbc0c8ac050237570e762ce698 URL: https://github.com/kamailio/kamailio/commit/8ceba7e73b29c5cbc0c8ac050237570e762ce698 Author: Mikko Lehto <msle...@iki.fi> Committer: Mikko Lehto <msle...@iki.fi> Date: 2015-09-18T01:00:47+03:00

Re: [sr-dev] [kamailio] modules/path: fixes typo in outbound RFC number (#328)

2015-09-17 Thread Mikko Lehto
huh, looks like travic ci job was started for this 1 character documentation change. I hope it passes :) --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/328#issuecomment-141250487___ sr-dev mailing list

[sr-dev] [kamailio] modules/path: fixes typo in outbound RFC number (#328)

2015-09-17 Thread Mikko Lehto
You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/328 -- Commit Summary -- * modules/path: fixes typo in outbound RFC number -- File Changes -- M modules/path/doc/path_admin.xml (2) -- Patch Links --

[sr-dev] Links in wiki page "Modules Functions"

2015-09-17 Thread Mikko Lehto
/cfgutils.html#cfgutils.f.abort but I think it should be: http://www.kamailio.org/docs/modules/devel/modules/cfgutils.html#cfgutils.f.abort Is that table created by some script? Maybe it produces incorrect links? -- Mikko Lehto ___ sr-dev mailing list sr-dev

[sr-dev] git:master:d802b570: modules/sipcapture: stores From and To domain part

2015-08-26 Thread Mikko Lehto
Module: kamailio Branch: master Commit: d802b57011ea7c90d8fcb80a3927fb54546b37d7 URL: https://github.com/kamailio/kamailio/commit/d802b57011ea7c90d8fcb80a3927fb54546b37d7 Author: Mikko Lehto msle...@iki.fi Committer: Mikko Lehto msle...@iki.fi Date: 2015-08-20T13:08:04+03:00 modules/sipcapture

[sr-dev] git:master:1bb45368: modules/sipcapture: stores request URI domain part

2015-08-26 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 1bb4536846ee05e525c4e0fb348c5e6a6d9a47dc URL: https://github.com/kamailio/kamailio/commit/1bb4536846ee05e525c4e0fb348c5e6a6d9a47dc Author: Mikko Lehto msle...@iki.fi Committer: Mikko Lehto msle...@iki.fi Date: 2015-08-26T22:20:25+03:00 modules/sipcapture

[sr-dev] [kamailio] modules/sipcapture: adds insertion of request, From, and To URI domain part (#305)

2015-08-26 Thread Mikko Lehto
ruri_domain, from_domain and to_domain have existed since SQL schema version 3 - no DB schema changes needed You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/305 -- Commit Summary -- * modules/sipcapture: indentation and whitespace

[sr-dev] [kamailio] modules/p_usrloc: fixes get_all_ucontacts() function signature (#299)

2015-08-24 Thread Mikko Lehto
I am not user of p_usrloc, but accidentally compiled this and bumped into mentioned warning. Clang 3.0 and GCC 4.7 do not complain. Clang 3.5 and GCC 4.8 do complain. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/299 -- Commit

[sr-dev] git:master:4dc718a0: modules/p_usrloc: fixes get_all_ucontacts() function signature

2015-08-24 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 4dc718a0f20169ed76b9f7618e3e9994c9313102 URL: https://github.com/kamailio/kamailio/commit/4dc718a0f20169ed76b9f7618e3e9994c9313102 Author: Mikko Lehto msle...@iki.fi Committer: Mikko Lehto msle...@iki.fi Date: 2015-08-24T22:27:51+03:00 modules/p_usrloc

[sr-dev] git:master:d5339cf3: modules/[rls|presence_xml]: fixes warning [-Wtautological-compare]

2015-06-25 Thread Mikko Lehto
Module: kamailio Branch: master Commit: d5339cf397b83b79cd1594e37df69990374ec467 URL: https://github.com/kamailio/kamailio/commit/d5339cf397b83b79cd1594e37df69990374ec467 Author: Mikko Lehto msle...@iki.fi Committer: Mikko Lehto msle...@iki.fi Date: 2015-06-24T23:59:49+03:00 modules/[rls

[sr-dev] git:master:f39736b2: modules/htable: improves error message when loading from database

2015-06-25 Thread Mikko Lehto
Module: kamailio Branch: master Commit: f39736b276878f0de1e047139f12f1878801 URL: https://github.com/kamailio/kamailio/commit/f39736b276878f0de1e047139f12f1878801 Author: Mikko Lehto msle...@iki.fi Committer: Mikko Lehto msle...@iki.fi Date: 2015-06-25T20:00:54+03:00 modules/htable

Re: [sr-dev] [kamailio] modules/htable: improves error message when loading from database (#220)

2015-06-25 Thread Mikko Lehto
Umh, yes! Now it is other way around. I forcefully changed history of my branch, updated patch is c91116a5b253c2827f34d99a5597a14fe8f16001 (seen also in this pull request). --- Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio] modules/htable: improves error message when loading from database (#220)

2015-06-25 Thread Mikko Lehto
Thanks for patience... I removed value printing on f39736b276878f0de1e047139f12f1878801 --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/220#issuecomment-115354418___ sr-dev mailing list

[sr-dev] [kamailio] modules/[rls|presence_xml]: fixes warning [-Wtautological-compare] (#222)

2015-06-24 Thread Mikko Lehto
warning: comparison of unsigned expression 0 is always false You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/222 -- Commit Summary -- * modules/[rls|presence_xml]: fixes warning [-Wtautological-compare] -- File Changes -- M

[sr-dev] [kamailio] modules/htable: improves error message when loading from database (#220)

2015-06-24 Thread Mikko Lehto
I had trouble finding correct syntax with db_text backend, this patch helped me You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/220 -- Commit Summary -- * modules/htable: improves error message when loading from database -- File

[sr-dev] [kamailio] Makefile.defs: fixes indentation (#213)

2015-06-18 Thread Mikko Lehto
Makefile.defs:896: *** missing separator (did you mean TAB instead of 8 spaces?). Stop. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/213 -- Commit Summary -- * Makefile.defs: fixes indentation -- File Changes -- M

[sr-dev] git:master:89633c4c: Makefile.defs: fixes indentation

2015-06-18 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 89633c4c85a6a44df3bbe4a80cf5ca595b59c196 URL: https://github.com/kamailio/kamailio/commit/89633c4c85a6a44df3bbe4a80cf5ca595b59c196 Author: Mikko Lehto msle...@iki.fi Committer: Mikko Lehto msle...@iki.fi Date: 2015-06-18T15:22:56+03:00 Makefile.defs

[sr-dev] git:master:f6fc513a: modules/call_control: change type to fix clang compiler warning

2015-06-09 Thread Mikko Lehto
Module: kamailio Branch: master Commit: f6fc513ad968c40d1c990024c4985fa285ba93b6 URL: https://github.com/kamailio/kamailio/commit/f6fc513ad968c40d1c990024c4985fa285ba93b6 Author: Mikko Lehto msle...@iki.fi Committer: Mikko Lehto msle...@iki.fi Date: 2015-06-09T12:24:48+03:00 modules

[sr-dev] [kamailio] modules/call_control: change type to fix clang compiler warning (#195)

2015-06-09 Thread Mikko Lehto
call_control.c:503:19: warning: implicit conversion from 'hdr_flags_t' (aka 'unsigned long long') to 'int' changes value from 18446744073709551615 to -1 [-Wconstant-conversion] You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/195 --

[sr-dev] git:master:65893211: modules/nat_traversal: avoid clang warnings with cast to (enum _hdr_types_t)

2015-06-09 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 658932119824a0576ce708ed0d09fd43c95addfc URL: https://github.com/kamailio/kamailio/commit/658932119824a0576ce708ed0d09fd43c95addfc Author: Mikko Lehto msle...@iki.fi Committer: Mikko Lehto msle...@iki.fi Date: 2015-06-09T13:33:58+03:00 modules

[sr-dev] [kamailio] modules/nat_traversal: avoid clang warnings with cast to (enum _hdr_types_t) (#196)

2015-06-09 Thread Mikko Lehto
nat_traversal.c:1477:54: warning: implicit conversion from 'hdr_flags_t' (aka 'unsigned long long') to 'enum _hdr_types_t' changes value from 18446744073709551615 to -1 [-Wconstant-conversion] nat_traversal.c:1487:49: warning: implicit conversion from 'hdr_flags_t' (aka 'unsigned long long') to

Re: [sr-dev] PV $proto in upper or lowercase?

2015-06-03 Thread Mikko Lehto
Daniel-Constantin Mierla mico...@gmail.com: update the wiki -- the common use case out there for those values is lowercase (e.g., in sip uris). Makes sense and breaks less :) Changed in 4.0, 4.1, 4.2 and devel cookbooks. -- Mikko ___ sr-dev

[sr-dev] [kamailio] modules/tm: fix typo in documentation (#187)

2015-06-03 Thread Mikko Lehto
You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/187 -- Commit Summary -- * modules/tm: fix typo in documentation -- File Changes -- M modules/tm/doc/functions.xml (2) -- Patch Links --

Re: [sr-dev] [kamailio] modules/tm: fix typo in documentation (#187)

2015-06-03 Thread Mikko Lehto
I also searched source tree for other 'rotue's. None found. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/187#issuecomment-108284503___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] PV $proto in upper or lowercase?

2015-06-03 Thread Mikko Lehto
: --- version: kamailio 4.2.4 (x86_64/linux) a23331 --- [1] UDP, TCP, TLS, SCTP, WS, WSS http://kamailio.org/wiki/cookbooks/devel/pseudovariables#pr_-_protocol_of_received_message [2] https://github.com/kamailio/kamailio/blob/master/modules/pv/pv_core.c#L1080 -- Mikko Lehto

[sr-dev] [kamailio] modules/tls: improve logging (#188)

2015-06-03 Thread Mikko Lehto
improve logging on SSL_get_certificate() / SSL_get_peer_certificate() error You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/188 -- Commit Summary -- * modules/tls: improve logging on SSL_get_certificate() /

[sr-dev] git:master:18038c2e: modules/call_control: fixes clang compile warning

2015-06-03 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 18038c2ea3b22cad9099719ecc999266b90e8786 URL: https://github.com/kamailio/kamailio/commit/18038c2ea3b22cad9099719ecc999266b90e8786 Author: Mikko Lehto msle...@iki.fi Committer: Mikko Lehto msle...@iki.fi Date: 2015-06-03T15:44:52+03:00 modules

[sr-dev] [kamailio] modules/call_control: fixes clang compile warning (#189)

2015-06-03 Thread Mikko Lehto
- warning: expression which evaluates to zero treated as a null pointer constant of type 'void *' [-Wnon-literal-null-conversion] You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/189 -- Commit Summary -- * modules/call_control: fixes

Re: [sr-dev] [kamailio] modules/tmx doc: t_reply_callid() works also for other requests than INVITE (#172)

2015-05-24 Thread Mikko Lehto
Locally generated SUBSCRIBE, with script function uac_req_send(), seem to get replied. Also quick look to tmx_mod.c didn't reveal anything INVITE specific. --- Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio] modules/tmx doc: t_reply_callid() works also for other requests than INVITE (#172)

2015-05-24 Thread Mikko Lehto
You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/172 -- Commit Summary -- * modules/tmx doc: t_reply_callid() works also for other requests than INVITE -- File Changes -- M modules/tmx/doc/tmx_admin.xml (2) -- Patch Links --

[sr-dev] git:master:177b0d28: sctp: fix typo scp_register_rpc - sctp_register_rpc

2015-05-06 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 177b0d2807763b13d30148f44c1cc4d3d765d67c URL: https://github.com/kamailio/kamailio/commit/177b0d2807763b13d30148f44c1cc4d3d765d67c Author: Mikko Lehto msle...@iki.fi Committer: Mikko Lehto msle...@iki.fi Date: 2015-05-06T06:32:30+03:00 sctp: fix typo

[sr-dev] [kamailio] sctp: fix typo scp_register_rpc - sctp_register_rpc (#150)

2015-05-05 Thread Mikko Lehto
You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/150 -- Commit Summary -- * sctp: fix typo scp_register_rpc - sctp_register_rpc -- File Changes -- M modules/sctp/sctp_rpc.c (4) -- Patch Links --

[sr-dev] [kamailio] pua_mi: document missing mi_pua_publish MI input parameter id (#147)

2015-05-05 Thread Mikko Lehto
mslehto wants to merge 1 commit into kamailio:master from mslehto:patch-1: You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/147 -- Commit Summary -- * pua_mi: document missing mi_pua_publish parameter id -- File Changes -- M

[sr-dev] git:master:201dc5b6: pua_mi: document missing mi_pua_publish parameter id

2015-05-05 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 201dc5b600d8516368a54c70af6f02c3ea06353b URL: https://github.com/kamailio/kamailio/commit/201dc5b600d8516368a54c70af6f02c3ea06353b Author: Mikko Lehto msle...@iki.fi Committer: Mikko Lehto msle...@iki.fi Date: 2015-05-05T21:54:22+03:00 pua_mi: document

Re: [sr-dev] Change SIP message within module

2015-04-29 Thread Mikko Lehto
development guide: http://www.asipto.com/pub/kamailio-devel-guide/#c14datalump Also, look if you can extend sdpops module instead of baking new one: http://kamailio.org/docs/modules/devel/modules/sdpops.html Hope this helps :) -- Mikko Lehto ___ sr-dev

Re: [sr-dev] Change SIP message within module

2015-04-29 Thread Mikko Lehto
Cockhootec Yahrabee cockoo...@gmail.com: Also it is even possible to add SDP attribute by adding new data_lump? Isn't data_lumps dedicated to manage SIP message headers? Lumps work also for message bodies. Have a look at modules/nathelper/nathelper.c - fix_nated_sdp_f() There is example of

[sr-dev] [kamailio] modules/sctp - Fixes FreeBSD compile error and 2 warnings (#74)

2015-02-09 Thread Mikko Lehto
This patch makes SCTP module compile without errors or warnings on FreeBSD 10.1 CC (clang) [M sctp.so] sctp_server.o sctp_server.c:2400:54: error: too few arguments provided to function-like macro invocation SCTP_EV_REMOTE_ERROR(si-address, si-port_no, su);

Re: [sr-dev] patch: utils - http_query() - more logging and return body also on 4xx

2014-05-08 Thread Mikko Lehto
17 00:00:00 2001 From: Mikko Lehto msle...@iki.fi Date: Thu, 8 May 2014 14:03:12 +0300 Subject: [PATCH] modules/utils: http_query extension and error logging - return body also for 4xx reply - log libcurl errors CURLE_COULDNT_CONNECT and CURLE_COULDNT_RESOLVE_HOST --- modules/utils/doc

[sr-dev] patch: utils - http_query() - more logging and return body also on 4xx

2014-04-24 Thread Mikko Lehto
Hi Please find attached silly little patch to utils module. It modifies http_query() to log little bit more when curling fails and returns response body also for 4xx respose. -- Mikko Lehto diff --git a/modules/utils/functions.c b/modules/utils/functions.c index ed1a591..c5d0105 100644

[sr-dev] patch: has_sdp() does not exist

2013-09-05 Thread Mikko Lehto
I want to stop writing has_sdp() in script, maybe this patch eventually helps. -- Mikko diff --git a/modules/rtpproxy-ng/doc/rtpproxy_admin.xml b/modules/rtpproxy-ng/doc/rtpproxy_admin.xml index 9ad60c3..18c389b 100644 --- a/modules/rtpproxy-ng/doc/rtpproxy_admin.xml +++

[sr-dev] [sr-users] Problem accessing git repository

2013-04-19 Thread Mikko Lehto
2013-04-15 (Mon) 23:45 UTC +0200 Daniel-Constantin Mierla mico...@gmail.com: try with a new clone and see if it works to pull afterwards. Otherwise I cannot think of anything else than looking at network traffic to see if something is wrong there. New clone seem to pull fine. Maybe we

[sr-dev] [SR-Users] Problem accessing git repository

2013-04-14 Thread Mikko Lehto
2013-04-12 (Fri) 16:49 UTC +0200 Henning Westerholt h...@kamailio.org: sip-router.org is up again, all services should be available. Thanks, unfortunately still the same: --- $ git pull fatal: read error: Connection reset by peer $ --- I noticed Juha Heinänen also reported same on sr-dev.

Re: [sr-dev] git:master: lib/ims: Added cscf_get_p_charging_vector to retrieve icid, term_ioi, orig_ioi

2013-04-05 Thread Mikko Lehto
2013-04-05 (Fri) 09:37 UTC +0200 Jason Penton jason.pen...@gmail.com: Module: sip-router Branch: master Commit: 98d76f94f2a4587b7a93e8e9982ff8017cabd9a3 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=98d76f94f2a4587b7a93e8e9982ff8017cabd9a3 Author: Jason

Re: [sr-dev] patch: sdpops - new function remove_line_by_prefix()

2012-10-01 Thread Mikko Lehto
2012-10-01 (Mon) 08:52 UTC +0300 Juha Heinanen j...@tutpro.com: i think you could achieve the same by using replace_body_all(re, txt) from textops module. Yes, this works if body contains only SDP: replace_body_all(^a=X-.*\n,); But I was thinking that it is not a good idea as it modifies

[sr-dev] patch: sdpops - new function remove_line_by_prefix()

2012-09-30 Thread Mikko Lehto
a=X-cpar: a=rtpmap:100 X-NSE/8000 a=X-cpar: a=fmtp:100 192-194,200-202 a=X-cap: 2 image udptl t38 --- Comments appreciated. -- Mikko Lehto diff --git a/modules/sdpops/doc/sdpops_admin.xml b/modules/sdpops/doc/sdpops_admin.xml index 8681d03..552f471 100644 --- a/modules/sdpops/doc/sdpops_admin.xml

Re: [sr-dev] [SR-Users] documentation update for 3.2.0 and wiki system

2011-09-28 Thread Mikko Lehto
, but nothing for newer versions and nothing in the SIP Router wiki. If those indexes are easy to create again, it would benefit our purposes. [1] http://www.kamailio.org/dokuwiki/doku.php/modules:1.5.x:index-functions -- Mikko Lehto ___ sr-dev mailing list sr

<    1   2