Hello,
There is new version of the MediaProxy software available. To upgrade your installation download it from:
http://mediaproxy.ag-projects.com/mediaproxy-1.2.0.tar.gz
Changes from version 1.1.0 to 1.2.0 -----------------------------------
- Increased to 50 the number of maximum generated calls by one instance of rtpgenerator.py - Fixed regular expresion to correctly identify older Grandstream ATA adaptors in the web page showing media sessions. - Write call duration in any situation. It will be overwritten later by ser if everything goes well with the call, but if not we still have the call duration. - Made the dispatcher to save the existing sessions on exit and restore them (if available) on start. This avoids problems if the dispatcher is restarted while there are running media sessions. - Media type information is now received from the ser module (it is problematic to be determined from the payload type). - If updating an accounting record doesn't modify anything, retry the query with to_tag='n/a' and call_duration=0. This will update accounting entries added by a failed request (such as a canceled one or one that did timeout) - Added some more IP ranges to the non-public network classes - Only allow 0.0.0.0 to put a call on hold after the session was started (both parties have sent their contact information with an INVITE and an OK). This fixes some Xten weirdness where the phone had sent 0.0.0.0 as the contact IP address from the first INVITE request. - Added ability to add media streams to a conversation on the fly (used mostly by Video SIP clients). - Correctly handle a RTP payload of 13 (Confort noise). This fixes some cases where for certain phones the codec for the call was shown as Unknown(13) instead of the real codec (seen with Cisco ATA 186).