Muhammad Sabir | Yes, you can achieve it using CiscoIPPhoneMenu and QuaryStringParam in the URL. Here is an example code. It will append the query string to the URL of the Soft Key (detail page link) <CiscoIPPhoneMenu> <Title>Select a group</Title>
<MenuItem> <Name>All Phones</Name> <URL>QueryStringParam:groupID=All</URL> </MenuItem>
<MenuItem> <Name>Demo</Name> <URL>QueryStringParam:groupID=6408</URL> </MenuItem>
<SoftKeyItem> <Name>Page</Name> <URL>http://192.168.2.3:8080/phonetop</URL> </SoftKeyItem>
</CiscoIPPhoneMenu> |
| Please sign in to flag this as inappropriate. |