From f52eeeba783baa25811bcd75c1b7882ead866b98 Mon Sep 17 00:00:00 2001 From: Thomas Ries Date: Fri, 29 Sep 2017 18:59:19 +0000 Subject: [PATCH] typos --- src/plugin_fix_fbox_anoncall.c | 2 +- src/proxy.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugin_fix_fbox_anoncall.c b/src/plugin_fix_fbox_anoncall.c index 7fa3ab1..8fad6c7 100644 --- a/src/plugin_fix_fbox_anoncall.c +++ b/src/plugin_fix_fbox_anoncall.c @@ -135,7 +135,7 @@ int PLUGIN_PROCESS(int stage, sip_ticket_t *ticket){ set partial match compare username, if match all OK with this Contact header, return from plugin - if no math + if no match probably broken username part in header (as rest matches) remember urlmap index end loop diff --git a/src/proxy.c b/src/proxy.c index f8e958e..37a1443 100644 --- a/src/proxy.c +++ b/src/proxy.c @@ -559,7 +559,7 @@ sts=sip_obscure_callid(ticket); * REGISTER returns *my* Contact header information. * Rewrite Contact header back to represent the true address. * Other responses do return the Contact header of the sender. - * also change the expiration timeout to the value returned by the + * Also change the expiration timeout to the value returned by the * server. */ sts = register_set_expire(ticket);