Bugs item #2813924, was opened at 2009-06-29 14:55
Message generated for change (Comment added) made by miconda
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2813924&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: Marcus Hunger (marcushunger)
Assigned to: Nobody/Anonymous (nobody)
Summary: nathelper crash
Initial Comment:
publishing very long payload-type to the rtp-proxy overflows a buffer. see nathelper.c +2758.
v[1].iov_len must be smaller than sizeof(opts)
----------------------------------------------------------------------
>Comment By: Daniel-Constantin Mierla (miconda)
Date: 2009-06-30 12:06
Message:
Did you meant '&&' operator instead of ',' in for condition? Otherwise:
warning: left-hand operand of comma expression has no effect
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2813924&group_…
Revision: 5884
http://openser.svn.sourceforge.net/openser/?rev=5884&view=rev
Author: miconda
Date: 2009-06-30 08:51:22 +0000 (Tue, 30 Jun 2009)
Log Message:
-----------
- fixed support for multipart body
- use some sdp parser helper functions
- credits to Pascal Maugeri for testing
Modified Paths:
--------------
branches/1.5/modules/nathelper/nhelpr_funcs.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Module: sip-router
Branch: master
Commit: 32c1a13ef4b1395cb891289af9b854f5686178d2
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=32c1a13…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Mon Jun 29 20:30:44 2009 +0200
rpc doc: added "*" and some minor fixes
- documented the newly introduced "*" modifier for optional
parameters.
- fixed return value description for rpc->scan and
rpc->struct_scan (these function always return the number of
parameters read on success and - number of parameters read so
far on failure and not 0/-1).
- changed ctl and xmlrpc links to point to the auto-generated html
files on sip-router.org/docbook/.
- re-generated ser_rpc.txt
---
doc/rpc/ser_rpc.txt | 64 ++++++++++++++++++++++++++++-----------
doc/rpc/ser_rpc.xml | 82 +++++++++++++++++++++++++++++++++++++-------------
2 files changed, 106 insertions(+), 40 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=32c…
On 06/25/2009 04:13 PM, Klaus Darilion wrote:
>
>
> Iñaki Baz Castillo schrieb:
>> El Jueves, 25 de Junio de 2009, Daniel-Constantin Mierla escribió:
>>> Probably not very clear in my first email, but you can change the xml
>>> content:
>>>
>>> $xml(a=>xpath:/presence/mynode) = "123";
>>
>> When reading, which is the result if the node doesn't exist? empty
>> string?
>> If a=>xpath:/presence/mynode gets 123 (an integer) can it be used in
>> math operation as integer? or is it a string?
>>
>>
>>> Note that if you assigned the sip message body to $xml(name=>doc), body
>>> does not get changed, the operations are done on a replica.
>>
>> So modifications in the body must be done in the proxy before
>> forwarding the request to the presence server, or doing a spiral if
>> the presence server is integrated in the proxy, right?
>
> Hi Daniel!
>
> In sip-router there is functionality to apply lumps before sending (it
> is used for SIP-Identity). Maybe this could be exported to script and
> can be executed manually to triggering reconstruction of the message,
> e.g. for processing the modified message in the presence module.
it does not work now directly on msg body, but your approach can get
life using set_body() from textops.
Applying lumps would be good to add as experimental function in config,
to see how much it affects the rest.
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://www.asipto.com/
Bugs item #2814137, was opened at 2009-06-29 20:29
Message generated for change (Comment added) made by miconda
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2814137&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: Marcus Hunger (marcushunger)
Assigned to: Nobody/Anonymous (nobody)
Summary: force_rtp_proxy bug
Initial Comment:
force_rtp_proxy seems to handle re-invite wrong, resulting in one-way-audio.
----------------------------------------------------------------------
>Comment By: Daniel-Constantin Mierla (miconda)
Date: 2009-06-29 21:19
Message:
When is this happening?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2814137&group_…
Bugs item #2814137, was opened at 2009-06-29 19:29
Message generated for change (Tracker Item Submitted) made by marcushunger
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2814137&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: Marcus Hunger (marcushunger)
Assigned to: Nobody/Anonymous (nobody)
Summary: force_rtp_proxy bug
Initial Comment:
force_rtp_proxy seems to handle re-invite wrong, resulting in one-way-audio.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2814137&group_…
Hi!
I have set excluded modules to "" to try building everything.
No I got this error:
make[2]: Entering directory
`/home/darilion/software/siprouter/sip-router/sip-router/lib/kmi'
tree.c:38:20: error: mi_mem.h: No such file or directory
Is there something missing?
regards
klaus