aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-05-21Make debug output more precise. Bug #4345jeremy1-9/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5752 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-20Mods for IMPLICIT/EXPLICIT channel id selection supportmattf1-0/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5751 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-20make IF dialplan function handle quoted strings properly (bug #4322, with ↵kpfleming3-11/+69
API mods) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5750 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-20clarify comments even morekpfleming1-5/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5749 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-20add a little comment to keep someone else from having the same ↵kpfleming1-0/+6
misunderstanding I had :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5748 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-20fix Solaris compatibility issues (bug #4339)kpfleming4-9/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5747 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-20make 'sip debug' work again (commands must be registered shortest-first when ↵kpfleming1-1/+1
they start with the same words) (bug #4341) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5746 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19Add SET function (bug #4335)markster1-0/+33
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5745 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19Revert improper patch from bug #4294markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5744 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19minor doc fixeskpfleming1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5743 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19Make capbilities be connection specific versus for the whole endpoint. Bug #4334jeremy4-91/+126
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5742 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19Cache result from database function reads (conf call)markster1-9/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5741 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19ensure that objects in docs are sorted alphabetically (bug #4333)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5740 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19Fix memory leak, avoid uncessary abuse of memory and formatting tweaks. Bug ↵jeremy3-90/+71
#4282 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5739 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19more Makefile tweakskpfleming2-24/+34
ensure mkdep can handle creating rules for files that are using double-colon rules git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5738 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19formatting cleanup (bug #4330)kpfleming1-89/+92
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5737 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19make version-testing and echo constructs more shell-portablekpfleming2-13/+16
add proper attribution to vercomp.c git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5736 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19remove unnecessary conditional logic (bug #4313, take two)kpfleming1-6/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5735 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19ensure that peer-level RTP settings are actually used (bug #4313)kpfleming1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5734 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19add IAXPEER function (bug #4310, with minor formatting and doc changes)kpfleming2-1/+103
add note to CODING-GUIDELINES about minimizing indentation in function bodies git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5733 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19add more expr-related files to ignorekpfleming1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5732 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19use new C-coded version comparison program for bison and flex (bug #2058, ↵kpfleming4-200/+395
with different Makefile changes) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5731 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19support labels as targets of SET PRIORITY command (bug #4057)kpfleming1-5/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5727 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19properly check for debug and verbose messages to suppress (bug #4294)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5726 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19move variable declarations to top of function where they belong (bug #4303)kpfleming1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5724 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19add 'dontwarn' option to asterisk.conf to appease the whining masses :p (bug ↵russell4-3/+11
#4320) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5723 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19Yet another set of jitter buffer changes (this time some scheduling ↵markster3-8/+22
improvements) (bug #4319) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5722 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19check to see if a comma or an open paren came first when splitting the ↵russell1-20/+23
application from the application arguments (bug #4306) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5721 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19fix moh option in conjunction with intro option (bug #4298)russell1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5720 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19More jitter buffer fixes for large resync (bug #4311)markster4-15/+62
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5719 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19note the change from "port" to "bindport"russell1-0/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5718 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19Merge skew reduction (bug #4222)markster1-1/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5717 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-18Add IAX2 testing code (bug #4242)markster1-0/+103
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5716 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-18add DB_EXISTS function to be able to check if a key exists in the databaserussell1-0/+44
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5715 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-18Actually apply timestamp bug (bug #3961)markster1-2/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5714 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-18provide a more explicit explination as to what the 'iaxcompat' option doesrussell1-2/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5713 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-18Add optional call limitmarkster7-3/+64
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5712 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-17print out the IAX DATETIME IE in 'iax2 debug' in human readable formrussell2-17/+34
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5711 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-17remove call to pall on unitialied fdsrussell1-4/+4
This function assumes that the fd is nonblocking (bug #4053) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5710 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-17remove extra LOCAL_USER_REMOVE (bug #4308)russell1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5709 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-17prevent copying of NULL (bug #4307)russell1-4/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5708 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-17correct syntax on DB function examplerussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5707 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-16fix description of length parameterrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5706 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-16Turn on the DSP for the channel after an ANSWER so that we get DTMF detectedmattf1-10/+8
properly git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5705 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-16Additions to chan_zap.c to receive PRI_EVENT_KEYPAD_DIGIT properly. Bug #4286mattf1-0/+28
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5704 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-16SIP hold improvements (bug #4290)kpfleming1-12/+38
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5702 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-16add 'zap show status' CLI command to display card/span status (bug #3585)kpfleming1-1/+73
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5701 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-16correct file names to ignorekpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5700 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-16temporarily suppress usage of vercomp.sh script until it can be fixedkpfleming1-20/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5699 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-16clean up message duration writing code (bug #4285)kpfleming1-12/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5698 f38db490-d61c-443f-a65b-d21fe96a405b