- Building Telephony Systems with OpenSER
- Flavio E. Goncalves
- 286字
- 2021-07-02 11:38:33
SIP Proxy—Expected Behavior
It is important to understand the basic processing of a SIP proxy according to RFC3261. Without this understanding it will be very difficult to configure a Proxy server.
Each proxy will take routing decisions, modifying the request before sending it to the next element. The responses will be routed over the same set of proxies traversed by the original request in the reverse order.
A SIP proxy can operate in stateless or stateful mode. When a SIP proxy works as a simple SIP packet forwarder, it forwards the packets to a single element determined by the request. A proxy working in stateless mode discards any information about the message after the message has been forwarded. This characteristic limits the failure treatment and billing.
When OpenSER knows that the message 200 OK corresponds to a specific INVITE we say that it is working in stateful mode. This means simply that you can now manage the response in an onreply_route()
block. With stateless processing each message is handled without a context. Stateless processing is used in applications like load balancing; it uses the command forward()
in the script.
When you need more sophisticated resources like billing, call forward, and voicemail, you will need to use stateful processing. Each transaction will be maintained in memory and failures, responses, and retransmissions will be associated with this specific transaction. Stateful transactions are handled by the TM (transaction) module and usually use the t_relay()
command.
An often misunderstood concept is that the processing is stateful by transaction and not by dialog. Thus, it is the stateful processing of an INVITE request until the 200 OK response (transaction) and not from the INVITE to the BYE request (dialog).
- Adobe創意大學After Effects CS5 產品專家認證標準教材
- Creo Parametric 8.0中文版基礎入門一本通
- Adobe創意大學After Effects CS5 影視特效師標準實訓教材
- Unity 2D與3D手機游戲開發實戰
- 畫筆圣經 Photoshop專業繪畫技法
- AI圖像處理:Photoshop+Firefly后期處理技術基礎與實戰
- Oracle Siebel CRM 8 User Management: LITE
- 中文版Maya 2014案例教程
- 無師自通AutoCAD:中文版室內設計
- Photoshop CC 2017從入門到精通
- Photoshop+CorelDRAW 字體設計與創意:草圖/實現/包裝(微課版)
- 深入淺出WebAssembly
- 24小時玩賺剪映
- Python氣象應用編程
- LaTeX論文寫作教程