|
|
@ -1599,6 +1599,7 @@ STASIS_MESSAGE_TYPE_DEFN(ast_channel_unhold_type,
|
|
|
|
.to_json = unhold_to_json,
|
|
|
|
.to_json = unhold_to_json,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
STASIS_MESSAGE_TYPE_DEFN(ast_channel_flash_type);
|
|
|
|
STASIS_MESSAGE_TYPE_DEFN(ast_channel_flash_type);
|
|
|
|
|
|
|
|
STASIS_MESSAGE_TYPE_DEFN(ast_channel_wink_type);
|
|
|
|
STASIS_MESSAGE_TYPE_DEFN(ast_channel_chanspy_start_type);
|
|
|
|
STASIS_MESSAGE_TYPE_DEFN(ast_channel_chanspy_start_type);
|
|
|
|
STASIS_MESSAGE_TYPE_DEFN(ast_channel_chanspy_stop_type);
|
|
|
|
STASIS_MESSAGE_TYPE_DEFN(ast_channel_chanspy_stop_type);
|
|
|
|
STASIS_MESSAGE_TYPE_DEFN(ast_channel_fax_type);
|
|
|
|
STASIS_MESSAGE_TYPE_DEFN(ast_channel_fax_type);
|
|
|
@ -1644,6 +1645,7 @@ static void stasis_channels_cleanup(void)
|
|
|
|
STASIS_MESSAGE_TYPE_CLEANUP(ast_channel_dtmf_begin_type);
|
|
|
|
STASIS_MESSAGE_TYPE_CLEANUP(ast_channel_dtmf_begin_type);
|
|
|
|
STASIS_MESSAGE_TYPE_CLEANUP(ast_channel_dtmf_end_type);
|
|
|
|
STASIS_MESSAGE_TYPE_CLEANUP(ast_channel_dtmf_end_type);
|
|
|
|
STASIS_MESSAGE_TYPE_CLEANUP(ast_channel_flash_type);
|
|
|
|
STASIS_MESSAGE_TYPE_CLEANUP(ast_channel_flash_type);
|
|
|
|
|
|
|
|
STASIS_MESSAGE_TYPE_CLEANUP(ast_channel_wink_type);
|
|
|
|
STASIS_MESSAGE_TYPE_CLEANUP(ast_channel_hold_type);
|
|
|
|
STASIS_MESSAGE_TYPE_CLEANUP(ast_channel_hold_type);
|
|
|
|
STASIS_MESSAGE_TYPE_CLEANUP(ast_channel_unhold_type);
|
|
|
|
STASIS_MESSAGE_TYPE_CLEANUP(ast_channel_unhold_type);
|
|
|
|
STASIS_MESSAGE_TYPE_CLEANUP(ast_channel_chanspy_start_type);
|
|
|
|
STASIS_MESSAGE_TYPE_CLEANUP(ast_channel_chanspy_start_type);
|
|
|
@ -1698,6 +1700,7 @@ int ast_stasis_channels_init(void)
|
|
|
|
res |= STASIS_MESSAGE_TYPE_INIT(ast_channel_dtmf_begin_type);
|
|
|
|
res |= STASIS_MESSAGE_TYPE_INIT(ast_channel_dtmf_begin_type);
|
|
|
|
res |= STASIS_MESSAGE_TYPE_INIT(ast_channel_dtmf_end_type);
|
|
|
|
res |= STASIS_MESSAGE_TYPE_INIT(ast_channel_dtmf_end_type);
|
|
|
|
res |= STASIS_MESSAGE_TYPE_INIT(ast_channel_flash_type);
|
|
|
|
res |= STASIS_MESSAGE_TYPE_INIT(ast_channel_flash_type);
|
|
|
|
|
|
|
|
res |= STASIS_MESSAGE_TYPE_INIT(ast_channel_wink_type);
|
|
|
|
res |= STASIS_MESSAGE_TYPE_INIT(ast_channel_hold_type);
|
|
|
|
res |= STASIS_MESSAGE_TYPE_INIT(ast_channel_hold_type);
|
|
|
|
res |= STASIS_MESSAGE_TYPE_INIT(ast_channel_unhold_type);
|
|
|
|
res |= STASIS_MESSAGE_TYPE_INIT(ast_channel_unhold_type);
|
|
|
|
res |= STASIS_MESSAGE_TYPE_INIT(ast_channel_chanspy_start_type);
|
|
|
|
res |= STASIS_MESSAGE_TYPE_INIT(ast_channel_chanspy_start_type);
|
|
|
|