This commit is contained in:
Thomas Ries 2017-09-29 18:59:19 +00:00
parent 936f546131
commit f52eeeba78
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

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