Aaron Clauson
Aaron Clauson
> When I make a call I need a timer (example ring only for 30 seconds) and this timer maybe can change between different call. Is there already a build-in...
Can you include the relevant part of your program? My guess would be there's a problem accessing the music file.
TURN is a simple protocol. Given you managed to wire up DTLS I suspect TURN would be a walk in the park. The only thing I'd be slightly nervous about...
The TURN logic is mostly [here](https://github.com/sipsorcery-org/sipsorcery/blob/f4fccb11aa62bff3e0b2d38f35a947035162593e/src/net/ICE/RtpIceChannel.cs#L1900). The STUN requests aren't too bad but the big chunk of work to support a TCP TURN client is to create an RTP channel...
Which operating system?
Could be similar to #551.
Putting the SIPUserAgent on/off hold does not affect the SIPTransport. The only way to get back off hold is by sending a new SIP request. The SIPUserAgent will [disregard](https://github.com/sipsorcery-org/sipsorcery/blob/95caae797eab2db0c430290f8715f5b973c868a2/src/app/SIPUserAgents/SIPUserAgent.cs#L1246) any...
At the very least the server owner should be able to easily see which stores are on their server. Maybe something like this:  As for whether the server admin...
> Showing all stores is not scalable on the UX. Some instances run 300 stores. Very easy to make it a paged list... > For the commission, I got lot's...
@xmijo it's more of a philosophical issue here rather than a technical one. If you need this sort of thing I'd recommend jumping onto the mattermost channel and attempting to...