aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-01-30Add documentation for using cdr_pgsql. (issue #8942, lters)russell1-0/+46
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52999 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-30When we are checking for a system installed version of libgsm, we need to checkrussell4-25/+643
for gsm.h as well. Furthermore, when checking for this header, it may be located in a gsm/ sub directory, so check for that, as well. (issue #8773) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52997 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-30Blocked revisions 52954 via svnmergerussell0-0/+0
........ r52954 | russell | 2007-01-30 13:41:52 -0600 (Tue, 30 Jan 2007) | 4 lines Don't print a message indicating that we don't know what to do with a proceeding control frame in ast_request_and_dial(). We just need to ignore it. (reported by JerJer on #asterisk-dev) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52955 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-30Only set the DTMF flag on the rtp structure if the DTMF mode is actuallyrussell1-3/+3
RFC2833, not just that it is not INFO. This makes it get set for inband DTMF as well, which is not valid. (issue #8936) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52952 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-30Merged revisions 52903 via svnmerge from russell1-4/+17
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r52903 | russell | 2007-01-30 11:12:04 -0600 (Tue, 30 Jan 2007) | 9 lines The SIGHUP handler was implemented to allow admins to send SIGHUP to a running Asterisk process to reload the configuration. However, doing the actual reload in the signal handler itself is a very bad thing to do, because the reload process includes calling non-reentrant functions such as malloc/calloc/etc. If Asterisk is running in the background, then the reload will happen immediately. However, if running in console mode, the reload doesn't work until something is typed at the console. That sort of defeats the purpose, but I don't see an easy way to get around it at this point. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52904 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-30Blocked revisions 52857 via svnmergerussell0-0/+0
........ r52857 | russell | 2007-01-30 09:35:23 -0600 (Tue, 30 Jan 2007) | 5 lines Comment out the parts in the Makefile that make codec_zap get built. It will not yet build against zaptel 1.2, so I am disabling it to prevent further bug reports until it gets merged. (issue #8940) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52859 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-30Drop the deprecated show commands since the original ones were changed back. ↵file1-53/+9
(issue #8937 reported by PCadach) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52856 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-30Revert reprecation of h.323 gk cycle command from pre-1.4 version instead of ↵pcadach1-1/+1
duplicated h323 cycle gk git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52809 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-30Don't play with free()'d pointerspcadach1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52808 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-30Handle non-standard OpenH323/PWLib library namespcadach2-55/+143
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52807 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-30Merged revisions 52762 via svnmerge from russell1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r52762 | russell | 2007-01-29 18:15:06 -0600 (Mon, 29 Jan 2007) | 5 lines Fix the extraction of the timestamp from video frames. It was using the mapping for a mini-frame instead of a video-frame, which caused it to get invalid data. (issue #8795, mihai) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52763 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-29Merged revisions 52716 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r52716 | file | 2007-01-29 18:39:39 -0500 (Mon, 29 Jan 2007) | 2 lines Now that filename is part of the structure and since it comes before postprocess... we have to add it to our postprocess line. (reported on asterisk-dev by Boris Bakchiev) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52717 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-29Add a missing quotation mark. This was pointed out by jcmoore on #asterisk-dev.russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52695 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-29Remove a recursive lock of the manager session. This was pointed out by russell1-2/+0
zandbelt in issue #8711. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52688 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-29Argument number correctiontilghman1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52679 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-29ASTLDFLAGS needs to be passed to the editline configure script as LDFLAGS.russell1-1/+1
(issue #8928, zandbelt) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52647 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-29Fix a problem with packet-to-packet bridging and DTMF mode translation. P2Prussell1-1/+9
bridging can only be used when the DTMF modes don't match if the core is monitoring DTMF in both directions. Then, the core will handle the translation. Otherwise, this bridging method can not be used. (issue #8936) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52645 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-29The session lock can not be held while calling action callbacks. If so, thenrussell1-40/+33
when the WaitEvent callback gets called, then no event can happen because the session can't be locked by another thread. Also, the session needs to be locked in the HTTP callback when it reads out the output string. This fixes the deadlock reported in both 8711 and 8934. Regarding issue 8711, there still may be an issue. If there is a second action requested before the processing of the first action is finished, there could still be some corruption of the output string buffer used to build the result. (issue #8711, #8934) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52611 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-29Use ast_calloc instead of malloc.file1-4/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52572 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-29this is for 8778 (pt_BR backport to 1.4). It was committed to trunk via ↵murf2-78/+262
7663. But it wasn't so much an enhancement as a fix for the bad language output for portuguese in Brazil, so, after a lot of prodding from patient Brazilians, here is the same fix for 1.4 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52535 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-29Set quota information to 0 when creating a vm_state. (issue #8924 reported ↵file1-0/+2
by neutrino88) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52523 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-29Clean up a few things in the last commit to the adaptive jitterbuffer code.russell2-13/+13
- Specifically indicate to the compiler that the "dropem" variable only needs one but. - Change formatting to conform to coding guidelines. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52506 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-29Fixed problem with jitterbuf, whereas it would not complain about, andjdixon2-1/+15
would allow itself to be overfilled (per the max_jitterbuf parameter). Now it rejects any data over and above that size, and complains about it. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52494 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-28Suggested change to fix normal usage of --with-tds=/usr/local (Sean Bright, ↵tilghman2-2/+2
via asterisk-dev mailing list) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52462 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-27Merged revisions 52415 via svnmerge from file1-4/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r52415 | file | 2007-01-26 21:09:10 -0500 (Fri, 26 Jan 2007) | 2 lines Make COMPLETECALLER and COMPLETEAGENT output to queue_log follow documentation. (issue #7677 reported by amilcar) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52416 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-27Have the manager interface send back an "Already logged in" message instead ↵file1-13/+20
of "Invalid/Unknown Command" when the client authenticates for a second time. (issue #8509 reported by pari) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52373 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-27Merged revisions 52360 via svnmerge from file1-4/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r52360 | file | 2007-01-26 19:03:23 -0500 (Fri, 26 Jan 2007) | 2 lines Make the last context entry read in the dominant one. (issue #8918 reported by pj) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52370 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-26Fix core show file formats CLI command.file1-2/+29
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52335 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-25Merged revisions 52264 via svnmerge from file1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r52264 | file | 2007-01-25 14:15:29 -0500 (Thu, 25 Jan 2007) | 2 lines Allow dequeueing of frames with negative timestamp by moving jitterbuffer frames check to jb_next. (issue #8546 reported by harmen) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52265 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-25Drop out variables I accidentally put in.file1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52210 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-25Decrement onHold count if we are hung up on and still on hold. (issue #8909 ↵file1-1/+4
reported by alexh42) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52208 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-25Merged revisions 52162 via svnmerge from file1-1/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r52162 | file | 2007-01-24 20:48:52 -0500 (Wed, 24 Jan 2007) | 2 lines Add another note about audio files being played back to each bridged party. (issue #8718 reported by ppyy) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52163 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-25By suggestion from kpfleming last week, change "vmpassword" to "vmsecret".russell2-8/+8
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52160 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-25Remove libnsl as a required lib for libiksemel to work. This change wasrussell2-2/+2
already made in the trunk. (issue #8762) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52158 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-25Blocked revisions 52137 via svnmergerussell0-0/+0
........ r52137 | russell | 2007-01-24 18:39:50 -0600 (Wed, 24 Jan 2007) | 3 lines Fix a seg fault when running this application with no arguments from AGI. (issue #8905, junky) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52138 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-24Fix the formatting of doxygen comments to properly indicate that the commentrussell1-13/+13
documents the previous entity, as opposed to the next one. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52107 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-24Merged revisions 52002 via svnmerge from murf2-61/+93
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r52002 | murf | 2007-01-24 10:43:50 -0700 (Wed, 24 Jan 2007) | 1 line updated check_expr via 8322 (refactoring of expression checking impl); elfring contributed a nice code reorg, I contributed some time to get it working again, better messages ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52052 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-24Merge in dialing API and the app_page that uses it. (issue #BE-118)file4-76/+995
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52049 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-24Fix changing channel formats when joint capability changes and there are no ↵file1-1/+1
audio formats... I didn't break it originally! (issue #8535 reported by ivoc) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52016 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-24rebuild configure script to reflect last chan_h323 related changes.russell1-7/+31
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52000 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-24added fix from #8899crichter1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51989 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-24Merged revisions 51966 via svnmerge from crichter1-0/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r51966 | crichter | 2007-01-24 11:48:09 +0100 (Mi, 24 Jan 2007) | 1 line fixed the busy problem (dialstatus was not busy when we called a busy extension) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51979 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-24Show capabilities *and* preference in general settings in "sip show settings"oej1-0/+4
(reported by Clona/Telio - Thanks!) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51931 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-24Allow x64 builds of H.323 (please, rebuild configure)pcadach1-6/+30
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51895 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-24Merged revisions 51843 via svnmerge from russell1-4/+6
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r51843 | russell | 2007-01-23 18:57:28 -0600 (Tue, 23 Jan 2007) | 6 lines Fix an issue related to synchronization of recordings when using Monitor(). The bug is a miscalculation of the amount to seek the stream for writing to disk when the number of samples coming in and out of a channel do not match up. (issue #8298, #8887, report and patch by guillecabeza, patch files created and testing done by whoiswes) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51848 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-24Merged revisions 51828 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r51828 | russell | 2007-01-23 18:17:50 -0600 (Tue, 23 Jan 2007) | 4 lines Don't set a new value for the END_ variable on the channel before using the old value. If you do, it will lead to accessing a memory address that has been free()'d. (issue #8895, arkadia) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51829 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-23Update channel drivers to use module referencing so that unloading them ↵file9-89/+20
while in use will not result in crashes. (issue #8897 reported by junky) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51788 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-23Fix some bugs in process_message(). The manager session lock needs to be heldrussell1-0/+12
when sending some sort of response, or calling one of the manager action callbacks. This resolves an issue where people using the GUI would get random crashes when they start clicking around a lot. (issue #8711, reported and debugged by zandbelt) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51781 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-23Fix setting the default port of 8088 on 64-bit or big-endian machines.russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51755 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-23When traversing the list of manager actions, the iterator needs to berussell1-21/+22
initialized to the list head *after* locking the list. Also, lock the actions list in one place it is being accessed where it was not being done. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51750 f38db490-d61c-443f-a65b-d21fe96a405b