mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
res_geolocation: Add two new options to GEOLOC_PROFILE
Added an 'a' option to the GEOLOC_PROFILE function to allow variable lists like location_info_refinement to be appended to instead of replacing the entire list. Added an 'r' option to the GEOLOC_PROFILE function to resolve all variables before a read operation and after a Set operation. Added a few missing parameters to the ones allowed for writing with GEOLOC_PROFILE. Fixed a bug where calling GEOLOC_PROFILE to read a parameter might actually update the profile object. Cleaned up XML documentation a bit. ASTERISK-30190 Change-Id: I75f541db43345509a2e86225bfa4cf8e242e5b6c
This commit is contained in:
@@ -155,4 +155,8 @@ int geoloc_eprofile_reload(void);
|
||||
|
||||
struct ast_sorcery *geoloc_get_sorcery(void);
|
||||
|
||||
struct ast_variable *geoloc_eprofile_resolve_varlist(struct ast_variable *source,
|
||||
struct ast_variable *variables, struct ast_channel *chan);
|
||||
|
||||
|
||||
#endif /* GEOLOC_PRIVATE_H_ */
|
||||
|
Reference in New Issue
Block a user