dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

10244 Commits

Author SHA1 Message Date
mattf e5e7afff00 Add simple down event support
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46926 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-02 16:03:12 +00:00
nadi 6e53fcd1ce find_free_chan_in_stack: cleanup buggy usage
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46906 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-02 15:47:23 +00:00
oej 61020f395e Don't overwrite pkt->flags (imported from 1.2/1.4)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46902 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-02 15:31:53 +00:00
russell 0f18ad1144 various whitespace changes to reduce indentation and to better conform to
formatting guidelines


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46886 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-02 14:15:12 +00:00
russell ee3dff3442 Change the buffer used in callerid_feed() and callerid_feed_jp() to be
allocated on the stack using alloca() instead of using malloc() since
they are only used locally to these functions.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46885 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-02 14:07:48 +00:00
russell 792bde792c Blocked revisions 46883 via svnmerge
........
r46883 | russell | 2006-11-02 09:02:37 -0500 (Thu, 02 Nov 2006) | 3 lines

Add the missing call to free described in issue #8268.  Also, add a bunch of
missing calls to free in callerid_feed_jp().

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46884 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-02 14:03:42 +00:00
russell b8c1ab53f6 Merged revisions 46857 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r46857 | russell | 2006-11-01 18:01:48 -0500 (Wed, 01 Nov 2006) | 2 lines

fix saying one hundred and two hundred in hebrew (issue #7810, eldadran)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46863 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01 23:04:14 +00:00
russell 5a2b4f655f Add a couple of things to the CHANGES file
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46849 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01 22:58:34 +00:00
russell a92148bfa5 Merged revisions 46847 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r46847 | russell | 2006-11-01 17:51:21 -0500 (Wed, 01 Nov 2006) | 3 lines

Fixes for cross-compilation on mips 
(issue #8058, ywalther, with some modifications)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46848 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01 22:54:15 +00:00
russell 1675708f88 Merged revisions 46845 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r46845 | russell | 2006-11-01 17:32:12 -0500 (Wed, 01 Nov 2006) | 5 lines

Add a check in the configure script to determine whether ld is GNU ld or not.
This is needed because module embedding only works for gnu ld.  GNU ld is now
listed as a dependency for all of the module embedding options in menuselect.
(issue #8143)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46846 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01 22:35:52 +00:00
mogorman 6712e666a8 Merged revisions 46822 via svnmerge from
https://svn.digium.com/svn/asterisk/branches/1.4

........
r46822 | mogorman | 2006-11-01 14:35:41 -0600 (Wed, 01 Nov 2006) | 2 lines

bind address support from bug 8164

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46823 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01 20:38:05 +00:00
murf c08f59c9c9 a fix for bug 8251; the var_val needs to accept longer strings or mass confusion and a lot of lost time is the result
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46801 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01 19:48:40 +00:00
file cededfcd5c Merged revisions 46780 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r46780 | file | 2006-11-01 13:39:47 -0500 (Wed, 01 Nov 2006) | 2 lines

Force poll() emulation for Darwin to always be on. It's too broken to consider being used. This resolves the console issue OSX users have been seeing. I would have liked to autoconf this but I haven't been able to come up with a test case that works. Que sera.

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46782 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01 18:41:49 +00:00
russell ab30798e24 Add the ability to pass options to the Dial application when using the DUNDi
switch in the dialplan by setting the DUNDIDIALARGS channel variable.
(issue #8084, patch by bluecrow76, with small modifications and documentation
updates)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46781 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01 18:40:13 +00:00
russell 15bdb1a680 Merged revisions 46778 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r46778 | russell | 2006-11-01 13:26:35 -0500 (Wed, 01 Nov 2006) | 17 lines

Merged revisions 46776 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r46776 | russell | 2006-11-01 13:24:17 -0500 (Wed, 01 Nov 2006) | 9 lines

soxmix and Asterisk expect different file extensions for certain formats.  This
was already handled for the wav49 format.  However, it was not handled for
ulaw and alaw.  I fixed this in such a way that using the alternate extensions
for ulaw and alaw will only happen if we know we're calling soxmix, and not a
custom script defined using the MONITOR_EXEC variable.  The wav49 processing
was left alone so that external scripts will see no behavior change.
(issue #7550, reported by mnicholson, proposed patch by junky, committed fix
is a bit different)

........

................


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46779 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01 18:29:05 +00:00
file abf2e713d2 Merged revisions 46775 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r46775 | file | 2006-11-01 13:21:34 -0500 (Wed, 01 Nov 2006) | 2 lines

It's another round of chan_iax2 fixes! Should hopefully fix the deadlock issues people have been reporting. IAXtel now has qualify turned on for 800 peers and it is handling it fine.

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46777 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01 18:26:12 +00:00
murf 838002636c OOps. forgot to add this to CHANGES
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46774 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01 18:16:28 +00:00
murf 3adc2400e7 This introduces Brazilian Portuguese via 7663
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46773 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01 18:14:17 +00:00
murf d9def82046 Cleanups suggested by Russell.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46759 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01 17:46:40 +00:00
rizzo 9e2bcaba71 move variable declaration in the middle of a block
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46758 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01 17:09:47 +00:00
russell 4decbef599 Merged revisions 46744 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r46744 | russell | 2006-11-01 11:39:09 -0500 (Wed, 01 Nov 2006) | 2 lines

Prevent an infinite loop when config processing gets to a jitterbuffer option

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46745 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01 16:51:26 +00:00
mogorman e32d16aa79 change default return extension after parking timeout.
6953 with minor changes.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46732 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01 00:07:37 +00:00
kpfleming 05411ca878 Merged revisions 46714 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r46714 | kpfleming | 2006-10-31 15:47:48 -0600 (Tue, 31 Oct 2006) | 2 lines

add an API so that translators can activate/deactivate themselves when needed

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46719 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31 22:19:08 +00:00
qwell 099d00732e Fix "core show translation" output. Issue #8243, patch by Damin.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46718 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31 22:07:18 +00:00
qwell d7d019e591 Blocked revisions 46716 via svnmerge
........
r46716 | qwell | 2006-10-31 16:02:15 -0600 (Tue, 31 Oct 2006) | 2 lines

Fix "core show translation" output.  Issue #8243, patch by Damin.

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46717 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31 22:06:27 +00:00
rizzo d4ef7c0a1e remove old/useless usecount handling
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46696 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31 18:10:21 +00:00
rizzo 5203ada837 remove old/useless usecount stuff.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46695 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31 18:04:19 +00:00
rizzo 5bc1efc924 remove old/useless usecount management code.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46683 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31 17:58:49 +00:00
russell d67754f068 Fix the new send text manager command. There is no way this could have worked.
- Check the channel name string length to be zero, not non-zero
- Check the message string length to be zero, not non-zero
- unlock the channel *after* calling sendtext


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46661 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31 15:22:28 +00:00
oej d356d25107 Set #define for TIMER T1 value
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46650 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31 13:56:33 +00:00
oej 89c0785961 Cleaning up code
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46649 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31 13:51:30 +00:00
oej 0c84a12d69 Issue #80898 - Restoring func_enum (otmar)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46635 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31 11:01:06 +00:00
oej dac4a9956e Add manager sendtext action. (Issue 6131, ZX81 - thanks!)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46630 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31 10:42:22 +00:00
oej 592dadee29 Fix rport handling.
...where did the 1.2 properties come from, really? they're back.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46629 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31 10:29:24 +00:00
oej d0051084a5 - If peer that register fails ACL, fail him
- Remove the 1.2 props I've set by mistake earlier 


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46609 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31 09:24:55 +00:00
oej f3594e1011 Block patch that only applies to 1.4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46584 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31 08:35:54 +00:00
oej 30d943f918 Take two, using find_resource on Kevin's suggestion.
Might need better locking support, giving up if we can't get the lock. Right now,
using existing locking in find_resource


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46582 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31 08:08:56 +00:00
russell ce24885ff5 add author doxygen tag (issue #8241, kshumard)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46565 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31 06:37:48 +00:00
russell 1c99798695 Merged revisions 46563 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r46563 | russell | 2006-10-31 01:30:53 -0500 (Tue, 31 Oct 2006) | 3 lines

Start Asterisk later in the boot process to ensure it starts after stuff like
MySQL (issue #8253, Alric)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46564 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31 06:31:34 +00:00
russell adea8b21bc Merged revisions 46561 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r46561 | russell | 2006-10-31 01:19:56 -0500 (Tue, 31 Oct 2006) | 11 lines

Merged revisions 46560 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r46560 | russell | 2006-10-31 01:18:36 -0500 (Tue, 31 Oct 2006) | 3 lines

When handling the case where the hostname is just an IPV4 numeric address,
be sure to set the address type.  (issue #8247, alexr)

........

................


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46562 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31 06:21:40 +00:00
russell 06c44c37f6 Merged revisions 46558 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r46558 | russell | 2006-10-31 01:14:13 -0500 (Tue, 31 Oct 2006) | 11 lines

Merged revisions 46557 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r46557 | russell | 2006-10-31 01:13:09 -0500 (Tue, 31 Oct 2006) | 3 lines

fix some copy/paste bugs in the checking of arguments for the 
"control stream file" AGI command (issue #8255, mnicholson)

........

................


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46559 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31 06:15:12 +00:00
russell 97b5299651 Merged revisions 46554 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r46554 | russell | 2006-10-31 00:55:07 -0500 (Tue, 31 Oct 2006) | 5 lines

Add a small tweak to the code that checks to see whether destination formats
are translatable based on the source format.  If we have already determined
that there is no translation path in one direction, don't bother checking the
other direction.

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46556 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31 06:10:59 +00:00
murf 2fad9467dc These changes submitted by moy via bug 6992, to add a Dial 'End' event to asterisk. I include some changes to astman to cover other events that have been added.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46541 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30 23:11:55 +00:00
kpfleming 72b0ad773c Merged revisions 46526 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r46526 | kpfleming | 2006-10-30 16:19:55 -0600 (Mon, 30 Oct 2006) | 3 lines

when unregistering a translator, don't rebuild the translation matrix unless needed
when filtering formats out of an offer, ensure we check for translation ability in both directions

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46529 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30 22:27:56 +00:00
oej d130b1904f show, list, view, display... whatever.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46514 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30 21:56:48 +00:00
oej eb896134ce Adding dialplan function IFMODULE, so you can create dialplans that handle
various PBX installations and checks if a module is loaded before using
it.
	example IFMODULE(chan_sip3.so)

issue #6671 in the bug tracker, finally gone. Thanks to mithraen for keeping
it updated.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46513 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30 21:48:41 +00:00
kpfleming 5eadfaeff5 Merged revisions 46511 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r46511 | kpfleming | 2006-10-30 15:46:07 -0600 (Mon, 30 Oct 2006) | 2 lines

ensure that items removed from a list are always unlinked from the list (next pointer set to NULL)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46512 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30 21:46:34 +00:00
oej c7e24f2a76 Update sip list to eventlist format.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46509 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30 21:22:41 +00:00
oej f171dba1a0 Issue #3930 - Add manager command for listing dialplan (coded april 2005, in bugtracker since)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46508 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30 21:18:39 +00:00
file ad40c89439 Merged revisions 46506 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r46506 | file | 2006-10-30 16:09:13 -0500 (Mon, 30 Oct 2006) | 2 lines

Don't explicitly link in crypt as it is not used on some platforms.

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46507 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30 21:11:37 +00:00