Hello, I'm trying to figure out how to setup "live" recording of a phone call. I've read all the docs at the wiki, but can't seem to figure out how to implement it. I'm running asterisk 1.2 I have the Polycom IP500 SIP phones. In a perfect world, I would dial something to start recording, and then press another key to stop. Any help would be appreciated. Thank You, -N
Hello, I'm trying to figure out how to setup "live" recording of a phone call. I've read all the docs at the wiki, but can't seem to figure out how to implement it. I'm running asterisk 1.2 I have the Polycom IP500 SIP phones. In a perfect world, I would dial something to start recording, and then press another key to stop. Any help would be appreciated. Thank You, -N
> I'm trying to figure out how to setup "live" recording of a phone call. > I've read all the docs at the wiki, but can't seem to figure out how > to implement it. > > I'm running asterisk 1.2 > I have the Polycom IP500 SIP phones. > > In a perfect world, I would dial something to start recording, and > then press another key to stop.Just look at the Dial command and the parameter W or w http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+Dial extracted from that page : - w: Allow the called user to start recording after pressing *1 or what defined in features.conf (Asterisk > v1.0.x) - W: Allow the calling user to start recording after pressing *1 or what defined in features.conf (Asterisk > v1.0.x) hth
Thanks, That helps, but I'm still missing one piece. I want to be able to press a button during the call to start and stop recording. I tried using: exten => s,1,Dial(101,20,Ww) But it doesn't seem to do anything. -N On Dec 7, 2005, at 3:29 PM, Philip Edelbrock wrote:> > > Noah Silverman wrote: >> Hello, >> I'm trying to figure out how to setup "live" recording of a phone >> call. >> I've read all the docs at the wiki, but can't seem to figure out >> how to implement it. >> I'm running asterisk 1.2 >> I have the Polycom IP500 SIP phones. >> In a perfect world, I would dial something to start recording, >> and then press another key to stop. >> Any help would be appreciated. > > Take a look at this reference. Scroll down to the sound recording > and monitoring section: > > http://www.voip-info.org/wiki/view/Asterisk+-+documentation+of > +application+commands > > > Phil >
What codec are you using? On 12/8/05, Darrick Hartman <dhartman@djhsolutions.com> wrote:> Noah Silverman wrote: > > Moj, > > > > It is set as the default. *1 > > > > When I dial "*1" I actually see "user pressed *1 to start recording". > > I then hear a beep. > > The system DOES create in and out files and then combines them to a > > single file when the call is done. > > The problem is that the file is SILENT > > > > Noah, > > I am experiencing the same behavior (the *1 is seen, but the recorded > wav file is silent). My configuration involves calls from Teliax to my > Asterisk box via iax2 then via sip to my Polycom 600. > > Anything else we can provide to help track this down and determine the > correct way to set this up so that sound is recorded? > > Thanks, > > Darrick > -- > Darrick Hartman > DJH Solutions, LLC > http://www.djhsolutions.com > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
I have no idea. Whatever was the default when I set up the system months ago... -N On Dec 8, 2005, at 2:36 PM, C F wrote:> What codec are you using? > > On 12/8/05, Darrick Hartman <dhartman@djhsolutions.com> wrote: >> Noah Silverman wrote: >>> Moj, >>> >>> It is set as the default. *1 >>> >>> When I dial "*1" I actually see "user pressed *1 to start >>> recording". >>> I then hear a beep. >>> The system DOES create in and out files and then combines them to a >>> single file when the call is done. >>> The problem is that the file is SILENT >>> >> >> Noah, >> >> I am experiencing the same behavior (the *1 is seen, but the recorded >> wav file is silent). My configuration involves calls from Teliax >> to my >> Asterisk box via iax2 then via sip to my Polycom 600. >> >> Anything else we can provide to help track this down and determine >> the >> correct way to set this up so that sound is recorded? >> >> Thanks, >> >> Darrick >> -- >> Darrick Hartman >> DJH Solutions, LLC >> http://www.djhsolutions.com >> _______________________________________________ >> --Bandwidth and Colocation provided by Easynews.com -- >> >> Asterisk-Users mailing list >> To UNSUBSCRIBE or update options visit: >> http://lists.digium.com/mailman/listinfo/asterisk-users >> > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >