On 24/01/2008, <b class="gmail_sendername">J Bhanot</b> <<a href="mailto:j.bhanot@tcs.com">j.bhanot@tcs.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br><font face="sans-serif" size="2">Hi Maxim,</font>
<br>
<br><font face="sans-serif" size="2">I was using putty from my local windows
machine to connect to linux server and then running this sample application.....</font>
<br>
<br><font face="sans-serif" size="2">but when i ran this script from linux
sever itself (FC8)....it did show MGC GUI...</font>
<br>
<br><font face="sans-serif" size="2">now it want to display GUI from my local
windows machine running this appl on putty...for this i am trying to download
an interface b/w linux and windows i.e </font>
<br>
<br><font face="sans-serif" size="2">ReflectionX</font>
<br>
<br><font face="sans-serif" size="2">hoping that it would open the GUI from
my local windows m/c....</font></blockquote><div><br>You have two way:<br> 1) Install X server on your windows machine, start it, then set DISPLAY variable on linux station to "your_windows_addr:x_display", where your_windows_addr is network address of machine and x_display is display number of X server
<br> 2) Do not run megaco_filter process. In this case you can see megaco messages on console, not in GUI.<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<font face="sans-serif" size="2">Second question is that -  I am
looking into </font><font size="3">erl_interface library </font>
<br>
<br><font face="sans-serif" size="2">now when you say atleast one erlang
node should be running ...do you mean that anyways i will have to use Erlang
in building some application ( Start Media Gateway Controller) and then
if i want to start Media Gateway ....i can use my C application to start
it and then making MG communicate with MGW via erl_interface library using
C....</font></blockquote><div><br>At least one erlang node should be started for MGC and one node for each MG. Also you must write pice of code in erlang to handle megaco messages. The easiest way is learn Erlang OTP, and write whole application on this platform. You can write low-level part of application on C/C++, but it is impossible to write high-level part, megaco messaging, on other language, not Erlang.
<br> </div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><font face="sans-serif" size="2">Actually, i am bit hazy about this at
this moment...</font>
<br>
<br><font face="sans-serif" size="2">Could you kindly throw more light on
that...</font>
<br>
<br><font face="sans-serif" size="2">Appreciate your help...</font>
<br>
<br><font face="sans-serif" size="2">Many Thanks,</font>
<br><font face="sans-serif" size="2">jb</font>
<br></blockquote></div><br><br>---<br>Maxim 'Zert' Treskin<br>