No subject


Thu Jul 12 09:23:04 CDT 2007


ctivity"

(closes issue #9256)
Reported by: cmaj
Patches:
      amd-dont-wait-too-long-for-frames-take3.diff.txt uploaded by cmaj (=
license 111)
Tested by: cmaj, skygreg, ZX81, rjain


........

................
r101694 | russell | 2008-01-31 17:34:11 -0700 (Thu, 31 Jan 2008) | 16 lin=
es

Merged revisions 101693 via svnmerge from=20
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r101693 | russell | 2008-01-31 18:32:49 -0600 (Thu, 31 Jan 2008) | 8 line=
s

Add some more sanity checking on IAX2 dial strings for the case that no p=
eer
or hostname was provided, which is the one part of the dial string that i=
s
absolutely required.  If it's not there, bail out.

(closes issue #11897)
Reported by sokhapkin
Patch by me

........

................
r101739 | russell | 2008-01-31 23:14:29 -0700 (Thu, 31 Jan 2008) | 2 line=
s

Get rid of a goto where there was no extra cleanup happening at the exit =
point

................
r101745 | russell | 2008-01-31 23:20:24 -0700 (Thu, 31 Jan 2008) | 2 line=
s

reduce a level of indentation

................
r101746 | russell | 2008-01-31 23:27:41 -0700 (Thu, 31 Jan 2008) | 2 line=
s

simplify some code, tweak formatting, and reduce indentation

................
r101773 | tilghman | 2008-02-01 09:01:22 -0700 (Fri, 01 Feb 2008) | 10 li=
nes

Merged revisions 101772 via svnmerge from=20
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r101772 | tilghman | 2008-02-01 09:55:58 -0600 (Fri, 01 Feb 2008) | 2 lin=
es

Compatibility fix for OpenWRT (reported by Brian Capouch via the mailing =
list)

........

................
r101819 | russell | 2008-02-01 10:26:31 -0700 (Fri, 01 Feb 2008) | 12 lin=
es

Merged revisions 101818 via svnmerge from=20
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r101818 | russell | 2008-02-01 11:23:47 -0600 (Fri, 01 Feb 2008) | 4 line=
s

Don't overwrite the last character of a line if it's not a newline.  This=
 would
happen if the last line in the file doesn't have a newline.
(pointed out by Qwell)

........

................
r101821 | russell | 2008-02-01 10:28:06 -0700 (Fri, 01 Feb 2008) | 8 line=
s

Blocked revisions 101820 via svnmerge

........
r101820 | russell | 2008-02-01 11:27:02 -0600 (Fri, 01 Feb 2008) | 1 line

off by one error
........

................
r101823 | qwell | 2008-02-01 10:44:32 -0700 (Fri, 01 Feb 2008) | 3 lines

Move an feof() call to before the fgets().
This would have exited the loop early if you had an authentication file w=
ith no newline at the end.

................
r101824 | tilghman | 2008-02-01 11:08:44 -0700 (Fri, 01 Feb 2008) | 2 lin=
es

Clarify the pooling functionality by changing the config file keyword

................
r101869 | qwell | 2008-02-01 11:24:52 -0700 (Fri, 01 Feb 2008) | 1 line

Comparison, not set :)  Thanks mvanbaak.
................
r101873 | tilghman | 2008-02-01 11:45:31 -0700 (Fri, 01 Feb 2008) | 7 lin=
es

Fix multi, when using the LIKE query.
(closes issue #11889)
 Reported by: jmls
 Patches:=20
       res_config_curl.patch uploaded by jmls (license 141)
 Tested by: jmls

................
r101895 | tilghman | 2008-02-01 12:44:39 -0700 (Fri, 01 Feb 2008) | 10 li=
nes

Merged revisions 101894 via svnmerge from=20
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r101894 | tilghman | 2008-02-01 13:36:12 -0600 (Fri, 01 Feb 2008) | 2 lin=
es

Change detection of getifaddrs to use AST_C_COMPILE_CHECK, backported fro=
m trunk (as suggested by kpfleming)

........

................
r101943 | tilghman | 2008-02-01 15:12:55 -0700 (Fri, 01 Feb 2008) | 16 li=
nes

Merged revisions 101942 via svnmerge from=20
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r101942 | tilghman | 2008-02-01 15:54:28 -0600 (Fri, 01 Feb 2008) | 8 lin=
es

Fix the VM_DUR variable for forwarded voicemail, and fixed several other =
bugs
while I'm in the area.
(closes issue #11615)
 Reported by: jamessan
 Patches:=20
       20071226__bug11615__2.diff.txt uploaded by Corydon76 (license 14)
 Tested by: Corydon76, jamessan

........

................
r101990 | russell | 2008-02-01 16:08:28 -0700 (Fri, 01 Feb 2008) | 13 lin=
es

Merged revisions 101989 via svnmerge from=20
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r101989 | russell | 2008-02-01 17:06:32 -0600 (Fri, 01 Feb 2008) | 5 line=
s

Change the SDP_SAMPLE_RATE macro.  It turns out that even though G.722 is=
 16 kHz,
it is supposed to specified as 8 kHz in the RTP, and RTP timestamps are s=
upposed
to be calculated based on 8 kHz.  (Apparently this is due to a bug in a s=
pec, but
people follow it anyway, because it's the spec ...)

........

................
r102037 | russell | 2008-02-01 23:10:20 -0700 (Fri, 01 Feb 2008) | 3 line=
s

The documentation page has to be in its own comment block to work, appare=
ntly.
Fix it up!

................
r102064 | russell | 2008-02-02 23:43:57 -0700 (Sat, 02 Feb 2008) | 2 line=
s

Change the version number in the configure script from 1.4 to 1.6

................
r102091 | oej | 2008-02-03 03:47:05 -0700 (Sun, 03 Feb 2008) | 16 lines

Merged revisions 102090 via svnmerge from=20
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r102090 | oej | 2008-02-03 11:37:32 +0100 (S=C3=83=C2=B6n, 03 Feb 2008) |=
 8 lines

Handle ACK and CANCEL in an invite transaction - even if we get INFO tran=
sactions during the actual call setup.

(closes issue #10567)
Reported by: jacksch
Tested by: oej
Patch by: oej inspired by suggestions from neutrino88 in the bug tracker


........

................
r102143 | oej | 2008-02-03 09:46:39 -0700 (Sun, 03 Feb 2008) | 16 lines

Merged revisions 102142 via svnmerge from=20
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r102142 | oej | 2008-02-03 17:38:12 +0100 (S=C3=83=C2=B6n, 03 Feb 2008) |=
 8 lines

Use the same CSEQ on CANCEL as on INVITE	(according to RFC 3261)

(closes issue #9492)
Reported by: kryptolus
Patches:=20
      bug9492.txt uploaded by oej (license 306)
Tested by: oej

........

................
r102190 | tilghman | 2008-02-03 10:40:48 -0700 (Sun, 03 Feb 2008) | 8 lin=
es

CoreSettings and CoreStatus are missing the terminating "\r\n".  Also, so=
me
miscellaneous spacing and initialization issues.
(closes issue #11909)
 Reported by: srt
 Patches:=20
       patch-11909-2.diff uploaded by srt (license 378)
 Tested by: srt

................
r102238 | tilghman | 2008-02-03 22:32:00 -0700 (Sun, 03 Feb 2008) | 14 li=
nes

Merged revisions 102214 via svnmerge from=20
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r102214 | tilghman | 2008-02-03 23:10:02 -0600 (Sun, 03 Feb 2008) | 6 lin=
es

Missing braces.
(closes issue #11912)
 Reported by: dimas
 Patches:=20
       sprintf.patch uploaded by dimas (license 88)

........

................
r102262 | qwell | 2008-02-04 07:37:11 -0700 (Mon, 04 Feb 2008) | 4 lines

Change examples to use G here also.

Closes issue #11875

................
r102272 | file | 2008-02-04 08:16:05 -0700 (Mon, 04 Feb 2008) | 6 lines

Update handling of asyncgoto so it properly works on channels that are cu=
rrently executing a PBX.
(closes issue #11914)
Reported by: arnd
(closes issue #11753)
Reported by: johan

................
r102297 | qwell | 2008-02-04 11:39:30 -0700 (Mon, 04 Feb 2008) | 7 lines

Add line numbers to warning/error messages (and pretty up some existing o=
nes).

(closes issue #11894)
Reported by: jmls
Patches:
      chan_zap.patch uploaded by jmls (license 141)

................
r102329 | tilghman | 2008-02-04 14:15:18 -0700 (Mon, 04 Feb 2008) | 15 li=
nes

Merged revisions 102323 via svnmerge from=20
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r102323 | tilghman | 2008-02-04 15:06:09 -0600 (Mon, 04 Feb 2008) | 7 lin=
es

Cross-platform fix:  OS X now deprecates the use of the daemon(3) API.
(closes issue #11908)
 Reported by: oej
 Patches:=20
       20080204__bug11908.diff.txt uploaded by Corydon76 (license 14)
 Tested by: Corydon76

........

................
r102379 | file | 2008-02-05 08:10:36 -0700 (Tue, 05 Feb 2008) | 12 lines

Merged revisions 102378 via svnmerge from=20
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r102378 | file | 2008-02-05 11:09:29 -0400 (Tue, 05 Feb 2008) | 4 lines

Perform dialing asynchronously when using the originate CLI command so th=
e CLI does not appear to block.
(closes issue #11927)
Reported by: bbhoss

........

................
r102451 | file | 2008-02-05 12:54:05 -0700 (Tue, 05 Feb 2008) | 11 lines

Merged revisions 102450 via svnmerge from=20
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r102450 | file | 2008-02-05 15:52:30 -0400 (Tue, 05 Feb 2008) | 3 lines

If a REGISTER attempt comes in that is a retransmission of a previous REG=
ISTER do not create a new nonce value.
(issue #BE-381)

........

................
r102452 | file | 2008-02-05 12:58:19 -0700 (Tue, 05 Feb 2008) | 2 lines

Yeah yeah, I broke building on trunk. Shoot me.

................
r102454 | mmichelson | 2008-02-05 13:03:54 -0700 (Tue, 05 Feb 2008) | 16 =
lines

Merged revisions 102453 via svnmerge from=20
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r102453 | mmichelson | 2008-02-05 14:02:44 -0600 (Tue, 05 Feb 2008) | 8 l=
ines

Clear the DTMF buffer on hangup.

(closes issue #11919)
Reported by: eferro
Patches:
      mgcp_dtmfclean_on_hangup.diff uploaded by eferro (license 337)
	  Tested by: eferro

........

................
r102500 | qwell | 2008-02-05 13:51:50 -0700 (Tue, 05 Feb 2008) | 6 lines

Change where priority of a goto is adjusted.
Partially reverts 102272.

Closes issue #11929
(credit to file for fix suggestion - we still <3 you)

................
r102501 | mmichelson | 2008-02-05 13:54:53 -0700 (Tue, 05 Feb 2008) | 8 l=
ines

Change verbose messages to use the ast_verb macro.

(closes issue #11931)
Reported by: snuffy
Patches:
      bug-11931.diff uploaded by snuffy (license 35)


................
r102525 | mmichelson | 2008-02-05 16:00:15 -0700 (Tue, 05 Feb 2008) | 9 l=
ines

Get rid of any remaining ast_verbose calls in the code in favor of=20
ast_verb

(closes issue #11934)
Reported by: mvanbaak
Patches:
      20080205_astverb-2.diff.txt uploaded by mvanbaak (license 7)


................
r102550 | mmichelson | 2008-02-05 17:08:58 -0700 (Tue, 05 Feb 2008) | 3 l=
ines

Remove an extra debug message I left in


................
r102602 | tilghman | 2008-02-05 20:05:00 -0700 (Tue, 05 Feb 2008) | 12 li=
nes

Merged revisions 102576 via svnmerge from=20
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r102576 | tilghman | 2008-02-05 18:26:02 -0600 (Tue, 05 Feb 2008) | 4 lin=
es

Move around some defines to unbreak ODBC storage.
(closes issue #11932)
 Reported by: snuffy

........

................
r102652 | russell | 2008-02-06 08:20:31 -0700 (Wed, 06 Feb 2008) | 11 lin=
es

Merged revisions 102651 via svnmerge from=20
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r102651 | russell | 2008-02-06 09:19:41 -0600 (Wed, 06 Feb 2008) | 3 line=
s

Clarify setting DYNAMIC_FEATURES so that it gets inherited by outbound ch=
annels.
(due to a discussion between me and a user via email)

........

................
r102654 | file | 2008-02-06 08:46:53 -0700 (Wed, 06 Feb 2008) | 11 lines

Blocked revisions 102653 via svnmerge

........
r102653 | file | 2008-02-06 11:43:38 -0400 (Wed, 06 Feb 2008) | 4 lines

Add missing header file and ASTERISK_FILE_VERSION usage.
(closes issue #11936)
Reported by: snuffy

........

................
r102700 | twilson | 2008-02-06 09:23:22 -0700 (Wed, 06 Feb 2008) | 10 lin=
es

Add REALTIME_STORE and REALTIME_DESTROY dialplan functions provided by se=
rgee.
I just added the ability to set multiple fields at once after discussions=
 with
Tilghman and Russell.  Currently limited to 30 fields.

(closes issue #11887)
Reported by: sergee
Patches:=20
      rt-func-store-destroy-multivalue.diff uploaded by otherwiseguy (lic=
ense 396)
Tested by: sergee, otherwiseguy

................
r102726 | file | 2008-02-06 11:01:15 -0700 (Wed, 06 Feb 2008) | 10 lines

Merged revisions 102725 via svnmerge from=20
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r102725 | file | 2008-02-06 13:59:23 -0400 (Wed, 06 Feb 2008) | 2 lines

Only consider a T.38-only INVITE compatible if we have both a joint capab=
ility between us and them and if they provided T.38.

........

................
r102777 | mmichelson | 2008-02-06 13:12:43 -0700 (Wed, 06 Feb 2008) | 4 l=
ines

Add the channel's unique id to the AgentCalled manager event to make it m=
ore consistent
with other manager events.


................
r102808 | kpfleming | 2008-02-07 09:47:52 -0700 (Thu, 07 Feb 2008) | 10 l=
ines

Merged revisions 102807 via svnmerge from=20
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r102807 | kpfleming | 2008-02-07 10:41:55 -0600 (Thu, 07 Feb 2008) | 2 li=
nes

document usage of 'transfer' configuration option for ISDN PRI switch-sid=
e transfers

........

................
r102859 | qwell | 2008-02-07 13:02:17 -0700 (Thu, 07 Feb 2008) | 15 lines

Merged revisions 102858 via svnmerge from=20
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r102858 | qwell | 2008-02-07 13:53:55 -0600 (Thu, 07 Feb 2008) | 7 lines

Specify which digit string was matched in debug message.

(closes issue #11949)
Reported by: dimas
Patches:
      v1-feature-debug.patch uploaded by dimas (license 88)

........

................
r102906 | mvanbaak | 2008-02-07 13:42:59 -0700 (Thu, 07 Feb 2008) | 5 lin=
es

There she goes! First commit from me to trunk \o/

Make app_alarmreceiver honor code guidelines and fix whitespace errors.
No functional changes.

................
r102908 | mvanbaak | 2008-02-07 14:08:46 -0700 (Thu, 07 Feb 2008) | 2 lin=
es

whitespace fixes only

................
r102933 | mmichelson | 2008-02-07 14:37:00 -0700 (Thu, 07 Feb 2008) | 18 =
lines

This is a combination new feature/bug fix for app_chanspy.

New feature: Add the 'e' option, which takes as an argument a list of
interfaces separated by colons. This way, you will only be able to spy
on this limited list of interfaces.

Bug fix: change some pointer checks to ast_strlen_zero so that spying
would work properly even if no channel was specified as the first argumen=
t
to chanspy.


(closes issue #10072)
Reported by: xmarksthespot
Patches:
      bugfix+newfeature10072patchtotrunkrev102726.diff uploaded by xmarks=
thespot (license 16)
	  Tested by: xmarksthespot, mvanbaak


................
r102969 | file | 2008-02-08 08:09:47 -0700 (Fri, 08 Feb 2008) | 12 lines

Merged revisions 102968 via svnmerge from=20
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r102968 | file | 2008-02-08 11:08:20 -0400 (Fri, 08 Feb 2008) | 4 lines

Make sure the presence of dbsecret is factored into user scoring.
(closes issue #11952)
Reported by: bbhoss

........

................
r103018 | file | 2008-02-08 08:31:00 -0700 (Fri, 08 Feb 2008) | 4 lines

Fix a network byte order issue and ensure when creating an outgoing dialo=
g that the socket always contains information such as type and port.
(closes issue #11916)
Reported by: mnnojd

................
r103044 | russell | 2008-02-08 09:49:19 -0700 (Fri, 08 Feb 2008) | 4 line=
s

At the request of ManxPower, include the UPGRADE.txt from 1.2 and 1.4, as=
 well.
This way, if people need to go back and review what was deprecated in pre=
vious
major releases, it is readily available to them.  Thanks for the suggesti=
on!

................
r103071 | mmichelson | 2008-02-08 11:02:48 -0700 (Fri, 08 Feb 2008) | 14 =
lines

Merged revisions 103070 via svnmerge from=20
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103070 | mmichelson | 2008-02-08 12:00:38 -0600 (Fri, 08 Feb 2008) | 6 l=
ines

Yield the thread and return -1 if the ioctl fails for Zaptel timing devic=
e.

(closes issue #11891)
Reported by: tzafrir


........

................
r103121 | mmichelson | 2008-02-08 11:54:53 -0700 (Fri, 08 Feb 2008) | 18 =
lines

Merged revisions 103120 via svnmerge from=20
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103120 | mmichelson | 2008-02-08 12:48:17 -0600 (Fri, 08 Feb 2008) | 10 =
lines

Prevent a potential three-thread deadlock. Also added a comment block
to explicitly state the locking order necessary inside app_queue.

(closes issue #11862)
Reported by: flujan
Patches:
      11862.patch uploaded by putnopvut (license 60)
	  Tested by: flujan


........

................
r103122 | mmichelson | 2008-02-08 11:58:25 -0700 (Fri, 08 Feb 2008) | 3 l=
ines

Forgot that AST_LIST_REMOVE_CURRENT takes different arguments in trunk th=
an 1.4.


................
r103171 | russell | 2008-02-08 14:26:32 -0700 (Fri, 08 Feb 2008) | 13 lin=
es

Merge changes from team/mvanbaak/cli-command-audit
(closes issue #8925)

About a year ago, as Leif Madsen and Jim van Meggelen were going over the=
 CLI
commands in Asterisk 1.4 for the next version of their book, they documen=
ted
a lot of inconsistencies.  This set of changes addresses all of these iss=
ues
and has been reviewed by Leif.

While this does introduce even more changes to the CLI command structure,=
 it
makes everything consistent, which is the most important thing.

Thanks to all that helped with this one!

................
r103198 | tilghman | 2008-02-08 23:33:10 -0700 (Fri, 08 Feb 2008) | 12 li=
nes

Merged revisions 103197 via svnmerge from=20
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103197 | tilghman | 2008-02-09 00:23:49 -0600 (Sat, 09 Feb 2008) | 4 lin=
es

Commit fix for being unable to send voicemail from VoiceMailMain
 Reported by: William F Acker (via the -users mailing list)
 Patch by: Corydon76 (license 14)

........

................
r103249 | mvanbaak | 2008-02-09 04:27:10 -0700 (Sat, 09 Feb 2008) | 2 lin=
es

whitespace fixes only.

................
r103282 | mmichelson | 2008-02-10 19:47:25 -0700 (Sun, 10 Feb 2008) | 9 l=
ines

Fix a problem regarding network vs. host byte order
in the event API.

ast_event_iterator_get_ie_type should return the ie type in
host byte order. Furthermore, ast_event_get_ie_raw should already
have its ie type argument in host byte order since it could be called
externally (and it in fact is called in this way by ast_event_get_cached)=
.


................
r103283 | mmichelson | 2008-02-10 19:59:14 -0700 (Sun, 10 Feb 2008) | 3 l=
ines

Add a couple of comments to clarify the unreffing of queues.
Thanks to snuffy for the idea.

................
r103284 | mmichelson | 2008-02-10 20:03:58 -0700 (Sun, 10 Feb 2008) | 2 l=
ines

Fix improper indentation. Thanks again to snuffy for pointing it out.

................
r103306 | jamesgolovich | 2008-02-10 23:05:59 -0700 (Sun, 10 Feb 2008) | =
3 lines

Don't wipe out transport and fd in chan_sip on reload (issue #11930)


................
r103313 | file | 2008-02-11 07:43:04 -0700 (Mon, 11 Feb 2008) | 6 lines

Change chan_skinny to use debug messages as appropriate.
(closes issue #11967)
Reported by: mvanbaak
Patches:
      2008021000-skinnydebug.diff.txt uploaded by mvanbaak (license 7)

................
r103314 | file | 2008-02-11 09:17:15 -0700 (Mon, 11 Feb 2008) | 4 lines

Add support for allowing a native bridge to happen when the L option is e=
nabled. The RTP bridging could already handle this, it just needed to be =
enabled in the main bridging code.
(issue #10647)
Reported by: samdell3

................
r103316 | kpfleming | 2008-02-11 10:09:04 -0700 (Mon, 11 Feb 2008) | 10 l=
ines

Merged revisions 103315 via svnmerge from=20
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103315 | kpfleming | 2008-02-11 11:05:22 -0600 (Mon, 11 Feb 2008) | 2 li=
nes

improve 2BCT documentation a bit (thanks Jared)

........

................
r103317 | file | 2008-02-11 10:25:04 -0700 (Mon, 11 Feb 2008) | 4 lines

Fix Manager Redirect while in an AGI.
(closes issue #10661)
Reported by: junky

................
r103318 | file | 2008-02-11 11:27:47 -0700 (Mon, 11 Feb 2008) | 2 lines

Just some minor coding style cleanup...

................
r103319 | file | 2008-02-11 11:29:18 -0700 (Mon, 11 Feb 2008) | 2 lines

Remove ast_module_user usage from res_agi. This is taken care of in the c=
ore.

................
r103325 | file | 2008-02-11 15:10:55 -0700 (Mon, 11 Feb 2008) | 12 lines

Merged revisions 103324 via svnmerge from=20
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103324 | file | 2008-02-11 18:09:07 -0400 (Mon, 11 Feb 2008) | 4 lines

If entering a conference with the 'w' option ensure that we can't listen =
or speak until the marked user appears.
(closes issue #11835)
Reported by: alanmcmillan

........

................
r103331 | jpeeler | 2008-02-11 17:24:36 -0700 (Mon, 11 Feb 2008) | 10 lin=
es

Requested changes from Pari, reviewed by Russell.
Added ability to retrieve list of categories in a config file.
Added ability to retrieve the content of a particular category.
Added ability to empty a context.
Created new action to create a new file.
Updated delete action to allow deletion by line number with respect to ca=
tegory.
Added new action insert to add new variable to category at specified line=
.
Updated action newcat to allow new category to be inserted in file above =
another existing category.


................
r103341 | phsultan | 2008-02-12 07:08:58 -0700 (Tue, 12 Feb 2008) | 2 lin=
es

Use an ast_flags structure in aji_client and aji_buddy rather than an
integer. Modify calls to various ast_*_flag macros accordingly.
................
r103386 | file | 2008-02-12 08:13:06 -0700 (Tue, 12 Feb 2008) | 12 lines

Merged revisions 103385 via svnmerge from=20
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103385 | file | 2008-02-12 11:09:24 -0400 (Tue, 12 Feb 2008) | 4 lines

Even if no CallerID name or number has been provided by the remote party =
still use the configured sip.conf ones.
(closes issue #11977)
Reported by: pj

........

................
r103387 | russell | 2008-02-12 08:16:39 -0700 (Tue, 12 Feb 2008) | 2 line=
s

Fix build on *BSD.  These permissions constants are not available there.

................
r103388 | russell | 2008-02-12 08:39:44 -0700 (Tue, 12 Feb 2008) | 2 line=
s

Remove development version notice.

................
r103447 | qwell | 2008-02-12 13:02:32 -0700 (Tue, 12 Feb 2008) | 1 line

Use slight more sane permissions
................
r103474 | qwell | 2008-02-12 13:27:01 -0700 (Tue, 12 Feb 2008) | 1 line

Even more sane permissions.  This should be handled via a umask, like in =
many other places.
................
r103506 | qwell | 2008-02-12 15:26:30 -0700 (Tue, 12 Feb 2008) | 8 lines

Blocked revisions 103503 via svnmerge

........
r103503 | qwell | 2008-02-12 16:22:54 -0600 (Tue, 12 Feb 2008) | 1 line

Remove condition that was impossible.
........

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

[... 136810 lines stripped ...]



More information about the asterisk-commits mailing list