[Freeswitch-users] ESL with PHP - last event is not received
Melanie Treitinger
treitinger at as-infodienste.de
Thu Nov 3 13:54:26 MSK 2016
Apparently it has something to do with the log level I had set.
"log All" was wrong - when I switched to "log INFO", all events were
reveived.
https://freeswitch.org/confluence/display/FREESWITCH/mod_event_socket
https://freeswitch.org/confluence/display/FREESWITCH/mod_console
One more question: is it necessary to use "linger" here?
Am 02.11.2016 um 16:08 schrieb David Villasmil:
> Try removing all logic, and just subscribing to all events and printing
> them out. I've never used esl with php, but I'd be surprised the last
> event is missing like that.
> On Wed, Nov 2, 2016 at 11:05 AM Aqs Younas <aqsyounas at gmail.com
> <mailto:aqsyounas at gmail.com>> wrote:
>
> In python, I use this.
>
> #!/usr/bin/env python
> '''
> events.py - subscribe to all events and print them to stdout
> '''
> import ESL
>
> con = ESL.ESLconnection('localhost', '8021', 'ClueCon')
>
> if con.connected:
> con.events('plain', 'all')
> while 1:
> e = con.recvEvent()
> if e:
> print e.serialize()
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org <mailto:consulting at freeswitch.org>
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> <mailto:FreeSWITCH-users at lists.freeswitch.org>
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users
mailing list