[OpenSER-Devel] [ openser-Feature Requests-1982665 ] force_send_socket(sockdef) needs to accept variable as arg

SourceForge.net noreply at sourceforge.net
Tue Jun 3 09:15:00 CEST 2008


Feature Requests item #1982665, was opened at 2008-06-02 14:16
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743023&aid=1982665&group_id=139143

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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Wayne Walker (wwalker_bybent)
Assigned to: Nobody/Anonymous (nobody)
Summary: force_send_socket(sockdef) needs to accept variable as arg

Initial Comment:
force_send_socket(sockdef) appears to only accept an unquoted socket specification ([proto:]address[:port]) as an argument and it appears to be parsed at startup time.

Please change force_send_socket() to accept a string or a variable as an argument so that dynamic selection of the outbound source socket is possible.

Right now, it requires that each OpenSER server's config be hard coded with the source socket(s).

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2008-06-03 00:14

Message:
Logged In: NO 

It is possible as:

$fs = $var(socket);

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743023&aid=1982665&group_id=139143



More information about the Devel mailing list