Doug Bailey [Thu, 22 Jan 2009 15:49:24 +0000 (15:49 +0000)]
change VMWI to use new DAHDI_VMWI ioctl call.
Change configure script to detect the new ioctl call data structure.
(issue #14104)
Reported by: alecdavis
Patches:
mwiioctl_structure_asterisk.diff4.txt uploaded by dbailey (license )
Tested by: alecdavis, dbailey
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@170112
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Thu, 22 Jan 2009 15:14:50 +0000 (15:14 +0000)]
Merged revisions 170050 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r170050 | file | 2009-01-22 11:13:56 -0400 (Thu, 22 Jan 2009) | 6 lines
Do a string comparison instead of pointer comparison since some people specify the context they are actually in as an argument to get around some funkiness.
(closes issue #14011)
Reported by: dveiga
Patches:
pbx.c.patch uploaded by dveiga (license 665)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@170051
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Thu, 22 Jan 2009 15:01:54 +0000 (15:01 +0000)]
Clear the autoloop flag when parsing and setting the context/extension/priority to go back to. When the channel executes a PBX again we want it to start out at the point we explicitly say and at that point it will not yet be doing autoloop.
(closes issue #14304)
Reported by: jcovert
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@170047
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Richard Mudgett [Thu, 22 Jan 2009 02:10:41 +0000 (02:10 +0000)]
* Adjust some conditionals to balance curly braces.
* Other minor changes.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@170007
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Thu, 22 Jan 2009 00:44:52 +0000 (00:44 +0000)]
Merged revisions 169943 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r169943 | tilghman | 2009-01-21 18:43:31 -0600 (Wed, 21 Jan 2009) | 9 lines
AST_RWLOCK_INIT_VALUE is always defined. What we really wanted to ask is
whether autoconf detected a static initializer value. This fixes rwlocks
on all such platforms (mainly, Mac OS X).
(closes issue #13767)
Reported by: jcovert
Patches:
20090121__bug13767.diff.txt uploaded by Corydon76 (license 14)
Tested by: jcovert, Corydon76
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169944
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Richard Mudgett [Thu, 22 Jan 2009 00:23:30 +0000 (00:23 +0000)]
Whitespace changes only
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169910
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Wed, 21 Jan 2009 23:25:27 +0000 (23:25 +0000)]
Merged revisions 169867 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r169867 | file | 2009-01-21 19:20:47 -0400 (Wed, 21 Jan 2009) | 4 lines
Read lock the contexts to maintain the locking order when we are notified that the state of a device has changed.
(closes issue #13839)
Reported by: mcallist
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169869
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Wed, 21 Jan 2009 23:20:27 +0000 (23:20 +0000)]
Test commit for test issue #14303
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169866
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Wed, 21 Jan 2009 22:15:16 +0000 (22:15 +0000)]
Blocked revisions 169797 via svnmerge
........
r169797 | mmichelson | 2009-01-21 16:14:52 -0600 (Wed, 21 Jan 2009) | 3 lines
Adding revision 169794 to 1.4 since 1.4 is also affected by the issue
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169798
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Wed, 21 Jan 2009 22:10:02 +0000 (22:10 +0000)]
Fix a crash when saying certain numbers in Chinese
This commit fixes a crash that was occurring when attempting to
say a number between 10000 and 100000 due to dividing by 0.
This also removes some places where a "zero" is spoken when it
should not be.
(closes issue #14291)
Reported by: dant
Patches:
say.c-14291.diff uploaded by dant (license 670)
Tested by: dant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169794
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Wed, 21 Jan 2009 22:04:16 +0000 (22:04 +0000)]
remove duplicated sentence.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169793
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Wed, 21 Jan 2009 21:53:55 +0000 (21:53 +0000)]
Further fix some oddities in sip show users and sip show peers logic
ccesario on IRC pointed out that his sip peers were not displayed
properly when he would issue the command "sip show peers." The problem
was that the onlymatchonip field was used to determine if the endpoint
was a "peer" or "user." The tricky part is that a "friend" is supposed
to be treated as both a "user" and a "peer" but the logic would not allow
"friends" to show up as "peers" since onlymatchonip was set to FALSE
for friends.
I have modified the sip_peer structure to more explicitly keep track of
what type endpoint it is so that the various manager and CLI commands
will display the expected information
Reported by ccesario via IRC
Tested by ccesario
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169791
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Wed, 21 Jan 2009 21:03:40 +0000 (21:03 +0000)]
Merged revisions 169722 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r169722 | tilghman | 2009-01-21 15:02:32 -0600 (Wed, 21 Jan 2009) | 8 lines
Extra NULLs in the output cause some terminal types to abort in the middle of
a color code, causing terminal weirdness.
(closes issue #14130)
Reported by: coolmig
Patches:
20090121__bug14130.diff.txt uploaded by Corydon76 (license 14)
Tested by: Corydon76, coolmig
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169723
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Steve Murphy [Wed, 21 Jan 2009 17:21:40 +0000 (17:21 +0000)]
This patch corrects a segfault reported in 14289,
due to a null ptr being refd.
Yes, seanbright is right in the bug comments, that is the fix.
Sorry for this oversight; I guess my personal
usage didn't have this happen!
murf
(closes issue #14289)
Reported by: jamesgolovich
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169673
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 21 Jan 2009 10:49:00 +0000 (10:49 +0000)]
Remove properties that erroneously got merged into trunk
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169625
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 21 Jan 2009 10:26:07 +0000 (10:26 +0000)]
Fix a regression in TCP support.
This patch fixes a problem that caused chan_sip to think that every open TCP session
was to a remote address of 0.0.0.0:0.
(closes issue #14287)
Reported by: jamesgolovich
Patches:
bug-14287.diff.txt uploaded by jamesgolovich (license 176)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169620
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Wed, 21 Jan 2009 00:40:55 +0000 (00:40 +0000)]
Blocked revisions 169581 via svnmerge
........
r169581 | twilson | 2009-01-20 17:49:34 -0600 (Tue, 20 Jan 2009) | 2 lines
One-touch parking was calling back the wrong channel on timeout
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169614
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Wed, 21 Jan 2009 00:33:32 +0000 (00:33 +0000)]
Fix device state parsing issues for channel names with multiple slashes
The fix being applied is a bit different for trunk and the 1.6.X branches.
For trunk, we only wish to strip off the characters beyond the second slash
if the channel is a Local channel (i.e. we are removing the /n from the device
name). Other channel technologies with multiple slashes (e.g. DAHDI) need the
information after the second slash in order to get the proper device state
information.
In addition to this fix, the 1.6.X branches are receiving a much more important
fix as well. The problem in 1.6.X is that the member's device name was being directly
changed instead of having a copy changed. This meant that we would strip off the
second slash and trailing characters and then leave the member's device name like
that permanently thereafter.
(closes issue #14014)
Reported by: kebl0155
Patches:
14014_number2.patch uploaded by putnopvut (license 60)
Tested by: kebl0155
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169611
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Tue, 20 Jan 2009 21:57:24 +0000 (21:57 +0000)]
Use the default timeout for a queue instead of -1
(closes issue #14272)
Reported by: timking
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169574
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Tue, 20 Jan 2009 20:10:31 +0000 (20:10 +0000)]
Convert the character pointers in a sip_request to be pointer offsets
When an ast_str expands to hold more data, any pointers that were pointing
to the data prior to the expansion will be pointing at invalid memory. This
change makes such pointers used in chan_sip.c instead be offsets from the
beginning of the string so that the same math may be applied no matter where
in memory the string resides.
To help ease this transition, a macro called REQ_OFFSET_TO_STR has been added
to chan_sip.c so that given a sip_request and an offset, the string at that
offset is returned.
(closes issue #14220)
Reported by: riksta
Tested by: putnopvut
Review http://reviewboard.digium.com/r/126/
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169557
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Tue, 20 Jan 2009 19:22:24 +0000 (19:22 +0000)]
Make a proper builtin attended transfer to parking work
This is an ugly hack from 1.4 that allows the timeout callback from a parked
call to use the right channel name for the callback when the park is done with
a builtin attended transfer (that isn't completed early). This hasn't ever
worked in trunk and no one has complained yet, so eh.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169510
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Tue, 20 Jan 2009 18:48:14 +0000 (18:48 +0000)]
Merged revisions 169485 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r169485 | twilson | 2009-01-20 12:40:56 -0600 (Tue, 20 Jan 2009) | 6 lines
Don't play audio to the channel if we've masqueraded
(closes issue #14066)
Reported by: bluefox
Tested by: otherwiseguy, bluefox
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169486
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Mon, 19 Jan 2009 21:42:46 +0000 (21:42 +0000)]
ast_str_SQLGetData is *not* part of the ast_str API, it's part of the ast_odbc API and just happens to use an ast_str as the buffer; move all of it to res_odbc.c and res_odbc.h, renaming appropriately
along the way fix some minor coding style issues in strings.h and add some attribute_pure annotations to functions in the ast_str API
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169438
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Mon, 19 Jan 2009 20:14:27 +0000 (20:14 +0000)]
fix assignment in swapmode plug.
Spotted and fix provided by ys
(closes issue #14129)
Reported by: ys
Tested by: ys
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169369
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Mon, 19 Jan 2009 20:09:11 +0000 (20:09 +0000)]
Redo the event-based MWI in chan_skinny.
Dan saw regular segfaults with the old implementation and
rewrote it to make it really eventbased.
I altered it to be trunk compatible and wedhorn gave some feedback
and ideas how to make it even better.
(closes issue #13821)
Reported by: DEA
Patches:
chan_skinny-mwi-events.txt uploaded by DEA (license 3)
Tested by: mvanbaak, DEA
"no probs by me" from wedhorn
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169367
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 19 Jan 2009 20:05:52 +0000 (20:05 +0000)]
Merged revisions 169364 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r169364 | tilghman | 2009-01-19 13:49:25 -0600 (Mon, 19 Jan 2009) | 4 lines
Truncate userevents at the end of a line, when the command exceeds the buffer.
(closes issue #14278)
Reported by: fnordian
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169365
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Mon, 19 Jan 2009 18:36:24 +0000 (18:36 +0000)]
Make asterisk compile on non-amd64 versions of OpenBSD.
The HW_PHYSMEM64 is only available in latest OpenBSD and/or amd64 versions of OpenBSD.
Use HW_PHYSMEM when HW_PHYSMEM64 is not available.
(closes issue #14129)
Reported by: ys
Patches:
2009011600_physmem64.diff.txt uploaded by mvanbaak (license 7)
Tested by: mvanbaak, jtodd
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169327
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Doug Bailey [Mon, 19 Jan 2009 18:22:44 +0000 (18:22 +0000)]
Get rid of magic number and replace with DAHDI_VMWI_NUMBER_MASK when
determining the number of messages pending for MWI call
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169325
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Doug Bailey [Mon, 19 Jan 2009 16:33:41 +0000 (16:33 +0000)]
Add enhanced MWI generation to take advantage of new dahdi line reversal MWI ability.
(closes issue #14104)
Reported by: alecdavis
Patches:
asttrunk-14104.diff2.txt uploaded by dbailey (license )
chan_dahdi.rpas_and_fsk.diff.txt uploaded by alecdavis (license 585)
Tested by: alecdavis, dbailey
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169277
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Mon, 19 Jan 2009 15:54:06 +0000 (15:54 +0000)]
Merged revisions 169210 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r169210 | mmichelson | 2009-01-19 09:52:15 -0600 (Mon, 19 Jan 2009) | 13 lines
Prevent a crash in chan_local due to a potential NULL pointer dereference
Move the check for if both channels on a local_pvt have generators to below
where p->chan is checked for NULLity (NULLness?). This prevents a crash from
occurring if p->chan is NULL.
(closes issue #14189)
Reported by: sascha
Patches:
14189.patch uploaded by putnopvut (license 60)
Tested by: sascha
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169211
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Doug Bailey [Sat, 17 Jan 2009 18:26:44 +0000 (18:26 +0000)]
Add discriminator for when ring pulse alert signal is used to preface MWI spills
This prevents the situation when MWI messages are added to caller ID spills causing the channel to be hung up
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169153
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Sean Bright [Sat, 17 Jan 2009 02:52:30 +0000 (02:52 +0000)]
Change intializer types. Found while working on asterisk-cpp. I have a new
favorite error message from g++:
pbx_dundi.c:4580: sorry, unimplemented: non-trivial designated
initializers not supported
I like it when compilers are apologetic.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169116
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Sat, 17 Jan 2009 01:56:36 +0000 (01:56 +0000)]
Fix qualify for TCP peer
(closes issue #14192)
Reported by: pabelanger
Patches:
asterisk-bug14192.diff.txt uploaded by jamesgolovich (license 176)
Tested by: jamesgolovich
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169080
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Sat, 17 Jan 2009 00:03:39 +0000 (00:03 +0000)]
Fix port :0 added to SIP INVITE URI when outboundproxy used
(closes issue #14233)
Reported by: chris-mac
Patches:
asterisk-bug14233.diff.txt uploaded by jamesgolovich (license 176)
Tested by: jamesgolovich, chris-mac, otherwiseguy
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169044
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Fri, 16 Jan 2009 22:43:09 +0000 (22:43 +0000)]
Merged revisions 168975 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r168975 | mmichelson | 2009-01-16 16:42:13 -0600 (Fri, 16 Jan 2009) | 18 lines
Account for possible NULL pointer when we receive a 408 in response to a REGISTER
It may be that by the time we receive a reply to a REGISTER request, the attempt has
timed out and thus the registry structure pointed to by the corresponding sip_pvt has
gone away. This situation was handled properly for a 200 OK response, but the 408
case assumed that the sip_registry struct was non-NULL, thus potentially causing a crash
This commit fixes this assumption and prints out a message to the console if we should
receive a late 408 response to a REGISTER
(closes issue #14211)
Reported by: aborghi
Patches:
14211.diff uploaded by putnopvut (license 60)
Tested by: aborghi
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168976
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Fri, 16 Jan 2009 22:16:23 +0000 (22:16 +0000)]
Merged revisions 168716 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r168716 | twilson | 2009-01-15 12:22:49 -0600 (Thu, 15 Jan 2009) | 12 lines
Convert call to park_call_full to masq_park_call_announce
Since we removed the AST_PBX_KEEPALIVE return value, we need to use masqueraded
parking, otherwise we will try to call ast_hangup() in __pbx_run() and in
do_parking_thread() and then promptly crash.
(closes issue #14215)
Reported by: waverly360
Tested by: otherwiseguy
(closes issue #14228)
Reported by: kobaz
Tested by: otherwiseguy
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168941
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Fri, 16 Jan 2009 19:54:39 +0000 (19:54 +0000)]
Fix a logic error that occur when using the timerfd interface
This sequence of events posed a problem
timerfd_timer_open
timerfd_timer_enable_continuous
timerfd_timer_set_rate
timerfd_timer_disable_continuous
The reason was that the timing module was written under the assumption
that timerfd_timer_set_rate would not be called between enabling and
disabling continuous mode. What happened in this situation was that
timerfd_timer_enable_continuous saved off our previously set timer (in this
situation a 0 timer, meaning it never runs out). Then timerfd_timer_disable_continuous
would restore this 0 timer, even though it logically should set the timer to be whatever
was set in timerfd_timer_set_rate.
Now the behavior in timerfd_timer_set_rate is to overwrite the saved timer that may
or may not have been set in timerfd_timer_enable_continuous. Even if
timerfd_timer_enable_continuous has not been previously called, this will not harm the
operation.
Thanks to Terry Wilson for discovering the problem and giving me a really great debug
capture that pointed out the problem clearly
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168898
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Fri, 16 Jan 2009 18:49:09 +0000 (18:49 +0000)]
Merged revisions 168828 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r168828 | tilghman | 2009-01-16 12:41:35 -0600 (Fri, 16 Jan 2009) | 6 lines
Fix the conjugation of Russian and Ukrainian languages.
(related to issue #12475)
Reported by: chappell
Patches:
vm_multilang.patch uploaded by chappell (license 8)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168832
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 16 Jan 2009 17:09:13 +0000 (17:09 +0000)]
Fix a spelling mistake.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168760
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 16 Jan 2009 16:18:41 +0000 (16:18 +0000)]
build in dev mode
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168759
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Steve Murphy [Fri, 16 Jan 2009 00:34:31 +0000 (00:34 +0000)]
Merged revisions 168745 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r168745 | murf | 2009-01-15 17:19:12 -0700 (Thu, 15 Jan 2009) | 14 lines
This patch fixes a problem where a goto (or jump, in this case)
fails a consistency check because it can't find a matching
extension. The problem was a missing instruction to end
the range notation in the code where it converts the pattern
into a regex and uses the regex code to determine the match.
I tested using the AEL code the user supplied, and now,
the consistency check passes.
(closes issue #14141)
Reported by: dimas
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168746
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Steve Murphy [Thu, 15 Jan 2009 20:54:59 +0000 (20:54 +0000)]
This patch allows null args in ast_expr2 func calls, and fixes commas being converted to pipes, which was 1.4 type stuff.
If the user says count=ENUMLOOKUP(${EXTEN},ALL,c,,enum.mydomain.tld);
then it won't complain about the empty arg (c,,...) and fabled's patch
won't let it swap the commas for pipes.
Ran it thru my dialplan and no complaints.
(closes issue #14169)
Reported by: fabled
Patches:
function-argument-separator-fix.diff uploaded by fabled (license 448)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168737
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Thu, 15 Jan 2009 20:18:53 +0000 (20:18 +0000)]
remove the PBX_ODBC logic from the configure script, and add GENERIC_ODCB logic that includes copying the relevant LIB and INCLUDE data from either UnixODBC or iODBC, based on which was found; if both were found, prefer UnixODBC
this stops modules from being linked against both sets of libraries on systems that have both installed
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168734
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Thu, 15 Jan 2009 20:00:46 +0000 (20:00 +0000)]
Add missing brace
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168732
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Thu, 15 Jan 2009 19:16:29 +0000 (19:16 +0000)]
Fix the compactheaders option in sip.conf
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168728
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Thu, 15 Jan 2009 19:00:06 +0000 (19:00 +0000)]
Remove an unneeded condition for line addition to a SIP request/response
In Asterisk 1.4 and 1.6.0, the sip_request structure had a statically
allocated buffer to hold the text of the request. There was a check in the
add_line function to not attempt to write the line into the buffer if we
did not have room for it.
In trunk and Asterisk versions starting with 1.6.1, an expandable ast_str
structure is used to hold the text. Since it may grow to fit an arbitrarily
sized string, this check in add_line is no longer valid.
I found this oddity while attempting to fix issue #14220; however, I do not
believe that this is the fix for that issue since the output supplied by the
reporter did not contain the warning message that would be printed had this
condition been satisfied.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168725
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Thu, 15 Jan 2009 18:47:14 +0000 (18:47 +0000)]
Merged revisions 168721 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r168721 | oej | 2009-01-15 19:43:43 +0100 (Tor, 15 Jan 2009) | 2 lines
Meetme actually has realtime but wasn't documented
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168722
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Thu, 15 Jan 2009 18:39:56 +0000 (18:39 +0000)]
Resolve issue with negative vs non-negative length parameters.
(closes issue #14245)
Reported by: dveiga
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168719
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Thu, 15 Jan 2009 18:08:59 +0000 (18:08 +0000)]
Make sure that we have the same terminology in sip.conf.sample and the source code warning.
Thanks Nick Lewis for pointing this out in the bug tracker.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168712
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Thu, 15 Jan 2009 17:55:53 +0000 (17:55 +0000)]
Clarify some misunderstandings and make it even more clear that you can refer to a peer
in the register= line.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168711
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Sean Bright [Thu, 15 Jan 2009 15:33:18 +0000 (15:33 +0000)]
Add a missing unlock and properly handle the 'maxusers' setting on MeetMe
conferences. We were using the 'user number' field to compare against the
maximum allowed users, which works assuming users with lower user numbers
didn't leave the conference.
(closes issue #14117)
Reported by: sergedevorop
Patches:
20090114__bug14117-2.diff.txt uploaded by seanbright (license 71)
Tested by: sergedevorop
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168705
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Thu, 15 Jan 2009 13:37:46 +0000 (13:37 +0000)]
Related to issue #14246
Update changes for SIPRemoveHeader()
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168639
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Thu, 15 Jan 2009 13:35:50 +0000 (13:35 +0000)]
Add capability to remove added SIP headers *before* INVITE is generated.
(closes issue #14246)
Reported by: klaus3000
Patches:
2patch_chan_sip_SIPRemoveHeader_trunk.txt uploaded by klaus3000 (license 65)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168638
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Thu, 15 Jan 2009 13:01:52 +0000 (13:01 +0000)]
Add support for setting the Reason header when cancelling a call in the queue
because someone else answered. Previously, only dial() was supported.
EDV-102
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168636
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Thu, 15 Jan 2009 00:14:17 +0000 (00:14 +0000)]
Merged revisions 168628 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r168628 | mmichelson | 2009-01-14 18:11:01 -0600 (Wed, 14 Jan 2009) | 16 lines
Fix some crashes from bad datastore handling in app_queue.c
* The queue_transfer_fixup function was searching for and removing
the datastore from the incorrect channel, so this was fixed.
* Most datastore operations regarding the queue_transfer datastore
were being done without the channel locked, so proper channel locking
was added, too.
(closes issue #14086)
Reported by: ZX81
Patches:
14086v2.patch uploaded by putnopvut (license 60)
Tested by: ZX81, festr
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168629
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Sean Bright [Wed, 14 Jan 2009 23:10:48 +0000 (23:10 +0000)]
Don't crash when typing 'core set verbose' or 'core set debug' by themselves.
(closes issue #14219)
Reported by: jamesgolovich
Patches:
asterisk-setverbosecrash.diff.txt uploaded by jamesgolovich (license 176)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168626
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Richard Mudgett [Wed, 14 Jan 2009 21:51:06 +0000 (21:51 +0000)]
Merged revisions 168622 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r168622 | rmudgett | 2009-01-14 15:48:22 -0600 (Wed, 14 Jan 2009) | 4 lines
* Fixed create_process() allocation of process ID values.
The allocated process IDs could overflow their respective
NT and TE fields. Affects outgoing calls.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168623
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Doug Bailey [Wed, 14 Jan 2009 21:19:45 +0000 (21:19 +0000)]
This fixes a problem where MWI FSK spills were being injected onto off hook fxs lines.
(closes issue #14143)
Reported by: alecdavis
Patches:
chan_dahdi-14143.patch.txt uploaded by dbailey (license )
Tested by: alecdavis
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168619
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Sean Bright [Wed, 14 Jan 2009 20:58:26 +0000 (20:58 +0000)]
Merged revisions 168614 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r168614 | seanbright | 2009-01-14 15:52:00 -0500 (Wed, 14 Jan 2009) | 9 lines
Update autosupport script to supply info for both Zaptel and DAHDI in 1.4 and
be sure to run dahdi_test in 1.6.x and trunk instead of zttest.
(closes issue #14132)
Reported by: dsedivec
Patches:
asterisk-1.4-autosupport.patch uploaded by dsedivec (license 638)
asterisk-trunk-autosupport.patch uploaded by dsedivec (license 638)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168615
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Steve Murphy [Wed, 14 Jan 2009 20:51:26 +0000 (20:51 +0000)]
Merged revisions 168608 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r168608 | murf | 2009-01-14 12:34:35 -0700 (Wed, 14 Jan 2009) | 1 line
app_page was failing to compile in dev-mode on my gcc-4.2.4 system. This change gets rid of the warning.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168613
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Wed, 14 Jan 2009 20:13:48 +0000 (20:13 +0000)]
Restore the "sip show users" and "sip show user" CLI commands
(closes issue #14180)
Reported by: amorsen
Patches:
sip_show_users_161v3.diff uploaded by putnopvut (license 60)
Tested by: blitzrage, amorsen
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168610
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Wed, 14 Jan 2009 19:36:57 +0000 (19:36 +0000)]
Fix compilation on FreeBSD and OSX
This started as work to fix the 'core show sysinfo'
CLI command but while working on it oej
pointed out that read_credentials did not compile neither.
So while being there, fix that as well.
Thanks for all the testing oej!
(closes issue #14129)
Reported by: ys
Tested by: oej, mvanbaak
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168609
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Wed, 14 Jan 2009 19:11:14 +0000 (19:11 +0000)]
Merged revisions 168603 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r168603 | tilghman | 2009-01-14 13:02:55 -0600 (Wed, 14 Jan 2009) | 7 lines
Don't read into a buffer without first checking if a value is beyond the end.
(closes issue #13600)
Reported by: atis
Patches:
20090106__bug13600.diff.txt uploaded by Corydon76 (license 14)
Tested by: atis
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168604
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Wed, 14 Jan 2009 18:27:57 +0000 (18:27 +0000)]
Mostly spacing changes; no functionality change at all.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168601
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Wed, 14 Jan 2009 16:20:37 +0000 (16:20 +0000)]
Blocked revisions 168598 via svnmerge
........
r168598 | mmichelson | 2009-01-14 10:19:26 -0600 (Wed, 14 Jan 2009) | 8 lines
Fix a logic error I found while searching through chan_agent.c
I found that the allow_multiple_logins function would never return
0 due to an incorrect comparison being used when traversing the
list of agents. While I was modifying this function, I also did
a little bit of coding guidelines cleanup, too.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168599
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Wed, 14 Jan 2009 02:00:40 +0000 (02:00 +0000)]
Merged revisions 168593 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r168593 | twilson | 2009-01-13 19:27:18 -0600 (Tue, 13 Jan 2009) | 20 lines
Don't overflow when paging more than 128 extensions
The number of available slots for calls in app_page was hardcoded to 128.
Proper bounds checking was not in place to enforce this limit, so if more than
128 extensions were passed to the Page() app, Asterisk would crash. This patch
instead dynamically allocates memory for the ast_dial structures and removes
the (non-functional) arbitrary limit.
This issue would have special importance to anyone who is dynamically creating
the argument passed to the Page application and allowing more than 128
extensions to be added by an outside user via some external interface.
The patch posted by a_villacis was slightly modified for some coding guidelines
and other cleanups. Thanks, a_villacis!
(closes issue #14217)
Reported by: a_villacis
Patches:
20080912-asterisk-app_page-fix-buffer-overflow.patch uploaded by a (license 660)
Tested by: otherwiseguy
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168594
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 13 Jan 2009 23:57:46 +0000 (23:57 +0000)]
Janitor patch for chan_misdn (make channel variable access safe)
(closes issue #12887)
Reported by: pputman
Patches:
chan_misdn_threadsafe.patch uploaded by pputman (license 81)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168591
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Tue, 13 Jan 2009 23:05:43 +0000 (23:05 +0000)]
Fully overwrite a same-named file when uploading
(closes issue #14190)
Reported by: timking
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168588
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Tue, 13 Jan 2009 23:00:27 +0000 (23:00 +0000)]
Add option to hide console connect messages
(closes issue #14222)
Reported by: jamesgolovich
Patches:
asterisk-hideconnect.diff.txt uploaded by jamesgolovich (license 176)
Tested by: otherwiseguy
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168585
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Tue, 13 Jan 2009 22:30:59 +0000 (22:30 +0000)]
Clarify a message that app_queue prints and change to a debug-level message
The "No one is answering..." verbose message contained 3 numbers that were not
explained in any way to whoever was viewing the message. It is more helpful now
since the message explains what the numbers mean. Also, the message has been
downgraded to "DEBUG" level.
(closes issue #14172)
Reported by: caio1982
Patches:
queue_answering_debug.diff uploaded by caio1982 (license 22)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168579
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Tue, 13 Jan 2009 22:22:34 +0000 (22:22 +0000)]
Merged revisions 168551 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r168551 | twilson | 2009-01-13 12:34:14 -0600 (Tue, 13 Jan 2009) | 7 lines
Don't pass a value with a side effect to a macro
(closes issue #14176)
Reported by: paraeco
Patches:
chan_sip.c.diff uploaded by paraeco (license 658)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168578
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Tue, 13 Jan 2009 21:18:13 +0000 (21:18 +0000)]
Allow specifying a port number in the user portion of a register => line in sip.conf
With this commit, a register => line in sip.conf may contain a port number in the
"user" section of the line. Please see CHANGES and sip.conf.sample for more
details regarding this.
(closes issue #14198)
Reported by: Nick_Lewis
Patches:
chan_sip.c-domainport2.patch uploaded by Nick (license 657)
Tested by: Nick_Lewis
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168575
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 13 Jan 2009 19:22:13 +0000 (19:22 +0000)]
Merged revisions 168561 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r168561 | russell | 2009-01-13 13:13:05 -0600 (Tue, 13 Jan 2009) | 2 lines
Revert unnecessary indications API change from rev 122314
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168562
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 13 Jan 2009 17:51:12 +0000 (17:51 +0000)]
Merged revisions 168546 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r168546 | tilghman | 2009-01-13 11:48:00 -0600 (Tue, 13 Jan 2009) | 6 lines
If either conditional is NULL, don't try copying it.
(closes issue #14226)
Reported by: caspy
Patches:
20090113__bug14226.diff.txt uploaded by Corydon76 (license 14)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168547
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Dwayne M. Hubbard [Tue, 13 Jan 2009 16:02:13 +0000 (16:02 +0000)]
correct a CLI description
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168539
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 12 Jan 2009 23:45:51 +0000 (23:45 +0000)]
Merged revisions 167095 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r167095 | tilghman | 2008-12-31 18:01:22 -0600 (Wed, 31 Dec 2008) | 5 lines
Repeat attempts to write when we receive -EAGAIN from the driver, as detailed
in the ALSA sample code (see http://www.alsa-project.org/alsa-doc/alsa-lib/_2test_2pcm_8c-example.html#a32)
Reported by: Jerry Geis (via the -users list)
Fixed by: me (license 14)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168526
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Mon, 12 Jan 2009 23:12:30 +0000 (23:12 +0000)]
bump the verbosity of a message in srv.c up by one. It used to be
at this level prior to a large patch merge which converted ast_verbose
calls to ast_verb
(closes issue #14221)
Reported by: jcovert
Patches:
srv.c.patch uploaded by jcovert (license 551)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168523
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 12 Jan 2009 23:06:12 +0000 (23:06 +0000)]
Some platforms (notably, the BSDs) have a more efficient implementation called
closefrom(3).
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168522
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Jeff Peeler [Mon, 12 Jan 2009 21:51:46 +0000 (21:51 +0000)]
Merged revisions 168516 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r168516 | jpeeler | 2009-01-12 15:42:34 -0600 (Mon, 12 Jan 2009) | 5 lines
(closes issue #13881)
Reported by: hoowa
Update the app CDR field for AGI commands that are not executing an application via "exec".
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168517
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Jeff Peeler [Mon, 12 Jan 2009 20:53:04 +0000 (20:53 +0000)]
Merged revisions 168507 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r168507 | jpeeler | 2009-01-12 14:26:22 -0600 (Mon, 12 Jan 2009) | 9 lines
(closes issue #12269)
Reported by: IgorG
Tested by: denisgalvao
This gits rid of the notion of an owning_app allowing the request and hangup to be initiated by different threads. Originating from an active agent channel requires this. The implementation primarily changes __login_exec to wait on a condition variable rather than a lock.
Review: http://reviewboard.digium.com/r/35/
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168508
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Mon, 12 Jan 2009 16:31:27 +0000 (16:31 +0000)]
Better to use the proper app name
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168497
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Mon, 12 Jan 2009 15:00:00 +0000 (15:00 +0000)]
Merged revisions 168482 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r168482 | mmichelson | 2009-01-12 08:58:25 -0600 (Mon, 12 Jan 2009) | 5 lines
I am reverting the fix made in revision 168128 (and its upward merges)
after being contacted by Olle Johansson and being shown how this fix is
incorrect. Thanks to Olle for clearing this up for me.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168485
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Mon, 12 Jan 2009 14:57:49 +0000 (14:57 +0000)]
Merged revisions 168480 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r168480 | russell | 2009-01-12 08:57:27 -0600 (Mon, 12 Jan 2009) | 2 lines
s/ringdance/ringcadence/ for Bulgaria
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168481
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Mon, 12 Jan 2009 14:35:09 +0000 (14:35 +0000)]
Don't include swap.h unless we have swapctl
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168479
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Sat, 10 Jan 2009 01:42:45 +0000 (01:42 +0000)]
sizeof for a stringfield is 4. Kinda low for reconstructing a field value.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168334
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Fri, 9 Jan 2009 23:16:08 +0000 (23:16 +0000)]
Merged revisions 168267 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r168267 | kpfleming | 2009-01-09 17:12:29 -0600 (Fri, 09 Jan 2009) | 1 line
update to use new sound file packages that include license files
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168270
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Richard Mudgett [Fri, 9 Jan 2009 23:15:26 +0000 (23:15 +0000)]
Spacing change
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168269
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Fri, 9 Jan 2009 23:04:46 +0000 (23:04 +0000)]
Add a script to find out the correct settings for Asterisk behind NAT
(closes issue #13065)
Reported by: tzafrir
Patches:
sip_nat_settings uploaded by tzafrir (license 46)
sip_nat_settings_6 uploaded by mvanbaak (license 7)
Tested by: tzafrir, pabelanger, Dovid and moi
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168265
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 9 Jan 2009 22:21:05 +0000 (22:21 +0000)]
Merged revisions 168198 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r168198 | russell | 2009-01-09 16:14:38 -0600 (Fri, 09 Jan 2009) | 2 lines
Make this compile for mvanbaak
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168200
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Fri, 9 Jan 2009 21:53:26 +0000 (21:53 +0000)]
Merged revisions 168128 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r168128 | mmichelson | 2009-01-09 14:08:04 -0600 (Fri, 09 Jan 2009) | 13 lines
Add check_via calls to more request handlers
INFO, NOTIFY, OPTIONS, REFER, and MESSAGE requests
were not checking the topmost Via to determine where
to send the response. Adding check_via calls to those
request handlers solves this.
(closes issue #13071)
Reported by: baron
Patches:
check_via.patch uploaded by baron (license 531)
Tested by: baron
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168193
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Richard Mudgett [Fri, 9 Jan 2009 21:43:30 +0000 (21:43 +0000)]
Merged revisions 168191 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r168191 | rmudgett | 2009-01-09 15:28:42 -0600 (Fri, 09 Jan 2009) | 3 lines
* Fix for JIRA AST-175/ABE-1757
* Miscellaneous doxygen comments added.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168192
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Fri, 9 Jan 2009 20:25:25 +0000 (20:25 +0000)]
Don't leak memory if phoneprov.conf does not exist
(closes issue #14203)
Reported by: jamesgolovich
Patches:
asterisk-phoneprovleak.diff.txt uploaded by jamesgolovich (license 176)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168142
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Fri, 9 Jan 2009 18:30:55 +0000 (18:30 +0000)]
When using ast_str with a non-ast_str-enabled API, we need to update the buffer
or otherwise, we cannot use ast_str_strlen().
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168090
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matthew Nicholson [Fri, 9 Jan 2009 18:01:26 +0000 (18:01 +0000)]
Added a comment to logger.c about where to put includes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168054
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matthew Nicholson [Fri, 9 Jan 2009 16:32:34 +0000 (16:32 +0000)]
Use ast_safe_system() in logger.c instead of system()
(closes issue #14194)
Reported by: pabelanger
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168014
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Fri, 9 Jan 2009 01:15:43 +0000 (01:15 +0000)]
Set ORIGINATE_STATUS instead of OUTGOING_STATUS to match the documentation
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@167973
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Fri, 9 Jan 2009 00:13:12 +0000 (00:13 +0000)]
Set peer context and exten values so MACRO_EXTEN and MACRO_CONTEXT will be set
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@167935
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Thu, 8 Jan 2009 22:37:20 +0000 (22:37 +0000)]
Merged revisions 167840 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r167840 | tilghman | 2009-01-08 16:08:56 -0600 (Thu, 08 Jan 2009) | 6 lines
Don't truncate database results at 255 chars.
(closes issue #14069)
Reported by: evandro
Patches:
20081214__bug14069.diff.txt uploaded by Corydon76 (license 14)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@167894
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Thu, 8 Jan 2009 22:34:52 +0000 (22:34 +0000)]
Revert chan_sip changes which were accidentally committed
in revision 167792
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@167888
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Thu, 8 Jan 2009 21:40:28 +0000 (21:40 +0000)]
Fix variables to comply with documentation changes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@167837
65c4cc65-6c06-0410-ace0-
fbb531ad65f3