[Home]

Summary:ASTERISK-06221: [patch] Crash on a CLI originate command with a missing channel data
Reporter:Mathieu Rene (math)Labels:
Date Opened:2006-01-30 23:51:50.000-0600Date Closed:2008-01-15 16:32:00.000-0600
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) res_clioriginate.diff
( 1) res_clioriginate-free.diff
Description:An incomplete originate cli command will generate a segmentation fault because the "chantech" variable isn't checked. Therefore, a null referenced is passed to ast_pbx_outgoing_app. Attached is a quick fix to that behavior.
Comments:By: Mathieu Rene (math) 2006-01-31 00:03:55.000-0600

chandata has to be free'd because it've been allocated with ast_strdupa()

By: Olle Johansson (oej) 2006-02-02 00:18:05.000-0600

strdupa uses alloca and does not have to be free'd :-)

By: Mathieu Rene (math) 2006-02-02 00:19:07.000-0600

ah, didn't dig too deep on that

By: Olle Johansson (oej) 2006-02-02 00:20:19.000-0600

Fixed in svn trunk.

By: Olle Johansson (oej) 2006-02-02 00:51:35.000-0600

svn server unreachable, so commit will have to wait. Sorry.

By: Olle Johansson (oej) 2006-02-02 07:04:49.000-0600

Finally committed revision 9065.

By: Digium Subversion (svnbot) 2008-01-15 16:31:22.000-0600

Repository: asterisk
Revision: 9065

U   trunk/res/res_clioriginate.c

------------------------------------------------------------------------
r9065 | oej | 2008-01-15 16:31:22 -0600 (Tue, 15 Jan 2008) | 2 lines

Issue ASTERISK-6221 - Crash on CLI originate with missing channel argument

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

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

By: Digium Subversion (svnbot) 2008-01-15 16:31:26.000-0600

Repository: asterisk
Revision: 9070

_U  team/oej/multiparking/
U   team/oej/multiparking/.cleancount
U   team/oej/multiparking/apps/app_dial.c
U   team/oej/multiparking/apps/app_disa.c
U   team/oej/multiparking/apps/app_dumpchan.c
U   team/oej/multiparking/apps/app_flash.c
U   team/oej/multiparking/apps/app_meetme.c
U   team/oej/multiparking/apps/app_queue.c
U   team/oej/multiparking/apps/app_softhangup.c
U   team/oej/multiparking/apps/app_transfer.c
U   team/oej/multiparking/apps/app_voicemail.c
U   team/oej/multiparking/apps/app_zapbarge.c
U   team/oej/multiparking/apps/app_zapras.c
U   team/oej/multiparking/apps/app_zapscan.c
U   team/oej/multiparking/cdr.c
U   team/oej/multiparking/channel.c
U   team/oej/multiparking/channels/chan_agent.c
U   team/oej/multiparking/channels/chan_alsa.c
U   team/oej/multiparking/channels/chan_features.c
U   team/oej/multiparking/channels/chan_iax2.c
U   team/oej/multiparking/channels/chan_local.c
U   team/oej/multiparking/channels/chan_mgcp.c
U   team/oej/multiparking/channels/chan_oss.c
U   team/oej/multiparking/channels/chan_phone.c
U   team/oej/multiparking/channels/chan_sip.c
U   team/oej/multiparking/channels/chan_skinny.c
U   team/oej/multiparking/channels/chan_zap.c
U   team/oej/multiparking/channels/iax2-parser.c
U   team/oej/multiparking/channels/iax2-parser.h
U   team/oej/multiparking/cli.c
U   team/oej/multiparking/frame.c
U   team/oej/multiparking/funcs/func_language.c
U   team/oej/multiparking/funcs/func_moh.c
U   team/oej/multiparking/image.c
U   team/oej/multiparking/include/asterisk/cdr.h
U   team/oej/multiparking/include/asterisk/channel.h
U   team/oej/multiparking/include/asterisk/frame.h
U   team/oej/multiparking/include/asterisk/image.h
U   team/oej/multiparking/include/asterisk/musiconhold.h
U   team/oej/multiparking/include/asterisk/stringfields.h
U   team/oej/multiparking/pbx.c
U   team/oej/multiparking/res/res_agi.c
U   team/oej/multiparking/res/res_clioriginate.c
U   team/oej/multiparking/res/res_features.c
U   team/oej/multiparking/res/res_musiconhold.c
U   team/oej/multiparking/rtp.c
U   team/oej/multiparking/udptl.c

------------------------------------------------------------------------
r9070 | oej | 2008-01-15 16:31:26 -0600 (Tue, 15 Jan 2008) | 25 lines

Merged revisions 9059-9060,9065 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r9059 | mogorman | 2006-02-01 21:40:45 +0100 (Wed, 01 Feb 2006) | 3 lines

reports why an agi script errors out on opening
file

........
r9060 | kpfleming | 2006-02-02 00:05:28 +0100 (Thu, 02 Feb 2006) | 6 lines

use string fields for some stuff in ast_channel
const-ify some more APIs
remove 'type' field from ast_channel, in favor of the one in the channel's tech structure
allow string field module users to specify the 'chunk size' for pool allocations
update chan_alsa to be compatible with recent const-ification patches

........
r9065 | oej | 2006-02-02 15:04:29 +0100 (Thu, 02 Feb 2006) | 2 lines

Issue ASTERISK-6221 - Crash on CLI originate with missing channel argument

........

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

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

By: Digium Subversion (svnbot) 2008-01-15 16:31:31.000-0600

Repository: asterisk
Revision: 9074

_U  team/oej/sipdiversion/
U   team/oej/sipdiversion/.cleancount
D   team/oej/sipdiversion/HARDWARE
U   team/oej/sipdiversion/Makefile
D   team/oej/sipdiversion/README.fpm
D   team/oej/sipdiversion/SECURITY
U   team/oej/sipdiversion/agi/Makefile
U   team/oej/sipdiversion/apps/Makefile
U   team/oej/sipdiversion/apps/app_dial.c
U   team/oej/sipdiversion/apps/app_disa.c
U   team/oej/sipdiversion/apps/app_dumpchan.c
U   team/oej/sipdiversion/apps/app_flash.c
U   team/oej/sipdiversion/apps/app_meetme.c
U   team/oej/sipdiversion/apps/app_queue.c
U   team/oej/sipdiversion/apps/app_softhangup.c
U   team/oej/sipdiversion/apps/app_transfer.c
U   team/oej/sipdiversion/apps/app_voicemail.c
U   team/oej/sipdiversion/apps/app_zapbarge.c
U   team/oej/sipdiversion/apps/app_zapras.c
U   team/oej/sipdiversion/apps/app_zapscan.c
U   team/oej/sipdiversion/cdr/Makefile
U   team/oej/sipdiversion/cdr.c
U   team/oej/sipdiversion/channel.c
U   team/oej/sipdiversion/channels/Makefile
U   team/oej/sipdiversion/channels/chan_agent.c
U   team/oej/sipdiversion/channels/chan_alsa.c
U   team/oej/sipdiversion/channels/chan_features.c
U   team/oej/sipdiversion/channels/chan_iax2.c
U   team/oej/sipdiversion/channels/chan_local.c
U   team/oej/sipdiversion/channels/chan_mgcp.c
U   team/oej/sipdiversion/channels/chan_oss.c
U   team/oej/sipdiversion/channels/chan_phone.c
U   team/oej/sipdiversion/channels/chan_sip.c
U   team/oej/sipdiversion/channels/chan_skinny.c
U   team/oej/sipdiversion/channels/chan_zap.c
U   team/oej/sipdiversion/channels/iax2-parser.c
U   team/oej/sipdiversion/channels/iax2-parser.h
U   team/oej/sipdiversion/cli.c
U   team/oej/sipdiversion/codecs/Makefile
A   team/oej/sipdiversion/configs/muted.conf.sample
U   team/oej/sipdiversion/configs/sip.conf.sample
A   team/oej/sipdiversion/doc/00README.1st
D   team/oej/sipdiversion/doc/README.ael
D   team/oej/sipdiversion/doc/README.app_sms
D   team/oej/sipdiversion/doc/README.asterisk.conf
D   team/oej/sipdiversion/doc/README.backtrace
D   team/oej/sipdiversion/doc/README.callingpres
D   team/oej/sipdiversion/doc/README.cdr
D   team/oej/sipdiversion/doc/README.channels
D   team/oej/sipdiversion/doc/README.cliprompt
D   team/oej/sipdiversion/doc/README.configuration
D   team/oej/sipdiversion/doc/README.cygwin
D   team/oej/sipdiversion/doc/README.dundi
D   team/oej/sipdiversion/doc/README.enum
D   team/oej/sipdiversion/doc/README.extconfig
D   team/oej/sipdiversion/doc/README.externalivr
D   team/oej/sipdiversion/doc/README.h323
D   team/oej/sipdiversion/doc/README.iax
D   team/oej/sipdiversion/doc/README.ices
D   team/oej/sipdiversion/doc/README.jitterbuffer
D   team/oej/sipdiversion/doc/README.linkedlists
D   team/oej/sipdiversion/doc/README.math
D   team/oej/sipdiversion/doc/README.misdn
D   team/oej/sipdiversion/doc/README.mp3
D   team/oej/sipdiversion/doc/README.mysql
D   team/oej/sipdiversion/doc/README.odbcstorage
D   team/oej/sipdiversion/doc/README.privacy
D   team/oej/sipdiversion/doc/README.realtime
D   team/oej/sipdiversion/doc/README.sms
D   team/oej/sipdiversion/doc/README.tds
D   team/oej/sipdiversion/doc/README.variables
A   team/oej/sipdiversion/doc/ael.txt
A   team/oej/sipdiversion/doc/app-sms.txt
A   team/oej/sipdiversion/doc/asterisk-conf.txt
A   team/oej/sipdiversion/doc/backtrace.txt
A   team/oej/sipdiversion/doc/billing.txt
A   team/oej/sipdiversion/doc/callingpres.txt
D   team/oej/sipdiversion/doc/cdr.txt
A   team/oej/sipdiversion/doc/cdrdriver.txt
A   team/oej/sipdiversion/doc/chaniax.txt
A   team/oej/sipdiversion/doc/channels.txt
A   team/oej/sipdiversion/doc/channelvariables.txt
A   team/oej/sipdiversion/doc/cliprompt.txt
A   team/oej/sipdiversion/doc/configuration.txt
A   team/oej/sipdiversion/doc/cygwin.txt
A   team/oej/sipdiversion/doc/dundi.txt
A   team/oej/sipdiversion/doc/enum.txt
A   team/oej/sipdiversion/doc/extconfig.txt
A   team/oej/sipdiversion/doc/externalivr.txt
A   team/oej/sipdiversion/doc/freetds.txt
A   team/oej/sipdiversion/doc/h323.txt
A   team/oej/sipdiversion/doc/hardware.txt
A   team/oej/sipdiversion/doc/ices.txt
A   team/oej/sipdiversion/doc/jitterbuffer.txt
A   team/oej/sipdiversion/doc/linkedlists.txt
A   team/oej/sipdiversion/doc/math.txt
A   team/oej/sipdiversion/doc/misdn.txt
A   team/oej/sipdiversion/doc/mp3.txt
A   team/oej/sipdiversion/doc/musiconhold-fpm.txt
A   team/oej/sipdiversion/doc/mysql.txt
A   team/oej/sipdiversion/doc/odbcstorage.txt
A   team/oej/sipdiversion/doc/privacy.txt
A   team/oej/sipdiversion/doc/realtime.txt
A   team/oej/sipdiversion/doc/security.txt
A   team/oej/sipdiversion/doc/sms.txt
U   team/oej/sipdiversion/formats/Makefile
U   team/oej/sipdiversion/frame.c
U   team/oej/sipdiversion/funcs/Makefile
U   team/oej/sipdiversion/funcs/func_language.c
U   team/oej/sipdiversion/funcs/func_moh.c
U   team/oej/sipdiversion/image.c
U   team/oej/sipdiversion/include/asterisk/cdr.h
U   team/oej/sipdiversion/include/asterisk/channel.h
U   team/oej/sipdiversion/include/asterisk/frame.h
U   team/oej/sipdiversion/include/asterisk/image.h
U   team/oej/sipdiversion/include/asterisk/musiconhold.h
U   team/oej/sipdiversion/include/asterisk/stringfields.h
D   team/oej/sipdiversion/muted.conf.sample
U   team/oej/sipdiversion/pbx/Makefile
U   team/oej/sipdiversion/pbx.c
U   team/oej/sipdiversion/res/Makefile
U   team/oej/sipdiversion/res/res_agi.c
U   team/oej/sipdiversion/res/res_clioriginate.c
U   team/oej/sipdiversion/res/res_features.c
U   team/oej/sipdiversion/res/res_musiconhold.c
U   team/oej/sipdiversion/rtp.c
U   team/oej/sipdiversion/stdtime/Makefile
U   team/oej/sipdiversion/udptl.c
U   team/oej/sipdiversion/utils/Makefile

------------------------------------------------------------------------
r9074 | oej | 2008-01-15 16:31:30 -0600 (Tue, 15 Jan 2008) | 60 lines

Merged revisions 9034,9046-9047,9052,9057,9059-9060,9065 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r9034 | oej | 2006-02-01 14:23:59 +0100 (Wed, 01 Feb 2006) | 3 lines

- Clarify default setting of canreinvite (thanks royk)
- Add some extra headers and reference to other doc/ files for realtime

........
r9046 | oej | 2006-02-01 18:16:08 +0100 (Wed, 01 Feb 2006) | 6 lines

- Adding a doc/00README.1st with an INDEX over README files
- Moving files from / to /doc or /configs
- Renaming some documentation files

Thank you for the initiative, manxpower!

........
r9047 | oej | 2006-02-01 18:49:02 +0100 (Wed, 01 Feb 2006) | 3 lines

- Removing the "README." from the name of the README files.


........
r9052 | mogorman | 2006-02-01 19:39:41 +0100 (Wed, 01 Feb 2006) | 3 lines

Allows for user to uninstall asterisk binaries
bug 6177

........
r9057 | oej | 2006-02-01 20:16:09 +0100 (Wed, 01 Feb 2006) | 5 lines

- Update URL to digium store
- Remove X100p and S100u
- Add mISDN
- remove ISDN4Linux

........
r9059 | mogorman | 2006-02-01 21:40:45 +0100 (Wed, 01 Feb 2006) | 3 lines

reports why an agi script errors out on opening
file

........
r9060 | kpfleming | 2006-02-02 00:05:28 +0100 (Thu, 02 Feb 2006) | 6 lines

use string fields for some stuff in ast_channel
const-ify some more APIs
remove 'type' field from ast_channel, in favor of the one in the channel's tech structure
allow string field module users to specify the 'chunk size' for pool allocations
update chan_alsa to be compatible with recent const-ification patches

........
r9065 | oej | 2006-02-02 15:04:29 +0100 (Thu, 02 Feb 2006) | 2 lines

Issue ASTERISK-6221 - Crash on CLI originate with missing channel argument

........

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

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

By: Digium Subversion (svnbot) 2008-01-15 16:31:40.000-0600

Repository: asterisk
Revision: 9084

_U  team/oej/iptos/
U   team/oej/iptos/.cleancount
D   team/oej/iptos/HARDWARE
U   team/oej/iptos/Makefile
D   team/oej/iptos/README.fpm
D   team/oej/iptos/SECURITY
U   team/oej/iptos/agi/Makefile
U   team/oej/iptos/apps/Makefile
U   team/oej/iptos/apps/app_dial.c
U   team/oej/iptos/apps/app_disa.c
U   team/oej/iptos/apps/app_dumpchan.c
U   team/oej/iptos/apps/app_flash.c
U   team/oej/iptos/apps/app_meetme.c
U   team/oej/iptos/apps/app_queue.c
U   team/oej/iptos/apps/app_softhangup.c
U   team/oej/iptos/apps/app_transfer.c
U   team/oej/iptos/apps/app_voicemail.c
U   team/oej/iptos/apps/app_zapbarge.c
U   team/oej/iptos/apps/app_zapras.c
U   team/oej/iptos/apps/app_zapscan.c
U   team/oej/iptos/cdr/Makefile
U   team/oej/iptos/cdr.c
U   team/oej/iptos/channel.c
U   team/oej/iptos/channels/Makefile
U   team/oej/iptos/channels/chan_agent.c
U   team/oej/iptos/channels/chan_alsa.c
U   team/oej/iptos/channels/chan_features.c
U   team/oej/iptos/channels/chan_h323.c
U   team/oej/iptos/channels/chan_iax2.c
U   team/oej/iptos/channels/chan_local.c
U   team/oej/iptos/channels/chan_mgcp.c
U   team/oej/iptos/channels/chan_oss.c
U   team/oej/iptos/channels/chan_phone.c
U   team/oej/iptos/channels/chan_sip.c
U   team/oej/iptos/channels/chan_skinny.c
U   team/oej/iptos/channels/chan_zap.c
U   team/oej/iptos/channels/iax2-parser.c
U   team/oej/iptos/channels/iax2-parser.h
U   team/oej/iptos/cli.c
U   team/oej/iptos/codecs/Makefile
A   team/oej/iptos/configs/muted.conf.sample
U   team/oej/iptos/configs/sip.conf.sample
A   team/oej/iptos/doc/00README.1st
D   team/oej/iptos/doc/README.ael
D   team/oej/iptos/doc/README.app_sms
D   team/oej/iptos/doc/README.asterisk.conf
D   team/oej/iptos/doc/README.backtrace
D   team/oej/iptos/doc/README.callingpres
D   team/oej/iptos/doc/README.cdr
D   team/oej/iptos/doc/README.channels
D   team/oej/iptos/doc/README.cliprompt
D   team/oej/iptos/doc/README.configuration
D   team/oej/iptos/doc/README.cygwin
D   team/oej/iptos/doc/README.dundi
D   team/oej/iptos/doc/README.enum
D   team/oej/iptos/doc/README.extconfig
D   team/oej/iptos/doc/README.externalivr
D   team/oej/iptos/doc/README.h323
D   team/oej/iptos/doc/README.iax
D   team/oej/iptos/doc/README.ices
D   team/oej/iptos/doc/README.jitterbuffer
D   team/oej/iptos/doc/README.linkedlists
D   team/oej/iptos/doc/README.math
D   team/oej/iptos/doc/README.misdn
D   team/oej/iptos/doc/README.mp3
D   team/oej/iptos/doc/README.mysql
D   team/oej/iptos/doc/README.odbcstorage
D   team/oej/iptos/doc/README.privacy
D   team/oej/iptos/doc/README.realtime
D   team/oej/iptos/doc/README.sms
D   team/oej/iptos/doc/README.tds
D   team/oej/iptos/doc/README.variables
A   team/oej/iptos/doc/ael.txt
A   team/oej/iptos/doc/app-sms.txt
A   team/oej/iptos/doc/asterisk-conf.txt
A   team/oej/iptos/doc/backtrace.txt
A   team/oej/iptos/doc/billing.txt
A   team/oej/iptos/doc/callingpres.txt
D   team/oej/iptos/doc/cdr.txt
A   team/oej/iptos/doc/cdrdriver.txt
A   team/oej/iptos/doc/chaniax.txt
A   team/oej/iptos/doc/channels.txt
A   team/oej/iptos/doc/channelvariables.txt
A   team/oej/iptos/doc/cliprompt.txt
A   team/oej/iptos/doc/configuration.txt
A   team/oej/iptos/doc/cygwin.txt
A   team/oej/iptos/doc/dundi.txt
A   team/oej/iptos/doc/enum.txt
A   team/oej/iptos/doc/extconfig.txt
A   team/oej/iptos/doc/externalivr.txt
A   team/oej/iptos/doc/freetds.txt
A   team/oej/iptos/doc/h323.txt
A   team/oej/iptos/doc/hardware.txt
A   team/oej/iptos/doc/ices.txt
A   team/oej/iptos/doc/jitterbuffer.txt
A   team/oej/iptos/doc/linkedlists.txt
A   team/oej/iptos/doc/math.txt
A   team/oej/iptos/doc/misdn.txt
A   team/oej/iptos/doc/mp3.txt
A   team/oej/iptos/doc/musiconhold-fpm.txt
A   team/oej/iptos/doc/mysql.txt
A   team/oej/iptos/doc/odbcstorage.txt
A   team/oej/iptos/doc/privacy.txt
A   team/oej/iptos/doc/realtime.txt
A   team/oej/iptos/doc/security.txt
A   team/oej/iptos/doc/sms.txt
U   team/oej/iptos/formats/Makefile
U   team/oej/iptos/frame.c
U   team/oej/iptos/funcs/Makefile
U   team/oej/iptos/funcs/func_language.c
U   team/oej/iptos/funcs/func_moh.c
U   team/oej/iptos/image.c
U   team/oej/iptos/include/asterisk/cdr.h
U   team/oej/iptos/include/asterisk/channel.h
U   team/oej/iptos/include/asterisk/frame.h
U   team/oej/iptos/include/asterisk/image.h
U   team/oej/iptos/include/asterisk/musiconhold.h
U   team/oej/iptos/include/asterisk/stringfields.h
D   team/oej/iptos/muted.conf.sample
U   team/oej/iptos/pbx/Makefile
U   team/oej/iptos/pbx.c
U   team/oej/iptos/res/Makefile
U   team/oej/iptos/res/res_agi.c
U   team/oej/iptos/res/res_clioriginate.c
U   team/oej/iptos/res/res_features.c
U   team/oej/iptos/res/res_musiconhold.c
U   team/oej/iptos/res/res_odbc.c
U   team/oej/iptos/rtp.c
U   team/oej/iptos/stdtime/Makefile
U   team/oej/iptos/udptl.c
U   team/oej/iptos/utils/Makefile

------------------------------------------------------------------------
r9084 | oej | 2008-01-15 16:31:40 -0600 (Tue, 15 Jan 2008) | 100 lines

Merged revisions 8976,8991,9001,9004,9013,9034,9046-9047,9052,9057,9059-9060,9065,9071-9072 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r8976 | oej | 2006-01-31 15:30:09 +0100 (Tue, 31 Jan 2006) | 3 lines

- Change "prefs" to "default_prefs" and move declaration to "default" group
- Add doxygen comments

........
r8991 | oej | 2006-01-31 17:02:35 +0100 (Tue, 31 Jan 2006) | 4 lines

- Moving two session (PVT) flags to peer PAGE2 (DYNAMIC and SELFDESTRUCT) to make room for more session-related flags
 This is needed for integrating patches in the bug tracker
- Adding doxygen comments

........
r9001 | russell | 2006-01-31 18:18:58 +0100 (Tue, 31 Jan 2006) | 3 lines

define a global null_frame object so when queueing a null frame, you don't
have to allocate one on the stack

........
r9004 | russell | 2006-01-31 18:57:12 +0100 (Tue, 31 Jan 2006) | 2 lines

remove some more local declarations of null frames

........
r9013 | oej | 2006-01-31 19:40:07 +0100 (Tue, 31 Jan 2006) | 3 lines

Optimize settings of defaults for a new peer object and make sure
we set the same defaults for autocreated peers and other peers.

........
r9034 | oej | 2006-02-01 14:23:59 +0100 (Wed, 01 Feb 2006) | 3 lines

- Clarify default setting of canreinvite (thanks royk)
- Add some extra headers and reference to other doc/ files for realtime

........
r9046 | oej | 2006-02-01 18:16:08 +0100 (Wed, 01 Feb 2006) | 6 lines

- Adding a doc/00README.1st with an INDEX over README files
- Moving files from / to /doc or /configs
- Renaming some documentation files

Thank you for the initiative, manxpower!

........
r9047 | oej | 2006-02-01 18:49:02 +0100 (Wed, 01 Feb 2006) | 3 lines

- Removing the "README." from the name of the README files.


........
r9052 | mogorman | 2006-02-01 19:39:41 +0100 (Wed, 01 Feb 2006) | 3 lines

Allows for user to uninstall asterisk binaries
bug 6177

........
r9057 | oej | 2006-02-01 20:16:09 +0100 (Wed, 01 Feb 2006) | 5 lines

- Update URL to digium store
- Remove X100p and S100u
- Add mISDN
- remove ISDN4Linux

........
r9059 | mogorman | 2006-02-01 21:40:45 +0100 (Wed, 01 Feb 2006) | 3 lines

reports why an agi script errors out on opening
file

........
r9060 | kpfleming | 2006-02-02 00:05:28 +0100 (Thu, 02 Feb 2006) | 6 lines

use string fields for some stuff in ast_channel
const-ify some more APIs
remove 'type' field from ast_channel, in favor of the one in the channel's tech structure
allow string field module users to specify the 'chunk size' for pool allocations
update chan_alsa to be compatible with recent const-ification patches

........
r9065 | oej | 2006-02-02 15:04:29 +0100 (Thu, 02 Feb 2006) | 2 lines

Issue ASTERISK-6221 - Crash on CLI originate with missing channel argument

........
r9071 | mattf | 2006-02-02 17:09:01 +0100 (Thu, 02 Feb 2006) | 2 lines

Fix for very unlikely memory leak in res_odbc

........
r9072 | mattf | 2006-02-02 17:09:38 +0100 (Thu, 02 Feb 2006) | 2 lines

Fix so that hardhdlc works w/ chan_zap

........

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

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

By: Digium Subversion (svnbot) 2008-01-15 16:31:54.000-0600

Repository: asterisk
Revision: 9098

_U  team/oej/jitterbuffer/
U   team/oej/jitterbuffer/.cleancount
D   team/oej/jitterbuffer/HARDWARE
U   team/oej/jitterbuffer/Makefile
D   team/oej/jitterbuffer/README.fpm
D   team/oej/jitterbuffer/SECURITY
U   team/oej/jitterbuffer/agi/Makefile
U   team/oej/jitterbuffer/apps/Makefile
U   team/oej/jitterbuffer/apps/app_dial.c
U   team/oej/jitterbuffer/apps/app_disa.c
U   team/oej/jitterbuffer/apps/app_dumpchan.c
U   team/oej/jitterbuffer/apps/app_flash.c
U   team/oej/jitterbuffer/apps/app_meetme.c
U   team/oej/jitterbuffer/apps/app_queue.c
U   team/oej/jitterbuffer/apps/app_softhangup.c
U   team/oej/jitterbuffer/apps/app_transfer.c
U   team/oej/jitterbuffer/apps/app_voicemail.c
U   team/oej/jitterbuffer/apps/app_zapbarge.c
U   team/oej/jitterbuffer/apps/app_zapras.c
U   team/oej/jitterbuffer/apps/app_zapscan.c
U   team/oej/jitterbuffer/cdr/Makefile
U   team/oej/jitterbuffer/cdr.c
U   team/oej/jitterbuffer/channel.c
U   team/oej/jitterbuffer/channels/Makefile
U   team/oej/jitterbuffer/channels/chan_agent.c
U   team/oej/jitterbuffer/channels/chan_alsa.c
U   team/oej/jitterbuffer/channels/chan_features.c
U   team/oej/jitterbuffer/channels/chan_iax2.c
U   team/oej/jitterbuffer/channels/chan_local.c
U   team/oej/jitterbuffer/channels/chan_mgcp.c
U   team/oej/jitterbuffer/channels/chan_misdn.c
U   team/oej/jitterbuffer/channels/chan_nbs.c
U   team/oej/jitterbuffer/channels/chan_oss.c
U   team/oej/jitterbuffer/channels/chan_phone.c
U   team/oej/jitterbuffer/channels/chan_sip.c
U   team/oej/jitterbuffer/channels/chan_skinny.c
U   team/oej/jitterbuffer/channels/chan_zap.c
U   team/oej/jitterbuffer/channels/iax2-parser.c
U   team/oej/jitterbuffer/channels/iax2-parser.h
U   team/oej/jitterbuffer/cli.c
U   team/oej/jitterbuffer/codecs/Makefile
A   team/oej/jitterbuffer/configs/muted.conf.sample
U   team/oej/jitterbuffer/configs/sip.conf.sample
A   team/oej/jitterbuffer/doc/00README.1st
D   team/oej/jitterbuffer/doc/README.ael
D   team/oej/jitterbuffer/doc/README.app_sms
D   team/oej/jitterbuffer/doc/README.asterisk.conf
D   team/oej/jitterbuffer/doc/README.backtrace
D   team/oej/jitterbuffer/doc/README.callingpres
D   team/oej/jitterbuffer/doc/README.cdr
D   team/oej/jitterbuffer/doc/README.channels
D   team/oej/jitterbuffer/doc/README.cliprompt
D   team/oej/jitterbuffer/doc/README.configuration
D   team/oej/jitterbuffer/doc/README.cygwin
D   team/oej/jitterbuffer/doc/README.dundi
D   team/oej/jitterbuffer/doc/README.enum
D   team/oej/jitterbuffer/doc/README.extconfig
D   team/oej/jitterbuffer/doc/README.externalivr
D   team/oej/jitterbuffer/doc/README.h323
D   team/oej/jitterbuffer/doc/README.iax
D   team/oej/jitterbuffer/doc/README.ices
D   team/oej/jitterbuffer/doc/README.jitterbuffer
D   team/oej/jitterbuffer/doc/README.linkedlists
D   team/oej/jitterbuffer/doc/README.math
D   team/oej/jitterbuffer/doc/README.misdn
D   team/oej/jitterbuffer/doc/README.mp3
D   team/oej/jitterbuffer/doc/README.mysql
D   team/oej/jitterbuffer/doc/README.odbcstorage
D   team/oej/jitterbuffer/doc/README.privacy
D   team/oej/jitterbuffer/doc/README.realtime
D   team/oej/jitterbuffer/doc/README.sms
D   team/oej/jitterbuffer/doc/README.tds
D   team/oej/jitterbuffer/doc/README.variables
A   team/oej/jitterbuffer/doc/ael.txt
A   team/oej/jitterbuffer/doc/app-sms.txt
A   team/oej/jitterbuffer/doc/asterisk-conf.txt
A   team/oej/jitterbuffer/doc/backtrace.txt
A   team/oej/jitterbuffer/doc/billing.txt
A   team/oej/jitterbuffer/doc/callingpres.txt
D   team/oej/jitterbuffer/doc/cdr.txt
A   team/oej/jitterbuffer/doc/cdrdriver.txt
A   team/oej/jitterbuffer/doc/chaniax.txt
A   team/oej/jitterbuffer/doc/channels.txt
A   team/oej/jitterbuffer/doc/channelvariables.txt
A   team/oej/jitterbuffer/doc/cliprompt.txt
A   team/oej/jitterbuffer/doc/configuration.txt
A   team/oej/jitterbuffer/doc/cygwin.txt
A   team/oej/jitterbuffer/doc/dundi.txt
A   team/oej/jitterbuffer/doc/enum.txt
A   team/oej/jitterbuffer/doc/extconfig.txt
A   team/oej/jitterbuffer/doc/externalivr.txt
A   team/oej/jitterbuffer/doc/freetds.txt
A   team/oej/jitterbuffer/doc/h323.txt
A   team/oej/jitterbuffer/doc/hardware.txt
A   team/oej/jitterbuffer/doc/ices.txt
A   team/oej/jitterbuffer/doc/jitterbuffer.txt
A   team/oej/jitterbuffer/doc/linkedlists.txt
A   team/oej/jitterbuffer/doc/math.txt
A   team/oej/jitterbuffer/doc/misdn.txt
A   team/oej/jitterbuffer/doc/mp3.txt
A   team/oej/jitterbuffer/doc/musiconhold-fpm.txt
A   team/oej/jitterbuffer/doc/mysql.txt
A   team/oej/jitterbuffer/doc/odbcstorage.txt
A   team/oej/jitterbuffer/doc/privacy.txt
A   team/oej/jitterbuffer/doc/realtime.txt
A   team/oej/jitterbuffer/doc/security.txt
A   team/oej/jitterbuffer/doc/sms.txt
U   team/oej/jitterbuffer/formats/Makefile
U   team/oej/jitterbuffer/frame.c
U   team/oej/jitterbuffer/funcs/Makefile
U   team/oej/jitterbuffer/funcs/func_language.c
U   team/oej/jitterbuffer/funcs/func_moh.c
U   team/oej/jitterbuffer/image.c
U   team/oej/jitterbuffer/include/asterisk/cdr.h
U   team/oej/jitterbuffer/include/asterisk/channel.h
U   team/oej/jitterbuffer/include/asterisk/frame.h
U   team/oej/jitterbuffer/include/asterisk/image.h
U   team/oej/jitterbuffer/include/asterisk/musiconhold.h
U   team/oej/jitterbuffer/include/asterisk/stringfields.h
D   team/oej/jitterbuffer/muted.conf.sample
U   team/oej/jitterbuffer/pbx/Makefile
U   team/oej/jitterbuffer/pbx.c
U   team/oej/jitterbuffer/res/Makefile
U   team/oej/jitterbuffer/res/res_agi.c
U   team/oej/jitterbuffer/res/res_clioriginate.c
U   team/oej/jitterbuffer/res/res_features.c
U   team/oej/jitterbuffer/res/res_musiconhold.c
U   team/oej/jitterbuffer/res/res_odbc.c
U   team/oej/jitterbuffer/rtp.c
U   team/oej/jitterbuffer/stdtime/Makefile
U   team/oej/jitterbuffer/udptl.c
U   team/oej/jitterbuffer/utils/Makefile

------------------------------------------------------------------------
r9098 | oej | 2008-01-15 16:31:53 -0600 (Tue, 15 Jan 2008) | 93 lines

Merged revisions 9034,9046-9047,9052,9057,9059-9060,9065,9071-9072,9085,9087-9088 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r9034 | oej | 2006-02-01 14:23:59 +0100 (Wed, 01 Feb 2006) | 3 lines

- Clarify default setting of canreinvite (thanks royk)
- Add some extra headers and reference to other doc/ files for realtime

................
r9046 | oej | 2006-02-01 18:16:08 +0100 (Wed, 01 Feb 2006) | 6 lines

- Adding a doc/00README.1st with an INDEX over README files
- Moving files from / to /doc or /configs
- Renaming some documentation files

Thank you for the initiative, manxpower!

................
r9047 | oej | 2006-02-01 18:49:02 +0100 (Wed, 01 Feb 2006) | 3 lines

- Removing the "README." from the name of the README files.


................
r9052 | mogorman | 2006-02-01 19:39:41 +0100 (Wed, 01 Feb 2006) | 3 lines

Allows for user to uninstall asterisk binaries
bug 6177

................
r9057 | oej | 2006-02-01 20:16:09 +0100 (Wed, 01 Feb 2006) | 5 lines

- Update URL to digium store
- Remove X100p and S100u
- Add mISDN
- remove ISDN4Linux

................
r9059 | mogorman | 2006-02-01 21:40:45 +0100 (Wed, 01 Feb 2006) | 3 lines

reports why an agi script errors out on opening
file

................
r9060 | kpfleming | 2006-02-02 00:05:28 +0100 (Thu, 02 Feb 2006) | 6 lines

use string fields for some stuff in ast_channel
const-ify some more APIs
remove 'type' field from ast_channel, in favor of the one in the channel's tech structure
allow string field module users to specify the 'chunk size' for pool allocations
update chan_alsa to be compatible with recent const-ification patches

................
r9065 | oej | 2006-02-02 15:04:29 +0100 (Thu, 02 Feb 2006) | 2 lines

Issue ASTERISK-6221 - Crash on CLI originate with missing channel argument

................
r9071 | mattf | 2006-02-02 17:09:01 +0100 (Thu, 02 Feb 2006) | 2 lines

Fix for very unlikely memory leak in res_odbc

................
r9072 | mattf | 2006-02-02 17:09:38 +0100 (Thu, 02 Feb 2006) | 2 lines

Fix so that hardhdlc works w/ chan_zap

................
r9085 | mattf | 2006-02-02 19:33:23 +0100 (Thu, 02 Feb 2006) | 2 lines

More stringfield related changes

................
r9087 | kpfleming | 2006-02-02 19:40:06 +0100 (Thu, 02 Feb 2006) | 2 lines

block patch that has already been merged

................
r9088 | kpfleming | 2006-02-02 19:40:22 +0100 (Thu, 02 Feb 2006) | 10 lines

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

........
r9086 | kpfleming | 2006-02-02 12:37:04 -0600 (Thu, 02 Feb 2006) | 2 lines

don't override ASTERISKVERSIONNUM to 000000 for non-svn builds

........

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

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

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

By: Digium Subversion (svnbot) 2008-01-15 16:31:57.000-0600

Repository: asterisk
Revision: 9099

_U  team/oej/strictrouting/
U   team/oej/strictrouting/.cleancount
D   team/oej/strictrouting/HARDWARE
U   team/oej/strictrouting/Makefile
D   team/oej/strictrouting/README.fpm
D   team/oej/strictrouting/SECURITY
U   team/oej/strictrouting/agi/Makefile
U   team/oej/strictrouting/apps/Makefile
U   team/oej/strictrouting/apps/app_dial.c
U   team/oej/strictrouting/apps/app_disa.c
U   team/oej/strictrouting/apps/app_dumpchan.c
U   team/oej/strictrouting/apps/app_flash.c
U   team/oej/strictrouting/apps/app_meetme.c
U   team/oej/strictrouting/apps/app_queue.c
U   team/oej/strictrouting/apps/app_softhangup.c
U   team/oej/strictrouting/apps/app_transfer.c
U   team/oej/strictrouting/apps/app_voicemail.c
U   team/oej/strictrouting/apps/app_zapbarge.c
U   team/oej/strictrouting/apps/app_zapras.c
U   team/oej/strictrouting/apps/app_zapscan.c
U   team/oej/strictrouting/cdr/Makefile
U   team/oej/strictrouting/cdr.c
U   team/oej/strictrouting/channel.c
U   team/oej/strictrouting/channels/Makefile
U   team/oej/strictrouting/channels/chan_agent.c
U   team/oej/strictrouting/channels/chan_alsa.c
U   team/oej/strictrouting/channels/chan_features.c
U   team/oej/strictrouting/channels/chan_h323.c
U   team/oej/strictrouting/channels/chan_iax2.c
U   team/oej/strictrouting/channels/chan_local.c
U   team/oej/strictrouting/channels/chan_mgcp.c
U   team/oej/strictrouting/channels/chan_misdn.c
U   team/oej/strictrouting/channels/chan_nbs.c
U   team/oej/strictrouting/channels/chan_oss.c
U   team/oej/strictrouting/channels/chan_phone.c
U   team/oej/strictrouting/channels/chan_sip.c
U   team/oej/strictrouting/channels/chan_skinny.c
U   team/oej/strictrouting/channels/chan_zap.c
U   team/oej/strictrouting/channels/iax2-parser.c
U   team/oej/strictrouting/channels/iax2-parser.h
U   team/oej/strictrouting/cli.c
U   team/oej/strictrouting/codecs/Makefile
A   team/oej/strictrouting/configs/muted.conf.sample
U   team/oej/strictrouting/configs/sip.conf.sample
A   team/oej/strictrouting/doc/00README.1st
D   team/oej/strictrouting/doc/README.ael
D   team/oej/strictrouting/doc/README.app_sms
D   team/oej/strictrouting/doc/README.asterisk.conf
D   team/oej/strictrouting/doc/README.backtrace
D   team/oej/strictrouting/doc/README.callingpres
D   team/oej/strictrouting/doc/README.cdr
D   team/oej/strictrouting/doc/README.channels
D   team/oej/strictrouting/doc/README.cliprompt
D   team/oej/strictrouting/doc/README.configuration
D   team/oej/strictrouting/doc/README.cygwin
D   team/oej/strictrouting/doc/README.dundi
D   team/oej/strictrouting/doc/README.enum
D   team/oej/strictrouting/doc/README.extconfig
D   team/oej/strictrouting/doc/README.externalivr
D   team/oej/strictrouting/doc/README.h323
D   team/oej/strictrouting/doc/README.iax
D   team/oej/strictrouting/doc/README.ices
D   team/oej/strictrouting/doc/README.jitterbuffer
D   team/oej/strictrouting/doc/README.linkedlists
D   team/oej/strictrouting/doc/README.math
D   team/oej/strictrouting/doc/README.misdn
D   team/oej/strictrouting/doc/README.mp3
D   team/oej/strictrouting/doc/README.mysql
D   team/oej/strictrouting/doc/README.odbcstorage
D   team/oej/strictrouting/doc/README.privacy
D   team/oej/strictrouting/doc/README.realtime
D   team/oej/strictrouting/doc/README.sms
D   team/oej/strictrouting/doc/README.tds
D   team/oej/strictrouting/doc/README.variables
A   team/oej/strictrouting/doc/ael.txt
A   team/oej/strictrouting/doc/app-sms.txt
A   team/oej/strictrouting/doc/asterisk-conf.txt
A   team/oej/strictrouting/doc/backtrace.txt
A   team/oej/strictrouting/doc/billing.txt
A   team/oej/strictrouting/doc/callingpres.txt
D   team/oej/strictrouting/doc/cdr.txt
A   team/oej/strictrouting/doc/cdrdriver.txt
A   team/oej/strictrouting/doc/chaniax.txt
A   team/oej/strictrouting/doc/channels.txt
A   team/oej/strictrouting/doc/channelvariables.txt
A   team/oej/strictrouting/doc/cliprompt.txt
A   team/oej/strictrouting/doc/configuration.txt
A   team/oej/strictrouting/doc/cygwin.txt
A   team/oej/strictrouting/doc/dundi.txt
A   team/oej/strictrouting/doc/enum.txt
A   team/oej/strictrouting/doc/extconfig.txt
A   team/oej/strictrouting/doc/externalivr.txt
A   team/oej/strictrouting/doc/freetds.txt
A   team/oej/strictrouting/doc/h323.txt
A   team/oej/strictrouting/doc/hardware.txt
A   team/oej/strictrouting/doc/ices.txt
A   team/oej/strictrouting/doc/jitterbuffer.txt
A   team/oej/strictrouting/doc/linkedlists.txt
A   team/oej/strictrouting/doc/math.txt
A   team/oej/strictrouting/doc/misdn.txt
A   team/oej/strictrouting/doc/mp3.txt
A   team/oej/strictrouting/doc/musiconhold-fpm.txt
A   team/oej/strictrouting/doc/mysql.txt
A   team/oej/strictrouting/doc/odbcstorage.txt
A   team/oej/strictrouting/doc/privacy.txt
A   team/oej/strictrouting/doc/realtime.txt
A   team/oej/strictrouting/doc/security.txt
A   team/oej/strictrouting/doc/sms.txt
U   team/oej/strictrouting/formats/Makefile
U   team/oej/strictrouting/frame.c
U   team/oej/strictrouting/funcs/Makefile
U   team/oej/strictrouting/funcs/func_language.c
U   team/oej/strictrouting/funcs/func_moh.c
U   team/oej/strictrouting/image.c
U   team/oej/strictrouting/include/asterisk/cdr.h
U   team/oej/strictrouting/include/asterisk/channel.h
U   team/oej/strictrouting/include/asterisk/frame.h
U   team/oej/strictrouting/include/asterisk/image.h
U   team/oej/strictrouting/include/asterisk/musiconhold.h
U   team/oej/strictrouting/include/asterisk/stringfields.h
D   team/oej/strictrouting/muted.conf.sample
U   team/oej/strictrouting/pbx/Makefile
U   team/oej/strictrouting/pbx.c
U   team/oej/strictrouting/res/Makefile
U   team/oej/strictrouting/res/res_agi.c
U   team/oej/strictrouting/res/res_clioriginate.c
U   team/oej/strictrouting/res/res_features.c
U   team/oej/strictrouting/res/res_musiconhold.c
U   team/oej/strictrouting/res/res_odbc.c
U   team/oej/strictrouting/rtp.c
U   team/oej/strictrouting/stdtime/Makefile
U   team/oej/strictrouting/udptl.c
U   team/oej/strictrouting/utils/Makefile

------------------------------------------------------------------------
r9099 | oej | 2008-01-15 16:31:56 -0600 (Tue, 15 Jan 2008) | 110 lines

Merged revisions 9001,9004,9013,9034,9046-9047,9052,9057,9059-9060,9065,9071-9072,9085,9087-9088 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r9001 | russell | 2006-01-31 18:18:58 +0100 (Tue, 31 Jan 2006) | 3 lines

define a global null_frame object so when queueing a null frame, you don't
have to allocate one on the stack

................
r9004 | russell | 2006-01-31 18:57:12 +0100 (Tue, 31 Jan 2006) | 2 lines

remove some more local declarations of null frames

................
r9013 | oej | 2006-01-31 19:40:07 +0100 (Tue, 31 Jan 2006) | 3 lines

Optimize settings of defaults for a new peer object and make sure
we set the same defaults for autocreated peers and other peers.

................
r9034 | oej | 2006-02-01 14:23:59 +0100 (Wed, 01 Feb 2006) | 3 lines

- Clarify default setting of canreinvite (thanks royk)
- Add some extra headers and reference to other doc/ files for realtime

................
r9046 | oej | 2006-02-01 18:16:08 +0100 (Wed, 01 Feb 2006) | 6 lines

- Adding a doc/00README.1st with an INDEX over README files
- Moving files from / to /doc or /configs
- Renaming some documentation files

Thank you for the initiative, manxpower!

................
r9047 | oej | 2006-02-01 18:49:02 +0100 (Wed, 01 Feb 2006) | 3 lines

- Removing the "README." from the name of the README files.


................
r9052 | mogorman | 2006-02-01 19:39:41 +0100 (Wed, 01 Feb 2006) | 3 lines

Allows for user to uninstall asterisk binaries
bug 6177

................
r9057 | oej | 2006-02-01 20:16:09 +0100 (Wed, 01 Feb 2006) | 5 lines

- Update URL to digium store
- Remove X100p and S100u
- Add mISDN
- remove ISDN4Linux

................
r9059 | mogorman | 2006-02-01 21:40:45 +0100 (Wed, 01 Feb 2006) | 3 lines

reports why an agi script errors out on opening
file

................
r9060 | kpfleming | 2006-02-02 00:05:28 +0100 (Thu, 02 Feb 2006) | 6 lines

use string fields for some stuff in ast_channel
const-ify some more APIs
remove 'type' field from ast_channel, in favor of the one in the channel's tech structure
allow string field module users to specify the 'chunk size' for pool allocations
update chan_alsa to be compatible with recent const-ification patches

................
r9065 | oej | 2006-02-02 15:04:29 +0100 (Thu, 02 Feb 2006) | 2 lines

Issue ASTERISK-6221 - Crash on CLI originate with missing channel argument

................
r9071 | mattf | 2006-02-02 17:09:01 +0100 (Thu, 02 Feb 2006) | 2 lines

Fix for very unlikely memory leak in res_odbc

................
r9072 | mattf | 2006-02-02 17:09:38 +0100 (Thu, 02 Feb 2006) | 2 lines

Fix so that hardhdlc works w/ chan_zap

................
r9085 | mattf | 2006-02-02 19:33:23 +0100 (Thu, 02 Feb 2006) | 2 lines

More stringfield related changes

................
r9087 | kpfleming | 2006-02-02 19:40:06 +0100 (Thu, 02 Feb 2006) | 2 lines

block patch that has already been merged

................
r9088 | kpfleming | 2006-02-02 19:40:22 +0100 (Thu, 02 Feb 2006) | 10 lines

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

........
r9086 | kpfleming | 2006-02-02 12:37:04 -0600 (Thu, 02 Feb 2006) | 2 lines

don't override ASTERISKVERSIONNUM to 000000 for non-svn builds

........

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

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

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

By: Digium Subversion (svnbot) 2008-01-15 16:32:00.000-0600

Repository: asterisk
Revision: 9101

_U  team/oej/astum/
U   team/oej/astum/.cleancount
D   team/oej/astum/HARDWARE
U   team/oej/astum/Makefile
D   team/oej/astum/README.fpm
D   team/oej/astum/SECURITY
U   team/oej/astum/agi/Makefile
U   team/oej/astum/apps/Makefile
U   team/oej/astum/apps/app_dial.c
U   team/oej/astum/apps/app_disa.c
U   team/oej/astum/apps/app_dumpchan.c
U   team/oej/astum/apps/app_flash.c
U   team/oej/astum/apps/app_meetme.c
U   team/oej/astum/apps/app_queue.c
U   team/oej/astum/apps/app_softhangup.c
U   team/oej/astum/apps/app_transfer.c
U   team/oej/astum/apps/app_voicemail.c
U   team/oej/astum/apps/app_zapbarge.c
U   team/oej/astum/apps/app_zapras.c
U   team/oej/astum/apps/app_zapscan.c
U   team/oej/astum/cdr/Makefile
U   team/oej/astum/cdr.c
U   team/oej/astum/channel.c
U   team/oej/astum/channels/Makefile
U   team/oej/astum/channels/chan_agent.c
U   team/oej/astum/channels/chan_alsa.c
U   team/oej/astum/channels/chan_features.c
U   team/oej/astum/channels/chan_iax2.c
U   team/oej/astum/channels/chan_local.c
U   team/oej/astum/channels/chan_mgcp.c
U   team/oej/astum/channels/chan_misdn.c
U   team/oej/astum/channels/chan_nbs.c
U   team/oej/astum/channels/chan_oss.c
U   team/oej/astum/channels/chan_phone.c
U   team/oej/astum/channels/chan_sip.c
U   team/oej/astum/channels/chan_skinny.c
U   team/oej/astum/channels/chan_zap.c
U   team/oej/astum/channels/iax2-parser.c
U   team/oej/astum/channels/iax2-parser.h
U   team/oej/astum/cli.c
U   team/oej/astum/codecs/Makefile
A   team/oej/astum/configs/muted.conf.sample
A   team/oej/astum/doc/00README.1st
D   team/oej/astum/doc/README.ael
D   team/oej/astum/doc/README.app_sms
D   team/oej/astum/doc/README.asterisk.conf
D   team/oej/astum/doc/README.backtrace
D   team/oej/astum/doc/README.callingpres
D   team/oej/astum/doc/README.cdr
D   team/oej/astum/doc/README.channels
D   team/oej/astum/doc/README.cliprompt
D   team/oej/astum/doc/README.configuration
D   team/oej/astum/doc/README.cygwin
D   team/oej/astum/doc/README.dundi
D   team/oej/astum/doc/README.enum
D   team/oej/astum/doc/README.extconfig
D   team/oej/astum/doc/README.externalivr
D   team/oej/astum/doc/README.h323
D   team/oej/astum/doc/README.iax
D   team/oej/astum/doc/README.ices
D   team/oej/astum/doc/README.jitterbuffer
D   team/oej/astum/doc/README.linkedlists
D   team/oej/astum/doc/README.math
D   team/oej/astum/doc/README.misdn
D   team/oej/astum/doc/README.mp3
D   team/oej/astum/doc/README.mysql
D   team/oej/astum/doc/README.odbcstorage
D   team/oej/astum/doc/README.privacy
D   team/oej/astum/doc/README.realtime
D   team/oej/astum/doc/README.sms
D   team/oej/astum/doc/README.tds
D   team/oej/astum/doc/README.variables
A   team/oej/astum/doc/ael.txt
A   team/oej/astum/doc/app-sms.txt
A   team/oej/astum/doc/asterisk-conf.txt
A   team/oej/astum/doc/backtrace.txt
A   team/oej/astum/doc/billing.txt
A   team/oej/astum/doc/callingpres.txt
D   team/oej/astum/doc/cdr.txt
A   team/oej/astum/doc/cdrdriver.txt
A   team/oej/astum/doc/chaniax.txt
A   team/oej/astum/doc/channels.txt
A   team/oej/astum/doc/channelvariables.txt
A   team/oej/astum/doc/cliprompt.txt
A   team/oej/astum/doc/configuration.txt
A   team/oej/astum/doc/cygwin.txt
A   team/oej/astum/doc/dundi.txt
A   team/oej/astum/doc/enum.txt
A   team/oej/astum/doc/extconfig.txt
A   team/oej/astum/doc/externalivr.txt
A   team/oej/astum/doc/freetds.txt
A   team/oej/astum/doc/h323.txt
A   team/oej/astum/doc/hardware.txt
A   team/oej/astum/doc/ices.txt
A   team/oej/astum/doc/jitterbuffer.txt
A   team/oej/astum/doc/linkedlists.txt
A   team/oej/astum/doc/math.txt
A   team/oej/astum/doc/misdn.txt
A   team/oej/astum/doc/mp3.txt
A   team/oej/astum/doc/musiconhold-fpm.txt
A   team/oej/astum/doc/mysql.txt
A   team/oej/astum/doc/odbcstorage.txt
A   team/oej/astum/doc/privacy.txt
A   team/oej/astum/doc/realtime.txt
A   team/oej/astum/doc/security.txt
A   team/oej/astum/doc/sms.txt
U   team/oej/astum/formats/Makefile
U   team/oej/astum/frame.c
U   team/oej/astum/funcs/Makefile
U   team/oej/astum/funcs/func_language.c
U   team/oej/astum/funcs/func_moh.c
U   team/oej/astum/image.c
U   team/oej/astum/include/asterisk/cdr.h
U   team/oej/astum/include/asterisk/channel.h
U   team/oej/astum/include/asterisk/frame.h
U   team/oej/astum/include/asterisk/image.h
U   team/oej/astum/include/asterisk/musiconhold.h
U   team/oej/astum/include/asterisk/stringfields.h
D   team/oej/astum/muted.conf.sample
U   team/oej/astum/pbx/Makefile
U   team/oej/astum/pbx.c
U   team/oej/astum/res/Makefile
U   team/oej/astum/res/res_agi.c
U   team/oej/astum/res/res_clioriginate.c
U   team/oej/astum/res/res_features.c
U   team/oej/astum/res/res_musiconhold.c
U   team/oej/astum/res/res_odbc.c
U   team/oej/astum/rtp.c
U   team/oej/astum/stdtime/Makefile
U   team/oej/astum/udptl.c
U   team/oej/astum/utils/Makefile

------------------------------------------------------------------------
r9101 | oej | 2008-01-15 16:31:59 -0600 (Tue, 15 Jan 2008) | 87 lines

Merged revisions 9046-9047,9052,9057,9059-9060,9065,9071-9072,9085,9087-9088 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r9046 | oej | 2006-02-01 18:16:08 +0100 (Wed, 01 Feb 2006) | 6 lines

- Adding a doc/00README.1st with an INDEX over README files
- Moving files from / to /doc or /configs
- Renaming some documentation files

Thank you for the initiative, manxpower!

................
r9047 | oej | 2006-02-01 18:49:02 +0100 (Wed, 01 Feb 2006) | 3 lines

- Removing the "README." from the name of the README files.


................
r9052 | mogorman | 2006-02-01 19:39:41 +0100 (Wed, 01 Feb 2006) | 3 lines

Allows for user to uninstall asterisk binaries
bug 6177

................
r9057 | oej | 2006-02-01 20:16:09 +0100 (Wed, 01 Feb 2006) | 5 lines

- Update URL to digium store
- Remove X100p and S100u
- Add mISDN
- remove ISDN4Linux

................
r9059 | mogorman | 2006-02-01 21:40:45 +0100 (Wed, 01 Feb 2006) | 3 lines

reports why an agi script errors out on opening
file

................
r9060 | kpfleming | 2006-02-02 00:05:28 +0100 (Thu, 02 Feb 2006) | 6 lines

use string fields for some stuff in ast_channel
const-ify some more APIs
remove 'type' field from ast_channel, in favor of the one in the channel's tech structure
allow string field module users to specify the 'chunk size' for pool allocations
update chan_alsa to be compatible with recent const-ification patches

................
r9065 | oej | 2006-02-02 15:04:29 +0100 (Thu, 02 Feb 2006) | 2 lines

Issue ASTERISK-6221 - Crash on CLI originate with missing channel argument

................
r9071 | mattf | 2006-02-02 17:09:01 +0100 (Thu, 02 Feb 2006) | 2 lines

Fix for very unlikely memory leak in res_odbc

................
r9072 | mattf | 2006-02-02 17:09:38 +0100 (Thu, 02 Feb 2006) | 2 lines

Fix so that hardhdlc works w/ chan_zap

................
r9085 | mattf | 2006-02-02 19:33:23 +0100 (Thu, 02 Feb 2006) | 2 lines

More stringfield related changes

................
r9087 | kpfleming | 2006-02-02 19:40:06 +0100 (Thu, 02 Feb 2006) | 2 lines

block patch that has already been merged

................
r9088 | kpfleming | 2006-02-02 19:40:22 +0100 (Thu, 02 Feb 2006) | 10 lines

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

........
r9086 | kpfleming | 2006-02-02 12:37:04 -0600 (Thu, 02 Feb 2006) | 2 lines

don't override ASTERISKVERSIONNUM to 000000 for non-svn builds

........

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

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

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