Displaying 1 result from an estimated 1 matches for "1bv2bwdi_".
2007 Jun 21
0
ENC: Action Originate (Asterisk Manager) X Monitor()
...plan extension that I made exclusively for
tests.
The problem is:
If I do the call through ORIGINATE Action, the Monitor() just makes the
record file, but this is empty, if I do the call to SoftPhone the record
file is made normally.
My Action Originate:
Action: Originate
ActionID: 1BV2bwdI_#Ps20070620175008
Channel: Local/09194****
Exten: 101
Context: ramais
Priority: 1
Variable: ACTIONID=1BV2bwdI_#Ps20070620175008
Async: True
Part of my dial plan:
exten => _09194****,1,set(SCREEN_FILE=/calls/records/TESTE_${RAND(1,99999)}
exten => _09194****,2,Monitor(wav,${SCRE...