]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pbx_dundi: Add PJSIP support.
authorNaveen Albert <asterisk@phreaknet.org>
Fri, 9 Dec 2022 14:18:26 +0000 (14:18 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 10 Apr 2023 19:39:05 +0000 (14:39 -0500)
commitb33f92cbb56fb848d2a0aaeb416b7cac4813f804
treef121a46689ba33b6aa2626ce03620475000dcd22
parentde9aaf7e97c711887d4bf77618677e2c3850d972
pbx_dundi: Add PJSIP support.

Adds PJSIP as a supported technology to DUNDi.

To facilitate this, we now allow an endpoint to be specified
for outgoing PJSIP calls. We also allow users to force a specific
channel technology for outgoing SIP-protocol calls.

ASTERISK-28109 #close
ASTERISK-28233 #close

Change-Id: I2e28e5a5d007bd49e3df113ad567b011103899bf
configs/samples/dundi.conf.sample
doc/CHANGES-staging/dundi.txt [new file with mode: 0644]
include/asterisk/dundi.h
pbx/dundi-parser.c
pbx/pbx_dundi.c