question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

no call record file with redirect

See original GitHub issue

Hello! 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:closed
  • Created 5 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
stasca84commented, Dec 5, 2018

Ok. Thanks. I will try.

0reactions
Deantwocommented, Dec 5, 2018

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/

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found