You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In audiosocket.go there is a FIXME comment explaining that the Asterisk side of error reporting is missing if I am not mistaken. Could you please share any thoughts on how this should be implemented and I may be able to make a pull request with the changes.
Thanks!
The text was updated successfully, but these errors were encountered:
Basically, the app_audiosocket.c treats everything which is not type 0x10 (after the initial packet) as a stop indication.
The relevant code is here and here. Ideally, it should handle each defined type and log the error or otherwise handle it appropriately. This wasn't important for my initial use, but it should be done for completeness.
Hi Sean,
In audiosocket.go there is a FIXME comment explaining that the Asterisk side of error reporting is missing if I am not mistaken. Could you please share any thoughts on how this should be implemented and I may be able to make a pull request with the changes.
Thanks!
The text was updated successfully, but these errors were encountered: