aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-05-24add a new option for 'obscuring' SIP user/peer names from fisherskpfleming2-48/+129
use an enum for authentication results and clean up code fix a bug where SUBSCRIBE for an unknown user/peer would not generate a response git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29903 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23further codec module optimization based on codec_alaw changes by rizzorussell2-12/+14
(issue #7190, Mithraen) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29880 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23Merged revisions 29849 via svnmerge from russell1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r29849 | russell | 2006-05-23 17:44:52 -0400 (Tue, 23 May 2006) | 2 lines fix the sourceaddress option (issue #7213, alphaque) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29850 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23get rid of that transport sillynessmogorman1-3/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29848 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23hmm still need a way to get rid of connectionsmogorman1-4/+2
later on. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29847 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23Bump up the echo tail length optionmattf1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29846 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23fixes bug where server goes away.mogorman1-20/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29825 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23added a l1watcher timeout, therefore removed the old behaviour of guessing ↵crichter5-63/+53
the l1state. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29803 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23allows for configurable answer timeout on attended transfermogorman3-1/+14
patch 0006763 with minor changes. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29766 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23Merged revisions 29764 via svnmerge from kpfleming1-5/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r29764 | kpfleming | 2006-05-23 13:16:40 -0500 (Tue, 23 May 2006) | 2 lines simplify/fix lock retry, and fix comment ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29765 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23 Sanity check code for an extended failure in trying to obtain a channel ↵bweschke1-1/+10
lock that may have been obtained elsewhere. Prevents the monitor thread of the SIP module from going into an infinite loop, effectively, breaking SIP until you restart Asterisk or the mutex is unlocked, whichever comes first. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29735 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23 What's good for 1.2 isn't good for /trunk. Fix for /trunk coming next...bweschke0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29734 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23on a clean, we have to clean out the ael directory toorussell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29731 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23restore AST_LIST_HEAD_INIT (with no users in the tree right now)kpfleming2-6/+28
update ast_mutex_init to allow mutexes that are all zero bytes to be initialized (in the case of a dynamically-allocated structure containing a mutex) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29727 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23finish cleaning up some more stuff before russellmogorman2-132/+69
gets a chance to. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29708 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23remove another excess "debug" messagerussell1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29707 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23Merged revisions 29696 via svnmerge from bweschke1-3/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r29696 | bweschke | 2006-05-23 11:58:24 -0400 (Tue, 23 May 2006) | 3 lines Fix a potential leak and correct (hopefully) a segfault under certain conditions. #6784 (vovan and perry testing) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29706 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23 app_meetme Muting and Manager API enhancements #6731 (softins w/some minor ↵bweschke2-76/+157
mods to accomodate recent enum work) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29705 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23remove an unnecessary error message that is really an old debug messagerussell1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29704 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23update chan_jingle to reflect the recent change to the indicate prototyperussell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29703 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23Breaking once will stop us... :-)oej1-3/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29668 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23* export_ies uses now _VAR else the vars are not copied to the dest chancrichter2-29/+110
* when receiving a connect from the NT Side we wait until we have the final l3id until we queue the answer to asterisk to avoid bridging conflicts * when not bridged to misdn we had a segfault after receiving the connect due to a strcasecmp bug.. this didn't happen before, cause we hadn't had the bridge before * cleanup of the bchannels is queued now, due to possible race conditions * added mISDN_clear_stack when cleaning the bchannel git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29667 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23Code formattingoej1-24/+23
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29665 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23Formatting, typosoej2-5/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29641 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23Handle ringing (early) state properly on SIPmarkster3-6/+56
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29619 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22patch from bug 0007204 to make bug 5750 follow standardmogorman1-5/+5
manager naming convention. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29592 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22remove properties from the xmpp mergekpfleming0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29570 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22Merged revisions 29555 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r29555 | file | 2006-05-22 18:27:12 -0300 (Mon, 22 May 2006) | 2 lines Increase the silence threshold to 128 to "fix" it, so I'm told. (issue #6595 reported by davetroy fixed by casper) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29556 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22bootstrap updates to include xmpp related stuffkpfleming3-4627/+6666
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29554 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22asterisk-xmpp merge inmogorman15-0/+4188
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29553 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22Merged revisions 29512 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r29512 | file | 2006-05-22 17:15:04 -0300 (Mon, 22 May 2006) | 2 lines Use the correct language when playing the transfer sound (issue #7109 reported by casper) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29514 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22 This is part 2/2 of the patches for #7090. Adds one-step call parking to ↵bweschke4-1/+50
/trunk via builtin functions and 'k' 'K' application options added to app_dial. This also resolves #6340. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29467 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22Merged revisions 29464 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r29464 | file | 2006-05-22 13:33:03 -0300 (Mon, 22 May 2006) | 2 lines Preserve presentation bit when going through chan_local (issue #7002 reported by acunningham) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29466 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22add DEBUG_CHANNEL_LOCKS to menuselectrussell1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29465 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22Add PICKUPMARK support to app_directed_pickup (issue #7104 reported by thaeger)file1-4/+22
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29463 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22don't stop recording until hangup (no terminator) (issue #7168 reported by ↵file1-1/+4
julien23) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29435 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22 Add UniqueID to the leave manager event.bweschke1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29434 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22added callcounters for incoming and outgoing callscrichter4-0/+181
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29411 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22Merged revisions 29398 via svnmerge from tilghman1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r29398 | tilghman | 2006-05-22 09:59:59 -0500 (Mon, 22 May 2006) | 2 lines Bug 7194 - spelling fix ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29407 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22Blocked revisions 29394 via svnmergetilghman0-0/+0
........ r29394 | tilghman | 2006-05-22 09:34:34 -0500 (Mon, 22 May 2006) | 2 lines Bug 7196 - month range did not work ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29395 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22Escaping commas within fields isn't always desireable.tilghman2-2/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29364 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22remove code duplication generating some ast_verbose messages .rizzo1-9/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29363 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22use functional form of time()rizzo1-5/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29335 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22use the functional form of time(), and mark XXX a couple of placesrizzo1-27/+19
with dubious assignments. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29334 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22more constificationsrizzo1-16/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29333 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22various constification of function arguments to prevent erroneousrizzo1-8/+8
usage and to ease understanding of the function themselves. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29332 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22the msg argument of the various transmi_response*() functions is const.rizzo1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29331 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22mark const the 'header' argument of gettagrizzo1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29330 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22mark const the source of copy_requestrizzo1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29329 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22fix indentation to make a table more readablerizzo1-14/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29328 f38db490-d61c-443f-a65b-d21fe96a405b