aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Collapse)AuthorFilesLines
2005-06-06major Makefile and build process improvements, including removal of all ↵kpfleming1-1/+1
hardcoded paths (modules must now use run-time paths as they should) (bug #4116) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5855 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06Fix minor OSP compile issuemarkster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5852 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-05don't call reg_source_db() until after the peer has been added to the peer listkpfleming1-3/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5850 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-05fix compilation on Darwin (bug #4462, ugh, we need all this stuff moved into ↵kpfleming1-1/+1
endian.h) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-05more cleanups for outbound registrations (bug #4457)kpfleming1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5844 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-05use a struct for long parameter list to transmit_invite (bug #4458)kpfleming1-34/+46
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5843 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-05correct oops in recent outbound registration rework (bug #4461)kpfleming1-67/+62
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5841 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03various improvements to outbound registrations and response handling (bug #3850)kpfleming1-160/+268
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5839 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03use ast_cli_register_multiple() for CLI commandskpfleming1-176/+131
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5838 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03use ast_strip_quoted to strip brackets from key secretskpfleming1-7/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5835 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03handle stale authentication nonces more properly (bug #4343, with formatting ↵kpfleming1-16/+89
fixes) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5834 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03clean up create_addr, and use a structure instead of a large parameter listkpfleming1-300/+306
make create_addr return the peer's outkey, so dynamic realtime peers can use keys for calls (bug #4431) add key support for switch connection strings use a common dial/switch string parser instead of three copies (none of them identical) make doxygen docs cover the entire source base git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5833 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03use ast_cli_register_multiple() for chan_zap CLI commandskpfleming1-72/+40
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5830 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02Blindly merge jitter buffer patch of bug #4342)markster1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5814 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02Setup transfer capability properly for outbound calls (bug #4434)markster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5813 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02Add button templates for 7902, 7935, 7940, 7960, 7970, support big endian ↵jeremy1-196/+499
machines with proper byte ordering, fixed caller*id on 7910 (others?) and more. Bug #4398 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5811 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-01Apply a proper solution to resolve AST_MAX_ACCOUNT_CODEjeremy2-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5805 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-30Fix small sizeof bug (#4407)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5788 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-30Fix attended transfer crash (bug #4404 with changes)markster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5787 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-30Fix reply digest selection of size (bug #4409)markster1-5/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5785 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-30Fix the ordering fo some checks (bug #4406)markster1-26/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5784 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-29use DEFAULT_SIP_PORT (bug #4408)russell1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5782 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-26Fix agent deadlock and remove braindead tags dependencymarkster1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5777 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-26Define AST_MAX_ACCOUNTCODE because chan_h323.h does not link to the Asterisk ↵jeremy1-0/+2
headers git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5776 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-26Fix typo about maddr (bug #4386)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5772 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-25Fix typo in chan_sip. (Bug #4376).twisted1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5768 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-25Fix SIP registration (bug #4138)markster1-4/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5767 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)markster6-13/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5765 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-25various code cleanups (bug #4353)russell2-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5764 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-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 '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-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-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-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-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)kpfleming1-0/+79
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-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-19Yet another set of jitter buffer changes (this time some scheduling ↵markster1-3/+5
improvements) (bug #4319) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5722 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19More jitter buffer fixes for large resync (bug #4311)markster1-3/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5719 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-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