[asterisk-commits] irroot: branch irroot/distrotech-customers-trunk r339467 - /team/irroot/distr...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Oct 5 02:10:12 CDT 2011


Author: irroot
Date: Wed Oct  5 02:10:03 2011
New Revision: 339467

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=339467
Log:
Merged revisions 339464-339465 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
  r339464 | irroot | 2011-10-05 08:40:40 +0200 (Wed, 05 Oct 2011) | 15 lines
  
  Merged revisions 339463 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/10
  
  ........
    r339463 | irroot | 2011-10-05 08:28:46 +0200 (Wed, 05 Oct 2011) | 9 lines
    
    Only change the capabilities on the gateway when
    the session is been destroyed there is still
    a race condition that ends in a segfault.
    
    if the caps are changed the logic in res_fax_spandsp
    will run T30 code not gateway code to end the session.
    this has been experienced on a "slower" under spec system.
  ........
................
  r339465 | irroot | 2011-10-05 08:50:18 +0200 (Wed, 05 Oct 2011) | 18 lines
  
  Add generic faxdetect framehook to res_fax
  
  Added func FAXOPT(faxdetect)=yes,cng,t38[,timeout]/no
  to enable dialplan faxdetect allowing more flexibility.
  
  as soon as a fax tone is detected the framehook is removed.
  there is a penalty involved in running this framehook on
  non G711 channels as they will be transcoded.
  
  CNG tone is suppresed using the SQUELCH flag to allow
  WaitForNoise to be run on the channel to detect Voice.
  
  (Closes issue ASTERISK-18569)
  Reported by: Myself
  Reviewed by: Matthew Nicholson, Kevin Fleming
  
  Review: https://reviewboard.asterisk.org/r/1116/
................

Modified:
    team/irroot/distrotech-customers-trunk/   (props changed)
    team/irroot/distrotech-customers-trunk/CHANGES

Propchange: team/irroot/distrotech-customers-trunk/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.

Propchange: team/irroot/distrotech-customers-trunk/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Wed Oct  5 02:10:03 2011
@@ -1,1 +1,1 @@
-/trunk:1-339419
+/trunk:1-339465

Modified: team/irroot/distrotech-customers-trunk/CHANGES
URL: http://svnview.digium.com/svn/asterisk/team/irroot/distrotech-customers-trunk/CHANGES?view=diff&rev=339467&r1=339466&r2=339467
==============================================================================
--- team/irroot/distrotech-customers-trunk/CHANGES (original)
+++ team/irroot/distrotech-customers-trunk/CHANGES Wed Oct  5 02:10:03 2011
@@ -50,6 +50,11 @@
 ----------------------------------------
  * Originate now generates an error response if the extension given
    is not found in the dialplan
+
+FAX changes
+-----------
+ * FAXOPT(faxdetect) will enable a generic fax detect framehook for dialplan
+   control of faxdetect.
 
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 1.8 to Asterisk 10 -------------------




More information about the asterisk-commits mailing list