]> 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:38:18 +0000 (14:38 -0500)
commit4e602a1afe511fdcefe01e72f6f0b28059745327
tree51980bb2d1ca9a0a6ea66a0d18ce3ac099bdef8c
parent1bbcb98558be145c431f3f07cf7d2b9b00ac78b6
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