Brekeke SIP Server Wiki

alias

The following APIs are available on Brekeke SIP Server 3.16.0 or later.

 

alias/list

Description:

List alias data

Scope:

alias

Parameters:

condition – an object including the following two fields.

field – “alias_name”, “group_id” or “entity_name

text – A search text.

limit – the maximum number of search results to be returned.

Retruns:

data – Array of entry

Example:

 


alias/set

Description:

Add/Update an alias

Scope:

alias

Parameters:

alias_name – an alias name

group_id – a group name

entity_name – an entity name

Example:

 


alias/delete

Description:

Delete an alias

Scope:

alias

Parameters:

alias_name – an alias name

group_id – a group name

Yes No
Suggest Edit