no call record file with redirect
See original GitHub issueHello! I work with Asterisk 1.8.15 (I cannot reinstall to the new version for many reasons) I use AsterNet and C # When I redirect a call
public void RedirectCall (chanel string, peerNum string)
{
var action = new AsterNET.Manager.Action.RedirectAction (chanel, "from-internal", peerNum, 1);
var resp = astCon.SendAction (action);
if (resp! = null)
{
var r = (ManagerResponse), respectively;
}
}
There is no call record in the CDR and no wav file. If you redirect a call from the hardware phone, then there is a record and wav.
I watched the logs, in contrast to the normal call. In the case of using RedirectCall functions, the MIXMONITOR_FILENAME variable is not set in the VarSet event. I tried to set it manually, but it did not change anything. Writing to the CDR is not very important to me. But it is very important for me to create a wav file. What could be the problem?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5
Top Results From Across the Web
How do I use sudo to redirect output to a location I don't ...
The usual ways of bypassing this are: Wrap the commands in a script which you call under sudo. If the commands and/or log...
Read more >Call recording not working from CallAware redirect
I selected the Record Call checkbox when creating my call redirect. The redirect went through fine, but the call wasn't recorded.
Read more >Is there a way to redirect nohup output to a log file other ...
GNU coreutils nohup man page indicates that you can use normal redirection: If standard input is a terminal, redirect it from /dev/null ....
Read more >How to redirect stderr to a file [duplicate]
Redirect both to a file (this isn't supported by all shells, bash and zsh support it, for example, but sh and ksh do...
Read more >Is there a way to redirect output to a file without buffering on ...
Personally I prefer piping output of a command I want to examine through tee . script records too much information, including timing of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok. Thanks. I will try.
I suggest you try the official Asterisk forums instead, many more people there that knows a lot more than me at least. Here: https://community.asterisk.org/