Index: channels/chan_sip.c =================================================================== RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v retrieving revision 1.717 diff -u -r1.717 chan_sip.c --- channels/chan_sip.c 2 May 2005 01:34:21 -0000 1.717 +++ channels/chan_sip.c 2 May 2005 08:04:27 -0000 @@ -4759,7 +4759,7 @@ port_str = strsep(&scan, ":"); expiry_str = strsep(&scan, ":"); username = strsep(&scan, ":"); - contact = strsep(&scan, ":"); + contact = scan; /* Contact include sip: and has to be the last part of the database entry as long as we use : as a separator */ if (!inet_aton(addr, &in)) return;