Skip to content

Commit a7a8c30

Browse files
committed
feature #57627 [Notifier] Add Sipgate bridge (Lukas Kaltenbach, sakul95)
This PR was squashed before being merged into the 7.2 branch. Discussion ---------- [Notifier] Add Sipgate bridge | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | License | MIT Added a new notifier bridge for sipgate. Commits ------- 69a4a0fdec [Notifier] Add Sipgate bridge
2 parents 8e79d91 + 5fae519 commit a7a8c30

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2813,6 +2813,7 @@ private function registerNotifierConfiguration(array $config, ContainerBuilder $
28132813
NotifierBridge\RingCentral\RingCentralTransportFactory::class => 'notifier.transport_factory.ring-central',
28142814
NotifierBridge\RocketChat\RocketChatTransportFactory::class => 'notifier.transport_factory.rocket-chat',
28152815
NotifierBridge\Sendberry\SendberryTransportFactory::class => 'notifier.transport_factory.sendberry',
2816+
NotifierBridge\Sipgate\SipgateTransportFactory::class => 'notifier.transport_factory.sipgate',
28162817
NotifierBridge\SimpleTextin\SimpleTextinTransportFactory::class => 'notifier.transport_factory.simple-textin',
28172818
NotifierBridge\Sevenio\SevenIoTransportFactory::class => 'notifier.transport_factory.sevenio',
28182819
NotifierBridge\Sinch\SinchTransportFactory::class => 'notifier.transport_factory.sinch',

Resources/config/notifier_transports.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
'ring-central' => Bridge\RingCentral\RingCentralTransportFactory::class,
9595
'sendberry' => Bridge\Sendberry\SendberryTransportFactory::class,
9696
'sevenio' => Bridge\Sevenio\SevenIoTransportFactory::class,
97+
'sipgate' => Bridge\Sipgate\SipgateTransportFactory::class,
9798
'simple-textin' => Bridge\SimpleTextin\SimpleTextinTransportFactory::class,
9899
'sinch' => Bridge\Sinch\SinchTransportFactory::class,
99100
'sms-biuras' => Bridge\SmsBiuras\SmsBiurasTransportFactory::class,

0 commit comments

Comments
 (0)