From IQsimWiki
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
XIQS Get List of SIP Profiles - SIP Profile Management
Description
|
- getXIQSVoipProfileList ( [ Long id_partition ] , [ filter f ] )
- Get a SIP profile object list from current partition.
|
Parameters
|
- [ Long id_partition ]
Optional : a partition id for filtering results
- [ filter f ]
|
Return Values
|
- List of < SIP profiles >
- Long id - Profile Id
- String name - Profile name
- Integer type - Profile type: 3 - SIP Endpoint; 5 - SIP Trunk
- Integer regmode - Registration mode
- Integer regtimeout - Registration timeout
- Integer addregid - Add registration id
- Integer isoutcalltcp - Use TCP protocol for outgoing calls
- Integer useregname - Use registration user name
- Integer usesestimeout - Call Progress Timeout as SESSION Progress IPS
- Integer usebaknegresp - Backup on negative SIP response
- Integer usetocallnum - Use TO Header as called number
- Integer hasrfc2833 - RFC2833 DTMF support
- Integer hasrtprouting - RTP routing - not used
- Integer hasdtmfoutband - DTMF Out Of Band support
- Long frmg711 - Preferred frame size for G711 codec
- Long frmg723 - Preferred frame size for G723 codec
- Long frmg726 - Preferred frame size for G726 codec (not used anymore)
- Long frmg729 - Preferred frame size for G729 codec
- Long prig711 - Priority level for G711 codec
- Long prig723 - Priority level for G723 codec
- Long prig726 - Priority level for G726 codec (not used anymore)
- Long prig729 - Priority level for G729 codec
- Long id_partition - the object partition
- Error Data structure ( Error Management )
- Possible failure code returns
-
|