From c6e584dd1bd65da6a06e29288f339a91fb956815 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Fri, 10 Jul 2020 18:43:31 -0600 Subject: [PATCH] callerid: fix invite case --- modules/um_callerid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/um_callerid.c b/modules/um_callerid.c index cbd495de..afbd624b 100644 --- a/modules/um_callerid.c +++ b/modules/um_callerid.c @@ -209,7 +209,7 @@ h_hdl_invite(void *vdata) return; snprintf(errorbuf, sizeof errorbuf, form_str(ERR_TARGUMODEG), - target_p->name); + target_p->name, IsSetStrictCallerID(target_p) ? "+g" : "+G"); data->approved = ERR_TARGUMODEG; data->error = errorbuf;