Commit Graph

5185 Commits (79331255357666a2090df081870fbc145d7c3855)

Author SHA1 Message Date
Sean Bright 5c836c8e36 config_options: Handle ACO arrays correctly in generated XML docs.
4 years ago
Naveen Albert dd980e00b4 app_read: Allow reading # as a digit
4 years ago
Naveen Albert c7af46995e app_queue: Don't reset queue stats on reload
4 years ago
Naveen Albert dffc5e7f5c app_milliwatt: Timing fix
4 years ago
Naveen Albert 9cac1c16da app_morsecode: Add American Morse code
4 years ago
Naveen Albert cb1dfecc11 app_originate: Add ability to set codecs
4 years ago
Joshua C. Colp 13fd0789a2 policy: Add deprecation and removal versions to modules.
4 years ago
Naveen Albert 940f6c4a03 app_queue: Allow streaming multiple announcement files
4 years ago
Naveen Albert 016f6a0e14 app_dtmfstore: New application to store digits
4 years ago
Joshua C. Colp 9117f09d28 docs: Remove embedded macro in WaitForCond XML documentation.
4 years ago
Naveen Albert a41d192e99 app_reload: New Reload application
4 years ago
Naveen Albert 1b21b1abf7 app_waitforcond: New application
4 years ago
Naveen Albert c4236dcff2 app_dial: Expanded A option to add caller announcement
4 years ago
Naveen Albert a611a0cd42 app_originate: Allow setting Caller ID and variables
4 years ago
Naveen Albert a40e58a4da app_confbridge: New ConfKick() application
4 years ago
Naveen Albert a861522467 app_confbridge: New option to prevent answer supervision
4 years ago
Naveen Albert bfc25e5de2 app_voicemail: Configurable voicemail beep
5 years ago
Sean Bright e27fa9eceb app_queue.c: Remove dead 'updatecdr' code.
5 years ago
Sean Bright 4393207751 app_queue.c: Don't crash when realtime queue name is empty.
5 years ago
Joshua C. Colp 55c467eab1 app_queue: Only send QueueMemberStatus if status changes.
5 years ago
Joshua C. Colp be3e469f98 documentation: Fix non-matching module support levels.
5 years ago
Joshua C. Colp 60800b038a xml: Embed module information into core XML documentation.
5 years ago
Sean Bright 94debe5085 app_dial.c: Only send DTMF on first progress event.
5 years ago
Sean Bright 6673c1b177 app_page.c: Don't fail to Page if beep sound file is missing
5 years ago
Ivan Poddubnyi 985d3e4940 app_queue: Fix conversion of complex extension states into device states
5 years ago
Sebastien Duthil 092628c982 app_mixmonitor: Add AMI events MixMonitorStart, -Stop and -Mute.
5 years ago
Sean Bright 24d6adfe99 app_read: Release tone zone reference on early return.
5 years ago
Dan Cropp 088816284a chan_pjsip, app_transfer: Add TRANSFERSTATUSPROTOCOL variable
5 years ago
Kevin Harwell 0e1ba9a778 app_mixmonitor: cleanup datastore when monitor thread fails to launch
5 years ago
Sean Bright 9ff548f1db app_voicemail: Prevent deadlocks when out of ODBC database connections
5 years ago
Sean Bright 13682210e2 app_chanspy: Spyee information missing in ChanSpyStop AMI Event
5 years ago
Joshua C. Colp fd57fae048 voicemail: add option 'e' to play greetings as early media
5 years ago
George Joseph 2413598705 app_queue: Fix deadlock between update and show queues
5 years ago
Alexander Traud e0ee53dc9c Compiler fixes for GCC with -Og
5 years ago
Sean Bright abee490639 app_voicemail.c: Document VMSayName interruption behavior
5 years ago
George Joseph 4a049ad510 app_confbridge/bridge_softmix: Add ability to force estimated bitrate
5 years ago
Kfir Itzhak c83e4821e5 app_queue: Fix leave-empty not recording a call as abandoned
5 years ago
Evandro César Arruda 36dd15c659 app_queue: Member lastpause time reseting
5 years ago
Sean Bright b575868000 app_voicemail: Process urgent messages with mailcmd
5 years ago
George Joseph c4c72d55a2 scope_trace: Added debug messages and added additional macros
5 years ago
George Joseph 6faf76308d ACN: Changes specific to the core
5 years ago
Walter Doekes 312c23b0e1 app_queue: (Breaking change) shared_lastcall and autofill default to no
5 years ago
George Joseph 9bd1d686a1 ACN: Add tracing to existing code
5 years ago
Joshua C. Colp 00a52b4752 app_stream_echo: Fix state of added streams.
5 years ago
Walter Doekes db012e8cc6 app_queue: Remove stale code in try_calling
5 years ago
Walter Doekes 0fb6738314 app_queue: Read latest wrapuptime instead of (possibly stale) copy
5 years ago
George Joseph b9f42a717e app_confbridge: Plug ref leak of bridge channel with send_events
5 years ago
Kevin Harwell 3d1bf3c537 Compiler fixes for gcc 10
5 years ago
traud 527e4f6542 app_osplookup: Avoid a format truncation.
6 years ago
Nathan Bruning f217fcdc62 app_queue: track masquerades in app_queue to avoid leaked stasis subscriptions
6 years ago
George Joseph 7baf2c4bf1 app_voicemail: Add workaround for a gcc 10 issue with -Wrestrict
6 years ago
Alexander Traud 26b8c99963 app_fax: SpanDSP headers do not use ast_malloc; ignore that.
6 years ago
Joshua C. Colp 6cfc6ff53c confbridge: Add support for disabling text messaging.
6 years ago
Alexander Traud 5c2b8fdeca app_getcpeid: Add build-time dependency.
6 years ago
Jaco Kroon 4f92dcd66b dahdiras: Only set plugin dahdi.so to pppd if we're running as root.
6 years ago
Joshua C. Colp 98d10d0a16 audiohook: Don't allow audiohooks to attach to hung up channels.
6 years ago
Kevin Harwell 2d9ecd9cd1 Merge "app_queue: Refactor odd placement of if's around say_position"
6 years ago
Kevin Harwell 999fdef335 Merge "app_mixmonitor: Turn on synchronization by default"
6 years ago
Walter Doekes 680e6b9774 app_queue: Refactor odd placement of if's around say_position
6 years ago
Sean Bright 8dcdce42a9 app_mixmonitor: Turn on synchronization by default
6 years ago
Sean Bright ddfb60ac2c app_mixmonitor: Set MIXMONITOR_FILENAME to correct value when wav49 is used
6 years ago
Friendly Automation 95c6fbeae0 Merge "app_voicemail: Remove MessageExists and MESSAGE_EXISTS()"
6 years ago
Joshua Colp 64debbd13f Merge "app_voicemail, say: Fix various leading whitespace problems"
6 years ago
Joshua Colp 058e9f735e Merge "app_voicemail: Prevent crash when saving message with realtime voicemail"
6 years ago
Joshua Colp 2d17e25015 Merge "app_voicemail: Set globals to default values when voicemail.conf missing"
6 years ago
Sean Bright f09cf4da44 app_voicemail: Remove MessageExists and MESSAGE_EXISTS()
6 years ago
Sean Bright 5cbf47714a app_voicemail, say: Fix various leading whitespace problems
6 years ago
Sean Bright ba8ccb9132 app_voicemail: Prevent crash when saving message with realtime voicemail
6 years ago
Friendly Automation 4255277ffd Merge "feat: AudioSocket channel, application, and ARI support."
6 years ago
Friendly Automation c665878e92 Merge "app_queue: Deprecate the QueueMemberPause.Reason field"
6 years ago
Sean Bright 9be89d9913 app_voicemail: Set globals to default values when voicemail.conf missing
6 years ago
Seán C McCord 163efbd724 feat: AudioSocket channel, application, and ARI support.
6 years ago
Joshua Colp f6f678fe7d Merge "app_record: Do not hang up if beep audio is missing"
6 years ago
Sean Bright 9522390a69 app_queue: Deprecate the QueueMemberPause.Reason field
6 years ago
Corey Farrell 2f8b20b949 app_record: Do not hang up if beep audio is missing
6 years ago
Kevin Harwell 00a7432156 app_agent_pool: Update XML docs for AgentLogin
6 years ago
George Joseph a4fd89536d Merge "app_bridgeaddchan.c: Make BridgeAdd be more like Bridge"
6 years ago
George Joseph 6b7334a311 Merge "app_chanisavail.c: Simplify dialplan using ChanIsAvail."
6 years ago
Friendly Automation 5b815fe1ac Merge "app_dial.c: Simplify dialplan using Dial."
6 years ago
Friendly Automation 5050c45e06 Merge "app_page.c: Simplify dialplan using Page."
6 years ago
Joshua Colp b2664fd3a4 Merge "app_softhangup.c: Reduce unnecessary warning to verbose message."
6 years ago
Richard Mudgett fe3cce816c app_chanisavail.c: Simplify dialplan using ChanIsAvail.
6 years ago
Richard Mudgett 19069f7db7 app_bridgeaddchan.c: Make BridgeAdd be more like Bridge
6 years ago
Richard Mudgett abcb4ab321 app_dial.c: Simplify dialplan using Dial.
6 years ago
Richard Mudgett d86a6ac5ce app_page.c: Simplify dialplan using Page.
6 years ago
Richard Mudgett 0d1f3d9bf3 app_chanspy.c: Reduce log message level from notice to verbose.
6 years ago
Richard Mudgett a457947198 app_softhangup.c: Reduce unnecessary warning to verbose message.
6 years ago
Joshua C. Colp d21427cadd Merge "app_chanisavail/cdr: ChanIsAvail sometimes fails to deactivate CDR."
6 years ago
Frederic LE FOLL a83625b366 app_chanisavail/cdr: ChanIsAvail sometimes fails to deactivate CDR.
6 years ago
Joshua C. Colp 89b7144fbd confbridge: Add support for specifying maximum sample rate.
6 years ago
Walter Doekes 0e750cdd10
app_queue: Fix old confusing comment about when the members are called
6 years ago
George Joseph 6f82430b03 Merge "app_senddtmf: Add receive mode to AMI Action PlayDTMF"
6 years ago
Michael Cargile 5bda460300 app_amd: Fixed timeout issue
6 years ago
lvl 772b59034f app_senddtmf: Add receive mode to AMI Action PlayDTMF
6 years ago
Kevin Harwell bdd785d31c various files - fix some alerts raised by lgtm code analysis
6 years ago
George Joseph a47cb71bb1 Build: Fix compile issues with seldom used modules
6 years ago
cmaj 2d67dbfef5 app_voicemail.c: Support multiple file formats for forwarded messages.
6 years ago
Sean Bright 7362647e2f Revert "app_voicemail: Cleanup stale lock files on module load"
6 years ago
Corey Farrell 863fe2225f app_voicemail: Fix module unload leak.
6 years ago
Frederic LE FOLL 2d0eee5418 ChanIsAvail() generates a CDR when unanswered=yes in cdr.conf.
6 years ago