Project

General

Profile

Actions

Bug #4262

closed

osmo-hlr: starting mdns server does not work as described

Added by osmith over 4 years ago. Updated over 4 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
Target version:
-
Start date:
11/11/2019
Due date:
% Done:

0%

Spec Reference:

Description

cfg_mslookup_server description:

Enable and configure Distributed GSM / multicast MS Lookup server

cfg_mslookup_mdns description:

Convenience shortcut: enable both server and client for DNS/mDNS MS Lookup with default config

But the server only starts if "mdns" is in the config, having just "server" is not enough.

Actions #1

Updated by osmith over 4 years ago

  • Status changed from New to Rejected

I had this:

mslookup
 server
  service sip.voice at ${SIPCON_LOCAL} ${SIPCON_LOCAL_PORT}

Neels explained, that if I don't want to enable both client and server, I can put "mdns" into the server block:

mslookup
 server
  dgsm
  service sip.voice at ${SIPCON_LOCAL} ${SIPCON_LOCAL_PORT}

This works.

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)