<div dir="ltr">Offtop, but always wanted to know what is a problem of compiler on production server?<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-07-03 13:25 GMT+04:00 Денис <span dir="ltr">&lt;<a href="mailto:denis@ringme.ru" target="_blank">denis@ringme.ru</a>&gt;</span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall
    -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
    --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC
    -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
    -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64
    -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC
    -I/usr/include/python2.6 -c src/llist.c -o
    build/temp.linux-x86_64-2.6/src/llist.o<br>
    <br>
    unable to execute gcc: No such file or directory<br>
    <br>
    error: command &#39;gcc&#39; failed with exit status 1<br>
    ===<br>
    It&#39;s not a bug, but compiler on product server is not solution,
    pre-build needed.<div><div class="h5"><br>
    <br>
    <div>On 02.07.2014 19:24, Thomas Quintana
      wrote:<br>
    </div>
    <blockquote type="cite">
      <div dir="ltr">Hi Denis,
        <div><br>
        </div>
        <div>For Python ESL integration you can try <a href="https://github.com/thomasquintana/freepy" target="_blank">freepy</a> it&#39;s
          an open source app server I wrote and maintain in Python. It&#39;s
          designed to be a 100% async actor based solution which is
          working very reliably for us.</div>
        <div><br>
        </div>
        <div>Best,</div>
        <div>Thomas Quintana</div>
      </div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">On Fri, Jun 27, 2014 at 3:27 AM, Денис
          <span dir="ltr">&lt;<a href="mailto:denis@ringme.ru" target="_blank">denis@ringme.ru</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">who wrote
            event handling with ESL.py?<br>
            Code:<br>
            #!/usr/bin/python<br>
            <br>
            import ESL<br>
            <br>
            # Establish an inbound connection to FreeSWITCH<br>
            con = ESL.ESLconnection(&quot;localhost&quot;,&quot;8021&quot;,&quot;ClueCon&quot;)<br>
            print con.connected()<br>
            print con.getInfo()<br>
            <br>
            # set event command to receive all events<br>
            con.events(&quot;plain&quot;, &quot;all&quot;);<br>
            <br>
            #while(1): # or whileon.connected()):<br>
            while(con.connected()):<br>
                e = con.recvEvent()<br>
                if e:<br>
                  print &quot;Event: &quot;,e.serialize()<br>
            <br>
            Out:<br>
            0<br>
            None<br>
            <br>
            run fs_cli:<br>
            # fs_cli -H 127.0.0.1 -P 8021 -p ClueCon -b<br>
            ...<br>
            +OK log level  [7]<br>
            <br>
            Where exceptions with error?How to properly connect?<br>
            <br>
_________________________________________________________________________<br>
            Professional FreeSWITCH Consulting Services:<br>
            <a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
            <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
            <br>
            FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
            <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
            <br>
            Official FreeSWITCH Sites<br>
            <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
            <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
            <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
            <br>
            FreeSWITCH-users mailing list<br>
            <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
            <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
            UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
            <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      <pre>_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
</pre>
    </blockquote>
    <br>
  </div></div></div>

<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Best regards,<br><br>Dmitry Sytchev,<br>IT Engineer
</div>