[Home]

Summary:ASTERISK-11139: [patch] Doc update: Substitute the pipe with the comma
Reporter:Tomás Laureano Peralta Tormey (laureano)Labels:
Date Opened:2008-01-02 10:57:12.000-0600Date Closed:2008-01-02 13:43:12.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Applications/app_osplookup
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_osplookup.c.patch
Description:Documentation cleanup to substitute the pipe with the comma in the description.

Disclaimer on file.
Comments:By: Digium Subversion (svnbot) 2008-01-02 11:34:25.000-0600

Repository: asterisk
Revision: 95888

U   trunk/apps/app_osplookup.c

------------------------------------------------------------------------
r95888 | qwell | 2008-01-02 11:34:24 -0600 (Wed, 02 Jan 2008) | 4 lines

Update osplookup documentation to use commas instead of pipes.

Closes issue ASTERISK-11139, patch by Laureano.

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=95888

By: Digium Subversion (svnbot) 2008-01-02 12:13:04.000-0600

Repository: asterisk
Revision: 95892

_U  team/file/netsock2/
U   team/file/netsock2/apps/app_osplookup.c
U   team/file/netsock2/apps/app_queue.c
U   team/file/netsock2/main/Makefile
U   team/file/netsock2/main/translate.c

------------------------------------------------------------------------
r95892 | file | 2008-01-02 12:13:03 -0600 (Wed, 02 Jan 2008) | 41 lines

Merged revisions 95864,95888,95891 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r95864 | russell | 2008-01-02 12:20:26 -0400 (Wed, 02 Jan 2008) | 6 lines

For some odd reason, the last set of libresample build changes from Kevin did
not work for everyone, but it did for some.  This set of changes makes trunk
start again for those having problems.  Instead of building libresample as a
static library, it just links the object files in directly with the asterisk
binary.

................
r95888 | qwell | 2008-01-02 13:38:02 -0400 (Wed, 02 Jan 2008) | 4 lines

Update osplookup documentation to use commas instead of pipes.

Closes issue ASTERISK-11139, patch by Laureano.

................
r95891 | mmichelson | 2008-01-02 14:05:57 -0400 (Wed, 02 Jan 2008) | 17 lines

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

........
r95890 | mmichelson | 2008-01-02 11:51:22 -0600 (Wed, 02 Jan 2008) | 9 lines

A change to improve the accuracy of queue logging in the case where a member does not
answer during the specified timeout period. Prior to this change, there was a small chance
that the member name recorded in this case would be blank. Also prior to this change, if using
the ringall strategy, if no one answered the call during the specified timeout, the member name
listed in the queue log would randomly be one of the members that was rung.

(closes issue ASTERISK-10997, reported and tested by hloubser, patched by me)


........

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

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=95892

By: Digium Subversion (svnbot) 2008-01-02 13:43:12.000-0600

Repository: asterisk
Revision: 95938

_U  team/murf/utf8-whatif/
U   team/murf/utf8-whatif/acinclude.m4
U   team/murf/utf8-whatif/apps/app_osplookup.c
U   team/murf/utf8-whatif/apps/app_queue.c
U   team/murf/utf8-whatif/channels/chan_zap.c
U   team/murf/utf8-whatif/codecs/Makefile
U   team/murf/utf8-whatif/codecs/codec_resample.c
U   team/murf/utf8-whatif/configure
U   team/murf/utf8-whatif/configure.ac
U   team/murf/utf8-whatif/include/asterisk/autoconfig.h.in
A   team/murf/utf8-whatif/include/asterisk/libresample.h
U   team/murf/utf8-whatif/main/Makefile
U   team/murf/utf8-whatif/main/translate.c

------------------------------------------------------------------------
r95938 | murf | 2008-01-02 13:43:10 -0600 (Wed, 02 Jan 2008) | 58 lines

Merged revisions 95864,95888,95891,95893-95894,95937 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r95864 | russell | 2008-01-02 09:20:26 -0700 (Wed, 02 Jan 2008) | 6 lines

For some odd reason, the last set of libresample build changes from Kevin did
not work for everyone, but it did for some.  This set of changes makes trunk
start again for those having problems.  Instead of building libresample as a
static library, it just links the object files in directly with the asterisk
binary.

................
r95888 | qwell | 2008-01-02 10:38:02 -0700 (Wed, 02 Jan 2008) | 4 lines

Update osplookup documentation to use commas instead of pipes.

Closes issue ASTERISK-11139, patch by Laureano.

................
r95891 | mmichelson | 2008-01-02 11:05:57 -0700 (Wed, 02 Jan 2008) | 17 lines

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

........
r95890 | mmichelson | 2008-01-02 11:51:22 -0600 (Wed, 02 Jan 2008) | 9 lines

A change to improve the accuracy of queue logging in the case where a member does not
answer during the specified timeout period. Prior to this change, there was a small chance
that the member name recorded in this case would be blank. Also prior to this change, if using
the ringall strategy, if no one answered the call during the specified timeout, the member name
listed in the queue log would randomly be one of the members that was rung.

(closes issue ASTERISK-10997, reported and tested by hloubser, patched by me)


........

................
r95893 | kpfleming | 2008-01-02 11:17:15 -0700 (Wed, 02 Jan 2008) | 2 lines

umm... this did not compile on x86-64, and could not possibly have worked on any platform as it was passing string pointers to a function expecting ints

................
r95894 | kpfleming | 2008-01-02 11:21:04 -0700 (Wed, 02 Jan 2008) | 2 lines

and now just to keep the libresample party going... if the functions from libresample are going to be in the main Asterisk binary, it makes sense for the header that defines them to be available without any special CFLAGS and to out-of-tree modules building against /usr/include/asterisk

................
r95937 | kpfleming | 2008-01-02 12:34:33 -0700 (Wed, 02 Jan 2008) | 4 lines

improve AC_C_DEFINE_CHECK to not try to evaluate the macro being checked for, but just check for its existence
finish implementation of check for Zaptel HWGAIN support
add check for Zaptel ECHOCANCEL_PARAMS support

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

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=95938