> Its actually a bit confusing:
>
> from: sip:[EMAIL PROTECTED];random=stuff;tag=value;other=value
>
> Here all the parameters are associated with the URL.
Not true. See last paragraph section 10.5
of rfc2543bis-04.
from: sip:[EMAIL PROTECTED];random=stuff;tag=value;other=value
decodes into the same values as
from: <sip:[EMAIL PROTECTED]>;random=stuff;tag=value;other=value
>
> However if you had a space as in :
> from: sip:[EMAIL PROTECTED];random=stuff;tag=value; other=value
The space would have no effect.
_______________________________________________
Sip-implementors mailing list
[EMAIL PROTECTED]
http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors