mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-05 18:13:27 +00:00
added logs if we don't have enough aux connections
This commit is contained in:
parent
3aadc42e59
commit
fc2992fe7b
@ -239,6 +239,8 @@ static switch_xml_t xml_amqp_fetch(const char *section, const char *tag_name, co
|
|||||||
switch_safe_free(amqp_body);
|
switch_safe_free(amqp_body);
|
||||||
amqp_bytes_free(props.reply_to);
|
amqp_bytes_free(props.reply_to);
|
||||||
amqp_destroy_envelope(&envelope);
|
amqp_destroy_envelope(&envelope);
|
||||||
|
} else {
|
||||||
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "No more aux amqp connections(%d). Increase max-temp-conn\n", i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
done:
|
done:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user