<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2853" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I pursued this awhile back with no results, it is 
still a puzzling issue.&nbsp; Any help what so ever would be 
appreciated.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>When I park a call I get a notify message telling 
me the call park is confirmed.&nbsp; Then at a random time, 2 seconds to 20 
seconds out of the clear blue I get a message showing the call park is 
terminated.&nbsp;&nbsp; The call is still active and can be picked up using the 
button on the phone.&nbsp; The problem does not exist with extension 
blf.&nbsp;&nbsp; using the console (fs_cli) at debug level 7 shows no activity 
at the time of the disconnect.</FONT></DIV><FONT face=Arial size=2>
<DIV><BR>using version&nbsp;&nbsp; FreeSWITCH Version 
1.5.5b+git~20130721T031327Z~adf5e2f6ec (git adf5e2f 2013-07-21 03:13:27Z)</DIV>
<DIV>&nbsp;</DIV></FONT>
<DIV><FONT face=Arial size=2>It seem to remember it worked correctly in the past 
but I am no longer sure.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Darcy Primrose</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>// this is for grandstream and yealink as well as 
snom parking.</FONT></DIV>
<DIV><FONT face=Arial size=2>&lt;extension 
name="valet_park"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition 
field="destination_number" expression="^(park\+\d)$"&gt;&nbsp;&nbsp; 
&nbsp;<BR>&nbsp;&lt;action application="answer"/&gt;<BR>&nbsp;&lt;action 
application="valet_park" data="<A 
href="mailto:my_lot@myhome.pbx2net.ca">my_lot@myhome.pbx2net.ca</A>&nbsp; 
$1"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/condition&gt;<BR>&nbsp;&nbsp;&nbsp; 
&lt;/extension&gt;<BR>&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2>// this is used to&nbsp;retrieve a&nbsp;call from 
park using snom.&nbsp; I use snom 8.4.34, the load that works with blfs on 
freeswitch.<BR>&nbsp;&lt;extension 
name="snom_valet_unpark"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition 
field="${sip_to_params}" 
expression="proto=park"/&gt;<BR>&nbsp;&nbsp;&lt;condition 
field="destination_number" expression="^(\d{1})$"&gt;<BR>&nbsp;&nbsp;&lt;action 
application="log" data="INFO 1 for Darcy unpark 
[${sip_to_params}]"/&gt;<BR>&nbsp;&nbsp;&nbsp;&lt;action 
application="answer"/&gt;<BR>&nbsp;&nbsp;&nbsp;&lt;action 
application="valet_park" data="<A 
href="mailto:my_lot@myhome.pbx2net.ca">my_lot@myhome.pbx2net.ca</A> 
park+$1"/&gt;<BR>&nbsp;&nbsp;&lt;/condition&gt;<BR>&nbsp;&nbsp;&nbsp; 
&lt;/extension&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp; &lt;?xml 
version="1.0"?&gt;<BR>&nbsp;&nbsp; &lt;dialog-info 
xmlns="urn:ietf:params:xml:ns:dialog-info" version="19" state="full" 
entity="sip:park+1@myhome.pbx2net.ca"&gt;<BR>&nbsp;&nbsp; &lt;dialog id="park+1" 
direction="initiator"&gt;<BR>&nbsp;&nbsp; 
&lt;state&gt;confirmed&lt;/state&gt;<BR>&nbsp;&nbsp; 
&lt;local&gt;<BR>&nbsp;&nbsp; &lt;identity 
display="park"&gt;sip:1@myhome.pbx2net.ca;proto=park&lt;/identity&gt;<BR>&nbsp;&nbsp; 
&lt;target uri="sip:1@myhome.pbx2net.ca;proto=park"&gt;<BR>&nbsp;&nbsp; 
&lt;param pname="+sip.rendering" pvalue="no"/&gt;<BR>&nbsp;&nbsp; 
&lt;/target&gt;<BR>&nbsp;&nbsp; &lt;/local&gt;<BR>&nbsp;&nbsp; 
&lt;remote&gt;<BR>&nbsp;&nbsp; &lt;identity 
display="park"&gt;sip:park+1&lt;/identity&gt;<BR>&nbsp;&nbsp; &lt;target 
uri="sip:park+park+1"/&gt;<BR>&nbsp;&nbsp; &lt;/remote&gt;<BR>&nbsp;&nbsp; 
&lt;/dialog&gt;<BR>&nbsp;&nbsp; &lt;/dialog-info&gt;<BR></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp; &lt;?xml 
version="1.0"?&gt;<BR>&nbsp;&nbsp; &lt;dialog-info 
xmlns="urn:ietf:params:xml:ns:dialog-info" version="15" state="full" 
entity="sip:park+2@myhome.pbx2net.ca"&gt;<BR>&nbsp;&nbsp; &lt;dialog id="2" 
direction="initiator"&gt;<BR>&nbsp;&nbsp; 
&lt;state&gt;terminated&lt;/state&gt;<BR>&nbsp;&nbsp; 
&lt;/dialog&gt;<BR>&nbsp;&nbsp; 
&lt;/dialog-info&gt;<BR></FONT></DIV></BODY></HTML>