On Fri, Nov 30, 2012 at 12:43 AM, Alan Worstell <aworst...@a-1networks.com>wrote:
> Hello, > I was able to use the Call Control Web API through the REST api to place > calls in sipXecs 4.6 (Thanks again, Mircea!) Now I am curious if the > same can be done to transfer existing calls? Say, User1 is on a call > with an outside person, I would send an API request to transfer User1's > call to User2's phone. > Is this possible? > Hi Alan, We had an attempt to implement call transfering through callcontroller, but unfortunatelly this does not work properly. We will give another try post 4.6 to make this working properly Here is how it should be done to accomplish a transfer (does not properly work) 1)user1 calls user2 through callcontroller using INVITE callcontroller/user1/user2?sipMethod=INVITE ( http://wiki.sipfoundry.org/pages/viewpage.action?pageId=4882956) 2)user 1 would like to transfer the call to user3 so that user2 and user3 to start talking: /callcontroller/user1/user2?target=user3&action=transfer&agent=user1 3)original call between user1 and user2 should automatically drop However what you can do is to just place a call from user1 to user 3 and the original call between user1 and user2 will be put on hold: This does not respect SIP transfer specifications, but does work, and maybe it is useful to you: 1)user1 calls user 2 through callcontroller using REFER /callcontroller/user1/user2 2)user1 places a call between user2 and user3 callcontroller/user2/user3?agent=user1&timeout=30&isForwardingAllowed=true 3)original call between user1 and user2 will be put on hold Hope this helps, Mircea > > Thanks, > > -- > Alan Worstell > A1 Networks - Systems Administrator > VTSP, dCAA, LPIC-1, Linux+, CLA, DCTS > (707)570-2021 x204 > For support issues please email supp...@a-1networks.com or call > 707-703-1050 > > _______________________________________________ > sipx-users mailing list > sipx-users@list.sipfoundry.org > List Archive: http://list.sipfoundry.org/archive/sipx-users/ >
_______________________________________________ sipx-users mailing list sipx-users@list.sipfoundry.org List Archive: http://list.sipfoundry.org/archive/sipx-users/