mirror of
https://github.com/jambonz/sbc-inbound.git
synced 2026-01-24 22:37:51 +00:00
13 lines
246 B
JSON
13 lines
246 B
JSON
{
|
|
"LifeCycleEvents" : {
|
|
"ScaleIn": "scale-in",
|
|
"StandbyEnter": "standby-enter",
|
|
"StandbyExit": "standby-exit"
|
|
},
|
|
"MediaPath": {
|
|
"NoMedia": "no-media",
|
|
"PartialMedia": "partial-media",
|
|
"FullMedia": "full-media"
|
|
}
|
|
}
|