<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.23588">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>I suspected what you indicated, however,&nbsp;the 
phones&nbsp;use a park feature&nbsp;(grandstream, yealink and vtech ip phones), 
it is most likely they do a blind transfer which the meta app does not do. 
Thanks for pointing me in the correct direction.&nbsp; We are trying to use a 
single button on the phones to park a call and hear the slot.&nbsp; On the 
grandstream, I can program a button to dial dtmf&nbsp; during a conversation, so 
I can use&nbsp;the meta app,&nbsp;&nbsp;that works for now.&nbsp; Thanks 
again.</FONT></DIV>
<DIV><FONT size=2 face=Arial><BR>Darcy</FONT></DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px" 
dir=ltr>
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> 
  <A title=msc@freeswitch.org href="mailto:msc@freeswitch.org">Michael 
  Collins</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=freeswitch-users@lists.freeswitch.org 
  href="mailto:freeswitch-users@lists.freeswitch.org">FreeSWITCH Users Help</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, August 20, 2015 12:25 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Freeswitch-users] valet 
  park - correction</DIV>
  <DIV><BR></DIV>
  <DIV dir=ltr>
  <DIV>Is the person executing the transfer inadvertently doing a blind transfer 
  instead of an attended transfer?<BR></DIV>-MC<BR></DIV>
  <DIV class=gmail_extra><BR>
  <DIV class=gmail_quote>On Wed, Aug 19, 2015 at 8:13 PM, Darcy Primrose <SPAN 
  dir=ltr>&lt;<A href="mailto:fs@voice2net.ca" 
  target=_blank>fs@voice2net.ca</A>&gt;</SPAN> wrote:<BR>
  <BLOCKQUOTE 
  style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
  class=gmail_quote><U></U>
    <DIV bgcolor="#ffffff">
    <DIV><FONT size=2 face=Arial>I included the wrong dial plan</FONT></DIV>
    <DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
    <DIV><FONT size=2 face=Arial>&lt;extension 
    name="park-in"&gt;<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&lt;condition 
    field="destination_number" 
    expression="^(park\+)?(60)$"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    &nbsp;&nbsp;&nbsp; &lt;action application="set" 
    data="valet_announce_slot=true" /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;action application="valet_park" 
    data="<A href="mailto:park@xxxx.xxxx.ca" target=_blank>park@xxxx.xxxx.ca</A> 
    auto in 61 62"/&gt;&nbsp;&nbsp;&nbsp;<BR>&nbsp; 
    &nbsp;&nbsp;&lt;/condition&gt;<BR>&lt;/extension&gt;</FONT></DIV>
    <BLOCKQUOTE 
    style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px" 
    dir=ltr>
      <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
      <DIV style="FONT: 10pt arial; BACKGROUND: #e4e4e4"><B>From:</B> <A 
      title=fs@voice2net.ca href="mailto:fs@voice2net.ca" target=_blank>Darcy 
      Primrose</A> </DIV>
      <DIV style="FONT: 10pt arial"><B>To:</B> <A 
      title=freeswitch-users@lists.freeswitch.org 
      href="mailto:freeswitch-users@lists.freeswitch.org" 
      target=_blank>FreeSWITCH Users Help</A> </DIV>
      <DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, August 19, 2015 
      11:04 PM</DIV>
      <DIV style="FONT: 10pt arial"><B>Subject:</B> [Freeswitch-users] valet 
      park</DIV>
      <DIV><BR></DIV>
      <DIV><FONT size=2 face=Arial>When we use valet park, and set 
      announce_slot=true, it plays to the wrong party.&nbsp; The valet park 
      works and you can retrieve it.&nbsp;&nbsp; If we park using the meta-ap, 
      then it plays in the correct direction.</FONT></DIV>
      <DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
      <DIV><FONT size=2 face=Arial>Dial plan to park from a key</FONT></DIV>
      <DIV><FONT size=2 face=Arial>&nbsp;&lt;extension 
      name="valet_park"&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      <BR>&nbsp;&nbsp;&nbsp;&lt;condition field="destination_number" 
      expression="^(park\+)?(\d{2})$" 
      &gt;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;action 
      application="bridge_export" data="hold_music=holdmusic/<A 
      href="http://xxxx.xxxx.ca/moh.wav" 
      target=_blank>xxxx.xxxx.ca/moh.wav</A>"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;action 
      application="set" data="valet_parking_timeout=300" 
      /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;action application="set" 
      data="valet_parking_orbit_exten=0" 
      /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;action application="valet_park" 
      data="<A href="mailto:park@xxxx.xxxx.ca" 
      target=_blank>park@xxxx.xxxx.ca</A> $2" 
      /&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      <BR>&nbsp;&nbsp;&nbsp;&lt;/condition&gt;<BR>&nbsp;&lt;/extension&gt;</FONT></DIV>
      <DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
      <DIV><FONT size=2 face=Arial>Using Meta AP</FONT></DIV>
      <DIV><FONT size=2 face=Arial>&lt;action application="bind_meta_app" 
      data="0 ab s <A href="mailto:valet_park%3A%3Apark@voice2net.voice2net.ca" 
      target=_blank>valet_park::park@voice2net.voice2net.ca</A> auto in 61 
      70"/&gt;</FONT></DIV>
      <DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
      <DIV><FONT size=2 face=Arial>Any guidance would be 
      appreciated.</FONT></DIV>
      <DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
      <DIV><FONT size=2 face=Arial>Darcy Primrose</FONT></DIV>
      <DIV><FONT size=2 face=Arial>Voice2Net Corp.</FONT></DIV>
      <P></P>
      <HR>

      <P></P>_________________________________________________________________________<BR>Professional 
      FreeSWITCH Consulting Services: <BR><A 
      href="mailto:consulting@freeswitch.org" 
      target=_blank>consulting@freeswitch.org</A><BR><A 
      href="http://www.freeswitchsolutions.com" 
      target=_blank>http://www.freeswitchsolutions.com</A><BR><BR>Official 
      FreeSWITCH Sites<BR><A href="http://www.freeswitch.org" 
      target=_blank>http://www.freeswitch.org</A><BR><A 
      href="http://confluence.freeswitch.org" 
      target=_blank>http://confluence.freeswitch.org</A><BR><A 
      href="http://www.cluecon.com" 
      target=_blank>http://www.cluecon.com</A><BR><BR>FreeSWITCH-users mailing 
      list<BR><A href="mailto:FreeSWITCH-users@lists.freeswitch.org" 
      target=_blank>FreeSWITCH-users@lists.freeswitch.org</A><BR><A 
      href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" 
      target=_blank>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>UNSUBSCRIBE:<A 
      href="http://lists.freeswitch.org/mailman/options/freeswitch-users" 
      target=_blank>http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR><A 
      href="http://www.freeswitch.org" 
      target=_blank>http://www.freeswitch.org</A> 
      <P></P>
      <HR>

      <P></P><A></A>
      <P align=left color="#000000">No virus found in this message.<BR>Checked 
      by AVG - <A href="http://www.avg.com" 
      target=_blank>www.avg.com</A><BR>Version: 2015.0.6086 / Virus Database: 
      4401/10467 - Release Date: 08/19/15</P>
      <P></P>
      <P></P></BLOCKQUOTE></DIV><BR>_________________________________________________________________________<BR>Professional 
    FreeSWITCH Consulting Services:<BR><A 
    href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</A><BR><A 
    href="http://www.freeswitchsolutions.com" rel=noreferrer 
    target=_blank>http://www.freeswitchsolutions.com</A><BR><BR>Official 
    FreeSWITCH Sites<BR><A href="http://www.freeswitch.org" rel=noreferrer 
    target=_blank>http://www.freeswitch.org</A><BR><A 
    href="http://confluence.freeswitch.org" rel=noreferrer 
    target=_blank>http://confluence.freeswitch.org</A><BR><A 
    href="http://www.cluecon.com" rel=noreferrer 
    target=_blank>http://www.cluecon.com</A><BR><BR>FreeSWITCH-users mailing 
    list<BR><A 
    href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</A><BR><A 
    href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" 
    rel=noreferrer 
    target=_blank>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>UNSUBSCRIBE:<A 
    href="http://lists.freeswitch.org/mailman/options/freeswitch-users" 
    rel=noreferrer 
    target=_blank>http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR><A 
    href="http://www.freeswitch.org" rel=noreferrer 
    target=_blank>http://www.freeswitch.org</A><BR></BLOCKQUOTE></DIV><BR></DIV>
  <P>
  <HR>

  <P></P>_________________________________________________________________________<BR>Professional 
  FreeSWITCH Consulting Services: 
  <BR>consulting@freeswitch.org<BR>http://www.freeswitchsolutions.com<BR><BR>Official 
  FreeSWITCH 
  Sites<BR>http://www.freeswitch.org<BR>http://confluence.freeswitch.org<BR>http://www.cluecon.com<BR><BR>FreeSWITCH-users 
  mailing 
  list<BR>FreeSWITCH-users@lists.freeswitch.org<BR>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<BR>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<BR>http://www.freeswitch.org
  <P>
  <HR>

  <P></P><A></A>
  <P align=left color="#000000" avgcert??>No virus found in this 
  message.<BR>Checked by AVG - <A 
  href="http://www.avg.com">www.avg.com</A><BR>Version: 2015.0.6086 / Virus 
  Database: 4401/10471 - Release Date: 08/20/15</P></BLOCKQUOTE></BODY></HTML>