[Freeswitch-users] help on mod_callcenter
Antonio Teixeira
eagle.antonio at gmail.com
Fri Jun 21 13:12:19 MSD 2013
Callcenter Events
http://wiki.freeswitch.org/wiki/Mod_callcenter#Events
ESL Inbound
http://wiki.freeswitch.org/wiki/Mod_event_socket#Inbound
The trick
Make a program in *whatever* ( extra points for doing it in asm)
Connect to FS send send "gimme all the events" or you can narrow it down
a bit ...
And handle the events on your code
" Taken from a old script of mine "
con = ESLconnection("192.168.0XXXXXX","8021","ClueCon")
if con.connected:
// Gimme all the events OR you can narrow this ...
con.events("plain", "all");
while con.connected():
e = con.recvEventTimed(1000)
if e and e.getHeader("Event-Name") == 'CUSTOM' and
e.getHeader("Event-Subclass") == 'callcenter::info':
On 6/21/13 9:56 AM, Ashish gautam wrote:
> Hi,
>
> I am working with mod_callcenter. I want FS to send event data to an
> external script on two events when they happen. first when a caller is
> just answered and is in waiting state. Second, when he is connected to
> any agent.
>
> I have written this line in the dialplan:
>
> <action application="socket" data="127.0.0.1:8022
> <http://127.0.0.1:8022> async full"/>
>
> is it going to do something?
>
> Please throw some light on it.
>
> --
> Ashish Gautam
>
>
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
>
>
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130621/3ce9136f/attachment.html
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list