Small bug in mediaproxy package
    Kai Militzer 
    km at westend.com
       
    Thu Aug 24 12:55:19 UTC 2006
    
    
  
Hello,
I just installed the mediaproxy package 1.4.2-0.sarge.1449 from
http://pkg-voip.buildserver.net/ and found a small bug. In
modules/configuration.py the line Configuration.read(['%s/%s' % (path,
f) for f in configFiles]) gives as location of the config file
/usr/lib/python2.3/site-packages/mediaproxy//etc/mediaproxy/mediaproxy.ini,
because the path variable is too much. The following line works:
Configuration.read(['%s' % (f) for f in configFiles])
Regards,
Kai
-- 
Kai Militzer                 WESTEND GmbH  |  Internet-Business-Provider
Technik                      CISCO Systems Partner - Authorized Reseller
                             Lütticher Straße 10      Tel 0241/701333-14
km at westend.com               D-52064 Aachen              Fax 0241/911879
    
    
More information about the Pkg-voip-maintainers
mailing list