Skip to content

SWITCH_EVENT_CUSTOM Subscribe to multiple errors #16

@Egbert8527

Description

@Egbert8527

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

PixPin_2024-12-19_20-32-33
and message is repeated
PixPin_2024-12-19_20-34-01

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions