[sr-dev] [kamailio] wrong determination of udp/tcp request (#11)

2014-12-20 Thread lazedo
Hi, i noticed a weird behavior in 4.2 branch with this kamailio.cfg (snippet) #!substdef !UDP_SIP!udp:MY_IP_ADDRESS:5060!g #!substdef !TCP_SIP!tcp:MY_IP_ADDRESS:5060!g listen=UDP_SIP listen=TCP_SIP ### Routing Logic route { # log the basic info regarding this call

Re: [sr-dev] [kamailio] wrong determination of udp/tcp request (#11)

2014-12-20 Thread lazedo
the same thing happens with TLS connections. one side effect is that the subscription doesn't get updated to active and gets cleaned by timer proc. Dec 20 18:20:32 kamailio-05 kamailio[6089]: INFO: script: received dialog update for sip:2...@sip.com Dec 20 18:20:32 kamailio-05 kamailio[6089]:

Re: [sr-dev] [kamailio] wrong determination of udp/tcp request (#11)

2014-12-22 Thread lazedo
thanks about the $pr. the error is in the message (it doesn't show but if you try to edit you'll see it). --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/11#issuecomment-67898110___ sr-dev mailing list

Re: [sr-dev] [kamailio] issue notifying subscribers with transport tcp/tls (#11)

2014-12-22 Thread lazedo
http://pastie.org/9795032 --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/11#issuecomment-67902003___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:lazedo/4.2.1:57f58f90: kazoo : fork process with tcp option

2014-12-22 Thread lazedo
Module: kamailio Branch: lazedo/4.2.1 Commit: 57f58f903fae47e30e6cb165db05710394cc9738 URL: https://github.com/kamailio/kamailio/commit/57f58f903fae47e30e6cb165db05710394cc9738 Author: lazedo luis.az...@factorlusitano.com Committer: lazedo luis.az...@factorlusitano.com Date: 2014-12-23T00:56:56Z

Re: [sr-dev] [kamailio] issue notifying subscribers with transport tcp/tls (#11)

2014-12-23 Thread lazedo
Hi Daniel, what about when there isn't a subscribe dialog ? or does the SUBSCRIBE keep a reference to the dialog ? in this case the NOTIFY is sent when other extension is ringing (BLF). thanks On Tue, Dec 23, 2014 at 9:07 AM, Daniel-Constantin Mierla notificati...@github.com wrote: Yes, you

[sr-dev] git:lazedo/4.2.1:9b655b6c: correction

2014-12-23 Thread lazedo
Module: kamailio Branch: lazedo/4.2.1 Commit: 9b655b6cbdc6cebadac806c56d214833466caf4f URL: https://github.com/kamailio/kamailio/commit/9b655b6cbdc6cebadac806c56d214833466caf4f Author: lazedo luis.az...@factorlusitano.com Committer: lazedo luis.az...@factorlusitano.com Date: 2014-12-23T11:44:24Z

Re: [sr-dev] [kamailio] issue notifying subscribers with transport tcp/tls (#11)

2014-12-23 Thread lazedo
thank you for helping debug this. the problem was on the background process forked without the tcp option. the strange thing is that it works with udp. --- Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio] issue notifying subscribers with transport tcp/tls (#11)

2014-12-23 Thread lazedo
Closed #11. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/11#event-211459711___ 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:f9c248a6: kazoo : less agressive log

2015-02-05 Thread lazedo
Module: kamailio Branch: master Commit: f9c248a66fdca5317e8820e53f1a0f99cd58ef8a URL: https://github.com/kamailio/kamailio/commit/f9c248a66fdca5317e8820e53f1a0f99cd58ef8a Author: lazedo luis.az...@factorlusitano.com Committer: lazedo luis.az...@factorlusitano.com Date: 2015-02-05T22:34:32Z

Re: [sr-dev] [kamailio] presence : add min_expires param (#78)

2015-02-12 Thread lazedo
Merged #78. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/78#event-235067352___ 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:90293580: Merge pull request #78 from kamailio/lazedo/presence

2015-02-12 Thread lazedo
Module: kamailio Branch: master Commit: 902935802bfbfaef94b3da6bad6d7669040c8f47 URL: https://github.com/kamailio/kamailio/commit/902935802bfbfaef94b3da6bad6d7669040c8f47 Author: lazedo luis.az...@factorlusitano.com Committer: lazedo luis.az...@factorlusitano.com Date: 2015-02-12T23:21:27Z

[sr-dev] [kamailio] registrar : add lookup_to_dset optional uri param as in lookup (#84)

2015-02-12 Thread lazedo
lookup function has an optional uri param for looking up based on that param. lookup_to_dset is used if we don't want to overwritte the Request-URI but there is option to lookup based on a uri. during tests i noticed that the append_branch was being called when i did a lookup_to_dset(location,

Re: [sr-dev] [kamailio] registrar : add lookup_to_dset optional uri param as in lookup (#84)

2015-02-17 Thread lazedo
closing this, will make implementation of requirement in lookup registered(uri) function --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/84#issuecomment-74698203___ sr-dev mailing list

Re: [sr-dev] [kamailio] registrar : add lookup_to_dset optional uri param as in lookup (#84)

2015-02-17 Thread lazedo
Closed #84. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/84#event-237046011___ 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] nathelper - add received_ui pvar (#90)

2015-02-17 Thread lazedo
that depends on the engine, right ? the point is, the value is stored in mixed case. i'm trying to get a match of the value that is stored. nat_traversal also has a source_uri pv that matches what it internally calculates, nathelper should do the same. --- Reply to this email directly or view

Re: [sr-dev] [kamailio] nathelper - add received_ui pvar (#90)

2015-02-17 Thread lazedo
...or we can patch nathelper to lower case what it puts in received_avp ? and also make sure $su returns lowercase ? --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/90#issuecomment-74708457___ sr-dev

Re: [sr-dev] [kamailio] nathelper - add received_ui pvar (#90)

2015-02-17 Thread lazedo
i agree, but not when is part of a select statement. select * from usrloc where received = $su would not work. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/90#issuecomment-74703650___ sr-dev mailing

Re: [sr-dev] [kamailio] nathelper - add received_ui pvar (#90)

2015-02-17 Thread lazedo
fair enough. thank you. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/90#issuecomment-74710144___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] [kamailio] nathelper - add received_ui pvar (#90)

2015-02-17 Thread lazedo
allows comparison with persisted value in usrloc. if($ulc(exp=received) == $received_uri) { } You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/90 -- Commit Summary -- * nathelper - add received_ui pvar -- File Changes --

Re: [sr-dev] [kamailio] nathelper - add received_ui pvar (#90)

2015-02-17 Thread lazedo
yes it does, but there is a difference. receive_uri returns the value as is persisted in usrloc,the proto is uppercase. $su, $received_uri - sip:192.168.27.2:8305;transport=tcp - sip:192.168.27.2:8305;transport=TCP --- Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio] registrar - additional features (#91)

2015-02-17 Thread lazedo
- add xavp when registered returns success - add reg_received_avp param for strict matching the contact - add reg_contact_avp param for strict matching the contact - add xavp to reg_fetch_contacts modparam(usrloc, xavp_contact, ulattrs) modparam(registrar, reg_received_avp, $avp(chk_origin))

[sr-dev] git:master:44db9cdb: Merge pull request #87 from kamailio/lazedo/dbtext

2015-02-17 Thread lazedo
Module: kamailio Branch: master Commit: 44db9cdb44e6d2e11b6f423015350625a6d75637 URL: https://github.com/kamailio/kamailio/commit/44db9cdb44e6d2e11b6f423015350625a6d75637 Author: lazedo luis.az...@factorlusitano.com Committer: lazedo luis.az...@factorlusitano.com Date: 2015-02-17T12:08:34Z

Re: [sr-dev] [kamailio] registrar - additional features (#91)

2015-02-19 Thread lazedo
there are two params match_flags as you proposed 1 - callid 2 - received 3 - contact the registered() function check that flag, checks the values in xavp_cfg and assigns the value to a temp vars, that are then compared against the value in the record. match_return_flags controls if the record

Re: [sr-dev] [kamailio] registrar - additional features (#91)

2015-02-19 Thread lazedo
i added a 3rd param to control if we search for override values for flags. default is 0, don't search --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/91#issuecomment-75129897___ sr-dev mailing list

Re: [sr-dev] [kamailio] registrar - additional features (#91)

2015-02-19 Thread lazedo
i don't think i did, the flags are in params. i added the extra search for override to give more flexibility. i can put that flexibility param dependent. On Thu, Feb 19, 2015 at 8:03 PM, Daniel-Constantin Mierla notificati...@github.com wrote: You misunderstood my proposal. I wanted a new

Re: [sr-dev] [kamailio] presence - match sip uris using alternative function (#94)

2015-02-19 Thread lazedo
Olle, it acts on the sip uri not the user part of the sip uri. On Thu, Feb 19, 2015 at 8:27 PM, juha-h notificati...@github.com wrote: lazedo writes: added param sip_uri_match 0 - case sensitive (default) 1 - case insensitive should it rather be called sip_uri_user_match? i still

Re: [sr-dev] [kamailio] registrar : add lookup_to_dset optional uri param as in lookup (#84)

2015-02-16 Thread lazedo
i do agree about the append branch part, i didn't find a way (lack of knowledge) to make it work without it. when using the uri param, $fu in this case,, kamailio exited. i think that there must be a better option instead of _mode. help appreciated. --- Reply to this email directly or view it

[sr-dev] git:master:2f4b6375: Merge pull request #86 from kamailio/lazedo/usrloc-patch

2015-02-16 Thread lazedo
Module: kamailio Branch: master Commit: 2f4b6375429eeb7fa73d85909150bfd9377582d1 URL: https://github.com/kamailio/kamailio/commit/2f4b6375429eeb7fa73d85909150bfd9377582d1 Author: lazedo luis.az...@factorlusitano.com Committer: lazedo luis.az...@factorlusitano.com Date: 2015-02-16T13:26:28Z

Re: [sr-dev] [kamailio] usrloc - fix column types not initialized on update (#86)

2015-02-16 Thread lazedo
Merged #86. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/86#event-236311219___ 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:cf521e66: usrloc - fix column types not initialized on update

2015-02-16 Thread lazedo
Module: kamailio Branch: master Commit: cf521e66825fea4b7498d615d435739628fe4c09 URL: https://github.com/kamailio/kamailio/commit/cf521e66825fea4b7498d615d435739628fe4c09 Author: lazedo luis.az...@factorlusitano.com Committer: lazedo luis.az...@factorlusitano.com Date: 2015-02-16T13:14:06Z

[sr-dev] [kamailio] db_text - add affected rows capability (#87)

2015-02-16 Thread lazedo
this will allow better interaction with usrloc module param db_check_update You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/87 -- Commit Summary -- * db_text - add affected rows capability -- File Changes -- M

[sr-dev] [kamailio] usrloc - fix column types not initialized on update (#86)

2015-02-16 Thread lazedo
some columns were not initialized on update leading to errors in update ERROR: db_text [dbt_lib.c:464]: dbt_is_neq_type(): invalid datatype -1001432832 ERROR: db_text [dbt_base.c:560]: dbt_update(): incompatible types! ERROR: db_text [dbt_base.c:599]: dbt_update(): failed to update the table! You

Re: [sr-dev] [kamailio] db_text - add affected rows capability (#87)

2015-02-16 Thread lazedo
can you check indentation now ? thanks --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/87#issuecomment-74519388___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] [kamailio] db_text : missing OP_NEQ (#92)

2015-02-18 Thread lazedo
this affects the presence package when it queries for active_watchers You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/92 -- Commit Summary -- * db_text : missing OP_NEQ -- File Changes -- M modules/db_text/dbt_res.c (7) --

[sr-dev] [kamailio] presence - match sip uris using alternative function (#94)

2015-02-19 Thread lazedo
added param sip_uri_match 0 - case sensitive (default) 1 - case insensitive can be extended to a more compliant version, (sensitive user, insensitive domain). the parameter sets the function to call to match uris. You can view, comment on, or merge this pull request online at:

Re: [sr-dev] [kamailio] db_text : missing OP_NEQ (#92)

2015-02-19 Thread lazedo
Merged #92. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/92#event-238554677___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] [kamailio] presence_dialoginfo : optionally send dummy dialog (#55)

2015-01-28 Thread lazedo
You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/55 -- Commit Summary -- * presence_dialoginfo : optionally send dummy dialog -- File Changes -- M modules/presence_dialoginfo/doc/presence_dialoginfo_admin.xml (25) M

Re: [sr-dev] [kamailio] presence_dialoginfo : optionally send dummy dialog (#55)

2015-01-28 Thread lazedo
this seems to also affect astra phones besides Bria --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/55#issuecomment-71890581___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] [kamailio] presence : fix send_notify_request (#54)

2015-01-28 Thread lazedo
aux_body_processing after get get_p_notify_body can we backport this commit to 4.2 ? also, please delete branch after merge. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/54 -- Commit Summary -- * presence : fix

[sr-dev] git:master:f734154f: Merge pull request #55 from lazedo/presence_dialoginfo

2015-01-28 Thread lazedo
Module: kamailio Branch: master Commit: f734154ff35fa95e8a70d9ee13f4f63a36794ea7 URL: https://github.com/kamailio/kamailio/commit/f734154ff35fa95e8a70d9ee13f4f63a36794ea7 Author: lazedo luis.az...@factorlusitano.com Committer: lazedo luis.az...@factorlusitano.com Date: 2015-01-28T20:12:21Z

[sr-dev] git:master:5c9b3afc: presence_dialoginfo : optionally send dummy dialog

2015-01-28 Thread lazedo
Module: kamailio Branch: master Commit: 5c9b3afca092dfda33c96dbf5195b8f7bbc2d4cf URL: https://github.com/kamailio/kamailio/commit/5c9b3afca092dfda33c96dbf5195b8f7bbc2d4cf Author: lazedo luis.az...@factorlusitano.com Committer: lazedo luis.az...@factorlusitano.com Date: 2015-01-28T17:31:06Z

Re: [sr-dev] [kamailio] presence_dialoginfo : optionally send dummy dialog (#55)

2015-01-28 Thread lazedo
Merged #55. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/55#event-226348880___ 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] presence_dialoginfo : optionally send dummy dialog (#55)

2015-01-28 Thread lazedo
Hi Daniel, can i backport to 4.2 ? would like to fix astra / bria - blf issues --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/55#issuecomment-71907028___ sr-dev mailing list

[sr-dev] [kamailio] presence : min_expires (#77)

2015-02-10 Thread lazedo
some UAs send very low expires values for subscriptions flooding the server with subscribe/notify messages this pr allows a minimum expire value for subscriptions. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/77 -- Commit Summary

[sr-dev] [kamailio] presence : add min_expires param (#78)

2015-02-10 Thread lazedo
some UAs send very low values for subscriptions causing unwanted flooding of the server with subscribe/notify messages this new parameter allows to set a minimum value for the subscription. default value is 0 to preserve existing behaviour You can view, comment on, or merge this pull request

Re: [sr-dev] [kamailio] presence : min_expires (#77)

2015-02-10 Thread lazedo
Closed #77. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/77#event-233731104___ 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] presence : add min_expires param (#78)

2015-02-10 Thread lazedo
=active, it will send the expires accepted and saved in the server. does that help ? On Wed, Feb 11, 2015 at 5:58 AM, juha-h notificati...@github.com wrote: lazedo writes: some UAs send very low values for subscriptions causing unwanted flooding of the server with subscribe/notify messages

Re: [sr-dev] [kamailio] presence : add min_expires param (#78)

2015-02-11 Thread lazedo
thanks for pointing that Daniel. i think we could add another parameter to set the action min_expires_action = 1 = force min_expires min_expires_action = 2 = send 423 with Min-Expires header is this acceptable ? it is already optional, it acts only when min_expires 0 and the default is zero.

Re: [sr-dev] [kamailio] presence : add min_expires param (#78)

2015-02-11 Thread lazedo
well, the experience we had so far is that UAs do accept the Expires sent independently of the requested value. but to keep kamailio defaults rfc compliant, we can set the default action to 2 send 423. --- Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio] registrar - additional features (#91)

2015-02-19 Thread lazedo
@miconda i believe this is it ? --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/91#issuecomment-75176709___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio] presence - match sip uris using alternative function (#94)

2015-03-09 Thread lazedo
ok, i wasn't thinking in adding a new param and use the previous one ( sip_uri_match ) to either call core_hash or core_case_hash. are you proposing to change the core_hash with core_case_hash independently from sip_uri_match param? --- Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio] presence - match sip uris using alternative function (#94)

2015-03-09 Thread lazedo
yes, working the same as the uri comparison, using function pointer. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/94#issuecomment-77822727___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] [kamailio] presence: add $subs pv for subscription access (#118)

2015-03-30 Thread lazedo
after handle_subscribe there is no safe way in script to obtain the presently because re-subscription RURI is ip of kamailio and To-Uri may not contain the presently. $subs(uri) will allow access to this value added as a pv to allow extension to get more properties from subscription You can

Re: [sr-dev] [kamailio] presence: add $subs pv for subscription access (#118)

2015-03-30 Thread lazedo
@miconda thank you. for future reference, what is the proper flow to issue a pull request for documenting pseudo-variables ? --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/118#issuecomment-87708379___

Re: [sr-dev] [kamailio] presence: add $subs pv for subscription access (#118)

2015-03-30 Thread lazedo
Merged #118. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/118#event-268562074___ 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:08acf091: Merge pull request #118 from kamailio/lazedo/presence-subs

2015-03-30 Thread lazedo
Module: kamailio Branch: master Commit: 08acf091a4500d2eec3987a0d07fd87cf5df63e1 URL: https://github.com/kamailio/kamailio/commit/08acf091a4500d2eec3987a0d07fd87cf5df63e1 Author: lazedo luis.az...@factorlusitano.com Committer: lazedo luis.az...@factorlusitano.com Date: 2015-03-30T15:46:42+01:00

Re: [sr-dev] [kamailio] usrloc - fix contacts attrs not deleted (#102)

2015-02-27 Thread lazedo
Closed #102. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/102#event-243203885___ 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] usrloc - fix contacts attrs not deleted (#102)

2015-02-27 Thread lazedo
merged manually --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/102#issuecomment-76380126___ 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] registrar - additional features (#91)

2015-02-23 Thread lazedo
@miconda can you check if this is acceptable ? thanks. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/91#issuecomment-75547064___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio] registrar - additional features (#91)

2015-02-23 Thread lazedo
@miconda the $ulc structure doesn't have the contact xavp (it copies all elements but the xavp), the purpose of the flag is to add it to the $ulc structure. --- Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio] registrar - additional features (#91)

2015-02-23 Thread lazedo
@miconda hi, the remaining flag in the module is to control the setting of the contact xavp on return from a match. i left it here because we also want the behavior to apply to reg_fetch_contacts, is that ok ? i can make a simple patch against master. --- Reply to this email directly or view it

[sr-dev] [kamailio] usrloc - fix contacts attrs not deleted (#102)

2015-02-25 Thread lazedo
when the contact is deleted using db_delete_ucontact_ruid (default) the uldb_attrs_delete is not called leaving the location_attrs with unwanted records created uldb_attrs_delete_ruid to be called by db_delete_ucontact_ruid redirected uldb_attrs_delete to uldb_attrs_delete_ruid also changed the

Re: [sr-dev] [kamailio] usrloc - fix contacts attrs not deleted (#102)

2015-02-25 Thread lazedo
isn't ruid unique per contact ? not sure what i missed in the commit description, was it [EMPTY LINE] ? --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/102#issuecomment-76018168___ sr-dev mailing list

Re: [sr-dev] [kamailio] usrloc - fix contacts attrs not deleted (#102)

2015-02-25 Thread lazedo
@miconda please check --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/102#issuecomment-76024339___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] [kamailio] fix - dummy dialog rfc4235 (#96)

2015-02-24 Thread lazedo
grandstream validates the dialog and according to rfc4235 the id element is mandatory You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/96 -- Commit Summary -- * fix - dummy dialog rfc4235 -- File Changes -- M

Re: [sr-dev] [kamailio] fix - dummy dialog rfc4235 (#96)

2015-02-24 Thread lazedo
Closed #96. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/96#event-241010059___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] [kamailio] presence_dialoginfo: rfc4235 in dummy dialog (#97)

2015-02-24 Thread lazedo
according to rfc4235 the id element is mandatory. granstream phones are affected by this. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/97 -- Commit Summary -- * presence_dialoginfo: rfc4235 in dummy dialog -- File Changes --

Re: [sr-dev] [kamailio] presence_dialoginfo: rfc4235 in dummy dialog (#97)

2015-02-24 Thread lazedo
Closed #97. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/97#event-241073264___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] [kamailio] presence_dialoginfo: rfc4235 in dummy dialog (#99)

2015-02-24 Thread lazedo
according to rfc4235 the id element is mandatory. granstream phones are affected by this. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/99 -- Commit Summary -- * presence_dialoginfo: rfc4235 in dummy dialog -- File Changes --

[sr-dev] git:master:f12f243e: presence_dialoginfo: rfc4235 in dummy dialog

2015-02-25 Thread lazedo
Module: kamailio Branch: master Commit: f12f243e39c840b1306bf376c49ef4dab9e7564f URL: https://github.com/kamailio/kamailio/commit/f12f243e39c840b1306bf376c49ef4dab9e7564f Author: lazedo luis.az...@factorlusitano.com Committer: lazedo luis.az...@factorlusitano.com Date: 2015-02-24T17:19:15Z

[sr-dev] git:master:8bbed6e3: Merge pull request #99 from kamailio/lazedo-presence_dialoginfo-patch1

2015-02-25 Thread lazedo
Module: kamailio Branch: master Commit: 8bbed6e31296cfb88b7ce7c928aa9242b5df170f URL: https://github.com/kamailio/kamailio/commit/8bbed6e31296cfb88b7ce7c928aa9242b5df170f Author: lazedo luis.az...@factorlusitano.com Committer: lazedo luis.az...@factorlusitano.com Date: 2015-02-25T09:48:24Z

Re: [sr-dev] [kamailio] presence_dialoginfo: rfc4235 in dummy dialog (#99)

2015-02-25 Thread lazedo
Merged #99. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/99#event-241578674___ 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] registrar - additional features (#91)

2015-02-25 Thread lazedo
https://github.com/kamailio/kamailio/pull/101 --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/91#issuecomment-75935336___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio] registrar - additional features (#91)

2015-02-25 Thread lazedo
Closed #91. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/91#event-241590098___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] [kamailio] registrar - add registered extra parameter (#101)

2015-02-25 Thread lazedo
adds 3rd parameter to registered to optionally restrict the contacts adds module parameter to optionally add contact xavp on successful match when calling registered add contact xavp to the $ulc structure You can view, comment on, or merge this pull request online at:

[sr-dev] [kamailio] presence: add sip_uri_match module parameter (#116)

2015-03-26 Thread lazedo
added param sip_uri_match 0 - case sensitive (default) 1 - case insensitive can be extended to a more compliant version, (sensitive user, insensitive domain). the parameter sets the function to call to match uris. You can view, comment on, or merge this pull request online at:

Re: [sr-dev] [kamailio] presence - match sip uris using alternative function (#94)

2015-03-26 Thread lazedo
closing here because of rebase that didn't go well. https://github.com/kamailio/kamailio/pull/116 --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/94#issuecomment-86783698___ sr-dev mailing list

Re: [sr-dev] [kamailio] presence - match sip uris using alternative function (#94)

2015-03-26 Thread lazedo
Closed #94. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/94#event-266503710___ 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] registrar - add registered extra parameter (#101)

2015-03-25 Thread lazedo
https://github.com/kamailio/kamailio/pull/115 --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/101#issuecomment-85988940___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio] registrar - add registered extra parameter (#101)

2015-03-25 Thread lazedo
Closed #101. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/101#event-264601541___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] [kamailio] registrar : add optional params to registered function (#115)

2015-03-25 Thread lazedo
3rd parameter as flag is used to optionally restrict contacts when searching. values are 1 - match_callid 2 - match_received 3 - match_contact 4th parameter as flag to optionally perform action on positive match values are 1 - set xavp_rcd with value from matched contact You can view,

Re: [sr-dev] [kamailio] db_text : simple raw support for select (#136)

2015-04-22 Thread lazedo
yes --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/136#issuecomment-95273202___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] [kamailio] db_text : simple raw support for select (#136)

2015-04-22 Thread lazedo
You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/136 -- Commit Summary -- * db_text : simple raw support for select -- File Changes -- M modules/db_text/dbt_base.c (45) M modules/db_text/dbtext.c (3) M

Re: [sr-dev] [kamailio] db_text : simple raw support for select (#136)

2015-04-22 Thread lazedo
not a custom, just a minimal sql by parsing the const str* _s parameter SELECT FIELDS FROM TABLE WHERE CONDITIONS UPDATE TABLE SET FIELDS=VALUES WHERE CONDITIONS DELETE FROM TABLE WHERE CONDITIONS 1) FIELDS = [FIELD, ...] 2) CONDITIONS [FIELD=VALUE, ...] 3) SET reuse (2) --- Reply to this

Re: [sr-dev] [kamailio] db_text : simple raw support for select (#136)

2015-04-22 Thread lazedo
sure, will do in the days to come just wanted to make sure this is useful for 4.3 --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/136#issuecomment-95279439___ sr-dev mailing list

[sr-dev] [kamailio] db_text : add db_raw_query support (#146)

2015-05-04 Thread lazedo
lazedo wants to merge 1 commit into kamailio:master from lazedo:lazedo/db_text_raw_query: example . `select watcher_username, called from active_watchers where expires -1` current limitations . only select statements . where clause always uses and You can view, comment on, or merge this pull

[sr-dev] git:master:a0b02584: db_text : missing conversion in raw query

2015-06-10 Thread lazedo
Module: kamailio Branch: master Commit: a0b02584b76fced6d98f76ec02ae60d75bbccfa2 URL: https://github.com/kamailio/kamailio/commit/a0b02584b76fced6d98f76ec02ae60d75bbccfa2 Author: lazedo luis.az...@factorlusitano.com Committer: lazedo luis.az...@factorlusitano.com Date: 2015-06-10T11:52:20+01:00

Re: [sr-dev] [kamailio] kazoo : add json keys function and escape character (#200)

2015-06-10 Thread lazedo
Merged #200. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/200#event-327315495___ 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:e9e02982: Merge pull request #200 from kamailio/kazoo_json

2015-06-10 Thread lazedo
Module: kamailio Branch: master Commit: e9e02982019921713fa6022b076bd4ceae899c6d URL: https://github.com/kamailio/kamailio/commit/e9e02982019921713fa6022b076bd4ceae899c6d Author: lazedo luis.az...@factorlusitano.com Committer: lazedo luis.az...@factorlusitano.com Date: 2015-06-10T12:33:10+01:00

[sr-dev] [kamailio] db_text : missing conversion in raw query (#199)

2015-06-10 Thread lazedo
where clause was missing the conversion to int when appropriate You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/199 -- Commit Summary -- * db_text : missing conversion in raw query -- File Changes -- M

[sr-dev] [kamailio] kazoo : add json keys function and escape character (#200)

2015-06-10 Thread lazedo
json in the form of { Nodes : { myn...@my.tld.com : { ... }, myothern...@my.tld.com : { ...} } } doesn't have an easy to fetch the keys (it works already if it is an array) kazoo_json_keys retrieves the keys to an avp when querying inner fields in the form xx.yy.zzz if one

[sr-dev] git:master:324d64e9: kazoo : more federation tweaks

2015-06-23 Thread lazedo
Module: kamailio Branch: master Commit: 324d64e9ed301dab2204bda5e7cd143516edf64d URL: https://github.com/kamailio/kamailio/commit/324d64e9ed301dab2204bda5e7cd143516edf64d Author: lazedo luis.az...@factorlusitano.com Committer: lazedo luis.az...@factorlusitano.com Date: 2015-06-23T16:23:42+01:00

[sr-dev] [kamailio] db_text : support 'order by' in raw query (#216)

2015-06-18 Thread lazedo
You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/216 -- Commit Summary -- * db_text : support 'order by' in raw query -- File Changes -- M modules/db_text/dbt_raw_query.c (21) M modules/db_text/dbt_raw_util.c (3) -- Patch

Re: [sr-dev] [kamailio] kazoo : missing fixes (#204)

2015-06-11 Thread lazedo
Merged #204. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/204#event-328662077___ 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:a2ed3945: Merge pull request #204 from kamailio/kazoo_patch

2015-06-11 Thread lazedo
Module: kamailio Branch: master Commit: a2ed394522c5ad5dfe9822352d41c38692418098 URL: https://github.com/kamailio/kamailio/commit/a2ed394522c5ad5dfe9822352d41c38692418098 Author: lazedo luis.az...@factorlusitano.com Committer: lazedo luis.az...@factorlusitano.com Date: 2015-06-11T17:09:47+01:00

[sr-dev] [kamailio] kazoo : missing fixes (#204)

2015-06-11 Thread lazedo
You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/204 -- Commit Summary -- * kazoo : missing fixes -- File Changes -- M modules/kazoo/const.c (1) M modules/kazoo/const.h (2) M modules/kazoo/kz_amqp.c (10) M

[sr-dev] [kamailio] db_text : memory allocation/release issues in raw query (#205)

2015-06-11 Thread lazedo
memory allocation/release issues in raw query and mark changed only if there was a real change You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/205 -- Commit Summary -- * db_text : only mark changed if there was a real change *

[sr-dev] [kamailio] pv : add auth digest pseudo variables (#233)

2015-07-06 Thread lazedo
adn - auth nonce adc - auth cnonce adr - auth response ado - auth opaque You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/233 -- Commit Summary -- * pv : add auth digest pseudo variables -- File Changes -- M modules/pv/pv.c

[sr-dev] [kamailio] htable : fix $shtrecord(value) returned value (#272)

2015-07-31 Thread lazedo
$shtrecord(value) does not return correct value when it is an integer You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/272 -- Commit Summary -- * htable : fix $shtrecord(value) returned value -- File Changes -- M

  1   2   3   >