Re: [Freeswitch-users] [Freeswitch-dev] FreeSWITCH Update: Valet Parking

2009-10-13 Thread Nandy Dagondon
i come across the valet_park application when i just finished an
improved-version of the call parking (using mod_fifo)  such that it is
parked to different ext'n numbers when the caller is att_xfer'd to ext 777.
i used  strftime(%s) to generate 700~759 parking numbers. i also added
feature that if the parked call is not picked up after xx secs timeout, it's
returned back to the transferer. the only glitch here is - when another
parking is done exactly 1 minute later (unless we'll limit the timeout to 59
secs). i hv to use att_xfer so that the transferer can hear the parking
number.

i'll submit the dialplan if it's worth seeing it.

On Tue, Oct 13, 2009 at 3:55 AM, William King  wrote:

> I don't know if this was mentioned yet. It would be useful to have a way
> to have the parking lot automatically find the next available spot and
> tts it to the person parking the call.
>
> Then the auto unpark would pop off the lowest numbered lot, or return
> fail if there is nobody in the parking lots etc.
>
> -William King
>
> Michael Collins wrote:
> >
> >
> > On Sat, Oct 10, 2009 at 8:18 PM, mayamatakeshi
> > mailto:mayamatake...@gmail.com>> wrote:
> >
> >
> >
> > On Fri, Oct 9, 2009 at 10:42 AM, Michael Collins
> > mailto:m...@freeswitch.org>> wrote:
> >
> > FYI,
> >
> > The FreeSWITCH devs have added valet parking! Check it out:
> > http://www.freeswitch.org/node/207
> >
> > Let us know what you think.
> >
> >
> > Very nice.
> >
> > But I think a valet_unpark app is missing.
> > If the intention of the person sent to the valet lot is to
> > retrieve a call there, the person can assume the call was already
> > retrieved by someone else or that the caller hung up if he/she
> > hears MOH. But it would be nicer to have a valet_unpark app to
> > fail and let the dialplan play a message.
> >
> > I understand what you are saying. I'm not sure I agree, but we'll kick
> > the idea around when we have a few minutes and let you know what we
> > decide.
> > -MC
> >
> > 
> >
> > ___
> > 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
> >
>
> ___
> 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
>
___
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


Re: [Freeswitch-users] [Freeswitch-dev] FreeSWITCH Update: Valet Parking

2009-10-12 Thread Brian West
Thats called mod_fifo.

/b

On Oct 12, 2009, at 12:55 PM, William King wrote:

> I don't know if this was mentioned yet. It would be useful to have a  
> way
> to have the parking lot automatically find the next available spot and
> tts it to the person parking the call.
>
> Then the auto unpark would pop off the lowest numbered lot, or return
> fail if there is nobody in the parking lots etc.
>
> -William King


___
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


Re: [Freeswitch-users] [Freeswitch-dev] FreeSWITCH Update: Valet Parking

2009-10-12 Thread Michael Collins
2009/10/12 João Mesquita 

> I would say that the parking meter is a good idea and it is the default
> behavior of parking on legacy PBXs. Since we always do _more_, what do you
> think about having the option to transfer to any extension instead of just
> the one that transfered the call?
>
>
Gents,

Thanks for all the feedback. I think the proper thing to do is to make sure
that we have, as Brian would put it, all the Lego(tm) bricks necessary to
build the functionality that you wish to implement. A lot of what I'm
hearing that you guys want can be handled with FIFO. Before we do any more
programming with valet_park let's make sure that the existing Legos don't
already give you the tools that you need.

-MC
___
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


Re: [Freeswitch-users] [Freeswitch-dev] FreeSWITCH Update: Valet Parking

2009-10-12 Thread Michael Collins
On Mon, Oct 12, 2009 at 12:55 PM, William King  wrote:

> I don't know if this was mentioned yet. It would be useful to have a way
> to have the parking lot automatically find the next available spot and
> tts it to the person parking the call.
>
> Then the auto unpark would pop off the lowest numbered lot, or return
> fail if there is nobody in the parking lots etc.
>

Of course, if you're gonna do this then you might as well use FIFO queues.
;)
-MC
___
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


Re: [Freeswitch-users] [Freeswitch-dev] FreeSWITCH Update: Valet Parking

2009-10-12 Thread William King
I don't know if this was mentioned yet. It would be useful to have a way
to have the parking lot automatically find the next available spot and
tts it to the person parking the call.

Then the auto unpark would pop off the lowest numbered lot, or return
fail if there is nobody in the parking lots etc.

-William King

Michael Collins wrote:
>
>
> On Sat, Oct 10, 2009 at 8:18 PM, mayamatakeshi
> mailto:mayamatake...@gmail.com>> wrote:
>
>
>
> On Fri, Oct 9, 2009 at 10:42 AM, Michael Collins
> mailto:m...@freeswitch.org>> wrote:
>
> FYI,
>
> The FreeSWITCH devs have added valet parking! Check it out:
> http://www.freeswitch.org/node/207
>
> Let us know what you think.
>
>
> Very nice.
>
> But I think a valet_unpark app is missing.
> If the intention of the person sent to the valet lot is to
> retrieve a call there, the person can assume the call was already
> retrieved by someone else or that the caller hung up if he/she
> hears MOH. But it would be nicer to have a valet_unpark app to
> fail and let the dialplan play a message.
>
> I understand what you are saying. I'm not sure I agree, but we'll kick
> the idea around when we have a few minutes and let you know what we
> decide.
> -MC
>
> 
>
> ___
> 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
>   

___
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


Re: [Freeswitch-users] [Freeswitch-dev] FreeSWITCH Update: Valet Parking

2009-10-12 Thread João Mesquita
I would say that the parking meter is a good idea and it is the default
behavior of parking on legacy PBXs. Since we always do _more_, what do you
think about having the option to transfer to any extension instead of just
the one that transfered the call?

Regards,

jm

On Mon, Oct 12, 2009 at 4:20 PM,  wrote:

> Michael Collins  said:
>
> > On Sat, Oct 10, 2009 at 8:18 PM, mayamatakeshi
> wrote:
> >
> > >
> > >
> > > On Fri, Oct 9, 2009 at 10:42 AM, Michael Collins
> wrote:
> > >
> > >> FYI,
> > >>
> > >> The FreeSWITCH devs have added valet parking! Check it out:
> > >> http://www.freeswitch.org/node/207
> > >>
> > >> Let us know what you think.
> > >>
> > >
> > > Very nice.
> > >
> > > But I think a valet_unpark app is missing.
> > > If the intention of the person sent to the valet lot is to retrieve a
> call
> > > there, the person can assume the call was already retrieved by
> someone else
> > > or that the caller hung up if he/she hears MOH. But it would be nicer
> to
> > > have a valet_unpark app to fail and let the dialplan play a message.
> > >
> > > I understand what you are saying. I'm not sure I agree, but we'll
> kick the
> > idea around when we have a few minutes and let you know what we decide.
> > -MC
>
> If you do decide to implement something, I would encourage that it be
> flexible so that when the parking meter runs out :-), it could either
> play a message or forward the call to an extension (default to the
> extension that parked it).
>
> --
> Russell Mosemann
>
>
>
> 
> Concordia University, Nebraska
> See http://www.cune.edu/ for the latest news and events!
>
>
> ___
> 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
>
___
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


Re: [Freeswitch-users] [Freeswitch-dev] FreeSWITCH Update: Valet Parking

2009-10-12 Thread Russell.Mosemann
Michael Collins  said:

> On Sat, Oct 10, 2009 at 8:18 PM, mayamatakeshi
wrote:
> 
> >
> >
> > On Fri, Oct 9, 2009 at 10:42 AM, Michael Collins
wrote:
> >
> >> FYI,
> >>
> >> The FreeSWITCH devs have added valet parking! Check it out:
> >> http://www.freeswitch.org/node/207
> >>
> >> Let us know what you think.
> >>
> >
> > Very nice.
> >
> > But I think a valet_unpark app is missing.
> > If the intention of the person sent to the valet lot is to retrieve a
call
> > there, the person can assume the call was already retrieved by
someone else
> > or that the caller hung up if he/she hears MOH. But it would be nicer to
> > have a valet_unpark app to fail and let the dialplan play a message.
> >
> > I understand what you are saying. I'm not sure I agree, but we'll
kick the
> idea around when we have a few minutes and let you know what we decide.
> -MC

If you do decide to implement something, I would encourage that it be
flexible so that when the parking meter runs out :-), it could either
play a message or forward the call to an extension (default to the
extension that parked it).

-- 
Russell Mosemann




Concordia University, Nebraska
See http://www.cune.edu/ for the latest news and events!


___
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


Re: [Freeswitch-users] [Freeswitch-dev] FreeSWITCH Update: Valet Parking

2009-10-12 Thread Michael Collins
On Sat, Oct 10, 2009 at 8:18 PM, mayamatakeshi wrote:

>
>
> On Fri, Oct 9, 2009 at 10:42 AM, Michael Collins wrote:
>
>> FYI,
>>
>> The FreeSWITCH devs have added valet parking! Check it out:
>> http://www.freeswitch.org/node/207
>>
>> Let us know what you think.
>>
>
> Very nice.
>
> But I think a valet_unpark app is missing.
> If the intention of the person sent to the valet lot is to retrieve a call
> there, the person can assume the call was already retrieved by someone else
> or that the caller hung up if he/she hears MOH. But it would be nicer to
> have a valet_unpark app to fail and let the dialplan play a message.
>
> I understand what you are saying. I'm not sure I agree, but we'll kick the
idea around when we have a few minutes and let you know what we decide.
-MC
___
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


Re: [Freeswitch-users] [Freeswitch-dev] FreeSWITCH Update: Valet Parking

2009-10-10 Thread mayamatakeshi
On Sun, Oct 11, 2009 at 12:18 PM, mayamatakeshi wrote:

>
>
> On Fri, Oct 9, 2009 at 10:42 AM, Michael Collins wrote:
>
>> FYI,
>>
>> The FreeSWITCH devs have added valet parking! Check it out:
>> http://www.freeswitch.org/node/207
>>
>> Let us know what you think.
>>
>
> Very nice.
>
> But I think a valet_unpark app is missing.
> If the intention of the person sent to the valet lot
>

I meant "parking stall"


> is to retrieve a call there, the person can assume the call was already
> retrieved by someone else or that the caller hung up if he/she hears MOH.
> But it would be nicer to have a valet_unpark app to fail and let the
> dialplan play a message.
>
> regards,
> takeshi
>
___
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


Re: [Freeswitch-users] [Freeswitch-dev] FreeSWITCH Update: Valet Parking

2009-10-10 Thread mayamatakeshi
On Fri, Oct 9, 2009 at 10:42 AM, Michael Collins  wrote:

> FYI,
>
> The FreeSWITCH devs have added valet parking! Check it out:
> http://www.freeswitch.org/node/207
>
> Let us know what you think.
>

Very nice.

But I think a valet_unpark app is missing.
If the intention of the person sent to the valet lot is to retrieve a call
there, the person can assume the call was already retrieved by someone else
or that the caller hung up if he/she hears MOH. But it would be nicer to
have a valet_unpark app to fail and let the dialplan play a message.

regards,
takeshi
___
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