History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: XCF-2701
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Arjun Nair
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
sipXconfig

sipxregistrar/registrar-config.vm uses deprecated routing URI for Park Server

Created: 2008-07-14 11:09   Updated: 2008-10-10 13:13
Component/s: settings
Affects Version/s: None
Fix Version/s: 3.11.5

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. File registrar-config.vm.diff (2 kb)

Issue Links:
Duplicate
This issue duplicate of:
XECS-1533 BLF does not glow while monitoring Ca... Major Closed
 


 Description  « Hide
Currently the Park Server URI in sipxregistrar/registrar-config.vm is of the format:

SIP_REDIRECT.180-PICKUP.PARK_SERVER : ${ORBIT_SERVER_SIP_SRV_OR_HOSTPORT};transport=tcp

This should be updated to:

SIP_REDIRECT.180-PICKUP.PARK_SERVER : ${SIPXCHANGE_DOMAIN_NAME};transport=tcp?Route=sip:${ORBIT_SERVER_SIP_SRV_OR_HOSTPORT}

See: http://sipxecs.sipfoundry.org/ViewVC/sipXecs?view=rev&revision=12606

This will include updating the unit test case file "sipXconfig/neoconf/test/org/sipfoundry/sipxconfig/service/expected-registrar-config" to reflect the new URI scheme


http://thread.gmane.org/gmane.comp.voip.sipx.devel/11062/

 All   Comments   Work Log   Change History      Sort Order:
Arjun Nair - 2008-07-14 14:31
Patch attached

Joe Attardi - 2008-08-05 14:11
I committed Arjun's patch in SVN 13225.

Chaitra Sharma - 2008-08-11 04:31
Verified the issue in the build 3.11.5-013228

The Park Server URI in sipxregistrar/registrar-config.vm is of the format:

SIP_REDIRECT.180-PICKUP.PARK_SERVER : $!{registrarService.domainName};transport=tcp?Route=sip:$!{registrarService.orbitServer
SipSrvOrHostport}

This issue can be closed if the above observation is correct.

Thanks,
Chaitra