Archived
14
0
Fork 0
Commit graph

10455 commits

Author SHA1 Message Date
file
6539de0a92 Blocked revisions 47558 via svnmerge
........
r47558 | file | 2006-11-13 12:38:44 -0500 (Mon, 13 Nov 2006) | 2 lines

Clean up last commit to better conform to standards.

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47559 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13 17:41:22 +00:00
file
289bbd4bb1 Clean up last commit to better conform to standards.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47556 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13 17:36:28 +00:00
murf
88101c7d3d Blocking 47553 from 1.4 to trunk... 47554 is done for it.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47555 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13 17:36:01 +00:00
murf
95c4f20c77 AEL need not complain about parkedcalls not being found... just confuses users
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47554 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13 17:32:16 +00:00
file
334bc5ed8e Merged revisions 47551 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r47551 | file | 2006-11-13 12:08:07 -0500 (Mon, 13 Nov 2006) | 10 lines

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

........
r47549 | file | 2006-11-13 12:05:32 -0500 (Mon, 13 Nov 2006) | 2 lines

When sending an SMS with a user data header properly set the UDH flag in the first byte. (issue #8347 reported by hoffmeis)

........

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


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47552 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13 17:10:21 +00:00
file
5159dc5744 Return module show to a working state. (issue #8353 reported by jserve)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47544 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13 16:41:45 +00:00
file
46b271a1cf Blocked revisions 47542 via svnmerge
........
r47542 | file | 2006-11-13 11:30:38 -0500 (Mon, 13 Nov 2006) | 2 lines

Free full command string upon unregistering of CLI command. Backported from revision 47536 from rizzo.

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47543 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13 16:33:46 +00:00
oej
79b5b078e8 Only produce error message once, don't fill the screen with them...
(Testing SIPP thanks to JerJer and Greg)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47541 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13 16:08:12 +00:00
rizzo
b01f2aed4f merge from astobj2-r47450: use UNLINK to remove a packet from its queue,
and related code rearrangement.

Approved by: oej

This could be made better if we declared

	struct sip_pvt *dialpg = pkt->owner;

at the beginning of the function, and use it throughout the function.
I'll let the boss decide :)



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47539 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13 14:29:31 +00:00
rizzo
e015f38800 merge from codename-pineapple and astobj2 47499:
simplify __sip_ack() removing a strcmp for looking up packets.

no functional change, only performance, so don't need to merging
to earlier branches now.

Approved By: oej



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47538 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13 14:14:54 +00:00
rizzo
20893eb9b2 stop looking for new entries when we know we are done.
there is no functional change, so it is not necessary to
bother merging this to 1.4 now.



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47537 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13 12:04:05 +00:00
rizzo
7b4d165daf free memory when unregistering an entry.
needs to be merged to 1.4



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47536 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13 12:01:25 +00:00
tilghman
ce5fb49475 Feature: allow the sanity SQL to be customized per connection class (Issue 6453)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47530 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13 05:58:14 +00:00
russell
da354ac2dc Merged revisions 47527 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r47527 | russell | 2006-11-13 00:48:18 -0500 (Mon, 13 Nov 2006) | 5 lines

AC_PROG_SED is included in autoconf 2.60, but apparently it is not included
in 2.59.  So, to maintain compatability with 2.59 since it is a small change,
copy this macro into acinclude.m4 and rename it to AST_PROG_SED.
(issue #8345)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47529 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13 05:51:30 +00:00
tilghman
4842de7af9 Merged revisions 47526 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r47526 | tilghman | 2006-11-12 23:46:18 -0600 (Sun, 12 Nov 2006) | 10 lines

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

........
r47525 | tilghman | 2006-11-12 23:45:11 -0600 (Sun, 12 Nov 2006) | 2 lines

If the execute fails a second time, make sure that we don't pass back a stale handle

........

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


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47528 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13 05:48:27 +00:00
tilghman
438ce2cd40 Merged revisions 47523 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r47523 | tilghman | 2006-11-12 19:12:01 -0600 (Sun, 12 Nov 2006) | 10 lines

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

........
r47522 | tilghman | 2006-11-12 18:34:44 -0600 (Sun, 12 Nov 2006) | 2 lines

Don't play dialtone if the seizing the channel fails (Bug 7754)

........

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


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47524 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13 01:16:30 +00:00
oej
1def9ea826 Part of patch in #7403 to improve tag checking in pedantic mode (stephen_dredge)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47521 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-12 20:47:25 +00:00
russell
c01dbd5df9 The use of an ifdef to check for FreeBSD is useless here because the two
versions of the format string are identical.  Also, since each format is only
used once, get rid of the use of defines all together.  (issue #8344, julieng)

In passing, also clean up the formatting a but to get rid of the nesting
without the use of braces, as defined in the coding guidelines.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47520 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-12 19:22:19 +00:00
oej
a4a189a21e Restore auto-framing (DEA). Imported from 1.4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47514 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-12 16:15:49 +00:00
oej
819723f810 - Support UDPTL as well as udptl in T38 sdp.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47512 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-12 15:40:03 +00:00
oej
d738b50d7f - Don't hangup because of failed re-invite. Go back to previous state.
- Keep RTP running during T.38 session
  We might improve the code to issue ast_rtp_stop if T.38 re-invite not fails
  later on in the code, but I don't see many reasons to.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47510 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-12 15:30:48 +00:00
oej
63fd05e1d5 - Add some comments to t.38 code
- Remove improper blocking of ptime: in SDP


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47508 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-12 15:14:35 +00:00
russell
026703da23 Merged revisions 47497 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r47497 | russell | 2006-11-12 01:23:23 -0500 (Sun, 12 Nov 2006) | 12 lines

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

........
r47496 | russell | 2006-11-12 01:09:03 -0500 (Sun, 12 Nov 2006) | 4 lines

Only do the check to determine whether the channel calling this function is an
IAX2 channel when getting the IP address using the special argument, 
CURRENTCHANNEL.  (issue #8341, jcovert)

........

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


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47498 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-12 06:31:39 +00:00
russell
7b8b1285b7 Merged revisions 47494 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r47494 | russell | 2006-11-11 10:31:08 -0500 (Sat, 11 Nov 2006) | 6 lines

Add the target "menuconfig" as an alias for the "menuselect" target.  This is
just a favor to users so that if you accidentally type "make menuconfig"
instead of "make menuselect", it still works.
(inspired by a comment on IRC from wangster calling me an "especially devious
asterisk developer" for having it be menuselect instead of menuconfig. :) )

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47495 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-11 15:33:06 +00:00
russell
3eb38fa3bf Merged revisions 47492 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r47492 | russell | 2006-11-11 10:18:02 -0500 (Sat, 11 Nov 2006) | 2 lines

Tweak the formatting of this new function to better conform to coding guidelines.

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47493 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-11 15:22:08 +00:00
mogorman
d1557a9c08 safe terminal output is sweet.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47491 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-11 02:12:27 +00:00
mattf
cd1b5fdda1 Make sure we don't use 32bits for a value that only requires 1 bit. Also, fix a compiler warning for one of the SS7 functions.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47478 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10 22:06:11 +00:00
oej
185973285b Add some history and fix some debug output for autodestruct.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47477 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10 21:55:31 +00:00
oej
e30ea886fa Proper fix for adding debug...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47475 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10 21:39:58 +00:00
oej
31b1d8b124 Make sure we destroy dialog in case of loop
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47468 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10 20:31:57 +00:00
oej
80b2150063 Cleanup imported from 1.4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47467 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10 20:25:32 +00:00
file
f3a3df4b82 Fine, take this.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47465 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10 20:05:31 +00:00
file
07598d64cc A trunk that builds is a productive trunk.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47464 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10 19:51:15 +00:00
file
7698a6c5d0 Hello compiler working, goodbye compiler warning. (fix compiler warning introduced from pbx_dundi optimizations)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47461 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10 19:42:15 +00:00
file
16a5827976 Merged revisions 47457 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r47457 | file | 2006-11-10 14:36:25 -0500 (Fri, 10 Nov 2006) | 2 lines

Let's give this a go...

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47459 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10 19:40:01 +00:00
mattf
8af37ca8e5 Add fix for 7321. Ability to hide calleridname from zapata.conf
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47456 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10 19:35:41 +00:00
oej
6ea8212ff7 Issue 8336- fix support for multipart SDP (imported from 1.2/1.4). (Alphaque)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47455 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10 19:01:12 +00:00
russell
5a3d2b4901 Blocked revisions 47444 via svnmerge
........
r47444 | rizzo | 2006-11-10 12:13:34 -0500 (Fri, 10 Nov 2006) | 3 lines

grep -m is not available on BSD, so use head -1 instead


........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47446 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10 17:53:46 +00:00
rizzo
33ce8e0f39 manual merge from 1.4:
grep -m not available on bsd, use head -1 which works for all



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47445 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10 17:22:51 +00:00
tilghman
597aa05da5 Merged revisions 47436 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r47436 | tilghman | 2006-11-10 10:51:55 -0600 (Fri, 10 Nov 2006) | 2 lines

Discussion of these CLI changes resulted in more consistency (Bug 8236)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47439 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10 17:01:06 +00:00
file
fc1882af79 Merged revisions 47437 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r47437 | file | 2006-11-10 11:53:16 -0500 (Fri, 10 Nov 2006) | 2 lines

Only split up extension and context if a value exists. (issue #8332 reported by loloski)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47438 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10 16:55:13 +00:00
kpfleming
7db3f21a5e Merged revisions 47433 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r47433 | kpfleming | 2006-11-10 10:36:49 -0600 (Fri, 10 Nov 2006) | 2 lines

if adding a queue member is LOG_NOTICE, then removing them should be LOG_NOTICE, not LOG_DEBUG

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47435 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10 16:38:33 +00:00
kpfleming
49630eca84 Merged revisions 47432 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r47432 | kpfleming | 2006-11-10 10:34:04 -0600 (Fri, 10 Nov 2006) | 2 lines

reflect addition/removal of dynamic queue members in queue_log, so that people using dialplan replacement for AgentCallbackLogin can still track login/logout (issue #7736, reported/patched by whoiswes but this commit was written by me and covers all three paths for AQM/RQM)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47434 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10 16:37:42 +00:00
oej
118ecab92f Ripping out bad support for 491 replies to INVITE's. Let's try again properly later.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47419 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10 13:14:44 +00:00
oej
64ffd524d6 Fix badly defined flag. Thanks fenlander!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47416 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10 12:22:44 +00:00
oej
8b08ebe3e2 Small simplification and documentation correction.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47415 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10 12:11:06 +00:00
russell
02268037a4 Various little bits of code cleanup to reduce nesting, remove useless casts,
and to remove a duplicated error message after a memory allocation error


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47410 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10 04:30:23 +00:00
russell
b5963fa342 Add the ability to specify multiple prompts to the Read() dialplan application,
similar to Background() and Playback().
(issue #7897, jsmith, with some modifications)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47408 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10 03:59:48 +00:00
file
478281c3a7 Merged revisions 47405 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r47405 | file | 2006-11-09 22:44:36 -0500 (Thu, 09 Nov 2006) | 2 lines

Fix building of chan_h323 by completeing some structure definitions. (issue #8327 reported by Mithraen)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47406 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10 03:45:59 +00:00
file
ce05153a12 This should already be called while locked.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47404 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10 03:34:13 +00:00