6.1.2 PB_SELECT_TEL_NUMS_CONF
Description | Response to finding a telephone book of a station | |
Direction | From XML bridge | |
Sub-elements | PB_IE_ITER_PARAMS | Repeating record selection parameters. |
PB_IE_TEL_NUM_CNT | Number of actually returned telephone numbers. | |
PB_IE_TEL_NUM | Information on one telephone number, the possible number of elements: 0 – Count (from the request). | |
PB_IE_ERROR | Error result of DB operation. If during DB operation error occured, then IE contains error value. If DB operation was OK, IE is missing completely. | |
Example | <msg Id="PB_SELECT_TEL_NUMS_CONF"> <PB_IE_ITER_PARAMS ObjectId="0x1" IdType="0" FromTnId="-1" WantBackward="NO" Count="20" Prefix="" PrefixAddr.Attr.Scheme="0" PrefixAddr.Attr.Type="1" PrefixAddr.Info=""/> <PB_IE_TEL_NUM Tel.KeyId="0x5" Tel.ParentTabId="0x1" Nick="" Name="Jan Novak" RingPatternId="-1" Contact.Scheme="0" Contact.Prefix="-1" Contact.pInfo="5005" AddrTel.Attr.Scheme="0" AddrTel.Attr.Type="2" AddrTel.pInfo="5005"/> <PB_IE_TEL_NUM Tel.KeyId="0x11" Tel.ParentTabId="0x1" Nick="" Name="Jana Liskova" RingPatternId="-1" Contact.Scheme="0" Contact.Prefix="-1" Contact.pInfo="687567867" AddrTel.Attr.Scheme="0" AddrTel.Attr.Type="2" AddrTel.pInfo="687567867"/> <PB_IE_TEL_NUM Tel.KeyId="0x17" Tel.ParentTabId="0x1" Nick="" Name="Petr Polesny" RingPatternId="-1" Contact.Scheme="0" Contact.Prefix="-1" Contact.pInfo="777555666" AddrTel.Attr.Scheme="0" AddrTel.Attr.Type="2" AddrTel.pInfo="777555666"/> <PB_IE_TEL_NUM_CNT Cnt="3"/> </msg> |