Find Alias
Locates alias if assigned to Broadworks entity.
The script searches through various entity types including Auto Attendants (AA), Hunt Groups (HG), and Call Centers (CC), as well as individual Users. It employs a retry mechanism for instances where initial attempts to fetch entity details fail.
The search is conducted in two phases:
Collecting details of AAs, HGs, and CCs and checking for the aliases.
If not found, search through the users for the alias.
If the alias is found, the method returns a dict specifying the type of entity and its name or userID. If the alias is not found after checking all entities, an AOAliasNotFound exception is raised. If the alias is found, the method returns a dict specifying the type of entity and its name or userID. If the alias is not found after checking all entities, an AOAliasNotFound exception is raised.
The script makes use of the following methods:
Parameters
service_provider_id: Service Prodiver where group is hosted.
group_id: Group where alias is located.
alias: Alias number to identify e.g. 0
Return
dict: Returns dictionary with type, userserviceid, name and alias.
Raise
AOALiasNotFound: If the alias is not found AOAliasNotFound error raised
How To Use:
Formatted Output
Formatted Output
Last updated
Was this helpful?