|
|
|
@ -2954,7 +2954,7 @@ fin: __attribute__((unused))
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.{format} */
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.json */
|
|
|
|
|
static struct stasis_rest_handlers channels_create = {
|
|
|
|
|
.path_segment = "create",
|
|
|
|
|
.callbacks = {
|
|
|
|
@ -2963,7 +2963,7 @@ static struct stasis_rest_handlers channels_create = {
|
|
|
|
|
.num_children = 0,
|
|
|
|
|
.children = { }
|
|
|
|
|
};
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.{format} */
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.json */
|
|
|
|
|
static struct stasis_rest_handlers channels_channelId_continue = {
|
|
|
|
|
.path_segment = "continue",
|
|
|
|
|
.callbacks = {
|
|
|
|
@ -2972,7 +2972,7 @@ static struct stasis_rest_handlers channels_channelId_continue = {
|
|
|
|
|
.num_children = 0,
|
|
|
|
|
.children = { }
|
|
|
|
|
};
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.{format} */
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.json */
|
|
|
|
|
static struct stasis_rest_handlers channels_channelId_redirect = {
|
|
|
|
|
.path_segment = "redirect",
|
|
|
|
|
.callbacks = {
|
|
|
|
@ -2981,7 +2981,7 @@ static struct stasis_rest_handlers channels_channelId_redirect = {
|
|
|
|
|
.num_children = 0,
|
|
|
|
|
.children = { }
|
|
|
|
|
};
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.{format} */
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.json */
|
|
|
|
|
static struct stasis_rest_handlers channels_channelId_answer = {
|
|
|
|
|
.path_segment = "answer",
|
|
|
|
|
.callbacks = {
|
|
|
|
@ -2990,7 +2990,7 @@ static struct stasis_rest_handlers channels_channelId_answer = {
|
|
|
|
|
.num_children = 0,
|
|
|
|
|
.children = { }
|
|
|
|
|
};
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.{format} */
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.json */
|
|
|
|
|
static struct stasis_rest_handlers channels_channelId_ring = {
|
|
|
|
|
.path_segment = "ring",
|
|
|
|
|
.callbacks = {
|
|
|
|
@ -3000,7 +3000,7 @@ static struct stasis_rest_handlers channels_channelId_ring = {
|
|
|
|
|
.num_children = 0,
|
|
|
|
|
.children = { }
|
|
|
|
|
};
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.{format} */
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.json */
|
|
|
|
|
static struct stasis_rest_handlers channels_channelId_dtmf = {
|
|
|
|
|
.path_segment = "dtmf",
|
|
|
|
|
.callbacks = {
|
|
|
|
@ -3009,7 +3009,7 @@ static struct stasis_rest_handlers channels_channelId_dtmf = {
|
|
|
|
|
.num_children = 0,
|
|
|
|
|
.children = { }
|
|
|
|
|
};
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.{format} */
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.json */
|
|
|
|
|
static struct stasis_rest_handlers channels_channelId_mute = {
|
|
|
|
|
.path_segment = "mute",
|
|
|
|
|
.callbacks = {
|
|
|
|
@ -3019,7 +3019,7 @@ static struct stasis_rest_handlers channels_channelId_mute = {
|
|
|
|
|
.num_children = 0,
|
|
|
|
|
.children = { }
|
|
|
|
|
};
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.{format} */
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.json */
|
|
|
|
|
static struct stasis_rest_handlers channels_channelId_hold = {
|
|
|
|
|
.path_segment = "hold",
|
|
|
|
|
.callbacks = {
|
|
|
|
@ -3029,7 +3029,7 @@ static struct stasis_rest_handlers channels_channelId_hold = {
|
|
|
|
|
.num_children = 0,
|
|
|
|
|
.children = { }
|
|
|
|
|
};
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.{format} */
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.json */
|
|
|
|
|
static struct stasis_rest_handlers channels_channelId_moh = {
|
|
|
|
|
.path_segment = "moh",
|
|
|
|
|
.callbacks = {
|
|
|
|
@ -3039,7 +3039,7 @@ static struct stasis_rest_handlers channels_channelId_moh = {
|
|
|
|
|
.num_children = 0,
|
|
|
|
|
.children = { }
|
|
|
|
|
};
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.{format} */
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.json */
|
|
|
|
|
static struct stasis_rest_handlers channels_channelId_silence = {
|
|
|
|
|
.path_segment = "silence",
|
|
|
|
|
.callbacks = {
|
|
|
|
@ -3049,7 +3049,7 @@ static struct stasis_rest_handlers channels_channelId_silence = {
|
|
|
|
|
.num_children = 0,
|
|
|
|
|
.children = { }
|
|
|
|
|
};
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.{format} */
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.json */
|
|
|
|
|
static struct stasis_rest_handlers channels_channelId_play_playbackId = {
|
|
|
|
|
.path_segment = "playbackId",
|
|
|
|
|
.is_wildcard = 1,
|
|
|
|
@ -3059,7 +3059,7 @@ static struct stasis_rest_handlers channels_channelId_play_playbackId = {
|
|
|
|
|
.num_children = 0,
|
|
|
|
|
.children = { }
|
|
|
|
|
};
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.{format} */
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.json */
|
|
|
|
|
static struct stasis_rest_handlers channels_channelId_play = {
|
|
|
|
|
.path_segment = "play",
|
|
|
|
|
.callbacks = {
|
|
|
|
@ -3068,7 +3068,7 @@ static struct stasis_rest_handlers channels_channelId_play = {
|
|
|
|
|
.num_children = 1,
|
|
|
|
|
.children = { &channels_channelId_play_playbackId, }
|
|
|
|
|
};
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.{format} */
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.json */
|
|
|
|
|
static struct stasis_rest_handlers channels_channelId_record = {
|
|
|
|
|
.path_segment = "record",
|
|
|
|
|
.callbacks = {
|
|
|
|
@ -3077,7 +3077,7 @@ static struct stasis_rest_handlers channels_channelId_record = {
|
|
|
|
|
.num_children = 0,
|
|
|
|
|
.children = { }
|
|
|
|
|
};
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.{format} */
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.json */
|
|
|
|
|
static struct stasis_rest_handlers channels_channelId_variable = {
|
|
|
|
|
.path_segment = "variable",
|
|
|
|
|
.callbacks = {
|
|
|
|
@ -3087,7 +3087,7 @@ static struct stasis_rest_handlers channels_channelId_variable = {
|
|
|
|
|
.num_children = 0,
|
|
|
|
|
.children = { }
|
|
|
|
|
};
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.{format} */
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.json */
|
|
|
|
|
static struct stasis_rest_handlers channels_channelId_snoop_snoopId = {
|
|
|
|
|
.path_segment = "snoopId",
|
|
|
|
|
.is_wildcard = 1,
|
|
|
|
@ -3097,7 +3097,7 @@ static struct stasis_rest_handlers channels_channelId_snoop_snoopId = {
|
|
|
|
|
.num_children = 0,
|
|
|
|
|
.children = { }
|
|
|
|
|
};
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.{format} */
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.json */
|
|
|
|
|
static struct stasis_rest_handlers channels_channelId_snoop = {
|
|
|
|
|
.path_segment = "snoop",
|
|
|
|
|
.callbacks = {
|
|
|
|
@ -3106,7 +3106,7 @@ static struct stasis_rest_handlers channels_channelId_snoop = {
|
|
|
|
|
.num_children = 1,
|
|
|
|
|
.children = { &channels_channelId_snoop_snoopId, }
|
|
|
|
|
};
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.{format} */
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.json */
|
|
|
|
|
static struct stasis_rest_handlers channels_channelId_dial = {
|
|
|
|
|
.path_segment = "dial",
|
|
|
|
|
.callbacks = {
|
|
|
|
@ -3115,7 +3115,7 @@ static struct stasis_rest_handlers channels_channelId_dial = {
|
|
|
|
|
.num_children = 0,
|
|
|
|
|
.children = { }
|
|
|
|
|
};
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.{format} */
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.json */
|
|
|
|
|
static struct stasis_rest_handlers channels_channelId = {
|
|
|
|
|
.path_segment = "channelId",
|
|
|
|
|
.is_wildcard = 1,
|
|
|
|
@ -3127,7 +3127,7 @@ static struct stasis_rest_handlers channels_channelId = {
|
|
|
|
|
.num_children = 14,
|
|
|
|
|
.children = { &channels_channelId_continue,&channels_channelId_redirect,&channels_channelId_answer,&channels_channelId_ring,&channels_channelId_dtmf,&channels_channelId_mute,&channels_channelId_hold,&channels_channelId_moh,&channels_channelId_silence,&channels_channelId_play,&channels_channelId_record,&channels_channelId_variable,&channels_channelId_snoop,&channels_channelId_dial, }
|
|
|
|
|
};
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.{format} */
|
|
|
|
|
/*! \brief REST handler for /api-docs/channels.json */
|
|
|
|
|
static struct stasis_rest_handlers channels = {
|
|
|
|
|
.path_segment = "channels",
|
|
|
|
|
.callbacks = {
|
|
|
|
|