Displaying 2 results from an estimated 2 matches for "tmp_ext".
Did you mean:
tmp_exe
2018 Jan 20
2
Can anyone help with a quick app_record.c module improvement and can explain over-riding modules?
On 20 January 2018 at 23:30, Tim S <tim.strommen at gmail.com> wrote:
> I have seen this take over 2 seconds before on a sluggish machine.
Thanks - my host uses SSD and everything seems pretty quick, but I'll
give it a 1 second pause.
> you'd need to pipe that to a Google Speech API tunnel.
> That's probably not something you can hack away at with simple
> Asterisk
2013 May 17
0
Temporarily features (transfer) off during Read
...#)
atxfer => ** ; Attended transfer
I try:
exten => s,n,Set(LOCAL(tmp_atxfer)=${FEATUREMAP(atxfer)})
exten => s,n,Set(LOCAL(tmp_blindxfer)=${FEATUREMAP(blindxfer)})
exten => s,n,Set(FEATUREMAP(atxfer)=)
exten => s,n,Set(FEATUREMAP(blindxfer)=)
exten => s,n,Read(tmp_ext,${ARG1},${ARG2},${ARG3},${ARG4},${ARG5})
exten => s,n,Set(FEATUREMAP(atxfer)=${tmp_atxfer})
exten => s,n,Set(FEATUREMAP(blindxfer)=${tmp_blindxfer})
No success. FeatureMap is usefull only BEFORE Dial. It is no matter
during Dial :(
Remark: It's difficult to remove option (tT) in Dial....