Patches item #3035804, was opened at 2010-07-28 10:03
Message generated for change (Tracker Item Submitted) made by axlh
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=3035804&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: ver 1.5.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Alex Hermann (axlh)
Assigned to: Nobody/Anonymous (nobody)
Summary: Multiple return values for force_rtp_proxy
Initial Comment:
Add a separate return value (-2) when an rtp proxy has already mangled the packet. makes it possible to determine in the script if an rtpproxy is in the audio path.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=3035804&group_…
Patches item #3035802, was opened at 2010-07-28 09:58
Message generated for change (Tracker Item Submitted) made by axlh
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=3035802&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: ver 1.5.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Alex Hermann (axlh)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add locking to pua for serializing PUBLISHes
Initial Comment:
pua must not send multiple PUBLISH with the same id before receiving a reply as the ETag must be updated on subsequent publishes.
Patch by Anca Vamanu. Stolen from opensips r5924. Original commit message:
introduced a locking mechanism to prevent sending a new Publish before the reply for a previous one is received (thanks to Piotr Sobolewski <sobolewski at gmail dot com> for help with debugging)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=3035802&group_…
Patches item #3035794, was opened at 2010-07-28 09:33
Message generated for change (Tracker Item Submitted) made by axlh
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=3035794&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: ver 1.5.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Alex Hermann (axlh)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add option to keep subscriptions on timed out NOTIFY
Initial Comment:
This parameter is a flag that should be set if subscriptions should be removed from the active_watchers when a NOTIFY times out. RFC3265 section 3.2.2 defines this behaviour as a SHOULD, so by default it is on. Disabling this will keep subscriptions active on unreliable networks.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=3035794&group_…
Patches item #3035783, was opened at 2010-07-28 09:14
Message generated for change (Tracker Item Submitted) made by axlh
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=3035783&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: ver 1.5.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Alex Hermann (axlh)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add route headers to CANCEL
Initial Comment:
When an INVITE is sent which had route headers, the CANCEL must have them too. This happens when the registrar sends an INVITE to a contact that registered with a Path header. The Path becomes a Route header. Currently, if that transaction is canceled, the CANCEL doesn't have this Route header.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=3035783&group_…
Patches item #3035780, was opened at 2010-07-28 09:07
Message generated for change (Tracker Item Submitted) made by axlh
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=3035780&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: ver 1.5.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Alex Hermann (axlh)
Assigned to: Nobody/Anonymous (nobody)
Summary: Let pua use the configured outboudn proxy in all cases
Initial Comment:
pua wasn't using the outbound proxy on updates
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=3035780&group_…
Patches item #3035778, was opened at 2010-07-28 09:04
Message generated for change (Tracker Item Submitted) made by axlh
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=3035778&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: ver 1.5.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Alex Hermann (axlh)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fix registrar when fetching binding for unregistered user
Initial Comment:
When an UA fetches the bindings for a user and the user isn't registered, properly return an empty contact.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=3035778&group_…
Patches item #3035382, was opened at 2010-07-27 18:11
Message generated for change (Comment added) made by axlh
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=3035382&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: ver 1.5.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Alex Hermann (axlh)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fix transformation tobody.params
Initial Comment:
The transofrmation tobody.params can't handle quoted parameters well. If the last parameter is quoted, the output of the transofrmation is truncated by 2 characters.. Attached patch fixes this.
----------------------------------------------------------------------
>Comment By: Alex Hermann (axlh)
Date: 2010-07-28 08:42
Message:
Well, not a good start :(
I split the patch into 2 parts.
Part 1: Fix a off-by-one bug in parsing quoted parameters. The parameter
value is shortened by 1 character.
Part 2: Fix the tobody.params tranformation when the last paremeter has a
quoted value. I found another solution: Just assume the parameter list ends
on the end of the header line that gets pushed to the parser. Seems to work
just as well, and prevents adjusting the rest of the code (tm).
----------------------------------------------------------------------
Comment By: Daniel-Constantin Mierla (miconda)
Date: 2010-07-27 22:25
Message:
I reverted the commit on 1.5 branch - it was incomplete as the compilation
got broken. Also, there should not be any commit on the trunk branch, the
devel version is now on GIT repository hosted at git.sip-router.org.
The bug tracker in use is as well by sip-router.org:
http://sip-router.org/tracker
Back to issue, apart of breaking the compilation, it could be a solution
to store the hook for start of parameters and the length, but I didn't
understand why you changed the len of quoted value.
Moreover, there are other places that needs to be updated when the to_body
structure is updated with new attributes storing pointers, like cloning for
TM transactions.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=3035382&group_…
Revision: 6029
http://openser.svn.sourceforge.net/openser/?rev=6029&view=rev
Author: axlh
Date: 2010-07-27 17:20:58 +0000 (Tue, 27 Jul 2010)
Log Message:
-----------
Fix the transformation tobody.params when the last value of the parameter
list is quoted. The resulting string was truncated by 2 characters.
Because there is no way to find out the length of the parameter list
(trailing whitespace may be present), store it in the to_body struct.
Modified Paths:
--------------
trunk/modules/pv/pv_trans.c
trunk/parser/parse_to.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.