<div dir="ltr">I've setup mod_valet_park to have a set of "parking slots" so that our receptionist can park the calls in, page for someone to pickup, and then that person can dial in and pick up.  That is all working well.<div><br></div><div>I'm using Voice Operator Panel (VOP) for the receptionist software and want them to be able to monitor presence on the parking slots so that they can see which ones have calls parked that haven't been picked up.  I'd also like them to be able to see the caller id of the call parked in each slot. </div><div><br></div><div>VOP is monitoring presence fine, but for callerId it just shows "park" as the number.  I traced the presence packets in the console and the problem is that in the remote->identity display section of the notify packet, it has "park" as the value to display, instead of the caller id number parked there.</div><div><br></div><div>(see example XML below).</div><div><br></div><div>I have a couple of questions:</div><div><br></div><div>1.  Is it even possible to get mod_valet_park/freeswitch to report the parked caller id number in presence requests in the current mod_valet_park?  If so, how is it done?</div><div><br></div><div>2.  If it isn't in the current code, can anyone point me to the code block that generates that remote XML section of the presence notification?  I poked around in the valet_send_presence function of mod_valet_parking.c, but can't seem to figure out how that block is built.  I will admit that I'm still getting up to speed on how Presence works in FreeSWITCH.</div><div><br></div><div>Thanks for your help!</div><div><br></div><div>Here is a sample notify block:</div><div><br></div><div><div><?xml version="1.0"?></div><div>      <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="<a href="mailto:sip%3Apark%2B8001@pbx.myfreeswitchdomain.com">sip:park+8001@pbx.myfreeswitchdomain.com</a>"></div><div>        <dialog id="8001" direction="recipient"></div><div>         <state>confirmed</state></div><div>          <local></div><div>             <identity display="park"><a href="mailto:sip%3A8001@pbx.myfreeswitchdomain.com">sip:8001@pbx.myfreeswitchdomain.com</a>;proto=park</identity></div><div>              <target uri="<a href="mailto:sip%3A8001@pbx.myfreeswitchdomain.com">sip:8001@pbx.myfreeswitchdomain.com</a>;proto=park"></div><div>                <param pname="+sip.rendering" pvalue="no"/></div><div>               </target></div><div>            </local></div><div>            <remote></div><div>              <identity display="park">sip:8001</identity></div><div>              <target uri="<a href="mailto:sip%3Apark%2B8001@pbx.myfreeswitchdomain.com">sip:park+8001@pbx.myfreeswitchdomain.com</a>"/></div><div>            </remote></div><div>           </dialog></div><div>        </dialog-info></div><div><br></div><div><br></div><div><br></div></div></div>