Ticket #4852: mythphone_sip_registration_state.diff

File mythphone_sip_registration_state.diff, 418 bytes (added by Shane Shrybman <gnome42@…>, 16 years ago)
  • sipfsm.cpp

     
    6767{
    6868    killSipThread = false;
    6969    CallState = -1;
     70    regStatus = false;
    7071    eventWindow = 0;
     72    regTo = regAs = QString::null;
     73    callerUser = callerName = callerUrl = QString::null;
    7174
    7275        sipThread = new SipThread(this);
    7376        sipThread->start();