XIQS Add Device to SIP Device Group
From IQsimWiki
(Created page with " '''XIQS Add Device to Device Group - SIP Devices Management''' {| class="wikitable collapsible" style="width: 100%;background-color:#EFEEFE;" border="1" ! Description |- ...")
Latest revision as of 13:13, 15 January 2019
XIQS Add Device to Device Group - SIP Devices Management
Description |
---|
addXIQSVoipDvcGroup ( Long group_id , Long device_id , String port_map )
Add device into existing device group.
|
Parameters |
---|
Long group_id Device group ID Long device_id Device ID String port_map Device port map, used only when device type is GSM Device. Each port is represented with "0" (port is not in the group) or "1" (port is in the group). Port 0 is right most. Example: "01100011" means that ports 0,1,5 and 6 are inside group. |
Return Values |
---|
Return Code
Integer: OK = 1 Error Data structure ( Error Management ) Possible failure code returns |
See Also |
---|
Example |
---|
This command will add device with ID=15 into group with ID=23. GSM Ports 0,4,5,6 and 7 will be part of the group |