You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<configurationname="event_kafka.conf"description="Kafka Event Configuration">
<settings>
<paramname="bootstrap-servers"value="192.168.13.1:9092"/>
<paramname="topic-prefix"value=""/>
<paramname="topic"value="esl_event" /> <!-- set either topic-prefix or topic, incase both are defined topic value would be used. -->
<paramname="username"value="" /> <!-- set it only if you have sasl enabled on your kafka cluster -->
<paramname="password"value="" />
<paramname="buffer-size"value="16" />
<paramname="compression"value="snappy"/>
<paramname="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
and message is repeated
The text was updated successfully, but these errors were encountered:
I think the freeswitch filters doesn't support subclass of SWITCH_EVENT_CUSTOM. You will have to manually filter the subclass/event that you are interested in from your kafka-consumer application.
my event_kafka conf is this
but Subscribed is not corrected
and message is repeated
The text was updated successfully, but these errors were encountered: