aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-05-21Comment a few more things, and remove an unnecessary db connection checktilghman1-2/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@65283 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-20Merged revisions 65250 via svnmerge from file1-1/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r65250 | file | 2007-05-20 13:59:58 -0400 (Sun, 20 May 2007) | 2 lines res_agi needs to export two symbols (ast_agi_register and ast_agi_unregister) for usage by others. (issue #9755 reported by mnicholson) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@65253 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-20Music on hold and crypto no longer need their symbols globally exported. ↵file2-2/+2
They register the function pointers upon loading with their respective stubs. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@65249 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-20Clean up adsistub file a bit (just spacing) and change over the crypto sub ↵file2-82/+58
to use this build_stub macro strategy. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@65248 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-20Add the adsistub file to the Asterisk makefile, fix a stub definition, and ↵file3-3/+3
no longer make the symbols from res_adsi global since they don't need to be. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@65233 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-18Merged revisions 65201 via svnmerge from murf1-2/+20
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r65201 | murf | 2007-05-18 16:26:51 -0600 (Fri, 18 May 2007) | 1 line Ugh. The svnmerge didn't catch the shift from cdr.c to main/cdr.c, and neither did I. This is the remainder of the 9717 patch, the fix for the run-away FAIL status for a call ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@65203 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-18Merged revisions 65200 via svnmerge from murf2-2/+17
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r65200 | murf | 2007-05-18 16:06:27 -0600 (Fri, 18 May 2007) | 9 lines Merged revisions 65172 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r65172 | murf | 2007-05-18 14:56:20 -0600 (Fri, 18 May 2007) | 1 line This update will fix the situation that occurs as described by 9717, where when several targets are specified for a dial, if any one them reports FAIL, the whole call gets FAIL, even though others were ringing OK. I rearranged the priorities, so that a new disposition, NULL, is at the lowest level, and the disposition get init'd to NULL. Then, next up is FAIL, and next up is BUSY, then NOANSWER, then ANSWERED. All the related set routines will only do so if the disposition value to be set to is greater than what's already there. This gives the intended effect. So, if all the targets are busy, you'd get BUSY for the call disposition. If all get BUSY, but one, and that one rings is not answered, you get NOANSWER. If by some freak of nature, the NULL value doesn't get overridden, then the disp2str routine will report NOANSWER as before. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@65202 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-18Merge cdr_adaptive_odbc from developer branchtilghman2-0/+650
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@65169 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-18Related to issue #9235 btw.oej1-1/+4
Merged revisions 65123 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r65123 | oej | 2007-05-18 20:16:09 +0200 (Fri, 18 May 2007) | 10 lines Merged revisions 65122 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r65122 | oej | 2007-05-18 20:10:46 +0200 (Fri, 18 May 2007) | 2 lines Not getting an ACK to a 200 OK in the initial invite is critical to the call. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@65124 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-18Merged revisions 65076 via svnmerge from oej1-2/+7
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r65076 | oej | 2007-05-18 17:18:13 +0200 (Fri, 18 May 2007) | 13 lines Merged revisions 65075 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r65075 | oej | 2007-05-18 17:12:09 +0200 (Fri, 18 May 2007) | 5 lines Issue 9235 - part of the problem, maybe not all. Please retry with this patch (and no other patch) if you have problems with hanging SIP channels. Thank you. A special Thank You to WeBRainstorm that gave me access to his system. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@65077 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-18Merged revisions 65039 via svnmerge from crichter2-7/+5
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r65039 | crichter | 2007-05-18 14:40:46 +0200 (Fr, 18 Mai 2007) | 9 lines Merged revisions 65007 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r65007 | crichter | 2007-05-18 13:23:11 +0200 (Fr, 18 Mai 2007) | 1 line fixed a warning regarding Keypad encoding. encode the IE sending_complete at the right position. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@65040 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-18Merged revisions 64904 via svnmerge from crichter1-1/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r64904 | crichter | 2007-05-18 10:58:51 +0200 (Fr, 18 Mai 2007) | 9 lines Merged revisions 64902 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r64902 | crichter | 2007-05-18 10:24:08 +0200 (Fr, 18 Mai 2007) | 1 line we *need* to send a PROCEEDING when sending_complete is set, even if need_more_infos is requested. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@65006 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-18Merged revisions 64974 via svnmerge from oej1-0/+3
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r64974 | oej | 2007-05-18 12:37:44 +0200 (Fri, 18 May 2007) | 2 lines Issue 9487 - stop media flows at hangup of call ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64975 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-18Makeup, darling.oej1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64973 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-18Merged revisions 64515 via svnmerge from crichter1-10/+11
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r64515 | crichter | 2007-05-16 10:44:51 +0200 (Mi, 16 Mai 2007) | 9 lines Merged revisions 64513 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r64513 | crichter | 2007-05-16 10:23:42 +0200 (Mi, 16 Mai 2007) | 1 line in the case immediate=yes, we directly jump into the dialplan, where people can use PlayTones to indicate a Dialtone, so we don't need to to that by ourself. also we should not do a dialtone_indicate for incoming calls on a TE port in overlapdialmode. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64963 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-18Merged revisions 63534 via svnmerge from crichter3-20/+148
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r63534 | crichter | 2007-05-09 15:17:10 +0200 (Mi, 09 Mai 2007) | 17 lines Merged revisions 62945,63402,63519 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r62945 | crichter | 2007-05-03 17:39:21 +0200 (Do, 03 Mai 2007) | 1 line when we're in state WAITING4DIGS, we use the asterisk tone-generator which prods us, so we can't just return -1 in misdn_write in this case. Added a MISDN_KEYPAD channel variable, and fixed the sending of keypad. this enables us to modify the call forward parameters in the switch. ........ r63402 | crichter | 2007-05-08 17:07:37 +0200 (Di, 08 Mai 2007) | 1 line added application misdn_check_l2l1 which tries to pull up the L1/L2 on all ports that have the layers down in a group. It waits then for a timeout. This helps for scenarios where multiple PMP BRIs are grouped together, or where a provider has a faulty PTP Implementation, that looses the L2 after a while. ........ r63519 | crichter | 2007-05-09 13:26:16 +0200 (Mi, 09 Mai 2007) | 1 line release_chan frees ch, so we should never touch ch after release_chan, this may cause segfaults. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64957 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-18Merged revisions 62912 via svnmerge from crichter6-47/+87
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r62912 | crichter | 2007-05-03 16:36:32 +0200 (Do, 03 Mai 2007) | 17 lines Merged revisions 61357,61770,62885 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r61357 | crichter | 2007-04-11 14:05:57 +0200 (Mi, 11 Apr 2007) | 1 line some fixes for PMP Hold/Retrieve, it should work now, when briding=no ........ r61770 | crichter | 2007-04-24 15:50:05 +0200 (Di, 24 Apr 2007) | 1 line added lock for sending messages to avoid double sending. shuffled some empty_chans after the cb_event calls, this avoids that a release_complete from a quite different call releases a fresh created setup by accident. ........ r62885 | crichter | 2007-05-03 15:59:00 +0200 (Do, 03 Mai 2007) | 1 line fixed the problem that misdn_write did not return -1 when called with 0 samples in a frame this resultet in a deadlock in some circumstances, when the call ended because of a busy extension. added encoding of keypad. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64955 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-18Merged revisions 59774 via svnmerge from crichter4-21/+47
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r59774 | crichter | 2007-04-03 09:20:27 +0200 (Di, 03 Apr 2007) | 17 lines Merged revisions 59623-59624,59639 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r59623 | crichter | 2007-04-02 09:12:24 +0200 (Mo, 02 Apr 2007) | 1 line we can now make 30 channels on a PRI (before we forgot chan 31..) ........ r59624 | crichter | 2007-04-02 09:25:54 +0200 (Mo, 02 Apr 2007) | 1 line don't be verbose if no need ........ r59639 | crichter | 2007-04-02 14:08:12 +0200 (Mo, 02 Apr 2007) | 1 line added option which allows us to accept incoming SETUP Messages without automatically sending Proceeding or Setup Acknowledge, this is useful with some broken switches and if you want to Release incoming calls without previously having acknowledged them. The new option is noautorespond_on_setup=yes|no default is no, so we don't break the existing behaviour ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64954 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-18Merged revisions 59254 via svnmerge from crichter1-1/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r59254 | crichter | 2007-03-27 17:00:10 +0200 (Di, 27 Mär 2007) | 9 lines Merged revisions 59252 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r59252 | crichter | 2007-03-27 15:56:15 +0200 (Di, 27 Mär 2007) | 1 line fixed #9355 ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64953 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-18Merged revisions 59064 via svnmerge from crichter5-42/+85
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r59064 | crichter | 2007-03-20 14:16:06 +0100 (Di, 20 Mär 2007) | 21 lines Merged revisions 58849-58850,59062-59063 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r58849 | crichter | 2007-03-13 12:58:16 +0100 (Di, 13 Mär 2007) | 1 line added method standard_dec for dialing out on groups, to avoid conflicts, which caused issues with some ISDN providers ........ r58850 | crichter | 2007-03-13 13:58:32 +0100 (Di, 13 Mär 2007) | 1 line fixed the crypt_keys stuff ........ r59062 | crichter | 2007-03-20 10:18:06 +0100 (Di, 20 Mär 2007) | 1 line avoid sending a disconnect when we already received one. ........ r59063 | crichter | 2007-03-20 10:23:22 +0100 (Di, 20 Mär 2007) | 1 line modified a loglevel ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64952 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-18Merged revisions 58825-58826 via svnmerge from crichter5-15/+56
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r58825 | crichter | 2007-03-12 13:43:24 +0100 (Mo, 12 Mär 2007) | 1 line added UU transceiving and corect handling for rdnis ................ r58826 | crichter | 2007-03-12 14:08:06 +0100 (Mo, 12 Mär 2007) | 21 lines Merged revisions 57034,57523,57753,58558 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r57034 | crichter | 2007-02-28 17:09:27 +0100 (Mi, 28 Feb 2007) | 1 line fixed bugs.digium.com bugs: #9157 and bugs.beronet.com bugs: #302, #303, #304 ........ r57523 | crichter | 2007-03-02 19:32:51 +0100 (Fr, 02 Mar 2007) | 1 line fixed typo ........ r57753 | crichter | 2007-03-04 11:39:50 +0100 (So, 04 Mar 2007) | 1 line fixed another place where the out_cause was hardcoded to 16 ........ r58558 | crichter | 2007-03-09 15:43:58 +0100 (Fr, 09 Mar 2007) | 1 line we can free channel 31 as well, since we can occupy it ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64951 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-18Issue #5930 - Remove dependencies on res_adsi.so - clwadeoej4-60/+174
A big THANK YOU to clwade for this patch. Minor modifications by me. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64921 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-18Another fix for the support for recordings controlled by INFO-packetsoej1-19/+5
We still lack a setting to enable/disable this per peer git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64903 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-18Add ENUMQUERY and ENUMRESULT to the CHANGES file.russell1-0/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64870 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-18Merged revisions 64868 via svnmerge from russell1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r64868 | russell | 2007-05-17 21:48:51 -0500 (Thu, 17 May 2007) | 5 lines Fix a small bug I noticed while working on something else. app_queue did not unregister its device state monitoring callback in unload_module(). So, this would make Asterisk crash on the first device state change after you unload the module. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64869 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-17Merged revisions 64820 via svnmerge from tilghman1-6/+6
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r64820 | tilghman | 2007-05-17 16:19:34 -0500 (Thu, 17 May 2007) | 10 lines Merged revisions 64819 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r64819 | tilghman | 2007-05-17 16:14:36 -0500 (Thu, 17 May 2007) | 2 lines How is it that we never caught that this is returning the opposite of our documentation, until now? ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64821 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-17Add an option that lets you only allow one connection at a time for eachrussell2-0/+33
manager user. (issue #8664, reported and original patch by ssokol, patch updated by bkruse, and further updated by me) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64786 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-17Merged revisions 64761 via svnmerge from qwell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r64761 | qwell | 2007-05-17 11:53:27 -0500 (Thu, 17 May 2007) | 12 lines Merged revisions 64758 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r64758 | qwell | 2007-05-17 11:52:38 -0500 (Thu, 17 May 2007) | 4 lines If we have a negative current message, we shouldn't go back even further... Issue 9727. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64762 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-17Merged revisions 64759 via svnmerge from russell1-157/+0
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r64759 | russell | 2007-05-17 11:52:53 -0500 (Thu, 17 May 2007) | 3 lines Remove script that is no longer functional since the build system was redone. (issue #9340, reported by junky) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64760 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-17Merged revisions 64756 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r64756 | russell | 2007-05-17 11:47:29 -0500 (Thu, 17 May 2007) | 3 lines Increase the size of a buffer to support longer dial strings for channels. (issue #9291, reported and fix suggested by meni) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64757 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-17Merged revisions 64754 via svnmerge from file1-0/+5
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r64754 | file | 2007-05-17 12:10:12 -0400 (Thu, 17 May 2007) | 2 lines Even more direct RTP setup fixes! Don't allow a codec that isn't supported to creep into the SDP of either side. (issue #9446 reported by marcelbarbulescu) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64755 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-17Merged revisions 64720 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r64720 | file | 2007-05-17 09:48:44 -0400 (Thu, 17 May 2007) | 2 lines Fix authuser support. (issue #9740 reported by xmarksthespot) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64721 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-17Merged revisions 64686 via svnmerge from russell1-9/+19
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r64686 | russell | 2007-05-17 01:13:53 -0500 (Thu, 17 May 2007) | 3 lines Update the main README to reflect the new build process for 1.4 and above. (issue #9725, patch by eliel) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64687 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-16Ignore this ... playing with jira (AST-1)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64657 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-16Blocking patchoej0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64611 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-16Below patches with some re-structuring for trunkoej1-22/+14
--- Merged revisions 64602 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r64602 | oej | 2007-05-16 12:38:18 +0200 (Wed, 16 May 2007) | 2 lines Issue #9681 - Handle www-auth on BYE ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64604 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-16Merged revisions 64578 via svnmerge from oej1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r64578 | oej | 2007-05-16 12:05:47 +0200 (Wed, 16 May 2007) | 2 lines Final part of issue #9483 - fixing transfer() of sip calls in the dial plan (twilson) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64587 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-16Blocking patch that was already committed to trunkoej0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64579 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-16Merged revisions 64543 via svnmerge from oej1-13/+13
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r64543 | oej | 2007-05-16 11:12:34 +0200 (Wed, 16 May 2007) | 10 lines Merged revisions 64535 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r64535 | oej | 2007-05-16 11:08:22 +0200 (Wed, 16 May 2007) | 2 lines Support SIP uri's starting with SIP: and sip: (reported by Tony Mountfield on the mailing list. Thanks!) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64570 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-16Merged revisions 64516 via svnmerge from oej1-23/+22
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r64516 | oej | 2007-05-16 10:46:18 +0200 (Wed, 16 May 2007) | 17 lines Merged following patch with a lot of changes for 1.4 ------ Merged revisions 64514 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r64514 | oej | 2007-05-16 10:25:56 +0200 (Wed, 16 May 2007) | 6 lines Issue #9726 - rlister - Better logging for ACL denials While at it, also added better logging and handling of peers that are not supposed to register. My patch, stole the issue report from Russell. My apologies, Russell :-) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64517 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-16Issue #9304 - Update help text to match functionality. Patch by kshumard ↵oej1-8/+9
with changes by oej git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64498 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-16Issue #6789 - Marquis - Add option to support regexten removal when host ↵oej2-0/+14
becomes unreachable git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64497 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-16This file really needs more documentation...oej1-1/+1
When we implement new API's - please include a small general overview in Doxygen git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64496 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-16Small doxygen updatesoej1-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64494 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-15Add two new dialplan functions: ENUMQUERY and ENUMRESULT. These functionsrussell3-76/+300
allow you to initiate an ENUM query using ENUMQUERY, and then access the details of all of the results using ENUMRESULT. Previously, if you wanted to access multiple results, Asterisk would have to do a new DNS lookup every time. (patch by bbryant) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64480 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-15Make sure that DUNDIRESULT is given an ID.russell1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64469 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-15XXX-XXX-XXX appears to be the standard ANSI pointcode formatmattf2-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64455 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-15Merged revisions 64426 via svnmerge from russell1-23/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r64426 | russell | 2007-05-15 14:52:18 -0500 (Tue, 15 May 2007) | 3 lines Properly fix a problem that occurs when you set PARKINGEXTEN to an exten where a call is already parked. (issue #9723, patch by me) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64427 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-14this does not belong herekpfleming0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64399 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-14Only print the SS7 UP once. Not every time we get the test messages on the mattf1-2/+3
line. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64384 f38db490-d61c-443f-a65b-d21fe96a405b