Ignore:
Timestamp:
Nov 6, 2013 8:14:17 AM (10 years ago)
Author:
bennylp
Message:

Re #1519: persistent support in PyGui? application, making use of the new persistent API in pjsua2

Location:
pjproject/branches/projects/pjsua2/pjsip-apps/src/pygui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/pjsua2/pjsip-apps/src/pygui

    • Property svn:ignore
      •  

        old new  
        11pygui.log 
        22pygui.dat 
         3pygui.js 
  • pjproject/branches/projects/pjsua2/pjsip-apps/src/pygui/endpoint.py

    r4640 r4648  
    4242                Endpoint.instance = self 
    4343         
    44         def startLib(self, ep_cfg): 
    45                 # Create lib 
    46                 self.libCreate() 
    47                  
    48                 # Init lib 
    49                 self.libInit(ep_cfg) 
    50          
    51                 # Add transport 
    52                 tcfg = pj.TransportConfig() 
    53                 tcfg.port = 50060; 
    54                 self.transportCreate(pj.PJSIP_TRANSPORT_UDP, tcfg) 
    55                  
    56                 # Start! 
    57                 self.libStart() 
    58                  
    59         def stopLib(self): 
    60                 self.libDestroy() 
    6144         
    6245def validateUri(uri): 
Note: See TracChangeset for help on using the changeset viewer.