Displaying 4 results from an estimated 4 matches for "timesta".
Did you mean:
timestr
2004 Sep 12
1
Monitor and AGI - doesn't record much!
...ever, if I
dial from an AGI script the recording stops after a few seconds. I see an
extra answer in the console and suspect that is the reason. Could any kind
soul help me to get around this?
Extensions.conf..
exten =>
_8.,1,SetVar(CALLFILENAME=${UNIQUEID}--${CALLERIDNUM}--${EXTEN:1}--${TIMESTA
MP})
exten => _8.,2,Monitor(wav,${CALLFILENAME},m)
exten => _8.,3,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) ;
Console log...
-- AGI Script Executing Application: (DIAL) Options:
(Local/85551212/|30|HS(60605520))
-- Setting call duration limit to 60605520 seconds.
-- Executin...
2007 May 25
1
Start recording automatically when xferring to an extension?
Hi,
I want to start recording the caller automatically when the receptionist
transfers a new sales lead to 567. I don't want the receptionist to have to
press *1 manually for automon. Can someone recommend how best to accomplish
this?
exten => 567,1,Set(CALLERID(name)=SALES CALL)
exten => 567,n,Playback(recorded-for-training)
exten =>
2007 May 27
0
Start recording automatically when
...ecommend how best to accomplish this?
>
>
> exten => 567,1,Set(CALLERID(name)=SALES CALL)
> exten => 567,n,Playback(recorded-for-training)
> exten =>
Add a couple lines to your 567 extension
exten =>
567,n,Set(CALLFILENAME=/var/log/calls/${ARG1}-${CALLERID(num)}-${TIMESTA
MP})
exten => 567,n,MixMonitor(${CALLFILENAME}.wav,b)
> 567,n,Dial(SIP/phone7&SIP/phone8&SIP/phone9&SIP/phone10&SIP/ph
> one11&SIP/phone12,${SECS_TO_TIMEOUT}) ;Ring Sales Phones
> exten => 567,n,Dial(SIP/phone1,${SECS_TO_TIMEOUT}) ;Send back
> to Receptionist...
2006 Sep 20
3
Unit and Functional Tests Bombing with Ferret
Hello,
I am currently using ferret 0.9.5 and acts_as_ferret 0.2.3 on windows XP
All my unit and functions test that used to work before I installed
ferret are erroring out. My index is on a model name Post, and it looks
like all tests that contains methods which does CRUD to the Post model
bombs out.
Is there anything special I need to do before running unit and
functional test?
Thanks