asterisk/asterisk.git
19 years agoFix incorrect endpos when sildet is used during AGI record (bug 1210)
James Golovich [Fri, 12 Mar 2004 18:49:52 +0000 (18:49 +0000)]
Fix incorrect endpos when sildet is used during AGI record (bug 1210)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2408 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoWhentohangup is in seconds, not milliseconds
Mark Spencer [Fri, 12 Mar 2004 16:47:07 +0000 (16:47 +0000)]
Whentohangup is in seconds, not milliseconds

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2406 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFix small buglet, version #13
Mark Spencer [Fri, 12 Mar 2004 00:50:38 +0000 (00:50 +0000)]
Fix small buglet, version #13

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2405 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoAdd support for ADPCM to IAXY firwmare (version 12)
Mark Spencer [Thu, 11 Mar 2004 21:27:13 +0000 (21:27 +0000)]
Add support for ADPCM to IAXY firwmare (version 12)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2404 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBy default disable non-standard changes
Mark Spencer [Thu, 11 Mar 2004 20:56:26 +0000 (20:56 +0000)]
By default disable non-standard changes

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2402 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoMake ADPCM frames standard
Mark Spencer [Thu, 11 Mar 2004 19:57:10 +0000 (19:57 +0000)]
Make ADPCM frames standard

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2400 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoMake sure no path leaves channel lock locked
Mark Spencer [Thu, 11 Mar 2004 18:00:08 +0000 (18:00 +0000)]
Make sure no path leaves channel lock locked

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2399 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoMake voicemail not say goodbye twice on hangup (bug 1201)
James Golovich [Thu, 11 Mar 2004 07:00:46 +0000 (07:00 +0000)]
Make voicemail not say goodbye twice on hangup (bug 1201)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2397 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoMake ParkAndAnnounce check some things (bug 1194)
James Golovich [Thu, 11 Mar 2004 06:16:15 +0000 (06:16 +0000)]
Make ParkAndAnnounce check some things (bug 1194)
This code really needs to get cleaned up

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2395 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoMake sure usedistinctivering gets set to the right value
James Golovich [Thu, 11 Mar 2004 05:10:23 +0000 (05:10 +0000)]
Make sure usedistinctivering gets set to the right value

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2393 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFree dsp in agi record file if it exits before the end (bug 1199)
James Golovich [Wed, 10 Mar 2004 21:17:13 +0000 (21:17 +0000)]
Free dsp in agi record file if it exits before the end (bug 1199)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2391 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoWipe out p->exten in zt_hangup (bug 1115)
James Golovich [Wed, 10 Mar 2004 09:11:05 +0000 (09:11 +0000)]
Wipe out p->exten in zt_hangup (bug 1115)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2389 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoMake distinctiveringdetection configurable per channel (bug 1168)
James Golovich [Wed, 10 Mar 2004 08:33:07 +0000 (08:33 +0000)]
Make distinctiveringdetection configurable per channel (bug 1168)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2387 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoRemove unnecessary ast_check_hangup
James Golovich [Wed, 10 Mar 2004 07:05:01 +0000 (07:05 +0000)]
Remove unnecessary ast_check_hangup

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2385 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoMake ZapScan exit when '*' is pressed. Has the side effect of making
James Golovich [Wed, 10 Mar 2004 03:51:59 +0000 (03:51 +0000)]
Make ZapScan exit when '*' is pressed.  Has the side effect of making
the app exit when the channel is hungup which wasn't happening before

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2383 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFix chan_iax2 compiling with MYSQL_FRIENDS
James Golovich [Tue, 9 Mar 2004 20:10:23 +0000 (20:10 +0000)]
Fix chan_iax2 compiling with MYSQL_FRIENDS

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2381 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoVerify the right vars are passed to manager originate (bug 1185)
James Golovich [Tue, 9 Mar 2004 20:01:46 +0000 (20:01 +0000)]
Verify the right vars are passed to manager originate (bug 1185)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2379 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoMake mess more informative if non-dynamic sip user registers (bug 1186)
James Golovich [Tue, 9 Mar 2004 17:42:29 +0000 (17:42 +0000)]
Make mess more informative if non-dynamic sip user registers (bug 1186)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2377 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoUpgrade firmware to version 10
Mark Spencer [Tue, 9 Mar 2004 17:30:59 +0000 (17:30 +0000)]
Upgrade firmware to version 10

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2376 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoAdd the app_eval.c file
Malcolm Davenport [Tue, 9 Mar 2004 15:57:56 +0000 (15:57 +0000)]
Add the app_eval.c file

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2375 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug # 1182: Add app_eval: Permits a string to be evaulated twice in the context
Malcolm Davenport [Tue, 9 Mar 2004 15:57:16 +0000 (15:57 +0000)]
Bug # 1182:  Add app_eval: Permits a string to be evaulated twice in the context
of the dialplan.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2374 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoClarify that jitter buffering is usually a loss
Mark Spencer [Mon, 8 Mar 2004 19:17:46 +0000 (19:17 +0000)]
Clarify that jitter buffering is usually a loss

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2372 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFix strncpy auditing (bug #1152)
Mark Spencer [Mon, 8 Mar 2004 05:04:11 +0000 (05:04 +0000)]
Fix strncpy auditing (bug #1152)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2370 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFix typo in chan_zap.c
James Golovich [Mon, 8 Mar 2004 04:26:36 +0000 (04:26 +0000)]
Fix typo in chan_zap.c

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2368 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoDon't complain about not knowing about -1
Mark Spencer [Mon, 8 Mar 2004 02:09:56 +0000 (02:09 +0000)]
Don't complain about not knowing about -1

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2366 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoUpgrade IAXY firmware to version 10 (support static IP)
Mark Spencer [Mon, 8 Mar 2004 00:30:44 +0000 (00:30 +0000)]
Upgrade IAXY firmware to version 10 (support static IP)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2365 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoMake sure chan_iax.c and chan_iax2.c know the size of G726 frames
James Golovich [Sun, 7 Mar 2004 22:57:00 +0000 (22:57 +0000)]
Make sure chan_iax.c and chan_iax2.c know the size of G726 frames

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2364 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFix for endianness (bug #1174)
Mark Spencer [Sun, 7 Mar 2004 04:36:52 +0000 (04:36 +0000)]
Fix for endianness (bug #1174)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2363 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoAllow multiple switches in the same context (bug #1171)
James Golovich [Sat, 6 Mar 2004 20:15:08 +0000 (20:15 +0000)]
Allow multiple switches in the same context (bug #1171)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2360 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFix comment in cli.c
James Golovich [Sat, 6 Mar 2004 09:01:08 +0000 (09:01 +0000)]
Fix comment in cli.c

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2358 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoAdd absolute timeout option to dial that applies when call is up (bug #1107)
Mark Spencer [Sat, 6 Mar 2004 00:02:40 +0000 (00:02 +0000)]
Add absolute timeout option to dial that applies when call is up (bug #1107)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2357 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFix pbx_builtin_atimeout comment
James Golovich [Fri, 5 Mar 2004 23:42:58 +0000 (23:42 +0000)]
Fix pbx_builtin_atimeout comment

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2355 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoAnd of course return us as a winner
Mark Spencer [Fri, 5 Mar 2004 18:32:59 +0000 (18:32 +0000)]
And of course return us as a winner

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2353 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoMinor optimizations and actually set SOFTHANGUP_TIMEOUT if appropriate
Mark Spencer [Fri, 5 Mar 2004 18:31:06 +0000 (18:31 +0000)]
Minor optimizations and actually set SOFTHANGUP_TIMEOUT if appropriate

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2351 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoConsider whentohangup in timeout (bug #1107)
Mark Spencer [Fri, 5 Mar 2004 18:22:31 +0000 (18:22 +0000)]
Consider whentohangup in timeout (bug #1107)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2349 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoExpand our definition of 3XX responses
Mark Spencer [Fri, 5 Mar 2004 18:09:35 +0000 (18:09 +0000)]
Expand our definition of 3XX responses

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2347 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoKnow how to send ADPCM
Mark Spencer [Fri, 5 Mar 2004 17:32:00 +0000 (17:32 +0000)]
Know how to send ADPCM

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2346 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBail an AGI on PBX_KEEPALIVE being set in an exec.
Mark Spencer [Fri, 5 Mar 2004 14:23:22 +0000 (14:23 +0000)]
Bail an AGI on PBX_KEEPALIVE being set in an exec.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2344 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFix pri->pvt[chan]->owner dereference (bug #1161)
James Golovich [Fri, 5 Mar 2004 04:15:55 +0000 (04:15 +0000)]
Fix pri->pvt[chan]->owner dereference (bug #1161)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2341 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoChange tormenta.conf to zaptel.conf
James Golovich [Fri, 5 Mar 2004 03:30:38 +0000 (03:30 +0000)]
Change tormenta.conf to zaptel.conf

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2339 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFormatting fixup
Mark Spencer [Fri, 5 Mar 2004 00:31:55 +0000 (00:31 +0000)]
Formatting fixup

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2338 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoSet the context properly for a given peer
Mark Spencer [Thu, 4 Mar 2004 23:43:58 +0000 (23:43 +0000)]
Set the context properly for a given peer

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2336 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoAdd iaxy.bin, IAXy firmware version 01
Mark Spencer [Thu, 4 Mar 2004 22:09:48 +0000 (22:09 +0000)]
Add iaxy.bin, IAXy firmware version 01

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2335 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoMake the Wait application accept time with fractions of a second
James Golovich [Thu, 4 Mar 2004 21:45:21 +0000 (21:45 +0000)]
Make the Wait application accept time with fractions of a second

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2333 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoEliminate spurious select warning
Mark Spencer [Thu, 4 Mar 2004 21:32:32 +0000 (21:32 +0000)]
Eliminate spurious select warning

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2331 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoclean up warning
Jeremy McNamara [Thu, 4 Mar 2004 06:29:12 +0000 (06:29 +0000)]
clean up warning

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2330 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agocheck to see if sub->rtp is allocated. Bug #1040
Jeremy McNamara [Thu, 4 Mar 2004 06:25:27 +0000 (06:25 +0000)]
check to see if sub->rtp is allocated. Bug #1040

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2329 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agocheck return value stop seg. Bug #967
Jeremy McNamara [Thu, 4 Mar 2004 06:11:23 +0000 (06:11 +0000)]
check return value stop seg. Bug #967

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2328 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoCopy old extension unless it's ASYNCGOTO (bug #1141)
Mark Spencer [Thu, 4 Mar 2004 05:57:47 +0000 (05:57 +0000)]
Copy old extension unless it's ASYNCGOTO (bug #1141)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2326 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFix DNS variable name
Mark Spencer [Thu, 4 Mar 2004 05:31:43 +0000 (05:31 +0000)]
Fix DNS variable name

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2324 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFix GotoIfTime if time is bad
Mark Spencer [Thu, 4 Mar 2004 05:23:50 +0000 (05:23 +0000)]
Fix GotoIfTime if time is bad

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2321 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agodeal with bindaddr properly
Jeremy McNamara [Thu, 4 Mar 2004 02:07:32 +0000 (02:07 +0000)]
deal with bindaddr properly

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2320 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agodeal with bindaddr properly
Jeremy McNamara [Thu, 4 Mar 2004 01:57:32 +0000 (01:57 +0000)]
deal with bindaddr properly

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2319 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoAdd support for parking with IAX2
Mark Spencer [Thu, 4 Mar 2004 01:11:25 +0000 (01:11 +0000)]
Add support for parking with IAX2

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2318 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoAdd DeadAGI Application
Mark Spencer [Wed, 3 Mar 2004 18:58:57 +0000 (18:58 +0000)]
Add DeadAGI Application

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2317 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoUnregister apps in app_queue.c on unload_module
James Golovich [Wed, 3 Mar 2004 08:53:04 +0000 (08:53 +0000)]
Unregister apps in app_queue.c on unload_module

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2316 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoMake PRI span completion only show spans that actually are PRIs
James Golovich [Wed, 3 Mar 2004 03:54:25 +0000 (03:54 +0000)]
Make PRI span completion only show spans that actually are PRIs

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2313 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoMake DNS callbacks return -1 on error, so invalid records are ignored
James Golovich [Wed, 3 Mar 2004 03:12:59 +0000 (03:12 +0000)]
Make DNS callbacks return -1 on error, so invalid records are ignored
(bug #1137)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2311 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFix typo
James Golovich [Wed, 3 Mar 2004 00:05:00 +0000 (00:05 +0000)]
Fix typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2308 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFix small (yet big) bug in show_display
Mark Spencer [Tue, 2 Mar 2004 23:56:37 +0000 (23:56 +0000)]
Fix small (yet big) bug in show_display

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2307 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoImprove restart handling
James Golovich [Tue, 2 Mar 2004 23:50:03 +0000 (23:50 +0000)]
Improve restart handling

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2305 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFix asterisk exiting on verbose without a console (bug #1126)
James Golovich [Tue, 2 Mar 2004 23:36:53 +0000 (23:36 +0000)]
Fix asterisk exiting on verbose without a console (bug #1126)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2303 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoProcess SDP on 183 session progress (bug #930)
Mark Spencer [Tue, 2 Mar 2004 23:29:00 +0000 (23:29 +0000)]
Process SDP on 183 session progress (bug #930)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2301 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoMore BSD compat crap
Mark Spencer [Tue, 2 Mar 2004 22:55:05 +0000 (22:55 +0000)]
More BSD compat crap

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2300 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBSD portability fix
Mark Spencer [Tue, 2 Mar 2004 22:53:08 +0000 (22:53 +0000)]
BSD portability fix

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2297 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFix app_chanisavail.c when passed string is big (bug #1139)
James Golovich [Tue, 2 Mar 2004 17:49:33 +0000 (17:49 +0000)]
Fix app_chanisavail.c when passed string is big (bug #1139)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2295 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoIgnore interrupted system call error on "accept"
Mark Spencer [Tue, 2 Mar 2004 16:58:17 +0000 (16:58 +0000)]
Ignore interrupted system call error on "accept"

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2293 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoRemove extra spacing from manager.c and change Event action/variable to
James Golovich [Tue, 2 Mar 2004 08:45:51 +0000 (08:45 +0000)]
Remove extra spacing from manager.c and change Event action/variable to
work the same during login and action

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2291 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoAdd function ast_false, like ast_true
James Golovich [Tue, 2 Mar 2004 07:57:06 +0000 (07:57 +0000)]
Add function ast_false, like ast_true

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2289 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoAllow semi-blocking fd's on manager (bug #1100)
Mark Spencer [Mon, 1 Mar 2004 21:12:32 +0000 (21:12 +0000)]
Allow semi-blocking fd's on manager (bug #1100)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2287 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFix app_random.c (bug #792)
James Golovich [Mon, 1 Mar 2004 20:44:48 +0000 (20:44 +0000)]
Fix app_random.c (bug #792)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2285 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoRemove extra \r\n from manager event sent by res_parking.c (bug #1134)
James Golovich [Mon, 1 Mar 2004 20:31:25 +0000 (20:31 +0000)]
Remove extra \r\n from manager event sent by res_parking.c (bug #1134)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2283 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoHandle video codecs properly
Mark Spencer [Mon, 1 Mar 2004 16:14:41 +0000 (16:14 +0000)]
Handle video codecs properly

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2281 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoRemove comment about EXPERIMENTAL_TRANSLATION since its not used
James Golovich [Mon, 1 Mar 2004 07:17:01 +0000 (07:17 +0000)]
Remove comment about EXPERIMENTAL_TRANSLATION since its not used
anywhere anymore

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2279 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFix app_chanisavail if there are invalid arguments (bug #1130)
James Golovich [Sun, 29 Feb 2004 18:30:48 +0000 (18:30 +0000)]
Fix app_chanisavail if there are invalid arguments (bug #1130)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2277 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoDon't write duration if file disappears (bug #1102 -- thanks hmodes)
Mark Spencer [Sat, 28 Feb 2004 00:33:15 +0000 (00:33 +0000)]
Don't write duration if file disappears (bug #1102 -- thanks hmodes)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2275 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoMake iax2 compile on *BSD
Mark Spencer [Fri, 27 Feb 2004 16:35:32 +0000 (16:35 +0000)]
Make iax2 compile on *BSD

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2273 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoChange text in ast_get_group to explain that max group is 31 (bug #1014)
James Golovich [Fri, 27 Feb 2004 09:04:42 +0000 (09:04 +0000)]
Change text in ast_get_group to explain that max group is 31 (bug #1014)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2270 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoAdd 'SAY TIME' to AGI. (bug #269)
James Golovich [Fri, 27 Feb 2004 08:30:30 +0000 (08:30 +0000)]
Add 'SAY TIME' to AGI. (bug #269)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2269 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoInclude errno.h
Mark Spencer [Fri, 27 Feb 2004 06:58:39 +0000 (06:58 +0000)]
Include errno.h

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2268 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoIgnore ECHILD in app_system
Mark Spencer [Fri, 27 Feb 2004 06:56:08 +0000 (06:56 +0000)]
Ignore ECHILD in app_system

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2266 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoMove ast_get_group from res_parking.c to channel.c
James Golovich [Fri, 27 Feb 2004 06:15:49 +0000 (06:15 +0000)]
Move ast_get_group from res_parking.c to channel.c

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2263 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoTypo in app_zapras.c
James Golovich [Fri, 27 Feb 2004 06:00:35 +0000 (06:00 +0000)]
Typo in app_zapras.c

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2261 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoAdd G.726, revise Changelog
Mark Spencer [Fri, 27 Feb 2004 05:16:26 +0000 (05:16 +0000)]
Add G.726, revise Changelog

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2260 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoTypo in app_queue.c
James Golovich [Fri, 27 Feb 2004 04:38:30 +0000 (04:38 +0000)]
Typo in app_queue.c

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2258 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoGet rid of compiler warnings when calling ast_queue_log
James Golovich [Fri, 27 Feb 2004 04:32:54 +0000 (04:32 +0000)]
Get rid of compiler warnings when calling ast_queue_log

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2257 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoCheck result of malloc in app_dial.c
James Golovich [Fri, 27 Feb 2004 04:24:42 +0000 (04:24 +0000)]
Check result of malloc in app_dial.c

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2255 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFix Bug # 981
Malcolm Davenport [Thu, 26 Feb 2004 17:29:49 +0000 (17:29 +0000)]
Fix Bug # 981

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2253 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoReally fix format_wav_gsm.c. Thanks PCadach! (bug #1087)
James Golovich [Thu, 26 Feb 2004 06:46:01 +0000 (06:46 +0000)]
Really fix format_wav_gsm.c.  Thanks PCadach! (bug #1087)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2251 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFix 'show translations'
James Golovich [Thu, 26 Feb 2004 01:12:38 +0000 (01:12 +0000)]
Fix 'show translations'

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2249 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug #1087. Fix wav49 format so it can be played. Make file functions
James Golovich [Wed, 25 Feb 2004 22:31:51 +0000 (22:31 +0000)]
Bug #1087.  Fix wav49 format so it can be played.  Make file functions
looking for extension use f->exts instead of f->name.  Fix bug
where error message didn't print file extension. Fix comments in header file.
Everything is completely backwards compatible

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2247 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoAdd extra \n so email sent by voicemail has the right header delimiter
James Golovich [Wed, 25 Feb 2004 21:43:32 +0000 (21:43 +0000)]
Add extra \n so email sent by voicemail has the right header delimiter

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2245 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFix slow down in rtp.c
Mark Spencer [Wed, 25 Feb 2004 20:59:39 +0000 (20:59 +0000)]
Fix slow down in rtp.c

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2244 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoReplace MP3 with G726 in ast_codec2str
James Golovich [Wed, 25 Feb 2004 18:43:55 +0000 (18:43 +0000)]
Replace MP3 with G726 in ast_codec2str

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2242 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoIncrease length of DTMF tones in SIP et all, in-band
Mark Spencer [Wed, 25 Feb 2004 16:01:56 +0000 (16:01 +0000)]
Increase length of DTMF tones in SIP et all, in-band

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2241 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoDon't be biased against G.726 in translation table
Mark Spencer [Wed, 25 Feb 2004 04:24:51 +0000 (04:24 +0000)]
Don't be biased against G.726 in translation table

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2240 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoAdd G.726-32kbps Codec Transcoder (Tested with Cisco ATA-186)
Mark Spencer [Wed, 25 Feb 2004 04:10:32 +0000 (04:10 +0000)]
Add G.726-32kbps Codec Transcoder (Tested with Cisco ATA-186)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2239 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoAdd missing include to chan_iax2.c
James Golovich [Wed, 25 Feb 2004 03:49:25 +0000 (03:49 +0000)]
Add missing include to chan_iax2.c

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2238 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug # 1052 Got it this time..I'm sure of it ;)
Malcolm Davenport [Wed, 25 Feb 2004 01:16:45 +0000 (01:16 +0000)]
Bug # 1052 Got it this time..I'm sure of it ;)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2237 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoAdd IAX2 firmware upgrade support
Mark Spencer [Tue, 24 Feb 2004 21:27:16 +0000 (21:27 +0000)]
Add IAX2 firmware upgrade support

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2234 65c4cc65-6c06-0410-ace0-fbb531ad65f3