function __construct()
 {
     parent::__construct(" updateContactsFromProtocol.php tries to fill the database\n" . " table user_contacts with phonenumbers and identities from\n" . " table callprotocol. This script only needs to be called \n" . " once, before we delete obsolete column identity from table \n" . " callprotocol. This script won't work any more, once the \n" . " column identity was deleted from callprotocol as of\n" . " trunk subversion revision 31.\n");
     $this->checkOptionalConfig();
     $this->populateContacts('identity');
 }
Ejemplo n.º 2
0
 function __construct()
 {
     parent::__construct(" recheckUnmatchedCalls.php is a debug script to solve\n" . " problems with unmatched calls.\n");
     $this->checkOptionalConfig();
     $this->start();
 }
Ejemplo n.º 3
0
 function __construct()
 {
     parent::__construct(" gather_calls.php is an example script to show how\n" . " call data is imported into Yaphobia's database\n" . " automatically.\n");
     $this->checkOptionalConfig();
     $this->start();
 }