Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] mod_valet_parking: auto reports on wrong leg of call


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
brian.stafford at latt...
Guest





PostPosted: Fri Oct 30, 2009 10:58 am    Post subject: [Freeswitch-users] mod_valet_parking: auto reports on wrong Reply with quote

Hi all

I did a 'make update' to 15289 and I found the auto feature added to
mod_valet_parking so I figured I'd try it out. Everything works fine
except that the extension number for the parked call is reported on the
wrong leg of the call. It'd be good to sort this out as this is a
useful feature for us.

Regards
Brian Stafford

_______________________________________________
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
Back to top
brian at freeswitch.org
Guest





PostPosted: Fri Oct 30, 2009 11:09 am    Post subject: [Freeswitch-users] mod_valet_parking: auto reports on wrong Reply with quote

You have to be doing it wrong then.

Can you show us your dialplan you should have two extensions one for
the lot range and one to attended transfer someone into the lot.

/b




On Oct 30, 2009, at 10:47 AM, Brian Stafford wrote:

Quote:
Hi all

I did a 'make update' to 15289 and I found the auto feature added to
mod_valet_parking so I figured I'd try it out. Everything works fine
except that the extension number for the parked call is reported on
the
wrong leg of the call. It'd be good to sort this out as this is a
useful feature for us.

Regards
Brian Stafford


_______________________________________________
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
Back to top
brian.stafford at latt...
Guest





PostPosted: Fri Oct 30, 2009 11:27 am    Post subject: [Freeswitch-users] mod_valet_parking: auto reports on wrong Reply with quote

Brian West wrote:
Quote:
You have to be doing it wrong then.

Can you show us your dialplan you should have two extensions one for
the lot range and one to attended transfer someone into the lot.

/b

The relevant excerpt from the dialplan is

<extension name="valet_unpark">
<condition field="destination_number" expression="^(41[0-9])$">
<action application="answer"/>
<action application="valet_park" data="valet_lot $1"/>
</condition>
</extension>

<extension name="valet_park">
<condition field="destination_number" expression="^(420)$">
<action application="answer"/>
<action application="valet_park" data="valet_lot auto in 410 419"/>
</condition>
</extension>

x410-419 are the slots and 420 parks a call. Parking by picking one of
410-419 works fine and subsequently dialling them from another works
fine, I added x420 for the auto feature.

Regards
Brian

_______________________________________________
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
Back to top
brian.stafford at latt...
Guest





PostPosted: Tue Nov 03, 2009 4:34 am    Post subject: [Freeswitch-users] mod_valet_parking: auto reports on wrong Reply with quote

Brian Stafford wrote:
Quote:
Brian West wrote:

Quote:
You have to be doing it wrong then.

Can you show us your dialplan you should have two extensions one for
the lot range and one to attended transfer someone into the lot.

/b


The relevant excerpt from the dialplan is

<extension name="valet_unpark">
<condition field="destination_number" expression="^(41[0-9])$">
<action application="answer"/>
<action application="valet_park" data="valet_lot $1"/>
</condition>
</extension>

<extension name="valet_park">
<condition field="destination_number" expression="^(420)$">
<action application="answer"/>
<action application="valet_park" data="valet_lot auto in 410 419"/>
</condition>
</extension>

x410-419 are the slots and 420 parks a call. Parking by picking one of
410-419 works fine and subsequently dialling them from another works
fine, I added x420 for the auto feature.

Regards
Brian

_

Any clues what I'm doing wrong? Is more information needed?

Brian

_______________________________________________
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
Back to top
anthony.minessale at g...
Guest





PostPosted: Tue Nov 03, 2009 3:33 pm    Post subject: [Freeswitch-users] mod_valet_parking: auto reports on wrong Reply with quote

There are 2 ways to use the auto in

one is to attended transfer the call into the extension with auto in
the other is to bind_meta_app a call to valet_park + auto in

blind transfer to auto in only has one leg so the guy you transferred is the only one who can hear it because when you press the blind xfer key you hangup the call on your side.


On Tue, Nov 3, 2009 at 3:28 AM, Brian Stafford <brian.stafford@lattice-voice.com (brian.stafford@lattice-voice.com)> wrote:
Quote:
Brian Stafford wrote:
Quote:
Brian West wrote:

Quote:
You have to be doing it wrong then.

Can you show us your dialplan you should have two extensions one for
the lot range and one to attended transfer someone into the lot.

/b


The relevant excerpt from the dialplan is

<extension name="valet_unpark">
<condition field="destination_number" expression="^(41[0-9])$">
<action application="answer"/>
<action application="valet_park" data="valet_lot $1"/>
</condition>
</extension>

<extension name="valet_park">
<condition field="destination_number" expression="^(420)$">
<action application="answer"/>
<action application="valet_park" data="valet_lot auto in 410 419"/>
</condition>
</extension>

x410-419 are the slots and 420 parks a call. Parking by picking one of
410-419 works fine and subsequently dialling them from another works
fine, I added x420 for the auto feature.

Regards
Brian

_


Any clues what I'm doing wrong?  Is more information needed?


Brian

_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (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/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400
Back to top
brian.stafford at latt...
Guest





PostPosted: Wed Nov 04, 2009 4:51 am    Post subject: [Freeswitch-users] mod_valet_parking: auto reports on wrong Reply with quote

Anthony Minessale wrote:
Quote:
There are 2 ways to use the auto in

one is to attended transfer the call into the extension with auto in
the other is to bind_meta_app a call to valet_park + auto in

blind transfer to auto in only has one leg so the guy you transferred
is the only one who can hear it because when you press the blind xfer
key you hangup the call on your side.
The penny drops - pretty obvious in hindsight. I've set it up with
bind_meta_app and it's working very nicely now. Many thanks.

Brian

_______________________________________________
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
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services