Ignore:
Timestamp:
Mar 15, 2006 7:32:41 PM (18 years ago)
Author:
bennylp
Message:

Added Null port, and changed conference so that it does not call port get_frame() when there is no listener on the port

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r312 r318  
    6565 * streams. 
    6666 */ 
    67 #define PJSUA_CONF_MORE_PORTS       2 
     67#define PJSUA_CONF_MORE_PORTS       3 
    6868 
    6969 
     
    186186    char            *wav_file;      /**< WAV file name to play.         */ 
    187187    unsigned         wav_slot;      /**< WAV player slot in bridge      */ 
     188    pjmedia_port    *file_port;     /**< WAV player port.               */ 
     189    pjmedia_port    *null_port;     /**< NULL port.                     */ 
    188190    pj_bool_t        auto_play;     /**< Auto play file for calls?      */ 
    189191    pj_bool_t        auto_loop;     /**< Auto loop RTP stream?          */ 
Note: See TracChangeset for help on using the changeset viewer.