aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-03-10Merged revisions 58638 via svnmerge from russell3-225/+339
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58638 | russell | 2007-03-09 17:59:10 -0600 (Fri, 09 Mar 2007) | 8 lines Merge some updates to the SLA documentation. I plan to keep working on this 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/trunk@58639 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-09Merged revisions 58604 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58604 | file | 2007-03-09 16:08:19 -0500 (Fri, 09 Mar 2007) | 2 lines Fix spelling of unavailable in voicemail documentation. (issue #9248 reported by tensai) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58605 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-09Merged revisions 58584 via svnmerge from file1-3/+9
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r58584 | file | 2007-03-09 15:49:47 -0500 (Fri, 09 Mar 2007) | 10 lines Merged revisions 58579 via svnmerge from 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/trunk@58592 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-08Merged revisions 58512 via svnmerge from russell1-6/+5
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58512 | russell | 2007-03-08 16:15:15 -0600 (Thu, 08 Mar 2007) | 5 lines Hang up the channel that put the call on hold in the event processing thread to 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/trunk@58541 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-08Merged revisions 58510 via svnmerge from russell1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58510 | russell | 2007-03-08 16:06:54 -0600 (Thu, 08 Mar 2007) | 3 lines Add a missing break statement so that handling the above event does not incorrectly destroy the channel. (issue #9242, andrew) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58511 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-08Merged revisions 58479 via svnmerge from tilghman1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58479 | tilghman | 2007-03-08 15:33:03 -0600 (Thu, 08 Mar 2007) | 2 lines Fix segfault (Issue 9236) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58480 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-08Merged revisions 58474 via svnmerge from russell1-38/+41
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58474 | russell | 2007-03-08 14:54:56 -0600 (Thu, 08 Mar 2007) | 3 lines Refactor hold handling a bit so that it does not require keeping the call up when a call is put on hold. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58475 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-08Merged revisions 58436 via svnmerge from file1-6/+12
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58436 | file | 2007-03-08 13:01:00 -0500 (Thu, 08 Mar 2007) | 2 lines Make early SDP seeding even smarter! We have to check codecs in the make_compatible function too. (issue #9221 reported by marcelbarbulescu) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58437 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-08Merged revisions 58389 via svnmerge from file1-0/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r58389 | file | 2007-03-08 11:07:10 -0500 (Thu, 08 Mar 2007) | 10 lines Merged revisions 58388 via svnmerge from 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/trunk@58390 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-08Merged revisions 58354 via svnmerge from kpfleming1-3/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58354 | kpfleming | 2007-03-08 08:23:46 -0500 (Thu, 08 Mar 2007) | 2 lines this change was not needed; fclose() handles closing the file descriptor already ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58355 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-08Merged revisions 58351-58352 via svnmerge from kpfleming2-5/+6
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58351 | kpfleming | 2007-03-08 08:17:17 -0500 (Thu, 08 Mar 2007) | 2 lines fix two cases where HTTP session file descriptors would not be closed ........ r58352 | kpfleming | 2007-03-08 08:17:42 -0500 (Thu, 08 Mar 2007) | 2 lines fix a compiler warning, and overwriting 'res' value ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58353 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-08Merged revisions 58320 via svnmerge from russell3-20/+33
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58320 | russell | 2007-03-07 19:01:46 -0600 (Wed, 07 Mar 2007) | 6 lines If we receive ZT_EVENT_REMOVED, destroy the specified channel. (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/trunk@58321 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-07Add the ability to dynamically specify weights for responses to DUNDi queries.russell3-21/+71
This can be done using a global variable or a dialplan function. Using the SHELL() function will allow you to use an external script to determine what the weight in the response should be. This can be very useful in load balancing applications. (inspired by discussions with blitzrage and jsmith in #asterisk-bugs) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58304 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-07Make the loader less noisy under valgrind.file1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58286 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-07Merged revisions 58243 via svnmerge from russell1-9/+17
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r58243 | russell | 2007-03-07 12:19:19 -0600 (Wed, 07 Mar 2007) | 17 lines (This bug was reported to me by Kinsey Moore) 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/trunk@58244 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-07Merged revisions 58240 via svnmerge from file2-2/+13
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58240 | file | 2007-03-07 12:52:58 -0500 (Wed, 07 Mar 2007) | 2 lines Ensure we have (or should have) at least one matching codec before attempting early bridge SDP seeding. (issue #9221 reported by marcelbarbulescu) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58241 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-07Adding reference to ices home page. Anyone that has tested with ices2 ?oej1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58224 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-07Add the format of the file that is currently being played to the verbose ↵russell1-1/+1
message. (issue #9105, junky) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58208 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-07Merged revisions 58165 via svnmerge from russell1-0/+11
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r58165 | russell | 2007-03-06 18:25:19 -0600 (Tue, 06 Mar 2007) | 12 lines Merged revisions 58164 via svnmerge from 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/trunk@58166 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-06Add some documentation on the arguments to the base64 encode/decode functions.russell1-0/+19
(inspired by issue #9215) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58149 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-06Send a manager AgentComplete event when the agent transfers the call, inrussell1-27/+45
addition to where it is already sent if either side hangs up. (issue #9219, rgollent) In passing, I put this code in a function so it would not be duplicated a third time. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58123 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-06Merged revisions 58121 via svnmerge from murf1-1/+17
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r58121 | murf | 2007-03-06 16:10:14 -0700 (Tue, 06 Mar 2007) | 9 lines Merged revisions 58115 via svnmerge from 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/trunk@58122 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-06Merged revisions 58119 via svnmerge from russell1-5/+6
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58119 | russell | 2007-03-06 17:00:57 -0600 (Tue, 06 Mar 2007) | 3 lines Clarify the documentation of the dialout and sendvoicemail options. (issue #9000, caio1982 and serge-v) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58120 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-06Sync codec_zap with the one that is in the 1.4 branch so that it can actuallyrussell1-183/+29
build here, too. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58101 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-06Merged revisions 58053 via svnmerge from oej1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r58053 | oej | 2007-03-06 21:37:07 +0100 (Tue, 06 Mar 2007) | 10 lines Merged revisions 58052 via svnmerge from 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/trunk@58055 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-06Debug control, debug control.oej1-3/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58054 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-06Merged revisions 58023 via svnmerge from russell1-0/+6
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58023 | russell | 2007-03-06 12:01:20 -0600 (Tue, 06 Mar 2007) | 3 lines Return an error of transmit_response is called without a session. (issue #9002) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58025 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-06Blocked revisions 57591 via svnmergerussell0-0/+0
........ r57591 | russell | 2007-03-02 18:02:29 -0600 (Fri, 02 Mar 2007) | 1 line add missing configuration template. Thanks to Lacy Moore on asterisk-users for pointing this out\! ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58024 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-06move declaration to the beginning of a blockrizzo1-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57993 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-06remove duplicate constrizzo1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57979 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-05Add zap show version CLI command. This pulls the version/echo canceller in ↵file2-0/+32
use directly using the ZT_GETVERSION ioctl. (issue #9094 reported by tootai) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57943 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-05Merged revisions 57914 via svnmerge from file1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r57914 | file | 2007-03-05 14:19:07 -0500 (Mon, 05 Mar 2007) | 2 lines Since chan_iax2 does not support reception of DTMF with duration ensure that it is set to 0 on the frame. (issue #8521 reported by gdhgdh) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57915 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-05Merged revisions 57872 via svnmerge from file1-17/+16
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r57872 | file | 2007-03-05 13:39:28 -0500 (Mon, 05 Mar 2007) | 2 lines Don't create a listen channel and record the conference unless the option is turned on. (issue #9204 reported by francesco_r) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57875 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-05I like it when app_meetme builds under dev mode, don't you?file1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57873 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-05Merged revisions 57870 via svnmerge from file1-8/+8
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r57870 | file | 2007-03-05 12:52:03 -0500 (Mon, 05 Mar 2007) | 10 lines Merged revisions 57869 via svnmerge from 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/trunk@57871 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-05Merged revisions 57826 via svnmerge from murf1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r57826 | murf | 2007-03-05 08:20:17 -0700 (Mon, 05 Mar 2007) | 9 lines Merged revisions 57825 via svnmerge from 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/trunk@57827 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-05Merged revisions 57798 via svnmerge from file1-4/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r57798 | file | 2007-03-04 23:19:53 -0500 (Sun, 04 Mar 2007) | 2 lines Don't allow a NULL pointer to reach ast_frdup. (issue #9155 reported by cmaj) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57799 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-05Remove no longer present CLI commands from sample extensions.conf. (issue ↵file1-4/+4
#9193 reported by junky) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57772 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-05Merged revisions 57770 via svnmerge from file1-1/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r57770 | file | 2007-03-04 22:35:03 -0500 (Sun, 04 Mar 2007) | 2 lines Don't reference a potentially NULL pointer. (issue #9199 reported by klolik) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57771 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-05Merged revisions 57768 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r57768 | file | 2007-03-04 22:22:17 -0500 (Sun, 04 Mar 2007) | 2 lines Preserve marker bit when P2P bridging. (issue #9198 reported by edgreenberg) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57769 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-03Convert stack apps to use ast_storage channel structuretilghman1-33/+123
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57736 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-03updated the regression testsmurf6-177/+183
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57708 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-03Expand datastores to add the notion of inheritance. This will be needed fortilghman2-2/+28
the conversion of IAX2 variables from the current custom method to ast_storage. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57691 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-03Merged revisions 57649 via svnmerge from tilghman1-0/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r57649 | tilghman | 2007-03-03 00:45:00 -0600 (Sat, 03 Mar 2007) | 10 lines Merged revisions 57648 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r57648 | tilghman | 2007-03-03 00:36:55 -0600 (Sat, 03 Mar 2007) | 2 lines Memory leak of a list, if call recording was abandoned ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57651 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-03Merged revisions 57620 via svnmerge from dhubbard1-0/+389
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r57620 | dhubbard | 2007-03-02 18:59:24 -0600 (Fri, 02 Mar 2007) | 1 line submitted patch for Georgian language, issue 9010, submitted by Alexander Shaduri ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57621 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-03Add the missing configuration template to the sample config file.russell1-0/+10
Thanks to Lacy Moore on the asterisk-users list for pointing out that this was missing! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57590 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-02Merged revisions 57556 via svnmerge from russell2-5/+5
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r57556 | russell | 2007-03-02 17:03:01 -0600 (Fri, 02 Mar 2007) | 3 lines Update the check that is used to determine whether zaptel transcoder support is present. The interface has changed. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57557 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-02Don't try to do recursive locking/unlocking when it isn't supported.file1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57519 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-02Merged revisions 57477 via svnmerge from file1-0/+6
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r57477 | file | 2007-03-02 12:06:52 -0500 (Fri, 02 Mar 2007) | 10 lines Merged revisions 57475 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r57475 | file | 2007-03-02 12:02:46 -0500 (Fri, 02 Mar 2007) | 2 lines If a SIP message comes in and goes to a method handler that requires additional values that may not be present then send back an error. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57478 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-02Merged revisions 57473 via svnmerge from murf1-9/+20
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r57473 | murf | 2007-03-02 09:55:16 -0700 (Fri, 02 Mar 2007) | 9 lines Merged revisions 57458 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r57458 | murf | 2007-03-02 09:39:33 -0700 (Fri, 02 Mar 2007) | 1 line further refinement in wording of goto documentation, as per 9156, goto not proceeding to next instruction ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57476 f38db490-d61c-443f-a65b-d21fe96a405b