- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2016 11:52 AM
Hi everyone,
we have an application where you should input a +E.164 phone number in an CiscoIPPhoneInput object where the input flag is set to "E" so the user can only input numbers and special math symbols like a plus sign '+' (like the documentation says).
Usually the plus sign is located on the the '*' key but if you try that on a german localized phone the plus sign is located on the # key.
Has anyone an idea how to change that behavior or can at least reproduce it maybe also with a different phone language?
I tried it just with a simple xml as documented here
my XML:
<?xml version="1.0" encoding="utf-8"?>
<CiscoIPPhoneInput>
<Title>Title</Title>
<URL>http://example.com</URL>
<InputItem>
<DisplayName>Number</DisplayName>
<QueryStringParam>parameter</QueryStringParam>
<InputFlags>E</InputFlags>
</InputItem>
<SoftKeyItem>
<Name>Exit</Name>
<URL>Init:Services</URL>
<Position>1</Position>
</SoftKeyItem>
</CiscoIPPhoneInput>
Thanks everyone...
Eike
Solved! Go to Solution.
- Labels:
-
IP Phone Services
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2016 06:10 AM
It seems to be BUG which will not be fixed. But Using T will work on SIP phones. SCCP phones will still have this issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2016 06:10 AM
It seems to be BUG which will not be fixed. But Using T will work on SIP phones. SCCP phones will still have this issue.
