History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: XCL-116
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Kwint
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
sipXtapi: sipXcallLib

sipxFireMediaEvent processing wrong order

Created: 2006-09-21 07:40   Updated: 2007-03-17 11:06
Component/s: sipXtapi
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
It looks to me that in sipxFireMediaEvent:

if (hCall != SIPX_CALL_NULL)
        {
            sipxCallSetMediaState(hCall, event, type) ;
        }

has to be before if:

if (!bIgnored && !bDuplicateEvent)

because we want to notify user only after all processing is done...
Or, maybe I'm wrong ?

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.