Index: channels/chan_sip.c =================================================================== --- channels/chan_sip.c (revision 350549) +++ channels/chan_sip.c (working copy) @@ -13667,7 +13667,7 @@ /* Work on a copy */ ast_copy_string(contact_buf, fullcontact, sizeof(contact_buf)); - contact = contact_buf; + contact = get_in_brackets(contact_buf); /* * We have only the part in here so we just need to parse a SIP URI.