summaryrefslogtreecommitdiff
path: root/main/cel.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/cel.c')
-rw-r--r--main/cel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/cel.c b/main/cel.c
index 2b5306e21..befb2b257 100644
--- a/main/cel.c
+++ b/main/cel.c
@@ -1304,6 +1304,9 @@ static void cel_parking_cb(
case PARKED_CALL_FAILED:
reason = "ParkedCallFailed";
break;
+ case PARKED_CALL_SWAP:
+ reason = "ParkedCallSwap";
+ break;
}
extra = ast_json_pack("{s: s}", "reason", reason);