Luigi Rizzo
169342bc0d
remove hardwired usage of 5060, use DEFAULT_SIP_PORT instead
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44662 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-07 11:11:16 +00:00
Luigi Rizzo
35d8151b55
merge rev 44253 - option_debug checking before printing to debug channel.
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44661 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-07 11:04:30 +00:00
Luigi Rizzo
e65f2bd612
backport simplifications on sip_register,
...
usage of ast_set2_flag(),
and fixes to the handling of failed module loading.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44660 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-07 10:59:27 +00:00
Luigi Rizzo
e5a838cac1
improve and document function get_in_brackets(), introducing
...
a helper function find_closing_quote() of more general use.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44650 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-07 09:36:00 +00:00
Kevin P. Fleming
f804e2f153
ensure that mutex locks inside list heads are initialized properly on platforms that require constructor initialization (issue #8029 , patch from timrobbins)
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44631 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-06 21:28:03 +00:00
Kevin P. Fleming
35697a1fce
remove Jingle as per mog
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44629 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-06 21:09:16 +00:00
Joshua Colp
faf38b71ef
Remove the seqno check for RFC2833, the handler is smart enough to not need it.
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44628 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-06 21:08:54 +00:00
Kevin P. Fleming
0f29a4ddd3
various cleanups
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44627 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-06 21:07:44 +00:00
Joshua Colp
2d3da5b500
When the sequence number rolls over then reset the recorded sequence number for DTMF (issue #8106 reported by bungalow)
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44605 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-06 18:46:28 +00:00
Joshua Colp
1a5c679e51
Merged revisions 44580 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r44580 | file | 2006-10-06 12:52:14 -0400 (Fri, 06 Oct 2006) | 2 lines
Even more frames to treat as though the remote side disappeared (issue #8097 reported by eldadran)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44581 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-06 16:53:48 +00:00
Luigi Rizzo
f24ec459b2
make sure sockets are blocking when they should be blocking.
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44567 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-06 15:59:23 +00:00
Christian Richter
290fe898f0
Merged revisions 44460 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r44460 | crichter | 2006-10-05 12:02:38 +0200 (Do, 05 Okt 2006) | 1 line
fixed segfault which happens during hold/transfer action
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44563 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-06 12:53:41 +00:00
Christian Richter
37df5208a1
Merged revisions 44335 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r44335 | crichter | 2006-10-04 17:26:59 +0200 (Mi, 04 Okt 2006) | 1 line
if INFORMATION Message come with keypad instead of called party number, we just use the keypad as called party number.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44562 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-06 12:52:01 +00:00
Christian Richter
13825dab85
Merged revisions 44334 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r44334 | crichter | 2006-10-04 17:13:58 +0200 (Mi, 04 Okt 2006) | 1 line
added the option 'reject_cause' to make it possible to set the RELEASE_COMPLETE - cause on the 3. incoming PMP channel, which is automatically rejected because chan_misdn does not support that kind of callwaiting. Therefore chan_misdn supports now 3 incoming channels on a PMP BRI Port. misdn_lib_get_free_bc now gets the info if the requested channel is incoming or outgoing to make the 3. channel possible
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44561 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-06 12:50:25 +00:00
Christian Richter
e0005b654a
Merged revisions 44149 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r44149 | crichter | 2006-10-02 15:28:14 +0200 (Mo, 02 Okt 2006) | 1 line
fixed the hold/retrieve/transfer issues, removed a useless bc field, added setting of frame.delivery fields, some minor code cleanups
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44559 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-06 10:44:34 +00:00
Joshua Colp
dba3dae7f8
Merged revisions 44501 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r44501 | file | 2006-10-05 15:55:41 -0400 (Thu, 05 Oct 2006) | 2 lines
Treat busy control frames as hangup in the file streaming core (issue #8097 reported by eldadran)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44502 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-05 19:57:16 +00:00
Steve Murphy
25b33fd0c8
This mod fixes a problem pointed out by dgarstang. Many thanks to Doug\!
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44488 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-05 18:21:39 +00:00
Joshua Colp
8d2f872a84
One more T.38 fix! Don't leave a reinvite hanging by a thread if the other side is already setup with T.38
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44486 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-05 18:01:51 +00:00
Kevin P. Fleming
6a70807a36
don't segfault when an argument without a close parenthesis is found
...
stop parsing as soon as that situation occurs
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44476 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-05 16:10:01 +00:00
Steve Murphy
80e8dd637b
I put the accumulated changes from the commit logs and inspection, into CHANGES. Hope everyone approves\!
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44466 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-05 15:22:37 +00:00
Steve Murphy
743097a6c1
Hang on a minute, the install process sticks muted.conf in /etc/asterisk, so that's where muted should look for it, right\?
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44465 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-05 15:04:22 +00:00
Joshua Colp
db989fc58c
Don't totally bail out if T.38 was negotiated
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44450 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-05 02:40:40 +00:00
Kevin P. Fleming
1a8cca387b
this change was correct, the old version is no longer needed
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44436 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-05 01:42:06 +00:00
Kevin P. Fleming
ca2bdd54c7
Merged revisions 44432 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r44432 | kpfleming | 2006-10-04 20:27:57 -0500 (Wed, 04 Oct 2006) | 2 lines
fix Polycom presence notification again
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44433 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-05 01:30:05 +00:00
Luigi Rizzo
85d81f17d1
as far as i can tell astman only uses newt...
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44409 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-04 22:52:11 +00:00
Luigi Rizzo
00a6fcb35e
put linker flags in ASTLDFLAGS where they belong
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44407 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-04 22:50:48 +00:00
Kevin P. Fleming
0ee719e52f
Merged revisions 44392 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r44392 | kpfleming | 2006-10-04 16:15:29 -0500 (Wed, 04 Oct 2006) | 3 lines
remove workaround for old Polycom firmware SUBSCRIBE requests
add workaround for new Polycom firmware SUBSCRIBE requests (bug is known to exist in 2.0.1 firmware)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44393 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-04 21:17:30 +00:00
Kevin P. Fleming
5c4434d0e7
make LOW_MEMORY builds actually work
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44390 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-04 21:04:21 +00:00
Steve Murphy
c37666252d
These changes fix the problems reported in bug 8090
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44380 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-04 19:57:08 +00:00
Kevin P. Fleming
ff05bf15c8
update thread creation code a bit
...
reduce standard thread stack size slightly to allow the pthreads library to allocate the stack+data and not overflow a power-of-2 allocation in the kernel and waste memory/address space
add a new stack size for 'background' threads (those that don't handle PBX calls) when LOW_MEMORY is defined
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44378 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-04 19:47:22 +00:00
Steve Murphy
caa0d129f2
I've been meaning to add some explanation about muted... here it is
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44365 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-04 17:04:21 +00:00
Steve Murphy
7778d017fc
CLI reverbification update to this config file
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44353 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-04 16:49:47 +00:00
Steve Murphy
fcd80ee83b
OOOps! There is no alternative to suggest in 1.4. A small erasure.
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44338 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-04 15:52:12 +00:00
Steve Murphy
7ceeecd23f
In response to bug 7776, a Warning has been added to the doc string for Macro().
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44337 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-04 15:49:20 +00:00
Kevin P. Fleming
fc72291807
ensure that local include files are always used
...
avoid a duplicate function name (term_init())
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44322 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-04 00:25:44 +00:00
Matt O'Gorman
592cbc0452
fix issue with dialing client without resource.
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44312 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-03 22:35:43 +00:00
Kevin P. Fleming
b4a673780a
Merged revisions 44296 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r44296 | kpfleming | 2006-10-03 15:14:13 -0500 (Tue, 03 Oct 2006) | 2 lines
fix a logic error in my previous fix to the queue reload code
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44298 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-03 20:18:29 +00:00
Paul Cadach
bc3dee9d86
Change default presentation indicator to "user provided not screened" if octet 3a missed in CallingPartyNumber IE
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44286 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-03 18:42:20 +00:00
Joshua Colp
d241bab733
Use VideoSupport instead so it is considered a valid XML attribute name. (issue #8075 reported by renemendoza)
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44284 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-03 18:35:55 +00:00
Paul Cadach
70dfcccd66
Fix preparation of type and presentation of calling number
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44283 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-03 18:30:48 +00:00
Matt O'Gorman
5058b9e13f
updated res_jabber for even better component support, soon will be jep-0100 compliant.
...
also removed chan_jingle and infromed info from jingle.txt, chan_gtalk still works and should be used in this version.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44240 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-03 00:01:34 +00:00
Joshua Colp
d56d4a3f7f
Merged revisions 44213 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r44213 | file | 2006-10-02 16:07:59 -0400 (Mon, 02 Oct 2006) | 2 lines
Change the fd on the I/O context in case it changed during the reload, which is indeed possible. (issue #7943 reported by eclubb)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44215 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-02 20:11:02 +00:00
Joshua Colp
0cc2b24ea6
Merged revisions 44198 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r44198 | file | 2006-10-02 15:39:59 -0400 (Mon, 02 Oct 2006) | 2 lines
We should be using $AST_SBIN instead of hardcoding the path for the error message (issue #7942 reported by eclubb)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44199 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-02 19:41:39 +00:00
Paul Cadach
6b37705130
Missed part of userconf functionality for chan_h323
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44186 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-02 18:52:56 +00:00
Joshua Colp
e7a2e3cb07
Merged revisions 44168 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r44168 | file | 2006-10-02 13:22:27 -0400 (Mon, 02 Oct 2006) | 2 lines
Shrink when current_ioc is unused. It is set to -1 when unused, not 0. (issue #7941 reported by eclubb)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44169 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-02 17:25:13 +00:00
Paul Cadach
20ff512ee9
Typo fix
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44167 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-02 17:16:37 +00:00
Paul Cadach
f76b7ab4a9
Optimization of oh323_indicate(): less locks - less problems, plus single exit point
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44166 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-02 17:15:11 +00:00
Mark Spencer
43b8d09b81
Don't use Channel when you're not talking about a channel :)
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44146 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-02 02:38:28 +00:00
Paul Cadach
5ec38a80bf
Do not simulate any audio tones if we got PROGRESS message
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44135 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-01 19:32:24 +00:00
Russell Bryant
aff14e6d89
Fix a problem that cuased AST_DATA_DIR in defaults.h to be empty. The cause is
...
that since ASTDATADIR is explicitly exported using "export ASTDATADIR" at the
top of the Makefile, make no longer considers the variable "undefined", so the
Makefile can't use ?= to set ASTDATADIR if not yet set.
(issue #8063 , reported by akohlsmith, fixed by me)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44125 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-01 18:30:06 +00:00