forked from waynemerricks/Cisco7942FreePBX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearchAddressBook.xml
39 lines (32 loc) · 876 Bytes
/
searchAddressBook.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<CiscoIPPhoneInput>
<Title>Search for Person</Title>
<Prompt>Enter search criteria</Prompt>
<URL>http://IP ADDRESS OF FREEPBX/addressbook.php</URL>
<InputItem>
<DisplayName>Name</DisplayName>
<QueryStringParam>name</QueryStringParam>
<DefaultValue></DefaultValue>
<InputFlags>A</InputFlags>
</InputItem>
<InputItem>
<DisplayName>Number</DisplayName>
<QueryStringParam>fname</QueryStringParam>
<DefaultValue></DefaultValue>
<InputFlags>T</InputFlags>
</InputItem>
<SoftKeyItem>
<Name>Search</Name>
<URL>SoftKey:Submit</URL>
<Position>1</Position>
</SoftKeyItem>
<SoftKeyItem>
<Name>Exit</Name>
<URL>SoftKey:Exit</URL>
<Position>2</Position>
</SoftKeyItem>
<SoftKeyItem>
<Name>Del</Name>
<URL>SoftKey:<<</URL>
<Position>3</Position>
</SoftKeyItem>
</CiscoIPPhoneInput>