< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

RE: [reSIProcate] DUM call transfer / makeRefer question


Only in-dialog refer(InviteSession) has been implemented.  Look in
InviteSession & InviteSessionHandler for 'documentation'.



> -----Original Message-----
> From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:resiprocate-
> devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Klaus Darilion
> Sent: Thursday, August 26, 2004 2:29 PM
> To: ReSiprocate-sipfoundry
> Subject: [reSIProcate] DUM call transfer / makeRefer question
> 
> Hi!
> 
> Im trying to write a small click-to-dial application based on
> BasicCall.cxx. The application calls a destination and as soon as the
> called party answers the call, my applications should send a REFER. I
> tried:
> 
> if (uac.connected) {//"connected"will be set in virtual void onConnected
>     NameAddr callerAor("sip:klaus.darilion@xxxxxxxxxxx");
>     NameAddr referToAor("sip:klaus3000@xxxxxxxxx");
>     dumUac->send(dumUac->makeRefer(callerAor, uacAor, referToAor));
>     uac.connected = false;
> }
> 
> There is a declaration of makeRefer() in DialogUsageManager, but no
> implementation. Is the call transfer feature still in development or do
> I have to use any of the makeRefer() methodes in InviteSession.cxx?
> 
> regards,
> Klaus
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel