Skip to content

Prevent sending of useless out-of-dialog 180 replies

François Grisez requested to merge fix/prevent_out_of_dialog_ringing into master

Prevent the PushNotification module from sending an out-of-dialog "180 Ringing" reply when an in-dialog 180 reply has already been forwarded back by Router module.

The actual fix is in src/module-pushnotification.cc . Other modifications are for code modernisation.

Merge request reports