Ignore:
Timestamp:
Jun 20, 2008 12:25:55 AM (16 years ago)
Author:
bennylp
Message:

More ticket #543: added mod_sendto.py to send arbitrary INVITE request

File:
1 edited

Legend:

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

    r2029 r2033  
    99 
    1010import inc_const as const 
     11from inc_cfg import * 
    1112 
    1213# Get the pjsua executable name 
     
    4243 
    4344G_EXE = G_EXE.rstrip("\n\r \t") 
    44  
    45 ################################### 
    46 # TestError exception 
    47 class TestError: 
    48         desc = "" 
    49         def __init__(self, desc): 
    50                 self.desc = desc 
    5145 
    5246################################### 
Note: See TracChangeset for help on using the changeset viewer.