slomkowski / mumsi

SIP to Mumble gateway/bridge using PJSUA stack.
Apache License 2.0
41 stars 33 forks source link

channelNameExpression #17

Open Steamrunner opened 7 years ago

Steamrunner commented 7 years ago

In the config file there is the "channelNameExpression" option. Whatever I enter here I always seem to end up in the same room. What is the syntax that should be used here?

slomkowski commented 7 years ago

This is regex, which your channel name should match. Please to following checks:

Steamrunner commented 7 years ago

Thank you for help. The problem I was facing was not in channelNameExpression as I first thought. The server I'm using doesn't require a password. leaving <password => in the config file logs in fine but it seems to prevent the line behind it to be properly recognized. Using works just fine.