PString gkName = PString(gatekeeper);
PString pass = PString(secret);
- cout << "begining" << endl;
-
if (!end_point_exist()) {
cout << "ERROR: [h323_set_gk] No Endpoint, this is bad!" << endl;
return 1;
/* start the h.323 listener */
if (h323_start_listener(port, bindaddr, jitter)) {
ast_log(LOG_ERROR, "Unable to create H323 listener.\n");
- h323_end_process();
+// h323_end_process();
return -1;
}
if (gatekeeper_disable == 0) {
if (h323_set_gk(gatekeeper_discover, gatekeeper, secret)) {
ast_log(LOG_ERROR, "Gatekeeper registration failed.\n");
- h323_end_process();
+// h323_end_process();
return -1;
}
}