aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Collapse)AuthorFilesLines
2005-05-08Use maxdomainlen in chan_sip (bug #4212)markster1-17/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5601 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-08Fix gethostname calls (bug #4198, with mods)markster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5600 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-07now fix the formatting part (bug #4207)russell1-31/+31
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5597 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-07remove unreachable block of code (bug #4207)russell1-4/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5596 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-05major re-work of dialplan functions, including:kpfleming1-2/+2
- locking of functions list during registration/unregistration/searching - rename of function description structure to be consistent with the rest of the API - addition of 'desc' element to description structure, for detailed description (like applications) - addition of 'show function' CLI command to show function details - conversion of existing functions to use uppercase names to match policy - creation of new 'pbx_functions.so' module to contain standard 'builtin' functions - removal of all builtin functions from pbx.c and apps and placement into new 'funcs' directory git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5583 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-04Merge formatting changes (bug #4172)markster1-77/+84
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5578 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-04Minor protocol fixes (bug #4169)markster1-35/+36
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5577 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-04remove extraneous manual string terminationkpfleming1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5572 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-04move some debugging output to a higher debug level (bug #4119)kpfleming1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5571 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-04fix build on FreeBSD (bug #4125)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5569 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-04solve memory leak and allow chan_mgcp to be unloaded (bug #4148)kpfleming1-34/+49
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5565 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-04ensure the SIP socket is closed on module unload (bug #4149)kpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5562 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-03fix breakage when ast_copy_string is used to copy substrings (bug #4146, but ↵kpfleming1-25/+22
a different fix) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5561 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-03Fix one-way audio issues with CCM and possibly other [broken] endpoints. Bug ↵jeremy1-2/+2
#4135 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5560 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-03Fix one-way audio issues with CCM and possibly other [broken] endpoints. Bug ↵jeremy1-1/+1
#4135 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5559 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-03simplify argument parsing in sip_prune_realtimekpfleming1-50/+48
don't force register expiration when pruning realtime peers provide feedback for successful single item prune operations git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5558 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-03use symbolic constants for RTP method flags, and add debugging output to ↵kpfleming1-18/+20
sip_alloc to indicate when RTP is/is not allocated (bug #3986) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5557 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-03ensure astdb registration entries are parsed properly (bug #4126)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5555 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-03ensure buffer size is computed properly for ast_copy_stringkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5554 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-02Add support for native DTMFmarkster1-3/+22
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5552 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-02Fix dtmfmode, dtmfcodec capability, Faststart for users and peers. Bug #4112jeremy3-27/+68
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5551 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-02testing has shown that ast_copy_string is nearly twice as fast as strncpy ↵kpfleming1-233/+231
for the common use cases in Asterisk, so convert chan_sip over... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5550 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-02change (iax2,sip) show (peers,users) to use 'like <pattern>' for ↵kpfleming2-50/+64
pattern-matching to be consistent with other CLI commands git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5549 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-02attempt to not allocate RTP ports for SIP private structures unless they are ↵kpfleming1-48/+54
needed (bug #3986) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5548 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-01ensure object reference is removed after unlinking from containerkpfleming1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5545 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-01clean up reg_source_dbkpfleming1-54/+55
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5543 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-01properly check for error from pri_timer2idx (bug #4117)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5541 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-01add SIP_HEADER function, mark SIPGetHeader app deprecated (will be removed ↵kpfleming1-2/+52
on 2005-05-31) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5540 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-01add direct object unlink macro to ASTOBJ apikpfleming1-110/+107
various minor cleanups in chan_sip git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5539 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29enhance 'sip prune realtime' to support users as well as peers, and ↵kpfleming1-28/+182
regex-based filtering git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5536 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29don't use '%i' at all, since we have no current use cases that need non ↵kpfleming8-22/+22
base-10 parsing (bug #4110) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5533 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29make write() failures on Zap channels more prominent than 'debug' messages ↵kpfleming1-2/+1
(bug #4107) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5531 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29Rework astersk make process to be compatable with the Open H.323 build ↵jeremy1-0/+9
process. Bug #3981 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5528 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29Rework astersk make process to be compatable with the Open H.323 build ↵jeremy3-110/+39
process. Bug #3981 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5527 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29Fix codec negiocation on inbound calls. Bugs 3980, 4021, 4045jeremy2-10/+22
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5526 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-28unregister reload command (bug #4102)kpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5525 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-27Fixed problem with 'radio' attribute vanishing upon zap reloadjim1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5522 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-27allow fine-grained 'insecure' settings (bug #4024)kpfleming1-28/+50
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5521 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-27Oops :)markster1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5519 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-27Fix lockup in register timeoutmarkster1-1/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5518 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-27/ changed the logging in vpb_call()bkramer1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5514 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-27add manager events for Zaptel DND state changes (bug #4070, with mods)kpfleming1-2/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5513 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-27report IP of peer who sent failing registration (bug #4089)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5511 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-27reset 'confirm' mode so DTMF can be used by Zap callees after confirming ↵kpfleming1-0/+2
(bug #4083) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5509 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-27formatting cleanup (bug #4088)kpfleming1-18/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5505 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-22Support for new signaling type Feature Group D (MF) through a tandem accessmattf1-4/+120
point. Also support for an output file to send your PRI debug information. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5500 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-22ensure cause code supplied by IAX2 peer is passed up to caller properly (bug ↵kpfleming1-0/+5
#4064) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5494 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21fix various compiler warningskpfleming2-2/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5491 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21use double-quotes instead of angle-brackets for non-system include files ↵kpfleming21-298/+298
(bug #4058) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-19update so people don't whine any morejeremy1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5484 f38db490-d61c-443f-a65b-d21fe96a405b