- Joined
- Jun 3, 2008
- Messages
- 4
- Reaction score
- 0
Hi.
I have discovered a bug in the system's uri parser: if the request contains semicolon's it simply fails. This situation is causing the software to block any incoming call through SideWinder (Secure Computing) firewall because its sip proxy keeps adding the x-swhost tag to the caller's address for all natted requests.
example:
INVITE sip:[email protected]:53848;x-swhost=11.11.22.33 SIP/2.0
would fail, wheras
INVITE sip:[email protected]:53848 SIP/2.0
will not
Thanks for your support.
I have discovered a bug in the system's uri parser: if the request contains semicolon's it simply fails. This situation is causing the software to block any incoming call through SideWinder (Secure Computing) firewall because its sip proxy keeps adding the x-swhost tag to the caller's address for all natted requests.
example:
INVITE sip:[email protected]:53848;x-swhost=11.11.22.33 SIP/2.0
would fail, wheras
INVITE sip:[email protected]:53848 SIP/2.0
will not
Thanks for your support.