aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-03-15Expand deprecation warnings from simply warning on use to the builtin ↵tilghman4-4/+13
documentation. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58939 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-15Add Asterisk version information to the generated PDFrussell2-3/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58937 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-15have prep_tarball attempt to build asterisk.pdfrussell1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58935 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-15Function works fine, but the documentation is backwards.tilghman1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58933 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-15Merge changes from svn/asterisk/team/russell/LaTeX_docs.russell60-2744/+5330
* Convert most of the doc directory into a single LaTeX formatted document so that we can generate a PDF, HTML, or other formats from this information. * Add a CLI command to dump the application documentation into LaTeX format which will only be include if the configure script is run with --enable-dev-mode. * The PDF turned out to be close to 1 MB, so it is not included. However, you can simply run "make asterisk.pdf" to generate it yourself. We may include it in release tarballs or have automatically generated ones on the web site, but that has yet to be decided. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58931 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-15Don't assume that the pvt structure will still exist after calling ↵file1-1/+2
schedule_delivery as it may not. (issue #9278 reported by fmachado) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58923 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-14Some people like to put "limitonpeer" instead of "limitonpeers" in theirrussell1-1/+1
configuration. While we're at it, support "limitonpeerz" and "limitonpeerssssss". (inspired by issue #9172) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58906 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-14Add a more basic example setup to the examples sectionrussell2-30/+69
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58902 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-14Merged revisions 58896 via svnmerge from russell1-0/+6
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r58896 | russell | 2007-03-14 11:38:48 -0500 (Wed, 14 Mar 2007) | 3 lines Add a note to the security file that the Asterisk CLI and log files may contain sensitive information, and that people should keep this in mind. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58897 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-14By default, don't attempt to do any CallerID handling at all with SLA becauserussell2-5/+16
it is known to not work properly in some situations. However, add an option to enable it for those that would like to use it anyway. The short story behind this is that to properly handle CallerID with SLA, we need the ability to change the CallerID on an existing call, and we are not ready to handle that. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58894 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-14Issue 9162 - pbx_substitute_variables_helper assumes the buffer is initializedtilghman1-1/+1
to all zeroes. This fixes a case where it wasn't. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58880 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-13Ensure that the blinky lights show that the trunk stopped ringing when therussell1-0/+3
trunk hangs up before a station has answered it. (issue #9234, reported by francesco_r) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58872 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-13fix the reference to the SLA documentationrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58870 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-13Merged revisions 58847 via svnmerge from oej1-1/+11
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r58847 | oej | 2007-03-13 12:45:52 +0100 (Tue, 13 Mar 2007) | 2 lines Issue #9229 - No port in request URI on register to non default SIP ports (neelakantan) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58848 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-13Don't hangup the call on OK or errors on MESSAGE and INFO oej1-10/+13
inside of a dialog (like video update requests). git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58845 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-13Issue #9251 - Clear From URI from user attributes (tgrman)oej1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58843 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-12Blocked revisions 58832 via svnmergefile0-0/+0
........ r58832 | file | 2007-03-12 12:49:49 -0400 (Mon, 12 Mar 2007) | 2 lines We can't use the assembler version of fetchadd_int under Intel Macs. (issue #9254 reported by darrell budic) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58833 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-12Merged revisions 57034,57523,57753,58558 via svnmerge from crichter2-10/+10
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r57034 | crichter | 2007-02-28 17:09:27 +0100 (Mi, 28 Feb 2007) | 1 line fixed bugs.digium.com bugs: #9157 and bugs.beronet.com bugs: #302, #303, #304 ........ r57523 | crichter | 2007-03-02 19:32:51 +0100 (Fr, 02 Mar 2007) | 1 line fixed typo ........ r57753 | crichter | 2007-03-04 11:39:50 +0100 (So, 04 Mar 2007) | 1 line fixed another place where the out_cause was hardcoded to 16 ........ r58558 | crichter | 2007-03-09 15:43:58 +0100 (Fr, 09 Mar 2007) | 1 line we can free channel 31 as well, since we can occupy it ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58826 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-12added UU transceiving and corect handling for rdniscrichter5-4/+45
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58825 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-12Allow RFC2833 compensation to compensate for even stupider implementations ↵file1-20/+22
by queueing up the end frame at the start, not the actual end. (issue #8963 reported by AndrewZ) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58783 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-12Add matchexterniplocally setting which only substitutes your ↵file2-1/+11
externip/externhost setting if it matches the localnet setting. I know of at least two people who need opposite settings, so I made it an option! (issue #8821 reported by kokoskarokoska) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58779 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-10Fix a few more places in chan_iax2 where the ast_frame used for receiving arussell1-21/+11
frame was not properly initialized. - Interpolating a frame when the jitterbuffer is in use - decrypting a frame when IAX2 encryption is on - frames in an IAX2 trunk git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58705 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-10Make the compiler happy and initialize a variable.russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58669 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-09Merge some updates to the SLA documentation. I plan to keep working on thisrussell3-225/+339
to explain all of the expected behavior with call handling, configuration details for specific phones, and other things. However, I got tired of doing it in plain text, so I switched to using LaTeX. I have included the PDF version. I haven't been able to get a nice looking plain text version out of it yet, but I'm not terribly concerned since this is supposed to be more of the manual, while the plain text sample configuration file is the reference. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58638 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-09Fix spelling of unavailable in voicemail documentation. (issue #9248 ↵file1-1/+1
reported by tensai) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58604 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-09Merged revisions 58579 via svnmerge from file1-2/+6
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r58579 | file | 2007-03-09 15:46:43 -0500 (Fri, 09 Mar 2007) | 2 lines If we are unable to lookup the host in a c line we have to abort, otherwise the previous data is gone and we will (potentially) have no data when all is said and done. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58584 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-08Hang up the channel that put the call on hold in the event processing thread torussell1-6/+5
avoid a race condition. Also, if the station originated the call that it is putting on hold, don't hang up the trunk if it was the only station on the call and it is hanging up due to hold and not a normal hangup. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58512 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-08Add a missing break statement so that handling the above event does notrussell1-0/+1
incorrectly destroy the channel. (issue #9242, andrew) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58510 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-08Fix segfault (Issue 9236)tilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58479 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-08Refactor hold handling a bit so that it does not require keeping the call uprussell1-38/+41
when a call is put on hold. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58474 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-08Make early SDP seeding even smarter! We have to check codecs in the ↵file1-6/+12
make_compatible function too. (issue #9221 reported by marcelbarbulescu) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58436 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-08Merged revisions 58388 via svnmerge from file1-0/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r58388 | file | 2007-03-08 11:04:58 -0500 (Thu, 08 Mar 2007) | 2 lines Only print out debug message if the definition that makes the variables shows up was actually defined. (issue #9233 reported by serginuez) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58389 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-08this change was not needed; fclose() handles closing the file descriptor alreadykpfleming1-2/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58354 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-08fix a compiler warning, and overwriting 'res' valuekpfleming1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58352 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-08fix two cases where HTTP session file descriptors would not be closedkpfleming1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58351 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-08If we receive ZT_EVENT_REMOVED, destroy the specified channel. russell3-21/+34
(issue #7256, tzafrir) Also, update the configure script to make sure that we don't try to build chan_zap if the installed version of zaptel does not include ZT_EVENT_REMOVED. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58320 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-07(This bug was reported to me by Kinsey Moore)russell1-9/+17
Merged revisions 58242 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r58242 | russell | 2007-03-07 12:17:07 -0600 (Wed, 07 Mar 2007) | 7 lines Fix a problem where the Asterisk channel name could be that of the wrong IAX2 user for a call. This is because the first step of choosing this name is to look for an IAX2 peer that happens to have the same IP/port number that this call is coming from and assuming that is it. However, this is not always correct. So, I have made it change this name after authentication happens since at that point, we have an exact match. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58243 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-07Ensure we have (or should have) at least one matching codec before ↵file2-2/+13
attempting early bridge SDP seeding. (issue #9221 reported by marcelbarbulescu) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58240 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-07Blocked revisions 58167 via svnmergerussell0-0/+0
........ r58167 | russell | 2007-03-06 18:27:04 -0600 (Tue, 06 Mar 2007) | 2 lines Fix a misplaced block of code in the 1.2 version of the patch to fix issue #8977 ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58168 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-07Merged revisions 58164 via svnmerge from russell1-0/+11
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r58164 | russell | 2007-03-06 18:20:13 -0600 (Tue, 06 Mar 2007) | 4 lines If the channels acquired using the manager Redirect action are not up, then don't attempt to do anything with them. It could lead to weird behavior, including crashes. (issue #8977) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58165 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-06Merged revisions 58115 via svnmerge from murf1-1/+17
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r58115 | murf | 2007-03-06 15:52:52 -0700 (Tue, 06 Mar 2007) | 1 line Fix for 9220: Eyebeam cannot renew subscriptions for presence info. Reason: re-SUBSCRIBE requests don't include Accept headers, which the rfc says are optional (to put it tersely), (it uses MAY), and luckily, the sip_pvt struct has the format info stored, so we simply leave it if the format is set, and the accept header null. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58121 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-06Clarify the documentation of the dialout and sendvoicemail options.russell1-5/+6
(issue #9000, caio1982 and serge-v) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58119 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-06Merged revisions 58052 via svnmerge from oej1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r58052 | oej | 2007-03-06 21:33:21 +0100 (Tue, 06 Mar 2007) | 2 lines Change error message to proper message ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58053 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-06Return an error of transmit_response is called without a session.russell1-0/+6
(issue #9002) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58023 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-05Since chan_iax2 does not support reception of DTMF with duration ensure that ↵file1-0/+1
it is set to 0 on the frame. (issue #8521 reported by gdhgdh) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@57914 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-05Don't create a listen channel and record the conference unless the option is ↵file1-17/+16
turned on. (issue #9204 reported by francesco_r) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@57872 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-05Merged revisions 57869 via svnmerge from file1-8/+8
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r57869 | file | 2007-03-05 12:49:18 -0500 (Mon, 05 Mar 2007) | 2 lines Make create_dirpath use our standard for return values. -1 is failure, 0 is success. (issue #9205 reported by ballares) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@57870 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-05Merged revisions 57825 via svnmerge from murf1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r57825 | murf | 2007-03-05 07:53:57 -0700 (Mon, 05 Mar 2007) | 1 line Fixed a typo introduced via 9156 (either the gotos or their doc strings are wrong) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@57826 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-05Don't allow a NULL pointer to reach ast_frdup. (issue #9155 reported by cmaj)file1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@57798 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-05Don't reference a potentially NULL pointer. (issue #9199 reported by klolik)file1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@57770 f38db490-d61c-443f-a65b-d21fe96a405b