[sr-dev] git:master:406dc903: modules/sipt.c: fix compiler warnings

2017-03-28 Thread Torrey Searle
Module: kamailio Branch: master Commit: 406dc9039035dd238ab4f3a3fd04148da8b588a1 URL: https://github.com/kamailio/kamailio/commit/406dc9039035dd238ab4f3a3fd04148da8b588a1 Author: Torrey Searle <tor...@voxbone.com> Committer: Torrey Searle <tor...@voxbone.com> Date: 2017-03-28T16

[sr-dev] git:master:e4ee924b: modules/sipt: make the digit terminator optional on set_destination

2017-03-28 Thread Torrey Searle
Module: kamailio Branch: master Commit: e4ee924b4919b3efd853c38506a3d2934797eaaa URL: https://github.com/kamailio/kamailio/commit/e4ee924b4919b3efd853c38506a3d2934797eaaa Author: Torrey Searle <tor...@voxbone.com> Committer: Torrey Searle <tor...@voxbone.com> Date: 2017-03-28T15

Re: [sr-dev] Thread safety of global variables used in app_perl

2016-10-14 Thread Torrey Searle
My experience with app_perl is that global variables are not shared between processes. So if you have 10 kamailio processes you would have 10 different %hash with different values. So it is thread safe, but perhaps isn't what you want. Torrey On 13 October 2016 at 23:15, Alex Balashov

Re: [sr-dev] [kamailio/kamailio] [Support] Config SIP-I (#641)

2016-05-30 Thread Torrey Searle
If you need to modify ISUP, have a look at the sip-t module of kamailio. Torrey On 26 May 2016 at 16:34, Daniel-Constantin Mierla wrote: > As quick hint here -- the routing of sip-i/t should just work, if you need > something more, then see sipt module. For more or

[sr-dev] git:master:8ef89248: modules/sipt add charging indication

2016-02-23 Thread Torrey Searle
Module: kamailio Branch: master Commit: 8ef89248cf8547371889734cf33bef827aacc73c URL: https://github.com/kamailio/kamailio/commit/8ef89248cf8547371889734cf33bef827aacc73c Author: Torrey Searle <tor...@voxbone.com> Committer: Torrey Searle <tor...@voxbone.com> Date: 2016-02-23T09

[sr-dev] git:master:de77b78a: modules/sipt: add ability to check charging indicator

2016-02-22 Thread Torrey Searle
Module: kamailio Branch: master Commit: de77b78a7d26a78a4a7a884c6f1ec2c18e664867 URL: https://github.com/kamailio/kamailio/commit/de77b78a7d26a78a4a7a884c6f1ec2c18e664867 Author: Torrey Searle <tor...@voxbone.com> Committer: Torrey Searle <tor...@voxbone.com> Date: 2016-02-22T17

[sr-dev] git:master:8c2f3ab2: Merge remote-tracking branch 'origin'

2015-02-24 Thread Torrey Searle
Module: kamailio Branch: master Commit: 8c2f3ab244e147b8159fb6669cbc2cd3098c9a79 URL: https://github.com/kamailio/kamailio/commit/8c2f3ab244e147b8159fb6669cbc2cd3098c9a79 Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: 2015-02-24T17:40:39+01:00 Merge

[sr-dev] git:master:c3131445: modules/sipt: fix size check for optional pointer

2015-02-24 Thread Torrey Searle
Module: kamailio Branch: master Commit: c3131445da9d1eefbed22db529f428e67824d856 URL: https://github.com/kamailio/kamailio/commit/c3131445da9d1eefbed22db529f428e67824d856 Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: 2015-02-24T16:52:20+01:00 modules

[sr-dev] git:master:198969bb: modules/sipt: fix size check for optional pointer

2015-02-24 Thread Torrey Searle
Module: kamailio Branch: master Commit: 198969bb4b2883530c6865f0c6f2afb574cead56 URL: https://github.com/kamailio/kamailio/commit/198969bb4b2883530c6865f0c6f2afb574cead56 Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: 2015-02-24T17:36:14+01:00 modules

[sr-dev] git:master:a7f8ee27: add ability to modify BCI header

2015-02-19 Thread Torrey Searle
Module: kamailio Branch: master Commit: a7f8ee271acca095fa6a7c2dddf0dcba62102efd URL: https://github.com/kamailio/kamailio/commit/a7f8ee271acca095fa6a7c2dddf0dcba62102efd Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: 2015-02-18T20:48:11+01:00 add

[sr-dev] git:master:059c9a33: modules/sipt: fix example values in documentation

2015-02-19 Thread Torrey Searle
Module: kamailio Branch: master Commit: 059c9a33fd451b59b83f913f86a0843e2c5bbefa URL: https://github.com/kamailio/kamailio/commit/059c9a33fd451b59b83f913f86a0843e2c5bbefa Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: 2015-02-19T09:24:37+01:00 modules

[sr-dev] git:4.1: srdb1: fix memory leak in db-id

2014-06-04 Thread Torrey Searle
Module: sip-router Branch: 4.1 Commit: 94ebfb5d5973ed59de84ca0e0c87052b4c80f9de URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=94ebfb5d5973ed59de84ca0e0c87052b4c80f9de Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Mon Jun

Re: [sr-dev] backport of srdb1: fix memory leak in db-id

2014-06-03 Thread Torrey Searle
It does exist in 4.1 as well, I'll look into putting it into 4.1 Torrey On 3 June 2014 18:11, Juha Heinanen j...@tutpro.com wrote: commit of the subject line was not cherry-picked to 4.1. is it so that the leak only exists in master? -- juha

[sr-dev] git:master: srdb1: fix memory leak in db-id

2014-06-02 Thread Torrey Searle
Module: sip-router Branch: master Commit: 69de17d3bb1d032f9a41752362194d718336e20d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=69de17d3bb1d032f9a41752362194d718336e20d Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Mon

Re: [sr-dev] Anyone going to AstriCon this year

2014-05-30 Thread Torrey Searle
I plan to be there, (but won't be giving a talk) Torrey On 29 May 2014 22:58, Fred Posner f...@palner.com wrote: It's going to be rough for me to head to Vegas during October... if enough Kamailians are there, I'll work to get there myself. Fred Posner The Palner Group, Inc.

[sr-dev] git:master: modules/sipt: refactored pseudovars to be of the form $sipt( header[.field])

2014-04-19 Thread Torrey Searle
Module: sip-router Branch: master Commit: b0ab6f7083e8ab40b8158c5b2cf528efcbe14dfb URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b0ab6f7083e8ab40b8158c5b2cf528efcbe14dfb Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Sat

[sr-dev] git:master: modules/sipt: initial support for parsing CPG and ACM messages

2014-04-07 Thread Torrey Searle
Module: sip-router Branch: master Commit: 2639e3ddcb82434544012b537d2ca72264a5c9ee URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2639e3ddcb82434544012b537d2ca72264a5c9ee Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Mon

[sr-dev] git:master: modules/sipt: finalise $sipt_event_info support

2014-04-07 Thread Torrey Searle
Module: sip-router Branch: master Commit: a42976948e1b6cabd978c1d61d30cea9cdc27cc2 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a42976948e1b6cabd978c1d61d30cea9cdc27cc2 Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Mon

[sr-dev] git:master: modules/sipt: reduce log level for no ss7 message found

2014-04-03 Thread Torrey Searle
Module: sip-router Branch: master Commit: 59255567a90b8cbee6525af14afa388e97b2e395 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=59255567a90b8cbee6525af14afa388e97b2e395 Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Thu

[sr-dev] bug in perl module debugging levels

2014-03-03 Thread Torrey Searle
The logging level constants were redefined in 3.0.0 to be one less than in earlier versions. However it seems the perl library wasn't updated to reflect this. Attached is a patch to put the debug constants in line with the current values. Any objections if I push this patch into trunk and 4.1

[sr-dev] git:master: app_perl: update constants for debug levels

2014-03-03 Thread Torrey Searle
Module: sip-router Branch: master Commit: 6513ee05dd20253c0f555b18081f0eceb4baf7aa URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6513ee05dd20253c0f555b18081f0eceb4baf7aa Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Mon

[sr-dev] git:4.1: app_perl: update constants for debug levels

2014-03-03 Thread Torrey Searle
Module: sip-router Branch: 4.1 Commit: 07423627a1baf7ba96bc197f9ddc90f58854d26b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=07423627a1baf7ba96bc197f9ddc90f58854d26b Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Mon Mar

[sr-dev] git:4.0: app_perl: update constants for debug levels

2014-03-03 Thread Torrey Searle
Module: sip-router Branch: 4.0 Commit: f1845ecb7cc02c598ff90a9531a3cc2da489f20a URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f1845ecb7cc02c598ff90a9531a3cc2da489f20a Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Mon Mar

[sr-dev] git:master: modules/sipt: optional pointer should be updated when modifying called party

2014-01-16 Thread Torrey Searle
Module: sip-router Branch: master Commit: ed33effd4a65302cd893ef2e8f0f8fcc3e88fb57 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ed33effd4a65302cd893ef2e8f0f8fcc3e88fb57 Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Thu

[sr-dev] git:4.1: modules/sipt: optional pointer should be updated when modifying called party

2014-01-16 Thread Torrey Searle
Module: sip-router Branch: 4.1 Commit: e48703bd1cb12d5e8f2c29baf90d0c5e6af09b32 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e48703bd1cb12d5e8f2c29baf90d0c5e6af09b32 Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Thu Jan

[sr-dev] SIP-T module and Debian

2013-12-05 Thread Torrey Searle
Good morning, I've tried building debian packages for squeeze and noticed that the sipt module isn't getting packaged. How is it decided what modules get included into the deb packages? Regards, Torrey ___ sr-dev mailing list

Re: [sr-dev] SIP-T module and Debian

2013-12-05 Thread Torrey Searle
branch 4.1? Cheers, Daniel On 12/5/13 9:37 AM, Torrey Searle wrote: Good morning, I've tried building debian packages for squeeze and noticed that the sipt module isn't getting packaged. How is it decided what modules get included into the deb packages? Regards, Torrey

Re: [sr-dev] New developer: Luis Martin Gil

2013-12-02 Thread Torrey Searle
Welcome Luis! :-) Torrey On 2 December 2013 16:15, Daniel-Constantin Mierla mico...@gmail.comwrote: Hello, I want to announce that a new person got developer GIT write access to repository: Luis Martin Gil. He has developed a new module named ndb_cassandra, which offers a connector to

[sr-dev] git:master: modules/sipt: ss7 messages are now modified in place

2013-07-09 Thread Torrey Searle
Module: sip-router Branch: master Commit: edc838f04fd182b8997f94c50effd5b0c0153a25 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=edc838f04fd182b8997f94c50effd5b0c0153a25 Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Tue

[sr-dev] git:master: modules/sipt: deleted unused method

2013-07-09 Thread Torrey Searle
Module: sip-router Branch: master Commit: 01c2fa43da42a4efab59fe787c332dbf9e318399 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=01c2fa43da42a4efab59fe787c332dbf9e318399 Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Tue

[sr-dev] git:master: data_lump return a comment back to it's owner

2013-04-30 Thread Torrey Searle
Module: sip-router Branch: master Commit: 878b343f374a62d7ea5ebe5e85b00c391956b623 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=878b343f374a62d7ea5ebe5e85b00c391956b623 Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Tue

[sr-dev] git:master: modules/sipt refactor get functions into pvars

2013-04-23 Thread Torrey Searle
Module: sip-router Branch: master Commit: 781b0a68cbf3a9b93bda0ebafb9ae64257c202d3 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=781b0a68cbf3a9b93bda0ebafb9ae64257c202d3 Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Tue

[sr-dev] git:master: modules/sipt regenerate README with new api

2013-04-23 Thread Torrey Searle
Module: sip-router Branch: master Commit: d02ebb2584d2e4f676a9f8c4e0f6095045de86db URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d02ebb2584d2e4f676a9f8c4e0f6095045de86db Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Tue

[sr-dev] git:master: modules/sipt forgot to stage the documentation (pvars added)

2013-04-23 Thread Torrey Searle
Module: sip-router Branch: master Commit: b57d14afeed443bd3ff847a455c1f07bdca7dd09 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b57d14afeed443bd3ff847a455c1f07bdca7dd09 Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Tue

[sr-dev] section ids and pseudo-variables

2013-04-23 Thread Torrey Searle
I was looking at the wiki and see there is no defined section id syntax for pseudo variables? Is it possible to define one? Thanks! Torrey ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] git:master: modules/sipt add value tables to docs, add section ids to pvars

2013-04-23 Thread Torrey Searle
Module: sip-router Branch: master Commit: 53319656247a2aa685f4d9b6f667192f945bc62a URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=53319656247a2aa685f4d9b6f667192f945bc62a Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Tue

[sr-dev] git:master: modules/sipt added new method sipt_set_calling

2013-04-22 Thread Torrey Searle
Module: sip-router Branch: master Commit: 717cd63e7f52f9298e6ba6f55f12129ab5e61ccd URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=717cd63e7f52f9298e6ba6f55f12129ab5e61ccd Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Mon

[sr-dev] proposed change to parse_content

2013-04-08 Thread Torrey Searle
Hi, I would like to modify parser/parse_content to add support for the ISUP subtype. (Thay way I can retrive it as SUBTYPE_ISUP instead of SUBTYPE_UNKNOWN). Can you guys confirm the following modification is ok? Torrey parse_content.patch Description: Binary data

[sr-dev] git:master: modules/sipt: adapt module to use SUBTYPE_ISUP

2013-04-08 Thread Torrey Searle
Module: sip-router Branch: master Commit: f4e4c3f8741868a310a59ec165a82e0353b7f161 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f4e4c3f8741868a310a59ec165a82e0353b7f161 Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Mon

[sr-dev] git:master: parser/parse_content: add support for the ISUP subtype

2013-04-08 Thread Torrey Searle
Module: sip-router Branch: master Commit: 25135d4deb54281bffdf372ad948ef0fa38b2d7b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=25135d4deb54281bffdf372ad948ef0fa38b2d7b Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Mon

[sr-dev] git:master: modules/sipt/doc: add section headers fix README file

2013-04-06 Thread Torrey Searle
Module: sip-router Branch: master Commit: 1eeae38650ce70ade73f7e03fd3be78f1d97e0e5 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1eeae38650ce70ade73f7e03fd3be78f1d97e0e5 Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Sat

[sr-dev] git:master: modules/sipt: updated README

2013-04-05 Thread Torrey Searle
Module: sip-router Branch: master Commit: d992e4dc8742807f71645f385d68d60b90746fb3 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d992e4dc8742807f71645f385d68d60b90746fb3 Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Fri

[sr-dev] git:master: modules/sipt: added some additional getter methods

2013-04-05 Thread Torrey Searle
Module: sip-router Branch: master Commit: 59b9208700e578df5000f8ad732c2e444712b0fa URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=59b9208700e578df5000f8ad732c2e444712b0fa Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Fri

[sr-dev] git:master: modules/sipt: initial import of module

2013-04-04 Thread Torrey Searle
Module: sip-router Branch: master Commit: a45583716671406f6a76cfdf8778517a28cbf2e3 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a45583716671406f6a76cfdf8778517a28cbf2e3 Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Thu

[sr-dev] git:master: modules/sipt/doc: corrected documentation typos

2013-04-04 Thread Torrey Searle
Module: sip-router Branch: master Commit: 8cdbaddbf8ec9bfedc32732a6fed6753fab424ec URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8cdbaddbf8ec9bfedc32732a6fed6753fab424ec Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Thu

[sr-dev] git:master: modules/sipt: Update README in separate commit per best practices

2013-04-04 Thread Torrey Searle
Module: sip-router Branch: master Commit: b523c774721afaa34f36dc278805736e04b3d27c URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b523c774721afaa34f36dc278805736e04b3d27c Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Thu

[sr-dev] git:master: modules/sipt: resolve a compiler warning on osx

2013-04-04 Thread Torrey Searle
Module: sip-router Branch: master Commit: e09e20ad7524e2d1469187812b8920723481014f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e09e20ad7524e2d1469187812b8920723481014f Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Thu

[sr-dev] git:master: modules/sipt/doc: fix typo in method name

2013-04-04 Thread Torrey Searle
Module: sip-router Branch: master Commit: 6cff96362ef9c2a675ff170f804cad08db2a1f87 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6cff96362ef9c2a675ff170f804cad08db2a1f87 Author: Torrey Searle tsea...@gmail.com Committer: Torrey Searle tsea...@gmail.com Date: Thu

Re: [sr-dev] SIP-I ?

2013-03-28 Thread Torrey Searle
Hi, I have some code for updating the destination number and the NAI of an ISUP message encoded in a SIP message and would be interested in submitting it as a module to Kamailio. Could I get more information on guidelines and procedure for submitting a module? Regards, Torrey On 22 March 2013

Re: [sr-dev] [SR-Users] FOSDEM

2013-01-22 Thread Torrey Searle
I'll be joining too (added myself to the list) Torrey On 22 January 2013 12:04, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, I will probably be able to join, so I added myself on the list for the moment. But it looks like 18 seats is not gonna be enough... Cheers, Daniel On

[sr-dev] address caching in permissions module

2012-07-03 Thread Torrey Searle
Hello, I'm using the addresses table in kamailio for ip authentication, however I finding the following issue. It seems that the table is one read into cache at startup and is only updated if address_reload is called from the kamailio script. As calling address_reload per call is probably not

Re: [sr-dev] address caching in permissions module

2012-07-03 Thread Torrey Searle
Thanks! kamctl fifo address_reload as a cron job looks like it should do the trick (didn't even know this feature existed :-) ) Thanks again :-) Torrey On 3 July 2012 12:20, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, On 7/3/12 11:55 AM, Torrey Searle wrote: According

[sr-dev] question regarding some very old code

2011-11-08 Thread Torrey Searle
I have a question regarding the following code in modules/tm/t_reply.c in the function t_reply_with_body() I see the following code: /* this is ugly hack -- the function caller may wish to continue with * transaction and I unref; however, there is now only one use from