aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-01-03various Makefile improvements to get chan_vpb (and any other C++ modules) to ↵kpfleming2-3/+11
build properly git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49282 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-03Check pvt structure presence before passing to send_command. This gets rid ↵file1-2/+8
of the irritating message about a packet without pvt structure. This happens because the scheduled item is getting cancelled at almost the exact moment it is getting executed. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49259 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-02This is a slight modification to Josh's edits for #8579; both files edited ↵murf4-8/+8
were the produced by flex; so the source files need to be changed instead, and the generated files regenerated. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49237 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-02Small cleanup of add_t38sdp - it's always enabled at that point in the codeoej1-3/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49212 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-02Allow fractions of a second in the Wait() application, like it says it allows.qwell1-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49189 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-02remove comment that is unrelated to this functionkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49165 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-02Adding note on effect of applicationmap features on re-invitesoej1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49145 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-01check specifically for VLDTMF and transcoding support in the system's Zaptel ↵kpfleming5-58/+130
installation, and make only the modules that need those features dependent on them (this will allow building the other Zaptel-using parts of Asterisk against older versions of Zaptel or those on other platforms that haven't caught up yet to the Linux version) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49102 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-01use a simpler (and portable) method to ensure that menuselect is built as a ↵kpfleming1-1/+1
host binary git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49099 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-01revert this change until a better solution can be found... 'env -i' was not ↵kpfleming1-1/+1
being used properly, but even when changed to do so, this process fails during cross-compilation because the menuselect build still sees 'CC' as set to the cross-compiler git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49098 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-01remove incomplete implementation of dnsmgr. Let's fix this in trunk.oej1-4/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49096 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-30IAX has been deprecated for quite some time so we had better use IAX2 when ↵file1-1/+1
creating the dial string for users. (issue #8697 reported by ssokol) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49073 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-30Use asprintf to build the channel names instead of custom function. I ↵file1-3/+3
believe the custom function is doing some things that are not portable across all implementations. (issue #8570 reported by hterag & issue #8692 reported by nicolasg) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49070 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-30If the Packet2Packet bridge is being broken because of a masquerade then ↵file1-0/+4
attempt to read a frame in so the masquerade actually happens. Otherwise weirdness will occur. (issue #8696 reported by kjotte) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49066 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-30Initialize the packet queue in load_module instead of just declaring the ↵file1-3/+5
list with the default value. (issue #8695 reported by ssokol) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49063 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-30A fix for 8661, where the CUT func needed to have comma args converted to ↵murf1-1/+16
vertical bars. I hope this change does little harm. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49061 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-29put this value into the correct propertykpfleming0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49048 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-29Merged revisions 49045 via svnmerge from kpfleming1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r49045 | kpfleming | 2006-12-28 18:32:32 -0600 (Thu, 28 Dec 2006) | 2 lines location of the bug posting guidelines has changed ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49046 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-29simple commit to test CIA integrationkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49042 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-28Fix some deprecated commands.qwell1-6/+177
Issue 8682, patch by me git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49035 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-28saw this in passing... fix a small typoqwell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49032 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-28new versions of soundskpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49028 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-28make the uris_lock a rwlock instead of a mutex lock - needs to be forward ↵qwell1-11/+11
ported to trunk git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49024 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-28Backport support for read/write locks.file4-1/+199
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49022 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-28removed <err.h> as in trunk from the ael stuff. Also, threw in a minor fix ↵murf10-188/+188
to frame.c to avoid build-killing compiler warnings. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49020 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-27ast_copy_string is not available when LOW_MEMORY is used and things are ↵file2-4/+4
being built in the utils directory, so we need to resort to the old method of strncpy. (issue #8579 reported by mottano) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49009 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-27since these variables all have static duration, none of them need ↵kpfleming14-49/+49
initializers (they default to zero anyway) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49006 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-27move extern declaration for this option to a header file where it belongskpfleming3-3/+3
provide an initial value for 'languageprefix' option, instead of relying on randomness to provide a useful value git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48998 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-27Only include acl.h and lock.h onceoej1-2/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48997 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-27Only set rfc2833compensate flag once (handle_common_options)oej1-4/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48995 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-27- Remove checking for T38 options twice. Keeping them in handle_common_optionsoej1-30/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48993 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-27make the option actually match the documentationkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48988 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-27allow 'show memory' and 'show memory summary' to distinguish memory ↵kpfleming5-21/+75
allocations that were done for caching purposes, so they don't look like memory leaks git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48987 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-27Be a bit more politically correctoej2-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48985 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-27Issue #8575 - Buggy cisco MWI support.oej2-3/+16
Normally we try not to change our software for bugs in other devices. But in this case, the Cisco phones are so widespread so we try to implement a fix while waiting for a bugfix from Cisco. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48982 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-27- Make sure handle_common_options return 1 when we found a common optionoej1-2/+14
- Move uncommon (only global) option away from handle_common_options Reported by rizzo. Thanks! git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48980 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-27Issue 8599 (rizzo) Change invitestate before re-sending invite with auth.oej1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48977 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-27Fix bogus content-length in t38 sdp. (rizzo, #8600)oej1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48975 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-26Get rid of a needless memory allocation and only create a conference ↵file1-10/+6
structure in find_conf_realtime if data was read from realtime. (issue #8669 reported by robl) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48966 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-26Add an API call that initializes an RTP structure. We need this because ↵file3-6/+22
chan_sip is cheeky and uses a temporary RTP structure for codec purposes, and the API calls that are used rely on the lock. (Pointed out on asterisk-dev by Andy Wang) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48964 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-25Clean up autoconf file (gets rid of warnings seen when rebuilding configure) ↵file2-938/+1843
and rebuild configure. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48960 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-25Merged revisions 48955 via svnmerge from russell1-1/+0
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48955 | russell | 2006-12-25 00:19:48 -0500 (Mon, 25 Dec 2006) | 6 lines Fix an error introduced by copying and pasting the handling of the >= operator for the MATH function. If a single equal sign was used as an operator, the function would treat it is as if it were the >= operator. Now, it properly handles it as an invalid operator. (issue #8665, patch by tempest1) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48956 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-24Fix a typo in an error message that indicated that the MGCP channel type couldrussell1-1/+1
not be registered, instead of the correct type, OSS. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48948 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-24Merged revisions 48943 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48943 | russell | 2006-12-24 02:23:07 -0500 (Sun, 24 Dec 2006) | 3 lines Check for the proper return value on an error in a call to mmap(). This was reported by Andy Wang on the asterisk-dev list. Thanks! ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48944 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-24Merged revisions 48939 via svnmerge from russell1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48939 | russell | 2006-12-24 01:47:29 -0500 (Sun, 24 Dec 2006) | 3 lines Remove a couple of misplaced dots in log messages. This was reported by Andrea Spadaccini on the asterisk-dev mailing list. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48940 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-23Implement locking for the list of URI handlers to make it thread-safe.russell1-4/+22
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48931 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-22Minor fixes for Solaris.qwell2-4/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48906 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-22Note to self: Run make before committing...qwell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48888 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-22Fix for issue 7774 - patch by alamantiaqwell1-4/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48870 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-21Merged revisions 48782 via svnmerge from file1-0/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48782 | file | 2006-12-21 15:25:01 -0500 (Thu, 21 Dec 2006) | 2 lines Add new silence sound files to the spec for Redhat. (issue #8652 reported by alvaro_palma_aste) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48783 f38db490-d61c-443f-a65b-d21fe96a405b