Key: CIPANGO-119
URL: http://jira.cipango.org/browse/CIPANGO-119
Project: cipango
Issue Type: Bug
Affects Versions: 2.0.0pre3
Reporter: Jean-Baptiste Morin
Assignee: Nicolas Trangosi
Priority: Minor
A setProxyTimeout at X sec in parallel last in fact X*10 sec.
{code}
List<URI> list = new ArrayList<URI>();
list.add(sipFactory.createURI("sip:192.168.1.100:5070"));
list.add(sipFactory.createURI("sip:192.168.1.100:5080"));
Proxy proxy = request.getProxy();
proxy.setParallel(false);
proxy.setProxyTimeout(3);
proxy.proxyTo(list);
{code}
Here => 30 sec
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.cipango.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Jean-Baptiste Morin commented on CIPANGO-119:
---------------------------------------------
*Erratum*: NOT in parallel mode, but in *SEQUENTIAL* mode.
Thomas reassigned CIPANGO-119:
------------------------------
Assignee: Thomas (was: Nicolas Trangosi)
> setProxyTimeout duration in parallel
> ------------------------------------
>
> Key: CIPANGO-119
> URL: http://jira.cipango.org/browse/CIPANGO-119
> Project: cipango
> Issue Type: Bug
> Affects Versions: 2.0.0pre3
> Reporter: Jean-Baptiste Morin
> Assignee: Thomas