<!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. Any help what so ever would be
appreciated.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>When I park a call I get a notify message telling
me the call park is confirmed. 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. The call is still active and can be picked up using the
button on the phone. The problem does not exist with extension
blf. 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 FreeSWITCH Version
1.5.5b+git~20130721T031327Z~adf5e2f6ec (git adf5e2f 2013-07-21 03:13:27Z)</DIV>
<DIV> </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> </DIV>
<DIV><FONT face=Arial size=2>Darcy Primrose</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </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><extension
name="valet_park"><BR> <condition
field="destination_number" expression="^(park\+\d)$">
<BR> <action application="answer"/><BR> <action
application="valet_park" data="<A
href="mailto:my_lot@myhome.pbx2net.ca">my_lot@myhome.pbx2net.ca</A>
$1"/><BR>
</condition><BR>
</extension><BR> </FONT></DIV>
<DIV><FONT face=Arial size=2>// this is used to retrieve a call from
park using snom. I use snom 8.4.34, the load that works with blfs on
freeswitch.<BR> <extension
name="snom_valet_unpark"><BR> <condition
field="${sip_to_params}"
expression="proto=park"/><BR> <condition
field="destination_number" expression="^(\d{1})$"><BR> <action
application="log" data="INFO 1 for Darcy unpark
[${sip_to_params}]"/><BR> <action
application="answer"/><BR> <action
application="valet_park" data="<A
href="mailto:my_lot@myhome.pbx2net.ca">my_lot@myhome.pbx2net.ca</A>
park+$1"/><BR> </condition><BR>
</extension></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> <?xml
version="1.0"?><BR> <dialog-info
xmlns="urn:ietf:params:xml:ns:dialog-info" version="19" state="full"
entity="sip:park+1@myhome.pbx2net.ca"><BR> <dialog id="park+1"
direction="initiator"><BR>
<state>confirmed</state><BR>
<local><BR> <identity
display="park">sip:1@myhome.pbx2net.ca;proto=park</identity><BR>
<target uri="sip:1@myhome.pbx2net.ca;proto=park"><BR>
<param pname="+sip.rendering" pvalue="no"/><BR>
</target><BR> </local><BR>
<remote><BR> <identity
display="park">sip:park+1</identity><BR> <target
uri="sip:park+park+1"/><BR> </remote><BR>
</dialog><BR> </dialog-info><BR></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> <?xml
version="1.0"?><BR> <dialog-info
xmlns="urn:ietf:params:xml:ns:dialog-info" version="15" state="full"
entity="sip:park+2@myhome.pbx2net.ca"><BR> <dialog id="2"
direction="initiator"><BR>
<state>terminated</state><BR>
</dialog><BR>
</dialog-info><BR></FONT></DIV></BODY></HTML>