aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-06-03clean up logic functions code and help textskpfleming1-61/+104
add IFTIME function (bug #4394, with mods) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5836 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 listkpfleming2-301/+315
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-03correct case of file type for one-touch monitoring (bug #4443)kpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5832 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03Don't build app_intercom...markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5831 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-03use ast_cli_register_multiple() for pbx CLI commandskpfleming1-46/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5829 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03remove deprecated 'quit' and 'exit' commands from console (but not remote ↵kpfleming1-40/+19
connections) clean up core CLI command registration to use ast_cli_register_multiple() git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5828 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03add indications for Sweden (bug #4231)kpfleming1-0/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5827 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03don't call poll() with an unitialized structure (bug #4387)kpfleming1-4/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5826 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03allow global variables to be reset on reload (defaults to off) (bug #4385)kpfleming2-6/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5825 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03allow ast_add_extension2 to accept a NULL destructor (bug #4411)kpfleming1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5824 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03support configurable batch posting of CDRs (off by default) (bug #3883)kpfleming8-17/+530
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5823 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02document syntax change for Record() application (bug #4439)kpfleming1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5822 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02add realtime support to app_queue for static members/agents (bug #4037)kpfleming2-221/+454
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5821 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02make 'show channeltypes' output format work properly (bug #4413)kpfleming1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5820 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02consolidate API functions for saying numbers/digits/alpha/phonetic into less ↵kpfleming2-326/+175
functions, using more efficient and clearer code (inspired by bug #4414) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5819 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02add guidelines for doxygen documentation writing (bug #4417, with mods)kpfleming1-1/+50
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5818 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02add a minor allocation/zeroing guidelinekpfleming1-0/+22
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5817 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02add missing if statement in say_position (bug #4435)kpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5816 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02Fix offset calculation for signed linear (bug #4433)markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5815 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02Blindly merge jitter buffer patch of bug #4342)markster3-21/+29
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-02Fix dial to not seg when closing ')' is missing (bug #4410)markster1-20/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5812 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-02fix wordwrapjeremy1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5810 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02Spell noise correctlyjeremy1-4/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5809 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-01fix the one digit exit extension for RetryDialrussell1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5807 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-01fix timeout optionrussell1-2/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5806 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 cdr.h ordering issue (bug #4401)markster1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5789 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 memory leak and remove useless coe (bug #4318, with mods)markster1-2/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5786 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-30Fix language handling (bug #4399)markster1-2/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5783 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-28hopefully the last commit to make things happyrussell1-6/+14
across various versions of newt (bug #4388) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5780 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-27Fix cast to int from pointer (duh!)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5779 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-26Whoopsie :)malcolmd1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5778 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-26Fix agent deadlock and remove braindead tags dependencymarkster2-6/+5
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 seg fault when the app is called on an invalid url (bug #4389)russell1-5/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5775 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-26don't play any sounds when using the quiet option (bug #4348)russell1-7/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5774 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-26fix return value for ExecIfTime when time is outside of the specified range ↵russell1-4/+6
(bug #4380) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5773 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-26fix usage of const char (bug #4388)russell1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5770 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-25Change define __OSX__ to more appropriate __Darwin__ (in light of Darwin ↵twisted3-4/+4
being open sourced, and able to run on x86, OSX isn't really suitable) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5769 f38db490-d61c-443f-a65b-d21fe96a405b