MasterVitronic / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

Not recording outbound calls with *2 feature code. #438

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.add gateway
2.add extension
3.make a call using that gw
4.press *2 in call

What is the expected output? What do you see instead?
the pbx dont record the call, its not the same when you call using ext to ext?

What version of the product are you using? On what operating system?

Path: .
URL: http://fusionpbx.googlecode.com/svn/trunk/fusionpbx/app/exec
Repository Root: http://fusionpbx.googlecode.com/svn
Repository UUID: e2954ef0-caed-11de-bd98-e341d93cc3cc
Revision: 4099
Node Kind: directory
Schedule: normal
Last Changed Author: luis.daniel.lucio@gmail.com
Last Changed Rev: 4028
Last Changed Date: 2013-05-12 16:08:10 -0600 (Sun, 12 May 2013)

running in ubuntu precise:
Linux ubuntu 3.5.0-23-generic #35~precise1-Ubuntu SMP Fri Jan 25 17:13:26 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux 

Please provide any additional information below.

Original issue reported on code.google.com by cesar.be...@gmail.com on 14 Jun 2013 at 9:27

GoogleCodeExporter commented 9 years ago
Dialplan manager under 'local_extension' you will see bind_meta_app which sets 
*2 call record option. In order to add this to outbound calls would need to add 
the following action to the outbound route.

action    bind_meta_app       2 ab s 
record_session::$${recordings_dir}/archive/${strftime(%Y)}/${strftime(%b)}/${str
ftime(%d)}/${uuid}.wav

Original comment by markjcrane@gmail.com on 12 Jul 2013 at 7:08

GoogleCodeExporter commented 9 years ago

Original comment by sevenate on 27 Apr 2014 at 10:42