[Freeswitch-users] How to bridge session to user in valet_park
Michael Jerris
mike at jerris.com
Thu Feb 22 18:33:07 UTC 2018
instead of doing a different originate, just transfer the parked call to the dial plan to bridge to the destination?
> On Feb 22, 2018, at 5:17 AM, Adam Raszynski <netcentrica at gmail.com> wrote:
>
> Hi
>
> First user dials-in and waits in valet_park, all done in dialplan. Second call leg is a kind of click-to-call, initiated over http request, so I use lua script
>
> I tried, but session.bridge() does not seem to accept uuid
>
> Can you please post some example how can I bridge this user waiting in valet_park with new call originated from lua script?
>
> 2018-02-22 0:15 GMT+01:00 Michael Jerris <mike at jerris.com <mailto:mike at jerris.com>>:
> why this complicated process instead of just bridging the call?
>
> > On Feb 21, 2018, at 6:28 AM, Adam Raszynski <netcentrica at gmail.com <mailto:netcentrica at gmail.com>> wrote:
> >
> > Hi
> >
> > I have user put in valet_park waiting
> >
> > In the meantime I execute lua script to create new session to external number
> >
> > I have uuid of this user in local variable, script is like this:
> >
> > local uuid = "here uuid got from valet_info api call"
> > session1 = freeswitch.Session(dialstring);
> > if (session1:ready() and session1:answered()) then
> > api:executeString("uuid_broadcast " .. uuid .. " say::en\\snumber\\spronounced\\s1 aleg");
> > api:executeString("uuid_bridge " .. uuid .. " " .. session1.uuid);
> > end
> >
> > But it works sometimes. Most of time I get CS_RESET after uuid_bridge API call
> >
> > What I'm doing wrong here?
> >
> > Maybe there is some other method of bridging my session1 with user waiting in valet_park?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20180222/4dbedb08/attachment-0001.html>
More information about the FreeSWITCH-users
mailing list