On Wed, 2009-11-04 at 10:18 -0600, [email protected] wrote: > That CGI doesn't have the URL hard coded into it so it's picking it up from > somewhere on > the system, hostname, something. Is that variable called 'mediaserverurl;? > > If not, what is the variable that it is calling to build the URL?
The fundamental routing is probably done in /etc/sipxpbx/mappingrules.xml or .../fallbackrules.xlm. The substitution is probably driven by a value specified in /etc/sipxpbx/registrar-config, in particular the values with these labels: SIP_REDIRECT_HOOK_LIBRARY.130-MAPPING : /home/dworley/sandbox-160/sipX/../dir-local/lib/libRedirectorMapping.so SIP_REDIRECT_AUTHORITY_LEVEL.130-MAPPING : 40 SIP_REDIRECT.130-MAPPING.MEDIA_SERVER : UNUSED_MEDIASERVER SIP_REDIRECT.130-MAPPING.VOICEMAIL_SERVER : UNUSED_MEDIASERVER SIP_REDIRECT.130-MAPPING.MAPPING_RULES_FILENAME : /home/dworley/sandbox-160/sipX/../dir-local/etc/sipxpbx/mappingrules.xml Dale _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
