[sr-dev] git:master:e8564838: mtree: coherent indentation

2016-02-16 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: e85648385ae56ca3bac0d1b06400ececa28fd55a URL: https://github.com/kamailio/kamailio/commit/e85648385ae56ca3bac0d1b06400ececa28fd55a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

Re: [sr-dev] [kamailio] [4.2.6] kamailio does not work when Recv-Q is high... (#510)

2016-02-16 Thread BroWater
Reopened #510. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/510#event-552981829___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Re: [sr-dev] [kamailio] [4.2.6] kamailio does not work when Recv-Q is high... (#510)

2016-02-16 Thread BroWater
Closed #510. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/510#event-552981647___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Re: [sr-dev] [kamailio] [4.2.6] kamailio does not work when Recv-Q is high... (#510)

2016-02-16 Thread BroWater
About recvfrom part I think I got the answer from https://www.cs.cmu.edu/~srini/15-441/F01.full/www/assignments/P2/htmlsim_split/node12.html > "...In an actual UNIX system, socket descriptors are set to be non-blocking > using fcntl() with type O_NONBLOCK, and Recvfrom() returns errno

[sr-dev] [kamailio] ims_usrloc_scscf: fix link_contact_to_impu() - was crashing with maxcontact_behaviour == 2 (#512)

2016-02-16 Thread Dragos Oancea
link_contact_to_impu() does not behave as intended - it will return immediately because ptr==contact . This will lead to a crash when current contact is always different than the previous. To prevent this, I set ptr to 0 as it points to a chunk of freed memory anyway. Removed call to

[sr-dev] git:master:d5fe09b8: http_client: Updated copyright in README

2016-02-16 Thread Hugh Waite
Module: kamailio Branch: master Commit: d5fe09b83a8a14d46b8d8354f354d7e47a1815ee URL: https://github.com/kamailio/kamailio/commit/d5fe09b83a8a14d46b8d8354f354d7e47a1815ee Author: Hugh Waite Committer: Hugh Waite Date: 2016-02-16T17:45:18Z http_client:

[sr-dev] git:master:17e7d757: pv: Fix crash when xavp has no attributes

2016-02-16 Thread Hugh Waite
Module: kamailio Branch: master Commit: 17e7d757b04b6da5b5d4d2eb076ac746fcc0ee05 URL: https://github.com/kamailio/kamailio/commit/17e7d757b04b6da5b5d4d2eb076ac746fcc0ee05 Author: Hugh Waite Committer: Hugh Waite Date: 2016-02-16T17:25:14Z pv: Fix

[sr-dev] git:4.3:a84d800c: pv: Fix crash when xavp has no attributes

2016-02-16 Thread Hugh Waite
Module: kamailio Branch: 4.3 Commit: a84d800c491c7d05e7abec1f8fe169c6c52e8e62 URL: https://github.com/kamailio/kamailio/commit/a84d800c491c7d05e7abec1f8fe169c6c52e8e62 Author: Hugh Waite Committer: Hugh Waite Date: 2016-02-16T17:25:41Z pv: Fix crash

[sr-dev] [kamailio] Invalid XAVP use causes a crash (#511)

2016-02-16 Thread Hugh Waite
The following code is accepted by the cfg parser and will run: ``` $xavp(test1=>stuff) = "america"; # Good $xavp(test2->stuff) = "bahamas"; # Bad - Hyphen instead of equals $xavp(test3) = "cuba"; # Bad - No name given xlog("L_WARN", "1: $xavp(test1)\n"); xlog("L_WARN", "2: $xavp(test2)\n");

[sr-dev] git:master:a176c7f1: modules/ims_registrar_pcscf: Check if we subscribe to reg_info before processing notify - fix crash

2016-02-16 Thread Richard Good
Module: kamailio Branch: master Commit: a176c7f1e5686d0aed5c95830d62eb964358841a URL: https://github.com/kamailio/kamailio/commit/a176c7f1e5686d0aed5c95830d62eb964358841a Author: Richard Good Committer: Richard Good Date:

Re: [sr-dev] [kamailio] [4.2.6] kamailio does not work when Recv-Q is high... (#510)

2016-02-16 Thread BroWater
About recvfrom part I think I got the answer from https://www.cs.cmu.edu/~srini/15-441/F01.full/www/assignments/P2/htmlsim_split/node12.html > "...In an actual UNIX system, socket descriptors are set to be non-blocking > using fcntl() with type O_NONBLOCK, and Recvfrom() returns errno

Re: [sr-dev] [kamailio] PUA issue when UA is not using UDP (#509)

2016-02-16 Thread Phil Lavin
Sending socket isn't the issue here, it's the destination address/port. The destination can be forced by setting the outbound_proxy setting of PUA - http://www.kamailio.org/docs/modules/4.3.x/modules/pua.html#idp15445640. This works in my usecase but probably not in others. The client isn't

[sr-dev] Errored: kamailio/kamailio#1965 (master - 4e75738)

2016-02-16 Thread Travis CI
Build Update for kamailio/kamailio - Build: #1965 Status: Errored Duration: 10 minutes and 11 seconds Commit: 4e75738 (master) Author: Camille Oudot Message: http_async_query: update README View the changeset:

[sr-dev] git:master:4e75738d: http_async_query: update README

2016-02-16 Thread Camille Oudot
Module: kamailio Branch: master Commit: 4e75738d22b0ae444e64fbe6571f2b266139c738 URL: https://github.com/kamailio/kamailio/commit/4e75738d22b0ae444e64fbe6571f2b266139c738 Author: Camille Oudot Committer: Camille Oudot Date:

[sr-dev] git:master:1dd1b923: http_async_query: fix function name in doc

2016-02-16 Thread Camille Oudot
Module: kamailio Branch: master Commit: 1dd1b92363c78d24b036be7916d5c58e893d99bf URL: https://github.com/kamailio/kamailio/commit/1dd1b92363c78d24b036be7916d5c58e893d99bf Author: Camille Oudot Committer: Camille Oudot Date:

Re: [sr-dev] [kamailio] PUA issue when UA is not using UDP (#509)

2016-02-16 Thread Tim Chubb
Couldnt you just force the sending socket? Also is the client using TLS as 443 is traditionally the https binding, in which case could you not just append ;transport=tcp or ;transport=tls; on to the $ru or $du pseudo variables? --- Reply to this email directly or view it on GitHub:

[sr-dev] git:master:8ff02413: http_async_client: $http_req returns $null when read

2016-02-16 Thread Camille Oudot
Module: kamailio Branch: master Commit: 8ff02413451f43b42cf565056c28264a43eed5a9 URL: https://github.com/kamailio/kamailio/commit/8ff02413451f43b42cf565056c28264a43eed5a9 Author: Camille Oudot Committer: Camille Oudot Date: