Commit Graph

2621 Commits (fe1366c201a6ece0e89f546b5c7deb6e5d2e23b7)

Author SHA1 Message Date
Mark Spencer e2ef61814f Add support for H.264 with SIP and recording
20 years ago
Matthew Fredrickson 4401b7e67f Changes to allow receiving japanese callerid (Bug #5928)
20 years ago
Kevin P. Fleming 95b4988cf5 Merged revisions 7829 via svnmerge from
20 years ago
Kevin P. Fleming 2d4c002a2c Merged revisions 7809 via svnmerge from
20 years ago
Kevin P. Fleming ce81ea8122 remove deprecated chan_modem drivers
20 years ago
Kevin P. Fleming 80fa9689b7 add memory-pool based string field management for structures
20 years ago
Matthew Fredrickson a14916bfa5 Fixes for bug #6125
20 years ago
Olle Johansson 72779cd6a0 Issue #5824: Adding more SIP to ISDN Cause code conversions. Thanks mguesdon!
20 years ago
Olle Johansson b6bd455a7b Missing ">" in XML. Thanks, fenlander, for reporting this on IRC.
20 years ago
Olle Johansson 5462ec082c - Remove "incominglimit" as a configuration option in sip.conf
20 years ago
Kevin P. Fleming a4f8d466e8 update copyright headers for files changed this year
20 years ago
Olle Johansson 38cc562008 Don't check user call limits for outbound calls.
20 years ago
Olle Johansson 1e6ada5f68 Issue #5954: Implement printf-like append_history and implement AST_LIST for SIP history (rizzo)
20 years ago
Olle Johansson 4ef2139916 Bug #6071: Broken rport match in check_via(). (rizzo)
20 years ago
Olle Johansson 3b4f660a85 Bug 5345; Add configuration option for minimum registration time. (folsson)
20 years ago
Russell Bryant 9b8b2c79c6 initialize sip_auth list
20 years ago
BJ Weschke 7aad650606 Fix compiler warnings.
20 years ago
Russell Bryant a725468381 update doxygen docs to specify authors
20 years ago
Russell Bryant a6d13ff79f Merged revisions 7665 via svnmerge from
20 years ago
Russell Bryant 37e21fc61c avoid unneeded calls to strlen in iax2 completion functions
20 years ago
Russell Bryant e4e5b423a4 avoid repeated calls to strlen in command completion functions and normalize
20 years ago
Mark Spencer 63ed37defd Don't do DTMF detect on pseudo's!
20 years ago
Jim Dixon a945b5598e Added support for Feature Group C CAMA trunks (both DP and MF), and support
20 years ago
Russell Bryant ef1ce7aec9 Merged revisions 7634 via svnmerge from
20 years ago
Russell Bryant b60daeb58f Merged revisions 7599 via svnmerge from
20 years ago
Russell Bryant 80322c1bdb remove stray unlock (issue #5955)
20 years ago
Kevin P. Fleming 9adc59ca3a forward-port per-peer videosupport changes from branches/1.2
20 years ago
Russell Bryant 1d498c35cd - construct the difference and have only one call to snprintf in build_via
20 years ago
Tilghman Lesher 134c3757d8 Merged revisions 7582 via svnmerge from
20 years ago
BJ Weschke a3bd5d11d3 Bug #6040 - Documentation correction
20 years ago
Russell Bryant 9398c57e6f add AGENT function, similar to SIPPEER or IAXPEER (issue #5531)
20 years ago
Mark Spencer 0d32a85be1 Major RTP fixes for using inbound SDP on outbound connection, get rid of
20 years ago
Mark Spencer 6322aaad68 Fix reload of peer contexts (bug #6007)
20 years ago
Russell Bryant 1bd64edd17 allow forcing the build to exclude PRI support using WITHOUT_PRI, similar to
20 years ago
Russell Bryant dca08fd878 - add note on required values of sip_methods struct
20 years ago
Kevin P. Fleming 2a3dacfc3d Merged revisions 7515 via svnmerge from
20 years ago
Kevin P. Fleming caa2e580da Merged revisions 7513 via svnmerge from
20 years ago
Kevin P. Fleming b7b2317d81 Merged revisions 7448-7449,7451,7453 via svnmerge from
20 years ago
BJ Weschke 8ef327b3f5 Bug #5877
20 years ago
Christian Richter 7dfa72cdee committed head of chan_misdn with a lot of new features. Most important of all: chan_misdn supports now the mISDN mqueue tree (smp,preemptible,gcc-4 aware\!). Additionally there are some code optimizations, new facility management (Calldeflect works for now).
20 years ago
Christian Richter 52d3ddabd1 chan_misdn links against shared mISDNuser libraries now
20 years ago
Russell Bryant bdb525c420 Merged revisions 7335 via svnmerge from
20 years ago
Russell Bryant 82a4d5dd8f add some missing prototypes and don't use caps for the sip debug defines since
20 years ago
Russell Bryant 0ff48b4681 clean up some compiler warnings
20 years ago
Russell Bryant 8af65a8a25 add the 'sip debug' options to the set of global flags and fix some compiler warnings
20 years ago
Tilghman Lesher 870f98f02d Bug 5858 - Make the chanvars.c functions return a 'const char *'
20 years ago
Matthew Fredrickson 6a6b88c0e3 Fix all the warnings and errors for PRI to go to more logical places
20 years ago
Kevin P. Fleming 0242a69b3f Merged revisions 7265-7266,7268-7275 via svnmerge from
20 years ago
Matthew Fredrickson 39c7f262a0 Add app to send pri keypad facility digits during a call
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Kevin P. Fleming c14588af86 remove remaining .cvsignore files
20 years ago
Kevin P. Fleming e9cde1fbdb fix port number handling in peer building functions
20 years ago
Kevin P. Fleming 354b7f1a81 fix a bug found during a recent upgrade
20 years ago
Russell Bryant f367620dd9 issue #5815
20 years ago
Russell Bryant 3cb060d80f issue #5800
20 years ago
Russell Bryant 913232e82e issue #5794
20 years ago
Josh Roberson 85d60cf7ab issue #5792
20 years ago
Josh Roberson 15f5afeaa8 issue #5799
20 years ago
Russell Bryant 35fcf0a8aa Add missing carriage return and line feed to the SDP line indicating that we don't support VAD (issue #5780)
20 years ago
Kevin P. Fleming 522544442b backport chan_modem fixes from v1-2
20 years ago
Jeremy McNamara af4301802d don't register channel type until we are ready, coding format updates
20 years ago
Kevin P. Fleming c86be56b3b don't build chan_modem by default
20 years ago
Kevin P. Fleming 639104bbb2 fix previous commit to actually do it properly...
20 years ago
Kevin P. Fleming 2b656be753 issue #5764
20 years ago
Kevin P. Fleming 4331958422 issue #5539
20 years ago
Kevin P. Fleming c7c3fa1d53 issue #5672
20 years ago
Kevin P. Fleming 3d599e6501 issue #5739 (plus ast_copy_string() usage conversion)
20 years ago
Kevin P. Fleming e88e390bb8 issue #5751
20 years ago
Mark Spencer b05ff7c343 Fix i4l breakage (bug #5729)
20 years ago
Russell Bryant c9ceb15e1e fix a lil' typo
20 years ago
Mark Spencer 2b547e1f9e Fix build on FreeBSD 4.11
20 years ago
Kevin P. Fleming 766d1a73b1 issue #5712
20 years ago
Kevin P. Fleming 38c665bd67 fix typo
20 years ago
Kevin P. Fleming 8605bf0104 minor fixes
20 years ago
Mark Spencer a7d794a0ac Fix DTMF issue with 3-way native zap
20 years ago
Kevin P. Fleming 36315b865b issue #5713
20 years ago
Kevin P. Fleming f603eb0135 issue #5671
20 years ago
Kevin P. Fleming 1740d40182 issue #5693
20 years ago
Kevin P. Fleming 8c9a32bd4b issue #5685
20 years ago
Kevin P. Fleming 8fddeef1ac issue #5700
20 years ago
Kevin P. Fleming 6dabdbc7cd eliminate useless warnings generated by IAXy registrations
20 years ago
Kevin P. Fleming bdda6254f4 correct logic for group-match CONGESTION checking
20 years ago
Kevin P. Fleming cdf4031963 issue #3360 plus related fix
20 years ago
Kevin P. Fleming 15b01f246c issue #5604
20 years ago
Mark Spencer c5f0a6db6f Fix three-way issue
20 years ago
Kevin P. Fleming ebf04fc570 more header include simplification
20 years ago
Kevin P. Fleming a0a9769616 issue #5648
20 years ago
Kevin P. Fleming 145daf44d8 issue #5634 and a little ChangeLog cleanup
20 years ago
Kevin P. Fleming 5e0149d7cf issue #5639
20 years ago
Russell Bryant bb3e125ed4 don't loop forever on an invalid options string (issue #5629)
20 years ago
Russell Bryant 31a804b97c issue #5605
20 years ago
Russell Bryant 1781e73435 use enum's for iax user/peer flags, and for pvt state
20 years ago
Mark Spencer 7c3efb156c chan_misdn updates (bug #5597)
20 years ago
Mark Spencer a67c2702c5 Fix chan_oss buglets (bug #5618)
20 years ago
Mark Spencer 3d473eebbc Fix chan_zap build on non-PRI (bug #5620)
20 years ago
Mark Spencer 994b9db081 Handle DTMF properly when combined with other events
20 years ago
Russell Bryant 5039ee0965 allow the IAXPEER function to check a peer's status
20 years ago
Ben Kramer 3e2507a07a i/ got the loop drop the wrong way around
20 years ago
Kevin P. Fleming 426360e389 major update to arg/option parsing APIs and documentation
20 years ago
Jeremy McNamara fa46248f9d Request a sane amount of bandwdith from GK, and fix one-way auido problems with broken H.323 stacks *cough* CCM.
20 years ago