I am sure that this was answered somewhere but my lack of being able to find an answer using google I turn to the pros.

 

What would be the easist way to record all conversations using Monitor command with the latest [EMAIL PROTECTED] ?

Using a FXO card with SIP extensions

 

I have tried adding the following in the extensions_additional.conf but I am not getting a file generated in the /var/spool/asterisk/monitor directory or anywhere else.

Help would be muchly appreciated.

 

Thanks for helping the newbiein return.

 

exten => s,7,Monitor(wav,${TIMESTAMP}-${CALLERIDNUM}-${MACRO_EXTEN})

 

 

[aa_1]

include => aa_1-custom

exten => 1,1,Goto(ext-local,7726258,1)   ;

exten => 2,1,Goto(ext-local,7726259,1)   ;

exten => 3,1,Goto(ext-local,7726257,1)   ;

exten => fax,1,Goto(ext-fax,in_fax,1)       ;

exten => h,1,Hangup()    ;

exten => i,1,Playback(invalid)     ;

exten => i,2,Goto(s,7)    ;

include => ext-local

include => app-messagecenter

include => app-directory

exten => s,1,GotoIf($[${DIALSTATUS} = ANSWER]?4)     ;

exten => s,2,Answer()    ;

exten => s,3,Wait(1)      ;

exten => s,4,SetVar(DIR-CONTEXT=default)        ;

exten => s,5,DigitTimeout(3)       ; Select

exten => s,6,ResponseTimeout(7)           ;

exten => s,7,Monitor(wav,${TIMESTAMP}-${CALLERIDNUM}-${MACRO_EXTEN})

exten => s,8,Background(custom/aa_1)   ; Press 1 for Peter Press 2 for Paula Press 3 for the Kids

 

 

_______________________________________________
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

Reply via email to