........
r154617 | eliel | 2008-11-05 11:54:21 -0200 (Wed, 05 Nov 2008) | 2 lines
We now can have a reference to a filename inside a <see-also> tag.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154618 65c4cc65-6c06-0410-ace0-fbb531ad65f3
........
r154578 | eliel | 2008-11-05 11:07:29 -0200 (Wed, 05 Nov 2008) | 3 lines
- Add more <see-also> based on TFOT.
- Add the 'filename' type to the see-also ref. To be able to reference a filename.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154579 65c4cc65-6c06-0410-ace0-fbb531ad65f3
........
r154467 | eliel | 2008-11-04 23:44:04 -0200 (Tue, 04 Nov 2008) | 3 lines
- Add PlayTones() and StopPlayTones() applications XML documentation.
- Fix a dot that was outside of the <para> in the ForkCDR() XML documentation.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154468 65c4cc65-6c06-0410-ace0-fbb531ad65f3
........
r154429 | seanbright | 2008-11-04 18:23:39 -0500 (Tue, 04 Nov 2008) | 8 lines
Introduce a new API call ast_channel_search_locked, which iterates through the
channel list calling a caller-defined callback. The callback returns non-zero
if a match is found. This should speed up some of the code that I committed
earlier today in chan_sip (which is also updated by this commit).
Reviewed by russellb and kpfleming via ReviewBoard:
http://reviewboard.digium.com/r/28/
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154430 65c4cc65-6c06-0410-ace0-fbb531ad65f3
........
r154151 | kpfleming | 2008-11-04 10:07:54 -0500 (Tue, 04 Nov 2008) | 5 lines
improve configure script to remember the previous value of each dependency in build_tools/menuselect-deps, so that (once it has been written) menuselect can use this information to warn the user when a previously met dependency is no longer met
along the way, change tags used in configure script, menuselect-deps and code for various dependencies to be consistently named
........
r154186 | seanbright | 2008-11-04 11:50:34 -0500 (Tue, 04 Nov 2008) | 2 lines
Fix build errors.
........
r154187 | seanbright | 2008-11-04 12:00:45 -0500 (Tue, 04 Nov 2008) | 10 lines
Allow devices that accept dialog-info+xml (like snoms) to get the Caller ID of
the calling party when subscribed to the state of an extension that is ringing.
This has some limitations which are documented in sip.conf.sample.
(closes issue #13827)
Reported by: seanbright
Patches:
issue13827.patch uploaded by seanbright (license 71)
Reviewed by: russellb
........
r154191 | seanbright | 2008-11-04 12:23:33 -0500 (Tue, 04 Nov 2008) | 6 lines
GLOB_BRACE is already added to MY_GLOB_FLAGS if it is supported on the
platform. This should resolve some build errors on Solaris.
(issue #13704)
Reported by: dougm
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154427 65c4cc65-6c06-0410-ace0-fbb531ad65f3
https://origsvn.digium.com/svn/asterisk/trunk
................
r154366 | tilghman | 2008-11-04 14:51:18 -0600 (Tue, 04 Nov 2008) | 16 lines
Merged revisions 154365 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r154365 | tilghman | 2008-11-04 14:49:33 -0600 (Tue, 04 Nov 2008) | 9 lines
On busy systems, it's possible for the values checked within a single line
of code to change, unless the structure is locked to ensure a consistent
state.
(closes issue #13717)
Reported by: kowalma
Patches:
20081102__bug13717.diff.txt uploaded by Corydon76 (license 14)
Tested by: kowalma
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154367 65c4cc65-6c06-0410-ace0-fbb531ad65f3
........
r154329 | eliel | 2008-11-04 18:12:41 -0200 (Tue, 04 Nov 2008) | 4 lines
We need to pass the DTD to xmlstarlet to validate against it the XML.
(I thought it was being read within the DOCTYPE definition inside the XML).
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154330 65c4cc65-6c06-0410-ace0-fbb531ad65f3
........
r154260 | tilghman | 2008-11-04 12:47:20 -0600 (Tue, 04 Nov 2008) | 2 lines
Slightly optimize ast_devstate_str and rename global functions devstate2str and config_text_file_save to have an ast_ prefix
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154261 65c4cc65-6c06-0410-ace0-fbb531ad65f3
------------------------------------------------------------------------
r153709 | kpfleming | 2008-11-02 17:34:39 -0600 (Sun, 02 Nov 2008) | 3 lines
instead of trying to forcibly load res_agi when app_stack is loaded (even if the administrator didn't want it loaded), use GCC weak symbols to determine whether it was loaded already or not; if it was loaded, then use it.
------------------------------------------------------------------------
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@153711 65c4cc65-6c06-0410-ace0-fbb531ad65f3
........
r153578 | russell | 2008-11-02 00:55:46 -0500 (Sun, 02 Nov 2008) | 3 lines
Add a handy makefile target so that you can validate the documentation against the DTD
by running "make validate-docs"
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@153579 65c4cc65-6c06-0410-ace0-fbb531ad65f3
........
r153541 | eliel | 2008-11-02 02:57:02 -0200 (Sun, 02 Nov 2008) | 2 lines
Fix a typo in the name of the application.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@153542 65c4cc65-6c06-0410-ace0-fbb531ad65f3
........
r153507 | seanbright | 2008-11-02 00:14:20 -0400 (Sun, 02 Nov 2008) | 5 lines
There is a troublesome assert() in the alsa/control.h header that causes
GCC 4.3.2 to complain that the passed argument will always evaluate to
true. So to get things to compile, disable assert when building
chan_usbradio.so.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@153508 65c4cc65-6c06-0410-ace0-fbb531ad65f3
........
r153437 | russell | 2008-11-01 21:20:10 -0500 (Sat, 01 Nov 2008) | 3 lines
- Use a for loop instead of a while loop
- Get rid of an unnecessary variable
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@153438 65c4cc65-6c06-0410-ace0-fbb531ad65f3
........
r153435 | russell | 2008-11-01 21:14:19 -0500 (Sat, 01 Nov 2008) | 3 lines
Instead of doing a couple of strlen() calls each iteration of the loop, only do it once
at the beginning of the function
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@153436 65c4cc65-6c06-0410-ace0-fbb531ad65f3
........
r153403 | russell | 2008-11-01 18:46:12 -0500 (Sat, 01 Nov 2008) | 2 lines
Don't ignore the result of find_peer() when looking for a peer by IP in check_peer_ok().
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@153404 65c4cc65-6c06-0410-ace0-fbb531ad65f3
........
r153296 | seanbright | 2008-10-31 21:55:04 -0400 (Fri, 31 Oct 2008) | 3 lines
The default in chan_sip for notifyringing is yes, so update the sample
conf to reflect that.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@153297 65c4cc65-6c06-0410-ace0-fbb531ad65f3
https://origsvn.digium.com/svn/asterisk/trunk
........
r153181 | twilson | 2008-10-31 13:55:33 -0500 (Fri, 31 Oct 2008) | 5 lines
Recent CDR fixes moved execution of the 'h' exten into the bridging code, so variables that were set after ast_bridge_call was called would not show up in the 'h' exten. Added a callback function to handle setting variables, etc. from w/in the bridging code. Calls back into a nested function within the function calling ast_bridge_call
(closes issue #13793)
Reported by: greenfieldtech
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@153266 65c4cc65-6c06-0410-ace0-fbb531ad65f3
which were committed to trunk in revision 153223. I blocked that
commit from 1.6.1 since it also contained a new feature.
Note to self: Separate commits so that you don't end up with
a situation where part of a commit should be merged but part
should be blocked from stable branches.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@153225 65c4cc65-6c06-0410-ace0-fbb531ad65f3
........
r153223 | mmichelson | 2008-10-31 15:05:46 -0500 (Fri, 31 Oct 2008) | 8 lines
* Fixed timeout logic in the dialing API as setting timeouts
had no effect
* Updated dialing API documentation to indicate that timeouts
are specified in milliseconds
* Added a new timeout argument to the Page application. If time
expires, any endpoints which have not answered will be hung up.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@153224 65c4cc65-6c06-0410-ace0-fbb531ad65f3
........
r153057 | russell | 2008-10-31 04:31:10 -0500 (Fri, 31 Oct 2008) | 7 lines
Use the ast_str API call to reset the string instead of manually editing its internals
(closes issue #13816)
Reported by: eliel
Patches:
channel.c.patch uploaded by eliel (license 64)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@153058 65c4cc65-6c06-0410-ace0-fbb531ad65f3
........
r152990 | russell | 2008-10-30 15:46:17 -0500 (Thu, 30 Oct 2008) | 3 lines
Add a todo for a new timing API implementation that would work for Linux systems
as of kernel 2.6.25 and glibc 2.8
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@152991 65c4cc65-6c06-0410-ace0-fbb531ad65f3