6.2.7 PB_IE_COMMON_ITER_PARAMS
Description | Search parametres of entries. | |
Atributy | TeltId | Phonebook ID |
FromTnId | Begin from this telephone number. -1 means from anywhere. | |
WantBackward | YES – mens return number in backward direction from FromTnId, otherwise NO is used. | |
Count | Maximal count of returned numbers, or 0 for unlimited count. Do not use parameter 0, in case of huge number of entries, this request puts a huge load on PBX, which then returns only limited number of entries so it wouldn't overload. Recommended value is 20-100 entries. By using other parametres, it is possible to read the whole phonebook in parts. | |
Examples | <PB_IE_COMMON_ITER_PARAMS TelId="1" FromTnId="-1" WantBackward="NO" Count="20"/> |