On Tue, Nov 4, 2008 at 4:20 PM, Robert Joly <[EMAIL PROTECTED]> wrote: >> On Tue, Nov 4, 2008 at 2:20 PM, Robert Joly <[EMAIL PROTECTED]> wrote: >> >> Hello, >> >> >> >> Attached is a trace for an INBOUND invite from the ITSP >> that is being >> >> routed to extension 203. I am getting an authentication challenge >> >> from the proxy and I dont know how to respond. This >> scenario used to >> >> work previously but is now broken. What is causing the >> INVITE to be >> >> challenged and what can I do to respond to this challenge? >> >> >> > >> > Intriguing. Could you please provide sipXproxy debug logs >> for problem? >> >> Attached is a proxy debug log and the merged.xml for this scenario. >> Thanks in advance. Please let me know if a JIRA issue is needed. >> > > > The plugin that enforces auth rules seems to think that permissions are > required to get to [EMAIL PROTECTED] which is part of your > local domain. Could you please attach your authrules.xml file to so > that we can investigate further? > > I have attached both authrules.xml.in and authrules.xml
-- M. Ranganathan
<?xml version="1.0" encoding="UTF-8"?> <mappings xmlns="http://www.sipfoundry.org/sipX/schema/xml/urlauth-00-00"> <hostMatch> <!--at-and-t--> <description>91 7323204280</description> <hostPattern>207.242.225.200</hostPattern> <userMatch> <userPattern>.</userPattern> <permissionMatch> <permission>LongDistanceDialing</permission> </permissionMatch> </userMatch> </hostMatch> <hostMatch> <!--bt-com--> <description>944 01217140164</description> <hostPattern>sipxtest.example.local</hostPattern> <hostPattern>sipxtest.example.local</hostPattern> <hostPattern>sipxtest</hostPattern> <hostPattern>192.168.5.75</hostPattern> <userMatch> <userPattern>.</userPattern> <permissionMatch> <permission>LongDistanceDialing</permission> </permissionMatch> </userMatch> </hostMatch> <hostMatch> <!--sipconnect--> <description>(96) 678 397 2329</description> <hostPattern>sipconnect-fca.atl0.cbeyond.net</hostPattern> <userMatch> <userPattern>1.</userPattern> <permissionMatch> <permission>LongDistanceDialing</permission> </permissionMatch> </userMatch> </hostMatch> <hostMatch> <description>Reject all other calls to the gateways that are not handled by the earlier rules</description> <hostPattern>207.242.225.200</hostPattern> <hostPattern>sipconnect-fca.atl0.cbeyond.net</hostPattern> <userMatch> <userPattern>.</userPattern> <permissionMatch> <permission>NoAccess</permission> </permissionMatch> </userMatch> </hostMatch> </mappings>
<?xml version="1.0" encoding="UTF-8"?> <mappings xmlns="http://www.sipfoundry.org/sipX/schema/xml/urlauth-00-00"> <hostMatch> <!--at-and-t--> <description>91 7323204280</description> <hostPattern>207.242.225.200</hostPattern> <userMatch> <userPattern>.</userPattern> <permissionMatch> <permission>LongDistanceDialing</permission> </permissionMatch> </userMatch> </hostMatch> <hostMatch> <!--bt-com--> <description>944 01217140164</description> <hostPattern>sipxtest.example.local</hostPattern> <hostPattern>sipxtest.example.local</hostPattern> <hostPattern>sipxtest</hostPattern> <hostPattern>192.168.5.75</hostPattern> <userMatch> <userPattern>.</userPattern> <permissionMatch> <permission>LongDistanceDialing</permission> </permissionMatch> </userMatch> </hostMatch> <hostMatch> <!--sipconnect--> <description>(96) 678 397 2329</description> <hostPattern>sipconnect-fca.atl0.cbeyond.net</hostPattern> <userMatch> <userPattern>1.</userPattern> <permissionMatch> <permission>LongDistanceDialing</permission> </permissionMatch> </userMatch> </hostMatch> <hostMatch> <description>Reject all other calls to the gateways that are not handled by the earlier rules</description> <hostPattern>207.242.225.200</hostPattern> <hostPattern>sipconnect-fca.atl0.cbeyond.net</hostPattern> <userMatch> <userPattern>.</userPattern> <permissionMatch> <permission>NoAccess</permission> </permissionMatch> </userMatch> </hostMatch> </mappings>
_______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
