Dave Horton
Dave Horton
I could definitely use some advice/help on how to implement/integrate logging into the framework better. You are right, there are spots where I would like to generate a log message...
that sounds pretty reasonable. One thing I was wondering -- that initial link you gave, an error of that kind should have called your error middleware, if you had any,...
it is middleware with 4 args instead of 3, one being an error argument. It is called only when an error is barfed somewhere down the stack: ``` srf.use((err, req,...
The issue is that freeswitch does not support currently (as best I can tell, after reviewing the code and discussions with some freeswitch devs) generating an SRTP offer from an...
The flow will be pretty simple. You will create an endpoint (there will need to be a new option to request SRTP) then use Srf#createUAC to send an invite, e.g....
Good point, would you agree that Srf.createB2BUA should set `_socket` for you? If so I can make that change
Unfortunately....nope. That answer betrays a lack of understanding of how 3PCC works on Freeswitch. The SDP is generated (in this case) _before_ any application is run. And before any channel...
Feel free to try though, if you think for some reason it will work. Let me know if you prove me wrong
leaving this issue open for now, in case I implement this feature later. For others coming across this thread in the future with similar needs, I suggest doing what I...
Here are a few notes... So you can either run rtpengine on the same server as freeswitch, or different. If the same, make sure each is configured with a non-overlapping...