Commit Graph

127 Commits (bbed75c3ba424b63257e1556b79a80242f3b6e2b)

Author SHA1 Message Date
Corey Farrell a6e5bae3ef Remove ASTERISK_REGISTER_FILE.
9 years ago
Richard Mudgett 9c49b96374 Audit ast_json_pack() calls for needed UTF-8 checks.
9 years ago
Torrey Searle 20c3dba39e res_fax: Fix a tight race condition causing fax to crash in audio fallback
9 years ago
Richard Mudgett 5eb6cb969f res_fax: Fix deadlock in ast_channel_get_t38_state().
9 years ago
Richard Mudgett 277a2d667a res_fax: Fix deadlock setting FAXMODE channel variable.
9 years ago
Richard Mudgett edca14c8a5 res_fax.c: Fix deadlock in fax_gateway_indicate_t38().
9 years ago
Richard Mudgett 141cd42880 res_fax.c: Add chan locked precondition comments.
9 years ago
Richard Mudgett b86771d1bf ast_framehook_detach() must be called with the channel locked.
9 years ago
zuul 3abf482393 Merge "res_fax.c: Fix deadlock potential in FAXOPT(faxdetect) framehook."
9 years ago
Richard Mudgett 9abbea162c res_fax.c: Fix deadlock potential in FAXOPT(faxdetect) framehook.
9 years ago
Richard Mudgett 804fbd9c2b res_fax: Fix FAXOPT(faxdetect) timeout option.
9 years ago
Corey Farrell 8c7017f76e res_fax: Fix reference leak in fax_v21_session_new.
9 years ago
Alexei Gradinari 92f85fe766 res_fax/t38_gateway: Peer V.21 session is created on wrong channel
9 years ago
Alexei Gradinari 380ac201ac res_fax: add FAXMODE variable
9 years ago
Joshua Colp d17d9a9288 json: Audit ast_json_* usage for thread safety.
9 years ago
Rodrigo Ramírez Norambuena eec010829a AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.
10 years ago
Kevin Harwell 5d0c182885 res_fax: allow 2400 transmission rate according to v.27ter standard
10 years ago
Richard Mudgett 1269dd06bc res_fax: Fix latent bug exposed by ASTERISK-24841 changes.
10 years ago
Matt Jordan 4a58261694 git migration: Refactor the ASTERISK_FILE_VERSION macro
10 years ago
Walter Doekes 49cbfa7de6 Fix typo's (retrieve, specified, address).
10 years ago
Richard Mudgett e4738a59eb CHANNEL(peer), chan_iax2, res_fax, SNMP agent: Fix deadlock from reaching across a bridge.
10 years ago
Richard Mudgett a8ea2f9287 res_fax.c, res_fax_spandsp.c: Remove redundant locking.
10 years ago
Richard Mudgett 9b1c36d3fa res_fax.c, res_fax_spandsp.c: Fix some curlies on the end of function definitions.
10 years ago
Richard Mudgett c7ea108e02 Revert -r430452 It needs to be redone for the next major AMI version change instead.
10 years ago
Richard Mudgett ef34a05f21 AMI: Remove no longer used parameter from astman_send_listack().
10 years ago
Richard Mudgett 52a7cdb101 AMI: Make AMI actions that generate event lists consistent.
10 years ago
Kinsey Moore 77ee23210d res_fax: Add T.38 negotiation timeout option
10 years ago
Corey Farrell 7205d76d7d res_fax: Resolve T38 gateway frame leak.
11 years ago
Corey Farrell fbb19db0c8 res_fax: Fix reference leak caused by gateway sessions
11 years ago
Corey Farrell 01bdc80475 res_fax: Resolve module reference leak caused by reserved sessions
11 years ago
Richard Mudgett d07b9af24b res_fax: Fix out of bounds error in update_modem_bits().
11 years ago
Mark Michelson dcf1ad14da Add module support level to ast_module_info structure. Print it in CLI "module show" .
11 years ago
Corey Farrell ef697de4a5 res_fax: unregister manager actions on unload
11 years ago
Matthew Jordan a2c912e997 media formats: re-architect handling of media for performance improvements
11 years ago
Jonathan Rose af4cd65143 Channels: Masquerades to automatically move frame/audio hooks
11 years ago
Jonathan Rose 5c988cc4e6 res_fax: Provide AMI equivalents for fax CLI commands
11 years ago
Matthew Jordan fb5690ce4b Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messages
11 years ago
Kinsey Moore abd3e4040b Allow Asterisk to compile under GCC 4.10
11 years ago
Richard Mudgett 45ade68cb4 Remove unused RAII_VAR() declarations.
11 years ago
Richard Mudgett d277f3ec3e json: Fix off-nominal json ref counting issues.
11 years ago
Kevin Harwell a48798ce95 res_fax: check_modem_rate() returned incorrect rate for V.27
11 years ago
Scott Griepentrog c061f634da res_fax.c: crash on framehook with no dsp in fax detect
12 years ago
Richard Mudgett 057d105c5a Add channel lock protection around translation path setup.
12 years ago
Matthew Jordan cc29957a6f Properly pack the parameters into ast_json_pack when sending a send fax message
12 years ago
Matthew Jordan 175b9831f2 Properly extract channel variables for the SendFAX/ReceiveFAX Stasis messages
12 years ago
Matthew Jordan ea03516cb5 Fix a deadlock and possible crash in res_fax
12 years ago
Matthew Jordan 071c1e290d Pack the right number of items into the status and receive fax blobs
12 years ago
Kinsey Moore 6851801a5e Resolve a merge conflict
12 years ago
Matthew Jordan 2d2a47fae3 Fix some more fax test errors due to needing the peer in a bridge
12 years ago
Matthew Jordan 9e35096623 Fix a few fax gateway failures
12 years ago