summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--channels/chan_sip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 4157cc835..cf9f41b8a 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -5727,6 +5727,8 @@ const char *hangup_cause2sip(int cause)
return "502 Bad Gateway";
case AST_CAUSE_BEARERCAPABILITY_NOTAVAIL: /* Can't find codec to connect to host */
return "488 Not Acceptable Here";
+ case AST_CAUSE_INTERWORKING: /* Unspecified Interworking issues */
+ return "500 Network error";
case AST_CAUSE_NOTDEFINED:
default: