[JIRA] Created: (CIPANGO-119) setProxyTimeout duration in parallel

3 views
Skip to first unread message

Jean-Baptiste Morin (JIRA)

unread,
Nov 29, 2010, 4:53:49 PM11/29/10
to cipan...@googlegroups.com
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: 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 (JIRA)

unread,
Nov 29, 2010, 4:58:49 PM11/29/10
to cipan...@googlegroups.com

[ http://jira.cipango.org/browse/CIPANGO-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=10129#action_10129 ]

Jean-Baptiste Morin commented on CIPANGO-119:
---------------------------------------------

*Erratum*: NOT in parallel mode, but in *SEQUENTIAL* mode.

Thomas (JIRA)

unread,
Nov 29, 2010, 5:23:50 PM11/29/10
to cipan...@googlegroups.com

[ http://jira.cipango.org/browse/CIPANGO-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

Nicolas Trangosi (JIRA)

unread,
Sep 16, 2013, 3:59:14 AM9/16/13
to cipan...@googlegroups.com

[ http://jira.cipango.org/browse/CIPANGO-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Trangosi resolved CIPANGO-119.
--------------------------------------

Assignee: Nicolas Trangosi (was: Thomas)
Fix Version/s: 3.0.0.M2
Resolution: Fixed

Fixed by patch provided Vadim Tsyganok

> 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: Nicolas Trangosi
> Priority: Minor
> Fix For: 3.0.0.M2
>
>
> 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.
Reply all
Reply to author
Forward
0 new messages