Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 2195)

Ticket Resolution Summary Owner Reporter
#2072 fixed on_call_transfer_status() callback is not called when REFER is responded with failure response bennylp riza
Description

Scenario:

A                      B
<-- Established call -->
--------  REFER   ----->
<-------  4xx     ------ 

Currently, the log will print: "Warning: received NOTIFY without message body" and the on_call_transfer_status() callback is not called.

Thanks to Joshua Elliott for the report.

#2194 fixed onStreamDestroyed callback is not called upon call disconnection ming ming
Description

When call has been disconnected, the Call object is no longer associated with the call id. Thus, the onStreamDestroyed callback will not be called.

#1916 fixed onCreateMediaTransport() callback might not be called on PJSUA2 bennylp riza
Description

on_create_media_transport() callback can be called prior to on_incoming_call().

If this happen on PJSUA2 API, onCreateMediaTransport() will not be called since the call is not created yet.

This ticket will call on_incoming_call() first when on_create_media_transport() is executed on PJSUA2 API.

Note: See TracQuery for help on using queries.