Skip to content

Fix a crash and an intempestive log error

François Grisez requested to merge fix/crash_and_intempestive_log_error into master
  • Crash when the PushNotification module receive MESSAGE requests which have iOS push notification paramters but without token for remote push (only VoIP token). Print an error in log instead.
  • Change the log level of a false-positive error into 'debug'. That was an error that was printed when the PushNotification module was receiving requests without push notificaiton parameters in their Request-URI. The normal behavior is to skip PushNotification module execution.

Merge request reports