Revision: 5903
http://openser.svn.sourceforge.net/openser/?rev=5903&view=rev
Author: henningw
Date: 2009-07-15 13:05:42 +0000 (Wed, 15 Jul 2009)
Log Message:
-----------
- fix error in cr dump command, reported from Edson 4lists at gmail dot com
Modified Paths:
--------------
branches/1.5/scripts/kamctl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Juha Heinanen (jh)
Attached to Project - sip-router
Summary - modules/mi_rpc should support t_uac_dlg async mi command
Task Type - Improvement
Category - Module
Status - New
Assigned To -
Operating System - All
Severity - High
Priority - High
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - modules/mi_rpc should support t_uac_dlg async mi command, which is needed, for example, for implementing click-to-dial application.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=10
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
i tried a click2dial app and got "500 async my cmd not implemented
yet" when the app executed "mi t_uac_dlg" command.
i hope this command becomes available at some point so that i don't need
to give up using click2dial.
why doesn't modules/tm have a t_uac_dlg rpc function?
-- juha
andrei 2009/07/15 02:12:03 CEST
SER CVS Repository
Modified files:
. socket_info.c
Log:
core: interface names in socket list port fix
Due to an unfortunate typo, the port number was always set to 5060
for a listen address containing an interface name (e.g.
-l eth0:5070 or -l udp:eth1:5062).
Revision Changes Path
1.25 +3 -3 sip_router/socket_info.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/socket_info.c.diff…