Ignore:
Timestamp:
Jun 18, 2008 9:04:14 PM (16 years ago)
Author:
nanang
Message:

Added new callback for module: post_func (called at the end of the test), added userdata param for modules, and added new module media_playrec with some scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/test-pjsua/inc_const.py

    r2025 r2029  
    1 # $Id:$ 
     1# $Id$ 
    22# Useful constants 
    33 
     
    3535 
    3636########################## 
     37# MEDIA 
     38# 
     39 
     40# Connecting/disconnecting ports 
     41MEDIA_CONN_PORT_SUCCESS = "Port \d+ \(.+\) transmitting to port" 
     42MEDIA_DISCONN_PORT_SUCCESS = "Port \d+ \(.+\) stop transmitting to port" 
     43 
     44# Filename to play / record 
     45MEDIA_PLAY_FILE = "--play-file (\S+)" 
     46MEDIA_REC_FILE = "--rec-file (\S+)" 
     47 
     48########################## 
    3749# MISC 
    3850# 
Note: See TracChangeset for help on using the changeset viewer.