aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-05-25various code cleanups (bug #4353)russell7-19/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5764 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-24Document model usagejeremy1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5763 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-24Correctly implement the button templates in hopes to support more 79XX ↵jeremy1-182/+155
series phones. Needs testing, please report. Bug #4366 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5762 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-24(Hopefully!) last remaining changes for NFAS.mattf1-18/+61
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5761 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-24More updates for NFAS span/channel mappingmattf1-7/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5760 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-24print out appropriate message when no help text is available for a commandrussell1-3/+8
fix a seg fault when astmm is enabled (bug #4356) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5758 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-24get rid of some compilation warningsrussell1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5757 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-23remove seemingly useless write (bug #4299)russell1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5756 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-23Bug in pri_find_principlemattf1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5755 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-23Updates for new libpri set_message apimattf1-2/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5754 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-21Optimize global/user/peer configuration call options. Bug #4336jeremy2-199/+119
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5753 f38db490-d61c-443f-a65b-d21fe96a405b
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