git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12139
d0543943-73ff-0310-b7d9-
9358b9ac24b2
if ((gateway = switch_core_alloc(profile->pool, sizeof(*gateway)))) {
const char *sipip, *format;
+ switch_uuid_t uuid;
+ uint32_t ping_freq = 0;
char *register_str = "true", *scheme = "Digest",
*realm = NULL,
*username = NULL,
if (!context) {
context = "default";
}
-
- uint32_t ping_freq = 0;
- switch_uuid_t uuid;
switch_uuid_get(&uuid);
switch_uuid_format(gateway->uuid_str, &uuid);