mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
mod_freetdm: Expose new ringback E&M parameters in the XML config
This commit is contained in:
@@ -738,7 +738,7 @@ read_try:
|
||||
rlen = fread(frame, 1, len, ringback_f);
|
||||
if (rlen != len) {
|
||||
if (!feof(ringback_f)) {
|
||||
ftdm_log(FTDM_LOG_ERROR, "Error reading from ringback file");
|
||||
ftdm_log(FTDM_LOG_ERROR, "Error reading from ringback file: %zd != %zd\n", rlen, len);
|
||||
}
|
||||
if (failed_read) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user