Changes between Version 2 and Version 3 of Python_SIP/Calls


Ignore:
Timestamp:
Jul 24, 2008 6:02:50 PM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Python_SIP/Calls

    v2 v3  
    100100When the ''media_state'' has moved from active to non-active (for example when call is put on hold), there is no need to disconnect the call's connection in the bridge since the call's media will be removed automatically when it's no longer valid, and this will automatically remote all connections in the conference bridge to/from the call. 
    101101 
     102== Sample Programs == 
    102103 
     104 * [source:pjproject/trunk/pjsip-apps/src/python/samples/call.py call.py]: sample application to make and receive incoming calls.