Mark Murawski

Results 38 comments of Mark Murawski

Hi, It seemed to be a server-side issue. My first attempt was connecting to a php-websocket server which was not working. I switched to Net::WebSocket::Server which works great. I had...

Hi, Also. I am a part-time developer for the Asterisk Project. I primarily maintain the AEL module. I am interested to get this audiofork module of yours officially added to...

Hi Nadir, Here you go: You'll need a new free account with the Asterisk Issue Tracker. https://signup.asterisk.org/signup Then submit the developer agreement: https://issues.asterisk.org/jira/secure/DigiumLicense.jspa You'll want to review this: https://www.asterisk.org/community/developers/ As...

A few additional things should be taken care of as well. - Add periodic re-connection support (and have it be configurable using parameters) Example: It should be possible to pass...

HI Nadirhamid, For production-readyness and robust behavior there should be options to avoid data-loss, such as more than one reconnect, and possibly storing data on disk. In terms of reconnection...

Thanks for the updates. I'm going to work on getting this posted up on the reviewboard for official Commit. Do you have any pending work to commit?

Linphone is missing the ability to set per-sip-account transport options like media encryption. This is definitely a bad design that these encryption options are global.

Having also a problem problem pasting into a console, or emacs... etc copy/paste this code from a code block: ``` START TRANSACTION; WITH delete_needed AS ( select phone_directory_id from asterisk.v_phone_buttons...