See function megaco_simple_mg:start/0:<br><br>start() -><br> {ok, LocalHost} = inet:gethostname(),<br> start(LocalHost, false, false).<br><br>MG uses localhost by default. Read erl -man inet and redefine value of LocalHost.<br>
<br clear="all">-- <br>Maxim Treskin