asterisk/doc
Mark Michelson 32ef7bedd3 Add an IAXregistry manager command. See doc/manager_1_1.txt
for more details of this command.

(closes issue #13326)
Reported by: ib2
Patches:
      bug13326_trunk_20080822.diff uploaded by snuffy (license 35)



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@150311 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-17 00:18:01 +00:00
..
lang Hebrew syntax for voicemail prompts 2008-07-25 22:08:06 +00:00
tex * Miscellaneous formatting changes to make v1.4 and trunk 2008-09-30 21:00:54 +00:00
CODING-GUIDELINES (closes issue #13557) 2008-10-09 14:17:33 +00:00
India-CID.txt These changes were submitted via bug 6683, to allow CID detection in India, with carriers that do Polarity/DTMF CID signalling. 2007-06-19 17:07:28 +00:00
PEERING Merged revisions 85523 via svnmerge from 2007-10-12 18:37:34 +00:00
api-1.6.0-changes.odt add document describing API changes from 1.4.0 to 1.6.0 2008-05-24 01:14:41 +00:00
asterisk-mib.txt Merged revisions 124372 via svnmerge from 2008-06-20 21:36:01 +00:00
asterisk.8 Optional light colored background, for those who use black on white terminals. 2008-08-25 23:13:32 +00:00
asterisk.sgml Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 2008-06-12 17:27:55 +00:00
backtrace.txt Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 2008-06-12 17:27:55 +00:00
callfiles.txt More spelling fixes (issue 7930) 2006-09-11 17:02:37 +00:00
chan_sip-perf-testing.txt This is the scariest commit I've done in a long time. This is the astobj2-ification of chan_sip. I've tested a number of scenarios like crazy. It used to have 4x the call setup/teardown performance of trunk, but now it's roughly at parity. I will attempt to find the bottlenecks and get it back to the 4x mark. The changes made were somewhat invasive, but the value to the community of these upgrades outweighs waiting further for more testing. Every change being made to chan_sip was lousing this code up when we tried to merge. Peers, Users, Dialogs, are all now astobj2 objects, indexed via hashtables. Refcounting is used to track objects and free them at the bitter end of their lives. Please file issues on bugs.digium.com, and PLEASE, please, please be patient. One natural advantage to all the hash-table work is that loading large sip.conf files full of thousands of peers now goes much faster. One more please: PLEASE help thrash this code and test it. 2008-04-16 23:53:27 +00:00
cli.txt Merged revisions 118052 via svnmerge from 2008-05-23 13:00:10 +00:00
datastores.txt Merged revisions 66398 via svnmerge from 2007-05-29 15:44:51 +00:00
digium-mib.txt Merged revisions 124372 via svnmerge from 2008-06-20 21:36:01 +00:00
distributed_devstate.txt don't refer to asterisk-events, as that implies that the code was checked out from a branch 2008-06-10 21:51:06 +00:00
externalivr.txt Enhance ExternalIVR with new options and commands. 2008-05-22 05:10:01 +00:00
followme.txt Realtime capabilities for the Find-Me-Follow-Me application. 2008-08-25 16:02:56 +00:00
hoard.txt Merge in changes that allow Asterisk to be built against the Hoard 2008-08-03 16:14:14 +00:00
jabber.txt Merged revisions 78646 via svnmerge from 2007-08-08 19:30:33 +00:00
janitor-projects.txt Add a janitor project to use ARRAY_LEN instead of in-line 2008-07-02 21:09:18 +00:00
jingle.txt seperate jingle and gtalk so it will be easier to track 2006-09-18 16:36:14 +00:00
ldap.txt Add res_config_ldap for realtime LDAP engine. 2008-01-22 22:33:20 +00:00
macroexclusive.txt add the doc file about the MacroExclusive app (issue #7366, Steve Davies) 2006-08-14 03:26:02 +00:00
manager_1_1.txt Add an IAXregistry manager command. See doc/manager_1_1.txt 2008-10-17 00:18:01 +00:00
modules.txt Fix a trivial typo, to test our new commit bot 2007-09-20 19:05:16 +00:00
osp.txt remove remaining Zaptel references in various places 2008-07-28 16:42:00 +00:00
queue.txt Update with info about SIP channels and queues 2007-02-02 20:05:52 +00:00
realtimetext.txt Adding documentation on the T.140 support in Asterisk. This is a function that we're 2008-07-06 10:13:45 +00:00
res_config_sqlite.txt Add support for #include, var_metric, and cat_metric in res_config_sqlite 2007-09-17 20:24:50 +00:00
rtp-packetization.txt Add support for RTP packetization in chan_jingle and chan_gtalk. 2007-04-03 22:33:03 +00:00
sip-retransmit.txt Merged revisions 132645 via svnmerge from 2008-07-22 20:46:11 +00:00
siptls.txt Fix a typo. Someone on IRC copied this literally and then wondered why it 2008-06-27 19:19:08 +00:00
smdi.txt Merge changes from team/russell/smdi-msg-searching 2008-05-01 19:05:36 +00:00
sms.txt Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 2008-06-12 17:27:55 +00:00
snmp.txt update documentation to reflect the changes in the way configure detects net-snmp. 2008-03-26 17:24:54 +00:00
speechrec.txt More spelling fixes (issue 7930) 2006-09-11 17:02:37 +00:00
ss7.txt remove remaining Zaptel references in various places 2008-07-28 16:42:00 +00:00
unistim.txt Merge the code from asterisk/team/group/chan_unistim: 2007-11-02 20:56:12 +00:00
valgrind.txt Merged revisions 111605 via svnmerge from 2008-03-28 14:37:28 +00:00
video.txt add documentation on video console support 2008-07-01 16:14:28 +00:00
video_console.txt add documentation on video console support 2008-07-01 16:14:28 +00:00
voicemail_odbc_postgresql.txt Merged revisions 107826 via svnmerge from 2008-03-11 23:38:00 +00:00