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);