Waldek
Waldek
-- The C compiler identification is GNU 6.3.0 -- The CXX compiler identification is GNU 6.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc...
Ok new version with fix AUTOCONNECT now not produce in log error.
Adi, Maybe we can use get info from CTRL_PTY in SipLogic similar like in Logic.cpp void Logic::dtmfCtrlPtyCmdReceived(const void *buf, size_t count) { const char *buffer = reinterpret_cast(buf); for (size_t i=0;...
Adi, Now SIP_PTY wokrs OK. I noticed that svxlink correctly connected with the Asterisk conference by sending a number via SIP PTY. What code to send via SIP PTY to...
Thoughts constantly as to use conference bridge mode on asterisk with svxlink. It would be possible to use AUTOCONNNECT and enter the conference number to be permanently connected but it...
Probably a better solution will be to do in asterisk so when the first person joins the conference this asterisk calls to svxlink in order to join svxlink to the...
> "C#", but I'm open for further ideas and other possibilities I tried to send C# but it doesn't work, and in the svxlink log there is no information about...
As you wrote, step by step you will solve all problems. Now after updated sources when I sent "C#" in log is Tue Apr 2 17:07:29 2019: SipLogic: Hangup call...
Adi, As you think it's a good idea to use PTT instead of VOX by pressing in VoiP phone for example # or * to activate /deactivate PTT . VOX...
Yesterday we tested connections from different phones and when the audio level was low from VoIP phone VOX did not work, hence the idea to activate PTT manually in SipLogic....