as per the request by deviced,
the param to check cooldown release status
change from Release to ReleaseAction
Change-Id: I29d125d792eae387fd257fb34e0092bee1c38ce2
if (strncasecmp(cooldown_string, "LimitAction", strlen("LimitAction")) == 0) {
handle->cooldown_status = CALLMGR_COOLDOWN_STATUS_LIMIT;
handle->event_cb(CALLMGR_COOLDOWN_EVENT_LIMIT_ACTION, NULL, handle->user_data);
- } else if (strncasecmp(cooldown_string, "Release", strlen("Release")) == 0) {
+ } else if (strncasecmp(cooldown_string, "ReleaseAction", strlen("ReleaseAction")) == 0) {
handle->cooldown_status = CALLMGR_COOLDOWN_STATUS_RELEASE;
}
} else {
%define major 0
%define minor 2
-%define patchlevel 30
+%define patchlevel 31
%define ext_feature 0
Name: call-manager