[Freeswitch-users] Take uuid out of conference and bridge
Birgit Arkesteijn
birgit at westhawk.co.uk
Tue Oct 28 06:50:19 PDT 2008
Hi Anthony,
Sorry, but it still doesn't work in
FreeSWITCH Version 1.0.trunk (597:10176)
It actually makes it worse sometimes.
Maybe it's a timing issue, but one of two things happen:
1.
The same problem happens as before:
The two calls are bridged, however the consumer remains in the
conference call. Since the consumer was alone in the conference, the
hold music keeps playing.
or
2.
2008-10-28 13:42:56 [INFO] mod_dptools.c:1843 audio_bridge_function()
Originate Failed. Cause: ORIGINATOR_CANCEL
Thanks, Birgit
On 27/10/08 17:15, Anthony Minessale wrote:
> try updating to latest and see if uuid_park works now.
>
>
> > On Mon, Oct 27, 2008 at 11:32 AM, Birgit Arkesteijn
> > <birgit at westhawk.co.uk <mailto:birgit at westhawk.co.uk>> wrote:
> >
> > Hi Anthony,
> >
> > Thanks for your feedback.
> > Unfortunately the uuid_park doesn't remove the consumer out off from the
> > conference.
> >
> > function bridge_to_customer_services(conf_name, member_id, uuid,
> > customer_service_url)
> > {
> > if (member_id && uuid)
> > {
> > var res = apiExecute("uuid_park", uuid);
> > log("after uuid_park: " + res);
> >
> > log("create new consumer session object: " + uuid);
> > var cSession = new Session(uuid);
> > cSession.setAutoHangup(false);
> > cSession.execute("bridge", customer_service_url);
> > }
> > }
> >
> > If you want to run this scenario yourself(ves), I could email you my
> > three js files that run the whole process.
> >
> > Thanks, Birgit
--
-- Birgit Arkesteijn, birgit at westhawk.co.uk,
-- Westhawk Ltd, Albion Wharf, 19 Albion Street, Manchester M1 5LN, UK
-- Company no: 1769350
-- Registered Office:
-- 15 London Road, Stockton Heath, Warrington WA4 6SJ. UK.
-- tel.: +44 (0)161 237 0660
-- <URL: http://www.westhawk.co.uk>
More information about the FreeSWITCH-users
mailing list