rename to NBE SS7

This commit is contained in:
Moises Silva
2011-05-05 18:17:30 -04:00
parent be798b4ed9
commit 89a2ca8d00
4 changed files with 24 additions and 25 deletions
+2 -2
View File
@@ -48,7 +48,7 @@
#include "private/switch_core_pvt.h"
/* pid filename: Stores the process id of the freeswitch process */
#define PIDFILE "sangoma-media-gateway.pid"
#define PIDFILE "netborder-ss7.pid"
static char *pfile = PIDFILE;
static int system_ready = 0;
@@ -540,7 +540,7 @@ int main(int argc, char *argv[])
}
if (local_argv[x] && !strcmp(local_argv[x], "-version")) {
fprintf(stdout, "Sangoma Media Gateway Version: %s\n", SWITCH_VERSION_FULL);
fprintf(stdout, "Netborder SS7 Version: %s\n", SWITCH_VERSION_FULL);
return 0;
known_opt++;
}