aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming36-132/+78
2005-06-06let ODBC username/password default to the ones in odbc.ini (bug #4470)kpfleming1-8/+7
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...kpfleming14-346/+231
2005-06-06Fix minor OSP compile issuemarkster1-2/+2
2005-06-05make AGI 'TDD MODE' command behave as documented when the channel doesn't sup...kpfleming1-4/+4
2005-06-05don't call reg_source_db() until after the peer has been added to the peer listkpfleming1-3/+7
2005-06-05more ast_copy_string() conversionkpfleming5-114/+115
2005-06-05don't try to copy NULL appdata (bug #4422)kpfleming1-1/+2
2005-06-05fix compilation on Darwin (bug #4462, ugh, we need all this stuff moved into ...kpfleming1-1/+1
2005-06-05make ast_waitstream_* return value compatible with platforms that use unsigne...kpfleming6-16/+18
2005-06-05make format_au compile on FreeBSD (bug #4456)kpfleming1-4/+2
2005-06-05more cleanups for outbound registrations (bug #4457)kpfleming2-4/+10
2005-06-05use a struct for long parameter list to transmit_invite (bug #4458)kpfleming1-34/+46
2005-06-05minor cleanups (bug #4460)kpfleming1-14/+2
2005-06-05correct oops in recent outbound registration rework (bug #4461)kpfleming1-67/+62
2005-06-05make 'show channeltypes' list whether device state is supported (bug #4464)kpfleming1-4/+4
2005-06-03various improvements to outbound registrations and response handling (bug #3850)kpfleming1-160/+268
2005-06-03use ast_cli_register_multiple() for CLI commandskpfleming1-176/+131
2005-06-03add support for Sun Microsystems AU audio format (bug #4428 with minor mods)kpfleming3-2/+379
2005-06-03clean up logic functions code and help textskpfleming1-61/+104
2005-06-03use ast_strip_quoted to strip brackets from key secretskpfleming1-7/+2
2005-06-03handle stale authentication nonces more properly (bug #4343, with formatting ...kpfleming1-16/+89
2005-06-03clean up create_addr, and use a structure instead of a large parameter listkpfleming2-301/+315
2005-06-03correct case of file type for one-touch monitoring (bug #4443)kpfleming1-2/+2
2005-06-03Don't build app_intercom...markster1-1/+1
2005-06-03use ast_cli_register_multiple() for chan_zap CLI commandskpfleming1-72/+40
2005-06-03use ast_cli_register_multiple() for pbx CLI commandskpfleming1-46/+16
2005-06-03remove deprecated 'quit' and 'exit' commands from console (but not remote con...kpfleming1-40/+19
2005-06-03add indications for Sweden (bug #4231)kpfleming1-0/+14
2005-06-03don't call poll() with an unitialized structure (bug #4387)kpfleming1-4/+5
2005-06-03allow global variables to be reset on reload (defaults to off) (bug #4385)kpfleming2-6/+18
2005-06-03allow ast_add_extension2 to accept a NULL destructor (bug #4411)kpfleming1-0/+6
2005-06-03support configurable batch posting of CDRs (off by default) (bug #3883)kpfleming8-17/+530
2005-06-02document syntax change for Record() application (bug #4439)kpfleming1-0/+3
2005-06-02add realtime support to app_queue for static members/agents (bug #4037)kpfleming2-221/+454
2005-06-02make 'show channeltypes' output format work properly (bug #4413)kpfleming1-2/+4
2005-06-02consolidate API functions for saying numbers/digits/alpha/phonetic into less ...kpfleming2-326/+175
2005-06-02add guidelines for doxygen documentation writing (bug #4417, with mods)kpfleming1-1/+50
2005-06-02add a minor allocation/zeroing guidelinekpfleming1-0/+22
2005-06-02add missing if statement in say_position (bug #4435)kpfleming1-0/+1
2005-06-02Fix offset calculation for signed linear (bug #4433)markster1-0/+1
2005-06-02Blindly merge jitter buffer patch of bug #4342)markster3-21/+29
2005-06-02Setup transfer capability properly for outbound calls (bug #4434)markster1-0/+2
2005-06-02Fix dial to not seg when closing ')' is missing (bug #4410)markster1-20/+20
2005-06-02Add button templates for 7902, 7935, 7940, 7960, 7970, support big endian mac...jeremy1-196/+499
2005-06-02fix wordwrapjeremy1-2/+1
2005-06-02Spell noise correctlyjeremy1-4/+5
2005-06-01fix the one digit exit extension for RetryDialrussell1-4/+4
2005-06-01fix timeout optionrussell1-2/+5
2005-06-01Apply a proper solution to resolve AST_MAX_ACCOUNT_CODEjeremy2-3/+3