
| Key: |
XECS-1378
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Raymond Dans
|
| Votes: |
0
|
| Watchers: |
0
|
|
Available Workflow Actions
|
|
If you were logged in you would be able to see more operations.
|
|
|
sipXecs
Created: 2008-04-22 13:33
Updated: 2008-04-23 09:10
|
|
| Component/s: |
sipXproxy
|
| Affects Version/s: |
3.10.1
|
| Fix Version/s: |
None
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Environment:
|
sipXecs 012233 - x86 or ppc
|
|
|
sipXecs 3.10 introduced a newly merged Proxy (sipXproxy). The design of the merged proxy is such that for INVITEs and INVITE responses, the SIP message/response is required to be looped back to itself.
The Call State Event Observer (separate task in sipXproxy), monitors SIP messages, creates necessary CSEs and writes them to the appropriate DB for later processing into CDR records.
The negative impact of the SIP messages/responses being looped back into the proxy is that duplicate CSE records are being created and stored in the DB. This duplication not only consumes CPU because of record generation but also in DB space. On a heavily loaded system, performance could be impacted severely over time as the database grows.
|
|
Description
|
sipXecs 3.10 introduced a newly merged Proxy (sipXproxy). The design of the merged proxy is such that for INVITEs and INVITE responses, the SIP message/response is required to be looped back to itself.
The Call State Event Observer (separate task in sipXproxy), monitors SIP messages, creates necessary CSEs and writes them to the appropriate DB for later processing into CDR records.
The negative impact of the SIP messages/responses being looped back into the proxy is that duplicate CSE records are being created and stored in the DB. This duplication not only consumes CPU because of record generation but also in DB space. On a heavily loaded system, performance could be impacted severely over time as the database grows. |
Show » |
|