Scott T. Hardin
Scott T. Hardin
I'll take the liberty of re-naming and re-opening this because it will be real pathetic if we don't start code signing for our upcoming release
After working with this a while, using '#!/usr/bin/env perl' turns out to be not such a hot idea. It introduces some problems when running in a mixed environment with system...
Added fix for error in assertEquals() for boolean values
Are you running asterisk and mumsi on the same server? You might be having UDP port conflicts. I'm using mumsi to connect to my SIP account at sipgate.de and it...
Great to hear you got it working. Were you able to assign alternate SIP ports or did you have to separate asterisk and mumsi on different servers? To use the...
Hi, You need one Mumble user per simultaneous session you want to support. Depending on your Asterisk configuration, you'll either need just a single user that is allowed to have...
Hi, Ah, sorry. You'll need a couple of additional commits that were submitted last May in my pull request [https://github.com/slomkowski/mumlib/pull/14]. When you build mumlib, be sure you have a recent...
Sorry, but after looking at the source, I noticed that configuring multiple SIP users is not supported. I had implemented just the multi-session support for a single SIP user because...
I'm not a SIP expert, so I don't know if "sip trunking" is the correct term. Basically, if you're on your softphone already with a caller and a second person...
Take a look at pull request #18 to see if the commit on user certs meets your needs.