Ignore:
Timestamp:
Nov 6, 2013 8:14:17 AM (11 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/account.py

    r4640 r4648  
    5151                if self.isValid(): 
    5252                        ai = self.getInfo() 
    53                         if ai.regIsActive: 
     53                        if ai.regLastErr: 
     54                                status = self.app.ep.utilStrError(ai.regLastErr) 
     55                        elif ai.regIsActive: 
    5456                                if ai.onlineStatus: 
    5557                                        if len(ai.onlineStatusText): 
Note: See TracChangeset for help on using the changeset viewer.