mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fix some doxygen, typos and whitespace
This commit is contained in:
committed by
github-actions[bot]
parent
9e50fb3880
commit
a0f1e460fe
@@ -2463,7 +2463,7 @@ static int hangup_cause2sip(int cause)
|
||||
case AST_CAUSE_NO_USER_RESPONSE: /* 18 */
|
||||
return 408;
|
||||
case AST_CAUSE_NO_ANSWER: /* 19 */
|
||||
case AST_CAUSE_UNREGISTERED: /* 20 */
|
||||
case AST_CAUSE_UNREGISTERED: /* 20 */
|
||||
return 480;
|
||||
case AST_CAUSE_CALL_REJECTED: /* 21 */
|
||||
return 403;
|
||||
|
Reference in New Issue
Block a user