[asterisk-users] Record all calls

2009-05-08 Thread Michelle Dupuis
I'd like to setup a single extension for which all INBOUND and OUTBOUND
calls are recorded to a wav file.  I took a look at the wiki:
 
http://www.voip-info.org/wiki/view/Asterisk+record+calls
 
but it's not too helpful.  Can someone show some sample code in  out
recording?
 
Thanks,
MD
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Record all calls

2009-05-08 Thread David Backeberg
On Fri, May 8, 2009 at 5:31 PM, Michelle Dupuis supp...@ocg.ca wrote:
 I'd like to setup a single extension for which all INBOUND and OUTBOUND
 calls are recorded to a wav file.  I took a look at the wiki:

 http://www.voip-info.org/wiki/view/Asterisk+record+calls

 but it's not too helpful.  Can someone show some sample code in  out
 recording?

You don't need to set up a single extension to do all the work. Any
extension can be set to record, regardless if if that extension is
receiving or dialing. Applications that assist with setting up
recording on an extension include:
Monitor()
MixMonitor()

Take a look at those.

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] record all calls

2004-11-01 Thread Seth Remington
On Sun, 2004-10-31 at 23:53, Altus Syman wrote:
 Good day all
 I want to record all call on my zapvpbinternal channels.
 I had a look on the net and and found astGUIclient,I want something easy 
 and simple that will save it in date/user files.
 Please advice
 Thanks Altus

If you want to record *all* calls as you say just add a call to the
Monitor() application in you dial plan before you call Dial(). I'm sure
you can get creative with the basename parameter to categorize the calls
the way you want.

exten = _8.,1,SetVar(CALLFILENAME=${EXTEN:1}-${TIMESTAMP}) 
exten = _8.,2,Monitor(wav,${CALLFILENAME},m) 
exten = _8.,3,Dial(ZAP/g1/${EXTEN:1}) 
exten = _8.,4,Congestion 
exten = _8.,104,Congestion

http://www.voip-info.org/wiki-Asterisk+cmd+monitor

-Seth

-- 
Seth Remington
SaberLogic, LLC
661-B Weber Drive
Wadsworth, Ohio 44281
Phone: (330)335-6442
Fax: (330)336-8559

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] record all calls

2004-10-31 Thread Altus Syman
Good day all
I want to record all call on my zapvpbinternal channels.
I had a look on the net and and found astGUIclient,I want something easy 
and simple that will save it in date/user files.
Please advice
Thanks Altus

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users