Bugs item #2810005, was opened at 2009-06-22 00:51
Message generated for change (Comment added) made by miconda
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2810005&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: exec_msg produces critical unknown address family message
Initial Comment:
In the kamailio.cfg file, I have a line
exec_msg("/usr/local/etc/kamailio/100out"); and every time it runs (every 10 seconds), it produces the following messages in the syslog. Since it is being executed from the local machine, the log message needs reviewing.
Jun 21 06:31:20 sipserver /usr/local/sbin/kamailio[20969]: CRITICAL:exec:ip_addr2a: unknown address family 0
Jun 21 06:32:00 sipserver last message repeated 4 times
Jun 21 06:33:00 sipserver last message repeated 6 times
Jun 21 06:34:00 sipserver last message repeated 6 times
Jun 21 06:35:00 sipserver last message repeated 6 times
Jun 21 06:36:00 sipserver last message repeated 6 times
Jun 21 06:37:00 sipserver last message repeated 6 times
Jun 21 06:38:00 sipserver last message repeated 6 times
Jun 21 06:38:30 sipserver last message repeated 3 times
The file 100out contains:
#!/bin/bash
# buld a FIFO command to PUBLISH number of users, load, system CPU usage
# and freem memory in the system
#
#config values
OP_SYSUSER="100(a)sip.nzvrs.co.nz"
OP_SIPURI="sip:$OP_SYSUSER"
OP_EXPIRES="12"
#build reply fifo file
rm -f /tmp/kamailio_fifo_reply
mkfifo /tmp/kamailio_fifo_reply
cat /tmp/kamailio_fifo_reply&
cat >/tmp/kamailio_fifo <<EOF
:pua_publish:kamailio_fifo_reply
$OP_SIPURI
$OP_EXPIRES
presence
application/pidf+xml
.
.
<?xml version='1.0' encoding='UTF-8'?><presence xmlns='urn:ietf:params:xml:ns:pidf' xmlns:dm='urn:ietf:params:xml:ns:pidf:data-model' xmlns:rpid='urn:ietf:params:xml:ns:pidf:rpid' xmlns:c='urn:ietf:params:xml:ns:pidf:cipid' xmlns:lt='urn:ietf:params:xml:ns:location-type' entity='pres:$OP_SYSUSER'><tuple id='102(a)sip.nzvrs.co.nz_on_Peter-PC'><note>dnd - Not currently operating</note><status><basic>open</basic></status><contact priority='1'>$OP_SIPURI</contact></tuple><dm:person id='pdb42f565'><rpid:activities><rpid:busy/></rpid:activities><dm:note>Closed - Please wait</dm:note></dm:person></presence>
EOF
----------------------------------------------------------------------
>Comment By: Daniel-Constantin Mierla (miconda)
Date: 2009-06-30 12:10
Message:
Do you run it from rtimer module?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2810005&group_…
Revision: 5885
http://openser.svn.sourceforge.net/openser/?rev=5885&view=rev
Author: henningw
Date: 2009-06-30 09:09:39 +0000 (Tue, 30 Jun 2009)
Log Message:
-----------
- apparently its not possible to use ID 0 with autoincrement columns, so we should
start the example domain with id '1'
Modified Paths:
--------------
branches/1.5/modules/carrierroute/README
branches/1.5/modules/carrierroute/doc/carrierroute_admin.xml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
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_…