-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
my event_kafka conf is this
<configuration name="event_kafka.conf" description="Kafka Event Configuration">
<settings>
<param name="bootstrap-servers" value="192.168.13.1:9092"/>
<param name="topic-prefix" value=""/>
<param name="topic" value="esl_event" /> <!-- set either topic-prefix or topic, incase both are defined topic value would be used. -->
<param name="username" value="" /> <!-- set it only if you have sasl enabled on your kafka cluster -->
<param name="password" value="" />
<param name="buffer-size" value="16" />
<param name="compression" value="snappy"/>
<param name="event-filter" value="SWITCH_EVENT_CUSTOM::sofia::register,SWITCH_EVENT_CUSTOM::sofia::unregister,SWITCH_EVENT_CUSTOM::sofia::expire,SWITCH_EVENT_CHANNEL_CREATE,SWITCH_EVENT_CHANNEL_ANSWER,SWITCH_EVENT_CHANNEL_HANGUP,SWITCH_EVENT_CHANNEL_HANGUP_COMPLETE,SWITCH_EVENT_CHANNEL_PROGRESS,SWITCH_EVENT_CHANNEL_PARK"/> <!-- set it to a valid list of events if you want to filter. Default empty doesn't filter any event -->
</settings>
</configuration>but Subscribed is not corrected
Metadata
Metadata
Assignees
Labels
No labels

