Skip to content

Tag: Macros

Clever Call Recording With Asterisk PBX

Post Views: 2,783 In addition to being an author, I’m also a telecom/ linux geek.  Someone recently posted on “StackOverflow” that they couldn’t find a good “how-to” on call recording for Asterisk PBX systems. I’m not convinced they looked too hard, but I figured it would not take me too long to post one up.  This works with both Asterisk 1.4.x and Asterisk 1.8.x.  YMMV on other revs. Please note that this post is written for someone that has a basic understanding of Asterisk call routing and dial plans.  If you don’t have that, I strongly recommend you take a read of: https://wiki.asterisk.org/wiki/display/AST/Creating+Dialplan+Extensions http://www.asterisk.org/doxygen/trunk/Config_ext.html http://www.voip-info.org/wiki/view/Asterisk+config+extensions.conf So, let’s get started: Add a line like this to your outbound dial route and your inbound dial route: same => n, Macro(do_call_recording|${MACRO_CONTEXT}|${CRS_ID}|Outbound)…

Leave a Comment