From a95fa59e877638cac51509d05d639b8f57abc4df Mon Sep 17 00:00:00 2001 From: Brian West Date: Sun, 13 Jun 2010 19:17:52 -0500 Subject: [PATCH] MODSOFIA-78 --- src/mod/endpoints/mod_sofia/sofia_glue.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mod/endpoints/mod_sofia/sofia_glue.c b/src/mod/endpoints/mod_sofia/sofia_glue.c index 39f8d5cf72..29690fe80c 100644 --- a/src/mod/endpoints/mod_sofia/sofia_glue.c +++ b/src/mod/endpoints/mod_sofia/sofia_glue.c @@ -4073,6 +4073,7 @@ switch_call_cause_t sofia_glue_sip_cause_to_freeswitch(int status) case 603: return SWITCH_CAUSE_CALL_REJECTED; case 404: + return SWITCH_CAUSE_UNALLOCATED_NUMBER; case 485: case 604: return SWITCH_CAUSE_NO_ROUTE_DESTINATION;