Ignore:
Timestamp:
Jun 25, 2008 6:18:32 PM (16 years ago)
Author:
nanang
Message:

Ticket #543: Updated mod_pseq & mod_media_playrec.

File:
1 edited

Legend:

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

    r2029 r2052  
    4343 
    4444# Filename to play / record 
    45 MEDIA_PLAY_FILE = "--play-file (\S+)" 
    46 MEDIA_REC_FILE = "--rec-file (\S+)" 
     45MEDIA_PLAY_FILE = "--play-file\s+(\S+)" 
     46MEDIA_REC_FILE = "--rec-file\s+(\S+)" 
    4747 
    4848########################## 
Note: See TracChangeset for help on using the changeset viewer.