Michiel van Baak
|
c75662c02b
Pass the hangup cause all the way to the calling app/channel.
|
17 lat temu |
Jeff Peeler
|
4a97e7f430
(closes issue #6113)
|
17 lat temu |
Jason Parker
|
b7ae7bbbe5
Merged revisions 107714 via svnmerge from
|
17 lat temu |
Philippe Sultan
|
78a6340bfa
Remove unnecessary if statements before calling iks_delete (redundant check is
|
17 lat temu |
Luigi Rizzo
|
a3d5e81bf4
remove another set of redundant #include "asterisk/options.h"
|
17 lat temu |
Luigi Rizzo
|
32d68be9da
include "logger.h" and errno.h from asterisk.h - usage shows that they
|
17 lat temu |
Luigi Rizzo
|
cb7d858653
more removal of duplicate #include lines
|
17 lat temu |
Luigi Rizzo
|
47e70077d6
Start untangling header inclusion in a way that does not affect
|
17 lat temu |
Tilghman Lesher
|
54e1317a23
Commit some cleanups to the format type code.
|
17 lat temu |
Jason Parker
|
ec6f8db3d6
Allow gtalk and jingle to use TLS connections again.
|
17 lat temu |
Jason Parker
|
59b0251301
Remove traces of gnutls, since we no longer use/need it.
|
17 lat temu |
Jason Parker
|
53f44ad942
Merged revisions 87906 via svnmerge from
|
17 lat temu |
Jason Parker
|
5fd5a97871
Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense
|
17 lat temu |
Jason Parker
|
278b08ca23
Convert NEW_CLI to AST_CLI.
|
17 lat temu |
Philippe Sultan
|
aa0a999d2f
Fix CLI help output
|
17 lat temu |
Philippe Sultan
|
b991caf5c3
Added two CLI functions, taken from chan_gtalk :
|
17 lat temu |
Philippe Sultan
|
f6c05d35ec
Make an audio path under the following call configuration :
|
17 lat temu |
Philippe Sultan
|
50399f4c98
Allow RTP structure registration
|
17 lat temu |
Tilghman Lesher
|
4e3de0af3a
Remove redundant includes (patch by snuffy) (Closes issue #10922)
|
17 lat temu |
Philippe Sultan
|
69bece1f37
Comply with latest XEP-0166, XEP-0167, XEP-0176.
|
17 lat temu |
Philippe Sultan
|
06e8b9c7aa
Replace Google namespace occurrences with Jingle. The former namespace
|
17 lat temu |
Philippe Sultan
|
15b786ef9e
Remove namespaces in payload-type tags.
|
17 lat temu |
Philippe Sultan
|
091b2e4cc1
Transmit proper invitation, thus conforming to XEP-0166 (Jingle general
|
17 lat temu |
Philippe Sultan
|
6b535e34e7
Fix DTMF following what has been done in issue #9401. Thanks irroot.
|
17 lat temu |
Philippe Sultan
|
ee1254782b
Modify rule filters to match with the Jingle namespace constant
|
17 lat temu |
Philippe Sultan
|
c5df66e3e3
Changed Jingle and Jingle DTMF namespaces.
|
17 lat temu |
Philippe Sultan
|
2601f9bd51
Reflect Jingle DTMF specification changes
|
17 lat temu |
Tilghman Lesher
|
d903e91cdc
Don't reload a configuration file if nothing has changed.
|
17 lat temu |
Joshua Colp
|
2c925fb254
Merged revisions 79174 via svnmerge from
|
17 lat temu |
Joshua Colp
|
b4486bf205
Add support for using epoll instead of poll. This should increase scalability and is done in such a way that we should be able to add support for other poll() replacements.
|
17 lat temu |