Nevermind, I found that adding ?name=#DEVICENAME# to the service url in call manager will do the trick.
Brian
I found that this work, for cucm release 6.x and less. For cucm 7.x this does not work...
In the development notes of the 6.x releaseit's clearly written, as you can see: ¿
¿
<table style="width: 224px;" dir="ltr" border="1" cellspacing="0" cellpadding="7">
<tbody>
<tr>
<td height="138" valign="top"><font size="2">
When defining the service URL, you can embed a special #DEVICENAME# substitution tag within the URL. This tag provides a convenient method for IP phones to pass their device name to a web application server.
</font>
</td>
</tr>
</tbody>
</table>
But from release 7.x doc, tha above phrase has disappeared...
Now How can I retrieve MAC Address's phone from which I've received the request ?
Thanks.