put
session.setVariable("ringback", "<file path to some audio file>");
before you bridge.

There are more complicated ways to do it if you really want but only if you
really need to:

session = new JavaSession(sessionUuid);
session2 = new JavaSession("sofia/gateway/voip.did.les.net/14146548900",
session);

bridge(session, session2);

session.hangup();
session2.hangup();



On Thu, Jun 26, 2008 at 5:49 PM, Klaus Teller <[EMAIL PROTECTED]> wrote:

> Party A is indeed created with the sessionUuid created by FS. And yes, the
> bridging that you propose works just  fine.
>
> > session = new JavaSession(sessionUuid);
> > session.execute("bridge", "sofia/gateway/voip.did.les.net/14146548900");
>
>
> I was hopping that  while orginatinging the call to party B seperately, I
> could create a thread where a nice music or advertisement is played to Party
> A.
>
> Klaus.
> --
> Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
> Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
>
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>



-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:[EMAIL PROTECTED] <[EMAIL PROTECTED]>
GTALK/JABBER/PAYPAL:[EMAIL PROTECTED]<[EMAIL PROTECTED]>
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:[EMAIL PROTECTED] <[EMAIL PROTECTED]>
iax:[EMAIL PROTECTED]/888
googletalk:[EMAIL PROTECTED]<[EMAIL PROTECTED]>
pstn:213-799-1400
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to