mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 11:42:27 +00:00
11 lines
384 B
Plaintext
11 lines
384 B
Plaintext
![]() |
struct ast_json *stasis_json_event_{{c_id}}_create(
|
||
|
{{#bridge}}
|
||
|
struct ast_bridge_snapshot *bridge_snapshot{{#channel}},{{/channel}}{{^channel}}{{#has_properties}},{{/has_properties}}{{/channel}}
|
||
|
{{/bridge}}
|
||
|
{{#channel}}
|
||
|
struct ast_channel_snapshot *channel_snapshot{{#has_properties}},{{/has_properties}}
|
||
|
{{/channel}}
|
||
|
{{#has_properties}}
|
||
|
struct ast_json *blob
|
||
|
{{/has_properties}}
|