Bugs item #2814137, was opened at 2009-06-29 17:29
Message generated for change (Comment added) made by nobody
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: Nobody/Anonymous (nobody)
Date: 2009-06-30 13:15
Message:
in detail, the sdp is rewritten with the wrong port for this direction of
the session. it's the same as the answer's which does not work. to build
the query for the rtp-proxy from- and to-tag the have to be reversed in
this case.
----------------------------------------------------------------------
Comment By: Marcus Hunger (marcushunger)
Date: 2009-06-30 09:45
Message:
happens when i handle a reinvite with rtpproxy_offer("l")
----------------------------------------------------------------------
Comment By: Daniel-Constantin Mierla (miconda)
Date: 2009-06-29 18:19
Message:
When is this happening?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2814137&group_…
Hello,
there is a new module in repository that allow you to execute most of
the mi commands from Kamailio modules (see readme) via RPC interface
inherited from SER:
http://sip-router.org/docbook/sip-router/branch/master/modules/mi_rpc/mi_rp…http://sip-router.org/docbook/sip-router/branch/master/rpc/ser_rpc.html
One of the nicest things you can out of this is usage of sercmd -
command line interface tool. It is located in utils/sercmd. Thanks to
Andrei, sercmd does now tab completion for mi command.
How to use it:
- get sip router from git:
git clone --depth 1 git://git.sip-router.org/sip-router
cd sip-router
make all
- add to your config file:
loadmodule "ctl.so" # located in 'modules_s'
loadmodule "mi_rpc.so" # located in 'modules'
- use sercmd
cd utils/sercmd
make
./sercmd
Then you should get:
sercmd> mi <tab><tab>
arg nh_show_rtpp t_reply ul_rm_contact
cleanup ps t_uac_cancel ul_show_contact
debug pwd t_uac_dlg uptime
dum refreshWatchers ul_add version
kill shv_get ul_dump which
nh_enable_ping shv_set ul_flush
nh_enable_rtpp t_hash ul_rm
sercmd> mi uptime
200 OK
+ Now:: Tue Jun 30 12:47:54 2009
+ Up since:: Tue Jun 30 12:47:26 2009
+ Up time:: 28 [sec]
Via sercmd you can control lot of internals at runtime -- see 'help'
command -- more about:
http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob_plain;f=ut…
Enjoy,
Daniel
--
Daniel-Constantin Mierla
http://www.asipto.com/