aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-06-09various minor portability fixes (mostly from tholo for OpenBSD)kpfleming8-98/+82
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33350 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-09Move payloadtype back home to rtp.c oej2-13/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33349 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-09Another try at hanging up the transferer channel after the masqoej1-19/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33348 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-09Don't double check existence of a variable (issue #7300 reported by foamdino)file1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33328 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-09Blocked revisions 33300 via svnmergefile0-0/+0
........ r33300 | file | 2006-06-09 15:52:51 -0300 (Fri, 09 Jun 2006) | 2 lines Allow the format outputted by meetme list to be used for meetme commands (like kick) (issue #7322 reported by darkskiez) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33301 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-09oops moved block without renaming a variable correctly.mogorman1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33299 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-09Merged revisions 33297 via svnmerge from file1-2/+0
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r33297 | file | 2006-06-09 15:26:42 -0300 (Fri, 09 Jun 2006) | 2 lines Remove an unneeded double lock (issue #7310 reported by arkadia) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33298 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-09Wait until we have the lock before getting the pvt structure pointer (issue ↵file1-1/+1
#7313 reported by arkadia) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33296 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-09Merged revisions 33294 via svnmerge from file1-4/+12
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r33294 | file | 2006-06-09 15:08:00 -0300 (Fri, 09 Jun 2006) | 2 lines Handle hangup during recording of screened name (issue #7304 reported by kulldominique) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33295 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-09Add more missing newlines (issue #7323 reported by darkskiez)file1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33266 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-09Blocked revisions 33264 via svnmergefile0-0/+0
........ r33264 | file | 2006-06-09 13:31:29 -0300 (Fri, 09 Jun 2006) | 2 lines Add missing newlines (issue #7323 reported by darkskiez) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33265 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-09convert one of my linked lists to ast_linklistmogorman2-49/+39
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33263 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-09Don't force context for domain= setting (imported from 1.2)oej1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33236 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-09Remove the return value from functions that return something that is never ↵oej1-32/+31
checked anywhere. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33215 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-09when we don't want the call we need to release_complete it.. ignoring it ↵crichter1-0/+3
breaks the ETSI rules .. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33195 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-09Rename ast_rtp_early_media to ast_rtp_early_bridge to avoid confusion.oej3-8/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33174 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-09Enabling and disabling debug messages...oej1-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33173 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-09Move a couple semicolons to a more traditional location. Was pointed out by ↵jcollie1-2/+2
Steven <critch@basesys.com> on the -dev list. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33152 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-08move 'struct ast_rtp' back to rtp.c where it belongskpfleming3-78/+90
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33133 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-08always include inttypes.h and sys/types.h in asterisk/compat.h to fix a buildrussell2-14/+5
problem on mac and place asterisk.h back at the top of menuselect.c git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33114 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-08Debug logging fixesoej1-4/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33113 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-08Make menuselect compile on os/x...oej1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33112 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-08At least reply if we get a fatal error in handling a packet.oej1-7/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33111 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-08Don't crash if chan2 does not exist (one-legged call situations, like echo)oej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33110 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-08Improve SIP historyoej1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33109 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-08Avoid using the name "early media" for media that is not earlyoej1-5/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33108 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-08document the new sound/moh file installation processkpfleming1-8/+33
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33089 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-08Issue #7294 - Asterisk sends INVITE instead of BYE. Fix by Philippe Sultan. ↵oej1-1/+1
Thanks! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33069 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-08Doxygen updatesoej2-14/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33066 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-08handle out-of-memory conditions in ast_frisolate() properly (reported by ↵kpfleming1-3/+11
Slav Kenov on asterisk-dev) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33037 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-08try to get keyword substitution working for this filekpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33035 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-08Fixed detection of dtmfs with bridged channels.crichter1-9/+33
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33011 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-08Update doxygen for video formatsoej2-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32992 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-08Add video.txt to doxygenoej1-1/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32991 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-08Doxygen updateoej2-0/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32990 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-08Doxygen formattingoej1-25/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32971 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-08Enable doxygenoej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32970 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-08Cleanup formatting a little...markster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32953 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07move the common wget arguments to a variable and remove --no-verbose sorussell1-7/+8
users will see download progress git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32935 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07ok, new sounds/moh handling stuff should be done... bring on the bug reports!kpfleming1-3/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32919 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07solves some bugs with memory allocation, and addsmogorman3-34/+93
a message stack. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32918 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07moh files will now be distributed in native format, not mp3, so...kpfleming4-23/+24
update sounds/Makefile to download/unpack the proper files remove all evidence of mpg123 from the main Makefile change the sample musiconhold.conf file to use native mode instead of mp3 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32917 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07ok, now it knows how to auto-download and installkpfleming1-6/+43
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32916 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07don't force the sounds to download... only when neededkpfleming4-9/+11
fix a few buglets i caused in menuselect remove downloaded sounds on 'dist-clean' git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32901 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07woo-hoo, now it knows how to download the sound packages... doesn't install ↵kpfleming5-110/+111
them yet though git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32886 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07prepare for using sound files from out of the source treekpfleming356-18/+28
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32885 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07fix a typo in an option name in config parsingrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32884 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07simplify the loop that iterates through the categories in followme.conf andrussell1-4/+4
don't try to read the general section as a followme profile git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32878 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07fix the build with astmm enabledrussell1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32868 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07fix an incorrect usage of scanf, where it should be using sscanf, instead,russell1-2/+3
which was causing asterisk to hang when loading this module (reported by blitzrage on IRC) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32867 f38db490-d61c-443f-a65b-d21fe96a405b