Commit Graph

3589 Commits (487d4512d32bb4d944cd049385d1ddd977c19f17)

Author SHA1 Message Date
Russell Bryant 487d4512d3 Make this module build again
20 years ago
Olle Johansson 764ba93e05 Destroy dialog properly at unload (rizzo)
20 years ago
Steve Murphy 517978fd5f These mods are to solve the problem in bug 7506. It's a lot of rework to solve a fairly small problem... such is life.
20 years ago
Joshua Colp b3bf131dd8 This is not the commit you are looking for...
20 years ago
Joshua Colp b832f42414 Make MOH work as it did before in chan_local, without this then it can go funky when transfers and MOH are involved. (issue #7671 reported by jmls)
20 years ago
Olle Johansson 647fb52e31 Issue 8303 (lrizzo) - break instead of continue.
20 years ago
Olle Johansson eac4efcf22 Fixing the attack shield so it doesn't produce attacks... Issue 8265 - never reply to an ACK
20 years ago
Olle Johansson d5edfd432a Issue #8284: Fixes to Invite/replaces and transfer from "john"
20 years ago
Steve Murphy b6079499e4 This fix introduced via bug 8233
20 years ago
Tilghman Lesher 56a1e60c54 More changes making the CLI more consistent with "category verb arguments" (continuation of issue 8236)
20 years ago
Tilghman Lesher e05a2752e8 Reverse change of "show" to "list" and make several other commands more consistent with "category verb arguments"
20 years ago
Olle Johansson ea69dd0cbc Move check for codec translation to sip_call() instead of in add_sdp. No one bothers
20 years ago
Olle Johansson bfb1d68414 Disable code for T38 over TCP and RTP since there's no trace of actual functionality for it :-)
20 years ago
Nadi Sarrar 72985e664f find_free_chan_in_stack usage fix
20 years ago
Kevin P. Fleming efdffc0cf8 don't send INVITE when we have determined that we can't offer any audio formats due to lack of trancoding support (or incorrect configuration)
20 years ago
Joshua Colp eb25ec6ed5 Merged revisions 46920 via svnmerge from
20 years ago
Olle Johansson 5667c1c71d Dont overwrite pkt->flags (from 1.2)
20 years ago
Matt O'Gorman 6a10570614 bind address support from bug 8164
20 years ago
Joshua Colp 899d116be2 It's another round of chan_iax2 fixes! Should hopefully fix the deadlock issues people have been reporting. IAXtel now has qualify turned on for 800 peers and it is handling it fine.
20 years ago
Russell Bryant c9c41a0b85 Prevent an infinite loop when config processing gets to a jitterbuffer option
20 years ago
Olle Johansson 9ab1cc22a4 Support ;rport when we're supposed to support ;rport. Issue #7473.
20 years ago
Olle Johansson 56f2cab81c If peer fails ACL check, fail peer at REGISTER
20 years ago
Olle Johansson cdb0c64271 Fix T38 too. Thanks, tgrman !
20 years ago
Joshua Colp a7e0a4d143 We need to lock the pvt structure during retransmission as another worker thread may be doing something as well.
20 years ago
Olle Johansson 86c973f71f Issue #8246 - Doxygen fixes from kshumard.
20 years ago
Olle Johansson 9213317979 Issue #7869 - Stop retransmission of 302 redirects (imported from 1.2)
20 years ago
Olle Johansson 4456e58811 Issue #7608 - Notifications sent with wrong content-type (imported from 1.2, modified)
20 years ago
Olle Johansson e8350b836b Backport of patch for #7828 that was reported for trunk, but obviously
20 years ago
Olle Johansson 0ff30203f9 Restoring the old logic, since working around it and fixing it seemed too complicated.
20 years ago
Olle Johansson b1b2177079 Accepting a message twice may be misinterpreted...
20 years ago
Olle Johansson 5c59f2f5f5 - 183 is not reliable message...
20 years ago
Russell Bryant 0ed3384fb1 move the copy of the default settings to the global settings back out of
20 years ago
Russell Bryant b588d56fc8 Instead of iterating all of the options once to look for jitterbuffer options,
20 years ago
Christian Richter b03054fdfc Merged revisions 46350 via svnmerge from
20 years ago
Christian Richter f7a6f0efa2 fixed not compile issue, which was just introduced
20 years ago
Christian Richter 6964f148ba Merged revisions 46176 via svnmerge from
20 years ago
Olle Johansson 77e12e971c Old todo note - Don't add Contact header on BYE and Cancel
20 years ago
Olle Johansson b36a4fad1b Somewhat ugly code to try to fix issue #7608.
20 years ago
Olle Johansson 03b4e17d23 show settings doesn't produce a list
20 years ago
Kevin P. Fleming ce4b0afb73 apparently developers are still not aware that they should be use ast_copy_string instead of strncpy... fix up many more users, and fix some bugs in the process
20 years ago
Kevin P. Fleming 6c17f1e07e add passthrough and file format support for G.722 16KHz audio (issue #5084, original patch by andrew, updated by mithraen)
20 years ago
Kevin P. Fleming 05eb71c699 code zone experiment: don't offer formats in the outbound INVITE that aren't either passthrough or translatable
20 years ago
Joshua Colp c6b9449955 We need to initialize our scheduler pthread condition... yes.
20 years ago
Luigi Rizzo 50fda8522d merge 45966 refer_to_domain potentially containing options
20 years ago
Luigi Rizzo d7b0db6530 merge 46026 improper checks on get_header() return values
20 years ago
Luigi Rizzo fa4d6f23a6 merge 46045 prevent NULL args to ast_strdupa() in chan_sip.c
20 years ago
Christian Richter c01e86f14e Merged revisions 45808 via svnmerge from
20 years ago
Olle Johansson 2681aea6b2 Let's understand SIP:
20 years ago
Joshua Colp 67c180956c If the jitterbuffer is forced on then we can't partially bridge (reported by wangster on #asterisk-dev)
20 years ago
Olle Johansson a37a95c0d8 Cleaning up
20 years ago