dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

127 Commits

Author SHA1 Message Date
file 7f152598d6 Add option to features.conf that enables parking via DTMF on picked up parked calls. (issue #9082 reported by francesco_r)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@54889 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-16 17:41:27 +00:00
oej 4e2960819a Adding Realtime Text support (T.140) to Asterisk
T.140/RFC 2793 is a live communication channel, originally
created for IP based text phones for hearing impaired. 
Feels very much like the old Unix talk application.

This code is developed and disclaimed by John Martin of Aupix, UK.
Tested for interoperability by myself and Omnitor in Sweden,
the company that wrote most of the specifications.

A big thank you to everyone involved in this.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@54838 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-16 13:35:44 +00:00
file 11d4102498 Add 'o' option to Chanspy which causes it to only listen to audio coming from the channel, and the 'X' option which allows the user to exit to a valid single digit extension. (issue #8137 reported by mnicholson)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@54748 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-16 01:17:25 +00:00
oej 475d84f9d5 ...and don't forget to update CHANGES
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@54599 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-15 15:53:26 +00:00
oej ef9000c4bb Update CHANGES
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@54575 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-15 12:12:51 +00:00
oej c05d59a018 Updates and re-organization to make it easier to digest this information
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@54465 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-14 20:31:10 +00:00
russell bb6564f8e7 This introduces a new dialplan function, DEVSTATE, which allows you to do some
pretty cool things.

First, you can get the device state of anything in the dialplan:
  NoOp(SIP/mypeer has state ${DEVSTATE(SIP/mypeer)})
  NoOp(The conference room 1234 has state ${DEVSTATE(MeetMe:1234)})

Most importantly, this allows you to create custom device states so you can
control phone lamps directly from the dialplan.
  Set(DEVSTATE(Custom:mycustomlamp)=BUSY)
  ...
  exten => mycustomlamp,hint,Custom:mycustomlamp


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@54261 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-13 22:02:20 +00:00
file 7f67444034 Add core show channels count CLI command. (issue #8932 reported by mr_mehul_shah)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@52525 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-29 17:49:04 +00:00
file 25f91a64d8 Add DBDel and DBDelTree manager commands. (issue #8516 reported by dprado)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@52308 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-25 22:49:24 +00:00
file af01b998e1 Make 'H' command do as advertised and add 'E' and 'V' commands to ExternalIVR. (issue #8165 reported by mnicholson)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@51592 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-23 04:45:43 +00:00
file f6e99009de Add SRV Lookup support on outbound calls to chan_iax2. It's listed in the RFC so we might want to support it and please don't hurt me Marko ... (issue #7812 reported by drorlb)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@51560 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-23 03:15:04 +00:00
file 69a268902e Add 's' option to Page application which checks devicestate before dialing. (issue #8673 reported by sunder)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@51215 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-18 05:24:08 +00:00
file a23e1898ce Add parkedcalltransfers option for res_features. This basically enables/disables DTMF based transfers. If you want to get former behavior you will have to make sure it is enabled.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@51152 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-16 17:50:25 +00:00
file 1536a5be31 Add support for G729 passthrough with Sigma Designs boards. (issue #8829 reported by ywalther)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@51144 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-16 17:23:31 +00:00
file 7e55af6123 Drop trunkrealloc option and just have the maximum size be a configurable option. This is per Kevin's comments on -dev and my own thoughts after I put the previous option in.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50698 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-13 04:04:04 +00:00
file 11ea4709c8 Merge in trunkrealloc option for chan_iax2. (issue #8267 reported by marcodmb, branch by anthonyl)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50676 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-13 03:26:04 +00:00
oej 73a2420e16 Update CHANGES, make section about SIP. This might be a good way to handle
other parts of this file too, as it grows.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49082 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-31 09:38:27 +00:00
russell 80ec40c8fb - Convert the list of URI handlers to use the linked list macros. While doing
this, implementing locking of this list to make it thread-safe.

- Add a "redirect" option to http.conf that allows redirecting one URI to
  another.  I was inspired to do this while playing with the Asterisk GUI.  I
  got tired of typing this URL to get to the GUI:
     
     http://localhost:8088/asterisk/static/config/cfgadvanced.html

  So, now I have the following line in http.conf:

     redirect=/=/asterisk/static/config/cfgadvanced.html

  Now, I can type the following into my browser and go to the GUI:

     http://localhost:8088


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48930 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-23 20:13:14 +00:00
murf 864a2f7600 As per bug 7978, this version introduces the jittertargetextra option in config files
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48663 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-21 00:24:08 +00:00
file f6da245d1f Clarify a bit more.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47935 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-22 17:47:14 +00:00
file 28c8127adf Need to update the CHANGES file as well for the maxfiles option.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47934 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-22 17:43:36 +00:00
file 46489d816d Add 'loose' option to joinempty and leavewhenempty which is almost exactly like 'strict' except it does not count paused queue members as unavailable. (issue #8263 reported by gnarf)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47567 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13 18:23:55 +00:00
file 0493983b13 Display CID matching information when using dialplan show. (issue #8279 reported by caio1982)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47335 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-08 18:26:52 +00:00
russell 5a2b4f655f Add a couple of things to the CHANGES file
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46849 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01 22:58:34 +00:00
murf 838002636c OOps. forgot to add this to CHANGES
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46774 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01 18:16:28 +00:00
bweschke 918ad53191 * Added option to run macro when a queue member is connected to a caller,
see queues.conf.sample for details.
  * Added QUEUE_VARIABLES function to set queue variables added setqueuevar and
    setqueueentryvar options for each queue, see queues.conf.sample for details.
								(#8216, jmls reported and submitted)



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46369 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-27 18:59:16 +00:00
russell 119d959274 Add the ability to customize some of the prompts used within the voicemail
application by configuring them in voicemail.conf (issue #7415, patch by
fkasumovic, with some fixes and documentation updates by myself)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46360 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-27 16:47:44 +00:00
rizzo 0bcf23701f document a couple of recently introduced feature
also including the version number where the feature appeared.



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46198 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-25 14:18:00 +00:00
file 776e8e675a Just for Nicholson - here's an option, C, to Meetme that will allow it to continue in the dialplan if the person is kicked out. (issue #7994 reported by mnicholson with mods by myself)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@45610 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-18 22:19:57 +00:00
pcadach d2747c97ad Extend CALLERID() function for "pres" and "ton" values
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44685 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-07 14:45:49 +00:00
murf 6c89612673 As per ToDo list, I have made it so that Wait(), WaitExten(), Congestion(), Busy(), Read(), WaitForRing(), will now either actually handle a floating point argument as advertised, or has been upgraded to accept a floating point [timeout] arg.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44435 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-05 01:40:06 +00:00
file 18fb3f988e Strat becomes Strategy based on feedback from two nameless fellows
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44297 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-03 20:17:40 +00:00
file 29f6518863 Add 'Strat' manager field to QueueParams event. (issue #7704 reported by renemendoza)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44274 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-03 17:41:41 +00:00
file e47cd7e01e Add Masquerade manager event which trips when a masquerade happens (issue #7840 reported by moy)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44273 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-03 17:10:16 +00:00
file 4e267250cc Expand setinterfacevar option to also set a variable, MEMBERNAME, which contains the member's name. (issue #8046 reported by jmls)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44218 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-02 20:58:48 +00:00
file a781f1ba87 Make callerid fields in Manager events more consistent. CallerIDNum for number and CallerIDName for name. (issue #7976 reported by suhler)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44217 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-02 20:35:16 +00:00
file 33398613e7 Add option to logger to rename log files with timestamp (issue #8020 reported by jmls)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44172 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-02 17:54:21 +00:00
file 7e93d0bc48 Add option 'keepstats' which will keep queue statistics during a reload. (issue #7908 reported by jmls)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44150 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-02 15:40:38 +00:00
pcadach 4ac9afef32 Handle HOLD/RETRIEVE notifications
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43845 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-28 10:41:38 +00:00
file 732c0b5763 Update CHANGES to reflect libcap capability that was added.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43836 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-27 22:01:32 +00:00
murf 52da543985 This commits the changes to AEL to use the gosub-with-args from Tilghman to perform macro calls. This results in substantially smaller stack footprint, which allows macro call depths in excess of 100,000 levels, rather than the limit of 7 calls deep, which the Macro app is subject to.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43747 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-27 03:45:22 +00:00
qwell cb4b4a0bbb update CHANGES file to reflect codec support in chan_skinny
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43702 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-26 20:30:18 +00:00
kpfleming 69afb37ae6 start a CHANGES file for trunk... no need to force people to have to review commit logs after branching
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43687 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-26 19:37:48 +00:00
kpfleming 24c1e3c222 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
russell 341f177d5a formatting ...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7036 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-09 00:31:44 +00:00
russell dfa24001c7 This is a start toward coming up with a feature ChangeLog. It is from some
notes I was keeping while writing some documentation.  It needs some formatting
help as well as short descriptions for each of the new options.  We also need to
come up with a list for all the time not accounted for here.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7028 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08 05:45:28 +00:00
kpfleming 704fa73d21 update with today's work
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6939 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01 22:08:04 +00:00
kpfleming 5f9d420a1c rename ChangeLog to CHANGES, a file which will contain a list of the significant changes between Asterisk releases
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6927 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01 19:57:20 +00:00
russell 22be0ca520 Merge ChangeLog from the v1-0 branch and begin a major feature addition list
for 1.2.  I know this list is very incomplete so anyone that would like to help
add stuff, please contact me.  (No, 1.0.10 hasn't been released.  That is going
to come out with 1.2).


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6738 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-10 04:14:59 +00:00
markster 79fb94c588 Update ChangeLog
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4142 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-01 02:43:53 +00:00