- Building Telephony Systems with OpenSER
- Flavio E. Goncalves
- 237字
- 2021-07-02 11:38:34
Differences between Strict Routing and Loose Routing
Loose and strict are different methods of routing SIP messages. Loose routing is new in SIP version 2. When you use loose routing, the R-URI is never changed and backwards compatibility is maintained with the older method (strict routing RFC2543).
The problem with strict routing is in the process of specifying the entire proxy set in the initial request before starting the SIP dialog. The processing throws away the information contained in the received R-URI. The behavior of UAs with outbound-proxy was problematic. The whole system would fail if there was a failure in one of the elements.

The solution, is that loose routing is the correct method. It keeps the target separated from the route. It allows each destination to route the packet and has a mechanism to keep backward compatibility with strict routing. The support of loose routing is indicated by the parameter ;lr
.

When the SIP server receives a message, it can decide if it wants to stay in the middle or not (record-route). If the SIP server does not want to stay in the middle, it can pass the information to the user agents' UAs to connect each other. After this process the messages follow between the user agents.
If OpenSER wants to stay in the middle of the conversation (that is, for billing purposes) it should insert a ROUTE header field using the function record_route()
.
- Excel 2010 商務數據分析與處理(第2版)
- 跟儲君老師學Excel極簡思維
- Instant Microsoft SQL Server Analysis Services 2012 Dimensions and Cube
- NetLogo多主體建模入門
- Creo快速入門教程(Creo 8.0中文版)
- 選擇的藝術:Photoshop圖像處理深度剖析(第3版)
- Instant MDX Queries for SQL Server 2012
- 3ds Max 2014/VRay效果圖制作實戰從入門到精通
- PPT效率手冊
- Apache Geronimo 2.1: Quick Reference
- UG NX 10.0模具設計教程
- 攝影師的后期課:濾鏡實戰篇
- Liferay Portal 5.2 Systems Development
- 3ds Max 2018超級學習手冊
- Facebook Graph API Development with Flash