【发布时间】:2017-09-02 10:45:21
【问题描述】:
当 Alice 给 Bob 打电话时,Bob 会向 Alice 发送 180 振铃消息。那为什么 from 字段包含 Alice 的 uri,而 to 字段包含 Bob 的 uri?我指的是 RFC 3261。
F2 180 振铃鲍勃 -> 爱丽丝
SIP/2.0 180 响铃
通过:SIP/2.0/TCP client.atlanta.example.com:5060;branch=z9hG4bK74bf9 ;received=192.0.2.101
发件人:爱丽丝 ;tag=9fxced76sl
致:鲍勃 ;tag=8321234356
电话号码:3848276298220188511@atlanta.example.com
CSeq:1 个邀请
联系人:
内容长度:0
【问题讨论】:
-
您到底想做什么? stackoverflow.com/help/how-to-ask
-
我正在尝试了解此消息的格式。如果 Bob 将 180 振铃消息发送给 Alice,他不应该在 From 字段中而 Alice 在 To 字段中吗?
标签: header sip messages invite