Archived
14
0
Fork 0
Commit graph

8924 commits

Author SHA1 Message Date
kpfleming
782273ca46 add support for Zaptel transcoders
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35745 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-23 16:33:17 +00:00
kpfleming
ec286687d7 ignore doxygen output directory
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35725 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-23 15:15:58 +00:00
russell
5432a96172 merge changes to get menuselect using svn:externals
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35704 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-23 14:19:35 +00:00
bweschke
6615c6772c Merged revisions 35669 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r35669 | bweschke | 2006-06-23 06:30:17 -0500 (Fri, 23 Jun 2006) | 3 lines

 We should lock the queue before we go making changes to member interface statuses.


........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35670 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-23 11:33:02 +00:00
kpfleming
917167a8f0 remove any generated doxygen docs during distclean
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35650 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-23 08:32:19 +00:00
kpfleming
1d084d17d7 very minor improvement
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35649 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-23 08:15:48 +00:00
russell
3bed9ab4b7 remove the autom4te.cache dir on a "make distclean" and add distclean to the
.PHONY list


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35630 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-23 02:15:35 +00:00
russell
afa445bb43 reduce indentation
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35629 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-23 02:08:10 +00:00
russell
2102917875 reduce indentation
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35628 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-23 02:03:21 +00:00
russell
4562330973 delete snmp/agent.o on make clean
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35608 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-23 01:54:07 +00:00
russell
265f81cb5d add basic autoconf support for res_snmp
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35607 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-23 01:50:55 +00:00
russell
c28707b6f1 remove various commands that remove old modules since they have been there a
sufficient amount of time.  Even if they happen to be still present, the main
Makefile will spit out a huge warning telling the user that modules not
installed by that run of "make install" are present in the modules directory.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35605 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-23 01:29:41 +00:00
russell
94297c1a87 delete the local copy of mxml and use svn:externals to get it from its own
repo since it is going to be used it more than one place now


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35584 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-23 00:24:12 +00:00
russell
a2f216217c don't blow up if a jitterbuffer is not in use
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35555 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 17:49:28 +00:00
russell
dcc31562c9 - move the increase of the use count to be after the possible failures
- if the pbx fails to start, set the owner channel of the pvt strucutre
  to be NULL
- return immediately if the pbx fails to start so the loop to set all of
  the variables from the "setvar" options aren't set as a bunch of global
  variables instead


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35554 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 17:10:16 +00:00
russell
75865d5802 - dynamically allocate the ast_jb structure that is on the channel structure
so that channels not using a jitterbuffer don't waste as much memory
- ensure that the channel drivers that use jitterbuffers can handle a failure
  from configuring a jitterbuffer on a new channel because of a memory
  allocation error
- On passing through these channel drivers, configure the jitterbuffer before
  starting the PBX thread instead of afterwards. If the pbx fails to start for
  whatever reason, this would have caused a crash.
- Also on passing, move the increase of the usecount to after all of the
  possible failure conditions in the function
- fix a place where ast_update_use_count() was not called
- ensure that the owner channel pointer of the channel pvt strcutures is set to
  NULL in failure conditions


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35553 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 17:05:17 +00:00
russell
f3f7a9e1aa actually allow all of the sub directories to be built when running "make", oops
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35533 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 16:26:09 +00:00
russell
21e1480ecc use .PHONY instead of FORCE
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35510 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 15:55:13 +00:00
russell
d5a8438176 add a couple more targets to .PHONY
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35506 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 15:45:32 +00:00
tilghman
b9f8ed29d0 Bug 6589 - option to display channel variables in queue events
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35504 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 15:43:02 +00:00
russell
9b1d7f9fa8 - convert the 'uninstall' target to use separate targets to process each
subdirectory instead of a for loop
- remove the FORCE target from the main Makefile and add the couple places
  I used it to the .PHONY target.  .PHONY does the same thing and is a built-in
  more efficient way of doing it.
- add a bunch more targets to .PHONY ...


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35503 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 15:38:13 +00:00
oej
e1448b1020 Formatting fixes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35502 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 15:34:20 +00:00
russell
ddb0e59eb0 - specify that 'depend' is a .PHONY target
- use separate targets instead of a for loop for doing 'make depend' for
  each sub directory


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35501 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 15:08:08 +00:00
russell
60c04446db use separate targets instead of for loops to process sub directories for the
'clean' and 'clean-depend' targets


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35481 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 14:31:52 +00:00
russell
3493f60829 get rid of another annoying stray space in the gcc commands
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35480 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 14:16:41 +00:00
russell
0bb78235cb - specify that 'all' is a .PHONY target
- add a copyright header to the build_tools Makefile
- remove 'depend' from the 'all' target in agi/ and utils/ since it is handled
  by the main Makefile already


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35479 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 14:09:18 +00:00
russell
55abc954ce clean up a little mess I created by using the 'or' function instead of gross
nested if statements


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35459 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 13:22:07 +00:00
russell
3889dd878b revert my change to use the AC_PREFIX_DEFAULT macro since it is not something
that is expanded inline, so it didn't do what I wanted it to. The --help output
will be wrong again, but that's better than completely breaking it. :)
(Thanks to jcollie for catching this!)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35439 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 12:55:49 +00:00
russell
e9a0647b9a use a slightly different, but equivalent way of setting the
SUBDIRS_INSTALL variable


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35438 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 12:48:25 +00:00
russell
1b77aac2ee instead of using a for loop to call 'make install' on each subdirectory, use
separate targets


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35437 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 12:33:50 +00:00
russell
b4f3b629b6 instead of using a for loop to call make on each subdirectory, use a target for
each subdirectory.
 - the shell code in the for loop doesn't have a manually catch errors from
   make on a subdirectory
 - you can now run something like "make apps" or "make channels" from the root
   source directory
 - This should allow for better support for parallel instances of make (the -j
   option) since make can work on each subdirectory target in parallel


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35436 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 12:14:29 +00:00
russell
3d668d2424 nothing to see here ...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35416 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 11:39:25 +00:00
russell
b70a7c6a7c add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targets
since they are targets that do not have resulting files and are never listed
as prerequisites to real targets.  Using .PHONY in this manner improves make
performance by never having to check for resulting files.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35415 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 11:27:03 +00:00
russell
79e7aea754 use $(FIND) and $(LN) from configure
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35393 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 10:38:45 +00:00
russell
fa5e42c830 use $(BASENAME) set by configure
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35392 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 10:36:45 +00:00
russell
078081a36e use the AC_PREFIX_DEFAULT macro to set the default prefix instead of setting
the variable directly, so that the configure --help information shows the
correct default prefix


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35391 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 10:30:51 +00:00
oej
f8dcb3fd1e Add agent to video docs
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35366 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-21 20:14:25 +00:00
oej
b2ec873480 Add video support to chan_agent.
More ideas for developing better video support in Asterisk?

Join the asterisk-video mailing list to help out in the 
Asterisk Video Task Force!


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35365 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-21 20:11:09 +00:00
oej
f69b89cb52 Issue #7380 - Cannot put a one-legged call on hold/off hold
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35336 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-21 19:58:03 +00:00
file
3e24a7199a Merged revisions 35334 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r35334 | file | 2006-06-21 16:25:34 -0300 (Wed, 21 Jun 2006) | 2 lines

Add Venezuelan indications (issue #7402 reported by palillo)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35335 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-21 19:26:52 +00:00
oej
d4f2382879 Only delete scheduled item if it exists
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35333 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-21 19:07:02 +00:00
file
760f03818d Actually allow realtime queue members to be added (issue #7408 reported by tgrman)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35311 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-21 18:39:56 +00:00
oej
82d7f873f0 Only formatting changes... (tabs to spaces)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35287 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-21 17:05:38 +00:00
file
6ceeba67f1 Fix timing issue (race) with poke/pong for very close peers that can cause a peer to be declared unreachable (issue #7396 reported by stevedavies)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35264 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-21 16:50:24 +00:00
crichter
8420c9b600 * added support for PID export/import to identify bridging in misdn_call already
* fixed a few inband Alerting issues, sometimes we need to create alerting, some
times it's inband
* beautified the state debugging of misdn_hangup
* removed "real"  bchannel activating/deactivating in chan_misdn.c
* fixed "round_robin" bug when there's only 1 port
* added more informative prints when channel could not be created
* changed some warnings to notices
* reworked the whole bchannel state machine stuff, 
  it is now like in the examples of mISDNuser and therefore a lot easier, 
  and it is now harder to create bugs
* bchannel_activate/deactivate is now only called in setup/cleanup bc, 
  they may merge sometime
* it is very important to setup/cleanup the bchannels under the correct 
  conditions, especially in the NT Side we can only setup the bchannels 
  when we send a Message! 
  In the TE side we can only setup the bchannel when we received the channel 
  of course
	      


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35241 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-21 15:21:46 +00:00
oej
27b5c7cca6 - Doxygen and some formatting fixes in res_features
- Get rid of compiler warnings in chan_sip


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35210 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-21 07:49:29 +00:00
oej
6f31fb8d05 Finally fix parking and go back to metermaids
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35209 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-21 07:13:20 +00:00
tilghman
8dce4aeeb7 Bug 7399 - Sample config showed [general] as the context, so the app should look there, too.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35185 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-20 22:26:16 +00:00
tilghman
0f01315346 Bug 7372: Wrong size for the block alignment (should have been 4 bytes;
writing 4 from a 2-byte integer caused extra (wrong) bytes set in the header)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35184 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-20 22:22:47 +00:00
oej
c573b3a244 How many times can we free allocated memory? Many, obviously... ;-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35160 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-20 21:12:58 +00:00