dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

91 Commits

Author SHA1 Message Date
tilghman 22cacefce6 Deprecate SetCallerPres application
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@53142 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-03 22:06:46 +00:00
murf e79ccc3d32 As per bug 8859 (Add option to revert old ChanIsAvail() with 's' option behavior), this update makes the 't' option available, which calls ast_parse_device_state instead of ast_device_state. This option will not dive into the channel driver to find the status of the device (which could be good if sip devicestate isn't returning full status, for various reasons).
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@52086 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-24 20:35:54 +00:00
tilghman 3ad2a81a5d 1. Rename 'maxmessage' to 'maxsecs' to differentiate from 'maxmsg'.
2. Rename 'minmessage' to 'minsecs' for parity.
3. Make 'maxsecs' a per-user option, in addition to global.
(Issue # 8624)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49075 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-31 04:54:20 +00:00
kpfleming ab7096022b make the 'languageprefix' option default to on, and deprecate turning it off
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49000 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-27 21:18:27 +00:00
murf f60aa2074b Added a few words to explain the change to AEL concerning Gosub()
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47836 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-19 04:22:33 +00:00
kpfleming 15b54107c7 minor change to test live syncing
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47230 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-06 17:27:28 +00:00
file 677abc0ddc First entry! Tell people about the callerid changes with manager.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44262 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-03 16:15:28 +00:00
tilghman c8a470374f Remove 1.4 changes from UPGRADE.txt, remove deprecated callerid field, remove deprecated SetGlobalVar app
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43444 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-21 20:01:54 +00:00
kpfleming 9a47f67020 add a warning about name changes on some API calls
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43363 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20 20:36:19 +00:00
bweschke 2d803ee085 Changes/fixes to the app_waitforsilence app to make it behave more the way the author originally intended for it
to function along with an option to keep backward compatible with "old-style" functionality in 1.2. 
 (#6595 - davetroy reported and patched w/some very minor mods/corrections)



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41915 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-03 20:23:41 +00:00
file 3f22aa53af Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Russell Bryant and the RTP portion done by myself, Muffinlicious Joshua Colp. This has gone through so many discussions/revisions it's not funny but we finally have it!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41507 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-31 01:59:02 +00:00
kpfleming fbe5134cb5 change default setting for autofallthrough
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41475 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-30 21:44:05 +00:00
oej 87365bd6cf Mark ALERT_INFO as deprecated. This can now be done with the sipaddheader() application and
does not need special code in chan_sip any more.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41435 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-30 19:16:53 +00:00
russell c33575e3c0 add a note about behavior of the "clid" field in the CDR
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41434 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-30 19:07:59 +00:00
oej f34b684157 Deprecate USERAGENT
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40988 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-24 18:49:35 +00:00
kpfleming 307edd045d document Makefile target changes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40728 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-21 02:54:05 +00:00
kpfleming b67daff4e5 deprecate chan_agent callback mode
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40521 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-19 17:05:43 +00:00
file c64f9574c1 Remove the old ODBC_STORAGE and make EXTENDED_ODBC_STORAGE the one to use. This means that if you're using this and upgrade to the revision where this was committed, you will need to update your table to the schema provided in doc/odbcstorage.txt
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40033 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-16 16:22:13 +00:00
oej 8e88f8ff8a Marking PRI_CAUSE as deprecated to be replaced by hangup(cause)
(Issue #7610)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39316 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-08 14:47:17 +00:00
russell 23dc3c4f46 add notes on the changes to music on hold handling
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37999 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19 21:07:14 +00:00
kpfleming 0e88851fbf swap the G726-32 format numbers, so that IAX2 connections with prior versions of Asterisk will still work properly
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37565 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13 20:39:34 +00:00
kpfleming 86a49ee861 actually make the non-standard G726-32 behavior available for SIP clients
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37564 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13 20:35:41 +00:00
kpfleming 6715c9fa2c document the new sound/moh file installation process
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33089 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-08 19:48:36 +00:00
kpfleming 3370fcd8de officially deprecate the 'roundrobin' queue strategy in favor of 'rrmemory'
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30837 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-30 17:52:49 +00:00
tilghman 42d036b2d1 Deprecate SetGlobalVar, replacing it with a dialplan function
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30677 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-28 15:10:19 +00:00
tilghman 9ddca57307 Notate that QUEUEAGENTCOUNT is deprecated, so it can be removed post-1.4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30654 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-27 18:45:15 +00:00
russell 9e3edfdd27 document the changes I made yesterday to the exit behavior of the
AGI applications


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30580 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-26 18:33:58 +00:00
russell f17411a9ea wrap test at 80 characters
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30579 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-26 18:25:38 +00:00
russell 3970edb36b add some more text about the build system
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30578 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-26 18:19:37 +00:00
file ce4f895996 attended transfer use transferer context first and set who is transfering at the beginning (issue #6752 reported by moy -- minor mods done by myself)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30548 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-26 17:59:29 +00:00
bweschke 6a4a29231d app_meetme Muting and Manager API enhancements #6731 (softins w/some minor mods to accomodate recent enum work)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29705 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23 16:35:46 +00:00
russell 27c5f21d71 - add a UserEvent action that allows a manager client to "broadcast" an event
to all connected manager clients
- update the UserEvent application to use the application argument parsing
  macros and to allow headers to be specified as pipe delimeted arguments
  (issue #5324, original patch by outtolunc, committed patch by Corydon)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29017 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-20 13:29:22 +00:00
tilghman fcce7189b1 As requested by kpfleming, renaming messagecount to inboxcount and messagecount2 to messagecount.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28745 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-19 18:21:31 +00:00
bweschke f6834bc595 Integrate the MixMonitor functionality (introduced in 1.2) as an option for recording queue member conversations with callers. #7084
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25076 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 22:02:38 +00:00
bweschke 811ed760ef Adding documentation about API change approved in order to fix bug(s).
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25012 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 20:12:59 +00:00
bweschke 165047114f Fix autofill behavior in app_queue and document it's functionality in queues.conf.sample and UPGRADE.txt
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24543 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 20:01:30 +00:00
bweschke e93a85edf0 Introducing the REALTIME() dialplan function
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24376 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-02 22:46:12 +00:00
bweschke 1718ea2a7c Record bridge channel unique id in "CONNECT" queue_log entry and the corresponding manager event. #6522 (nording) w/ documentation additions where appropriate
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24293 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-02 19:18:36 +00:00
kpfleming 58926e598e document the removal of MFC/R2 support
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23671 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-30 14:10:48 +00:00
kpfleming 29f496ef12 Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22267 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24 17:11:45 +00:00
tilghman e7ab4552ee Bug 6943 - transition away from using CallerID header, when we really mean CallerIDNum
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19436 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11 23:23:16 +00:00
kpfleming 31b2a51bfb remove support for BYEXTENSION (which nobody even knows about anymore)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18977 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-10 23:01:22 +00:00
oej 3c9910c57e Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c
- implement all functions through internal APIs in res_osp.c and app_osplookup.c
(homesick)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18369 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-07 19:11:22 +00:00
russell b6f27fb06f add note about phonetic sounds being removed from asterisk-sounds
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@13887 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-21 16:18:54 +00:00
russell 719fb45557 update UPGRADE.txt to reflect the last change to chan_iax2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12960 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-14 19:06:25 +00:00
mogorman c821a67c77 minor typo in UPGRADE.txt bug number 6679
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12465 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-08 18:52:55 +00:00
mogorman 7b231c43a0 informs people of changes made in commit 11586, and
bug 5015, uniqueid, userfield, and usegmt are 
definable from cdr.conf now.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11587 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-02 21:26:45 +00:00
kpfleming 12c605e61b revert change to ENUM functionality (go back to supplying a default zone)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10823 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-22 23:07:34 +00:00
oej 8319c90f4a Small typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10179 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 07:01:19 +00:00
kpfleming fbe9a8f93d use a delimiter for 'show channels concise' that will not appear in the field contents (issue #6086, with UPGRADE.txt addition)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10085 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 23:22:52 +00:00