[Freeswitch-users] How to subscribe to custom event in cli?

Brian West brian at freeswitch.org
Fri Sep 11 06:21:29 PDT 2009


You need to telnet to the socket or use fs_cli... example...

telnet 0 8021
auth ClueCon<enter><enter>
events all plain<enter><enter>  (or what ever commands you wish to run)

/b


On Sep 11, 2009, at 3:48 AM, jun yang wrote:

> how can i subscribe to custom event in cli.
> cli: load mod_event_socket
> say Module mod_event_socket Already Loaded!
> but i use
> cli: event plain CHANNEL_CREATE
> return event: Command not found!
> cli: api event plain  CHANNEL_CREATE
> return api: Command not found!
>
> then what is the correct command?
> thanks for some hint!





More information about the FreeSWITCH-users mailing list