Pre-Submission Checklist

Type Of Change

Checklist:

Description

In send_rtpp_command() if socket operations fail with an error other than EINTR or ENOBUFS, the actual error is not reported - we just get a generic "Can't send command to/read reply from RTPEngine".

Other places in the module report errno and strerror(errno) using the log format "(%s:%d)" so added that to the error log.

Also fixed bind_force_send_ip() error log to use the same semantic as the other places.


You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/3899

Commit Summary

File Changes

(1 file)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/3899@github.com>