VoLTE SIP代码意义及流程图解

更新时间:2023-11-02 17:33:01 阅读量: 综合文库 文档下载

说明:文章内容仅供预览,部分内容可能不全。下载后的文档,内容与下面显示的完全一致。下载之前请确认下面内容是否您想要的,是否完整无缺。

VoLTE SIP代码意义及流程图解

一 VOLTE SIP代码意义

SIP应答消息状态码与功能

类型 状态码 状态说明

临时应答(1XX) 100 Trying 正在处理中

180 Ringing 振铃

181 call being forwarder 呼叫正在前向

182 queue 排队

181* session progress 会话进行

会话成功(2XX) 200 OK 会话成功

重定向(3XX) 300 multiple 多重选择

301 moved permanently 永久移动

302 moved temporaily 临时移动

305 use proxy 用户代理

380 alternative service 替代服务

请求失败(4XX) 400 bad request 错误请求

401unauthorized 未授权

402 payment required 付费要求

403 forbidden 禁止

404 not found 未发现

405 method no allowed 方法不允许

406 not acceptable 不可接受

407 proxy authentication required 代理需要认证

408 request timeout 请求超时

410 gone 离开

413 request entity too large 请求实体太大

414 request-url too long 请求URL太长

415 unsupported media type 不支持的媒体类型

416 unsupported url scheme 不支持的URL计划

420 bad extension 不良扩展

421 extension required 需要扩展

423 interval too brief 间隔太短

480 temporarily unavailable 临时失效

481 call/transaction does not exist 呼叫/事务不存在

482 loop detected 发现环路

483 too many hops 跳数太多

484 address incomplete 地址不完整

485 ambiguous 不明朗

486 busy here 这里忙

487 request terminated 请求终止

488 not acceptable here 这里请求不可接受

491 request pending 未决请求

493 undecipherable 不可辨识

服务器失败(5XX) 500 server internal error 服务器内部错误

501 not implemented 不可执行

502 bad gateway 坏网关

503 service unavailable 服务无效

504 server time-out 服务器超时

505 version not supported 版本不支持

513 message too large 消息太大

全局性错误(6XX) 600 busy everywhere 全忙

603 decline 丢弃

604 does not exist anywhere 不存在

606 not acceptable 不可接受

SIP应答代码(以下是详细内容)

应答码是包含了,并且扩展了HTTP/1.1应答码。并不是所有的HTTP/1.1应答码都适当应用,只有在折里指出的是适当的。其他HTTP/1.1应答码不应当使用。并且,SIP也定义了新的应答码系列,6xx。

1 临时应答1xx

临时应答,也就是消息性质的应答,标志了对方服务器正在处理请求,并且还没有决定最后的应答。如果服务器处理请求需要花200ms以上才能产生终结应答的时候,它应当发送一个1xx应答。

本文来源:https://www.bwwdw.com/article/wl52.html

Top