Gregoire wrote:
Here is my output:
<snip>
U 84.74.224.128:1024 -> 62.220.134.41:5060 REGISTER sip:voip.voxip.ch SIP/2.0. From: sip:portable@voip.voxip.ch. To: sip:portable@voip.voxip.ch. Max-Forwards: 70. Call-ID: 145457913@192.168.40.2. CSeq: 522 REGISTER. Contact: sip:portable@192.168.40.2:5060;transport=UDP;expires=60. User-Agent: Minisip. Authorization: Digest algorithm="MD5", username="portable", realm="voxip.ch", nonce="455c3a4bba9de2eed163a5311fc8e434adaa826e", uri="192.168.40.2", response="03dec410ca2aa6b8cf2aebce83ab0385". Via: SIP/2.0/UDP 192.168.40.2:5060;branch=z9hG4bK1642104892. Content-Length: 0.
Ok, but there's no Path-Header, so you get a 200-OK. If there would be a Path-Header, but no "Supported: path", then you'd get a "420 - Bad Extension".
path_mode=2 indicates that if you use Path, you also have to use "Supported: path".
Andy