* FIX: prevent intercept race condition that can also be solved with continue_on_fail=originator_cancel
* FIX: NULL dereference detected by klockwork (www.klockwork.com)
* FIX: don't open failed local stream (MODFORM-9)
* FIX: instability in mod_local_stream in failure scenarios
* FIX: xmlrpc-c build on OS X 10.4 (FSBUILD-47)
* ENHANCEMENT: Added tab completion on many api commands in console
* ENHANCEMENT: polycom BLF support
* FIX: many sip NAT related fixes in mod_sofia
* FIX: support sip unregister with Contact: *
* FIX: multiple segfaults in xmlrpc-c
* FIX: sip unregister event being skipped
* FIX: hangup properly on malformed sip 3pcc calls being used as a way to ping
* ADD: enable-3pcc sofia profile param, it is now disabled by default.
* ADD: presence events to sip proxy mode
* ADD: legs param to cdr_csv
* ADD: support for perl as an embedded lanugage
* ENHANCEMENT: many new api's and functions to the embedded languages including api support, xml interface support, auto start scripts, and many new objects
* CHANGE: python embedded language api changed to match perl, lua, java
* FIX: many stability fixes in embedded langauges perl, lua, java, python
* ADD: failed_xml_cdr magic channel variable
* FIX: access free memory error in mod_sofia when using respond app
* ENHNACEMENT: make global_setvar only have 2 fields so you can set foo=bar=blah w/o quotes
* FIX: mod_spidermonkey keep hangup hook in the session thread
* ENHANCEMENT: mod_ldap added sasl support and search filters
* ADD: answered, waitForAnswer and mediaReady methods to embedded language Session object
* ENHANCEMENT: mod_voicemail param change to allow notification emails using templates
* ADD: per user acl in sofia
* FIX: deadlock in mod_portaudio
* ENHANCEMENT: blank username in sip will trigger a lookup for the user "nobody"
* ADD: import variable to import variables from a peer channel at time of originate
* FIX: api type fix for c++ modules when incorrectly using enums
* FIX: eliminate need for escaped , in [] on originate
* ADD: NDLB-force-rport option to force behavior as if rport was sent in the via
* ENHANCEMENT: honor execute_on_answer on outbound legs too
* ADD: execute_on_ring variable
* FIX: Seg fault in CoreSession() class destructor
* ADD: per channel caller id in originate
* ADD: sip_outgoing_call_id variable
* FIX: multiple memory leaks in mod_sofia
* FIX: find_local_ip IPv6 support
* ADD: variable expansion to on execute vars.(FSCORE-114)
* ADD: count optional arg to show calls and show channels (MODAPP-103)
* FIX: MODEVENT-25 (WSAWOULDBLOCK error on socket send in windows) in event socket
* FIX: multiple fixes to the logic in mod_say_zh
* ADD: inter digit timeout to swigged embedded languages getDigits method. (MODLANG-65)