Feature Requests item #1982665, was opened at 2008-06-03 00:16
Message generated for change (Settings changed) made by bogdan_iancu
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: Closed
>Resolution: Invalid
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 10: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

_______________________________________________
Devel mailing list
Devel@lists.openser.org
http://lists.openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to