Changes between Initial Version and Version 1 of Ticket #1185


Ignore:
Timestamp:
Dec 13, 2010 4:27:56 AM (13 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1185 – Description

    initial v1  
    11This ticket implements ticket #539. 
    22 
    3 Spec: 
    4  - Create media transports on demand 
    5  - Media transport setting is now part of account setting (instead of global setting) 
    6  - Use idle timer to destroy media transport 
    7  - Specify how many transports to be reserved in idle 
    8  - "on_incoming_call()" callback may be called before media is ready 
    9    - alternatively, add new callback e.g. "on_incoming_invite()" to signal incoming invite before media is created. This is to allow application to reject the call cheaply 
    10  
     3See the spec in [wiki:ReleaseNotes-2.0#OnDemandMediaTransport]