Commit Graph

13128 Commits (3a0e7aec6aa1424561f16a8f6bbd8bccee8d4821)
 

Author SHA1 Message Date
BJ Weschke 4ac62c324b Using the GetVar handler in AMI is potentially dangerous (insta-crash [tm]) when you use a dialplan function that requires a channel and then you don't provide one or provide an invalid one in the Channel: parameter. We'll handle this situation exactly the same way it was handled in pbx.c back on r61766.
17 years ago
Steve Murphy 8f30902385 Interesting crash. In this case, you exit the
17 years ago
Jason Parker 979e2cd58d Correctly allow chan_dahdi to compile against older versions of Zaptel.
17 years ago
Mark Michelson 47cf653623 Reverting changes from commits 150298 and 150301 since
17 years ago
Mark Michelson d61eb37af6 And don't forget to return on the error condition
17 years ago
Mark Michelson e9035cc286 Don't try to call a dialplan function's read callback from
17 years ago
Richard Mudgett 4fa4c33f6d Fix memory leak found by customer
17 years ago
Steve Murphy 1985be224e This patch is relevant to:
17 years ago
BJ Weschke 829ffbc857 Another documentation fix.
17 years ago
BJ Weschke 1d21453b49 An update to the documentation/example of agents.conf.sample with the correct parameter for this feature as defined in chan_agent.c
17 years ago
Kevin P. Fleming 1573ebed8c fix some problems when parsing SIP messages that have the maximum number of headers or body lines that we support
17 years ago
Mark Michelson 0145ae2870 Change this warning to an error message. Suggestion
17 years ago
Mark Michelson 6189f028ae Call register_peer_exten even in the case that the peer's
17 years ago
Mark Michelson c19ca186c1 Add a tolerance period for sync-triggered audiohooks
17 years ago
Mark Michelson 3c205d2d3f Update the queue with the correct number of calls and
17 years ago
Mark Michelson eda1b995f8 Don't allow reserved characters to be used in register
17 years ago
Tilghman Lesher 124e45e739 Check correct values in the return of ast_waitfor(); also, get rid of a
17 years ago
Leif Madsen c2f7267ebf Add in some missing updates to the CHANGES file for sip.conf
17 years ago
Tilghman Lesher 2d65bd3f1f Some compilers warn, some don't. Fixing.
17 years ago
Tilghman Lesher f4584aa9ff Ensure that mail headers are 7-bit clean, even when UTF-8 characters are used
17 years ago
Mark Michelson 1533c5e6cb Deadlock prevention in chan_local.
17 years ago
Kevin P. Fleming 5c7f06103d on Ubuntu (at least), recent versions of ld in binutils delete all debugging symbols when -x is supplied; since the reasons why -x is being passed are lost in the mists of time, remove it so debugging will work properly
17 years ago
Kevin P. Fleming 0b7476c21c it would be nice if this message printing code had actually been tested before it was committed...
17 years ago
Tilghman Lesher 8dad2a85a5 User not notified of temporary greeting, if ODBC storage is in use.
17 years ago
Tilghman Lesher 276f78ae7d When blank, callerid name and number should display "unknown caller" in voicemail
17 years ago
Jeff Peeler b1da541a92 (closes issue #13139)
17 years ago
Kevin P. Fleming d7be4318bb when parsing a text configuration option, ensure that the buffer on the stack is actually large enough to hold the legal values of that option, and also ensure that sscanf() knows to stop parsing if it would overrun the buffer (without these changes, specifying "buffers=...,immediate" would overflow the buffer on the stack, and could not have worked as expected)
17 years ago
Joshua Colp 38402d868c If we receive DTMF make sure that the state of the speech structure goes back to being not ready. (issue #LUMENVOX-8)
17 years ago
Kevin P. Fleming 325aa9652f revert this change until i can understand why it results in locking order changes
17 years ago
Kevin P. Fleming 198b01597b don't start a PBX on incoming PRI call channels until after we're done setting channel variables and other things on the channel, otherwise the channel might go away (if the dialplan hangs up quickly) before we are done, which results in a spectacular crash
17 years ago
Sean Bright 3c576b4262 Make 'imapsecret' an alias to 'imappassword' in voicemail.conf.
17 years ago
Tilghman Lesher 93ef1ee4ef Dialplan functions should not actually return 0, unless they have modified the
17 years ago
Tilghman Lesher 850cd15e26 Check whether an extension exists in the _call method, rather than the _alloc
17 years ago
Kevin P. Fleming e1fc602c64 ensure that the private structure for pseudo channels is created without 'leaking' configuration data from other configured channels
17 years ago
Jason Parker 8eb7b7e43c Fix silly formatting.
17 years ago
Sean Bright 9f0f616c1e Change some preprocessor macros to struct definitions so that we get
17 years ago
Jeff Peeler fc2e08f823 (closes issue #13425)
17 years ago
Steve Murphy b161b2df6e (closes issue #13579)
17 years ago
Tilghman Lesher afae26f04d Backport support for some of the keyword modifications used in 1.6 (while warning that
17 years ago
Tilghman Lesher 1178fb0bc4 Some sanity checks that may have led to prior crashes, found by codefreeze-lap
17 years ago
Leif Madsen f82c12f5d0 Update the realtime_pgsql.sql script to create the setinterfacevar column.
17 years ago
Richard Mudgett 27b54f4c1c channels/chan_misdn.c
17 years ago
Kevin P. Fleming d10c4137fb fix some minor issues with rev 144924
17 years ago
Kevin P. Fleming 50a28e9853 improve header inclusion process in a few small ways:
17 years ago
Mark Michelson 02d2b17006 This patch was applied to 1.4 but it completely
17 years ago
Steve Murphy 089b6a1477 (closes issue #13563)
17 years ago
Steve Murphy 8524d212f6 (closes issue #12101)
17 years ago
Tilghman Lesher 987835bbfe Backport Hebrew language to voicemail.
17 years ago
Christian Richter 4bc71ce504 improved helptext of misdn_set_opt.
17 years ago
Steve Murphy ee2d2f2cae (closes issue #13489)
17 years ago