Changeset 2533

fix for #259

Comitted by:  roy
Date:  Feb 08 2007 * 19:45 (over 4 years ago)

Affected files:

openpbx/trunk/channels/chan_sip.c (unified diff)

r2527r2533
82488248 #endif
82498249 )
82508250 return 0;
8251 if (sipmethod == SIP_REGISTER || sipmethod == SIP_SUBSCRIBE)
8251 if (sipmethod == SIP_REGISTER || sipmethod == SIP_SUBSCRIBE || sipmethod == SIP_INVITE)
82528252 {
82538253 /* On a REGISTER, we have to use 401 and its family of headers instead of 407 and its family
82548254 of headers -- GO SIP! Whoo hoo! Two things that do the same thing but are used in