Ok...<br><br>Have you tried this?<br>Set up your URL sub with - getservicesmenu.asp?name=#DEVICENAME#<br><br>Then for an ASP page...<br><br>&lt;%@ Language=JavaScript %&gt;<br>&lt;%<br><br>var name = String(Request.QueryString(&quot;Name&quot;).Item);<br>
Response.ContentType = &quot;text/xml&quot;;<br>%&gt;<br><br>&lt;CiscoIPPhoneMenu&gt;<br>&nbsp; &lt;Title&gt;SERVICES&lt;/Title&gt;<br>&nbsp; &lt;Prompt&gt;Make Your Selection...&lt;/Prompt&gt;<br>&nbsp; &lt;MenuItem&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Name&gt;My Subscriptions&lt;/Name&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;URL&gt;<a href="http://X.X.X.X/CCMCIP/getservicesmenu.asp?Name=">http://X.X.X.X/CCMCIP/getservicesmenu.asp?Name=</a>&lt;% = name %&gt;&lt;/URL&gt;<br>&nbsp; &lt;/MenuItem&gt;<br>&lt;/CiscoIPPhoneMenu&gt;<br><br>ASP page should take the DEVICENAME param from the phone, and throw it into the URL to go to the orig page.<br>
<br><br>Cheers,<br><br>Tim.<br><br><br><div class="gmail_quote">On Wed, Oct 29, 2008 at 7:37 PM, Lelio Fulgenzi <span dir="ltr">&lt;<a href="mailto:lelio@uoguelph.ca">lelio@uoguelph.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div style="font-family: Verdana; font-size: 10pt; color: rgb(0, 0, 0);">There are some internals going on that get the devicename, but I&#39;m not sure why it would work when called directly from the phone, but not from a submenu (still from the phone).<br>
<br>I&#39;ve got it working when I pass the name to the custom menu, but I&#39;d rather call it with a #DEVICENAME# not the actual MAC address, or else I have to update the SERVICE URL each time I update the MAC address (just one more thing to worry about).<div class="Ih2E3d">
<br><br><br>---<br>Lelio Fulgenzi, B.A.<br>Senior Analyst (CCS) * University of Guelph * Guelph, Ontario N1G 2W1<br>(519) 824-4120 x56354 (519) 767-1060 FAX (JNHN)<br>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>
&quot;Bad grammar makes me [sic]&quot; - Tshirt<br><br><br></div><div><div></div><div class="Wj3C7c">----- Original Message -----<br>From: &quot;Ed Leatherman&quot; &lt;<a href="mailto:ealeatherman@gmail.com" target="_blank">ealeatherman@gmail.com</a>&gt;<br>
To: &quot;Lelio Fulgenzi&quot; &lt;<a href="mailto:lelio@uoguelph.ca" target="_blank">lelio@uoguelph.ca</a>&gt;<br>Cc: &quot;voyp list&quot; &lt;<a href="mailto:cisco-voip@puck.nether.net" target="_blank">cisco-voip@puck.nether.net</a>&gt;<br>
Sent: Wednesday, October 29, 2008 2:30:35 PM GMT -05:00 US/Canada Eastern<br>Subject: Re: [cisco-voip] calling getservicesmenu.asp from another xml menu<br><br>Lelio,<br><br>FWIW when I push services on my IP Phone with CM 5.1, it is requesting:<br>
GET /ccmcip/getservicesmenu.jsp?locale=English_United_States&amp;name=SEP000F3487EA29 HTTP/1.1\r\n<br><br><div class="gmail_quote">On Wed, Oct 29, 2008 at 1:48 PM, Lelio Fulgenzi <span dir="ltr">&lt;<a href="mailto:lelio@uoguelph.ca" target="_blank">lelio@uoguelph.ca</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div style="font-family: Verdana; font-size: 10pt; color: rgb(0, 0, 0);">I&#39;d like to be able to call the getservicesmenu.asp from another xmlmenu I am setting up. I tried this:<br>

<br><div style="margin-left: 40px;">&lt;CiscoIPPhoneMenu&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Title&gt;Phone Services&lt;/Title&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Prompt&gt;Make Your Selection...&lt;/Prompt&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;MenuItem&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Name&gt;UofG Audio Paging&lt;/Name&gt;<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;URL&gt;snip&lt;/URL&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/MenuItem&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;MenuItem&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Name&gt;Other Services&lt;/Name&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;URL&gt;<a href="http://ipaddr/CCMCIP/getservicesmenu.asp" target="_blank">http://ipaddr/CCMCIP/getservicesmenu.asp</a>&lt;/URL&gt;<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/MenuItem&gt;<br>&lt;/CiscoIPPhoneMenu&gt;<br></div><br>but it doesn&#39;t seem to work. When I select option two, I get:<br><br><div style="margin-left: 40px;">To set up speed dials and other<br>services for your phone,<br>

please go to (<br>https://&lt;ipaddr&gt;/CCMUser )<br></div><br>When I plug in the same getservicesmenu.asp url onto the phone&#39;s service URL, it works.<br><br>The reason I want to use a menu, is because I want the user to be able to access the first application regardless of the status of the publisher. If the publisher goes down and they can&#39;t get their services menu, the paging application is not available. <br>

<br>Any ideas?<br><br>---<br><font color="#888888">Lelio Fulgenzi, B.A.<br>Senior Analyst (CCS) * University of Guelph * Guelph, Ontario N1G 2W1<br>(519) 824-4120 x56354 (519) 767-1060 FAX (JNHN)<br>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>

&quot;Bad grammar makes me [sic]&quot; - Tshirt<br><br></font></div></div><br>_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net" target="_blank">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Ed Leatherman<br>Assistant Director, Voice Services<br>West Virginia University<br>Telecommunications and Network Operations<br>
</div></div></div></div><br>_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
<br></blockquote></div><br>