dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

571 Commits

Author SHA1 Message Date
crichter df18d5fb04 better default values for jitterbuffer in code and config
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11334 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-28 11:46:55 +00:00
markster 9dc4503175 Add SNMP support (bug #6439)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11193 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-26 20:46:11 +00:00
markster 181407f073 Make IAX2 multithreaded
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11192 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-26 20:27:14 +00:00
kpfleming 31e7dd9226 Merged revisions 10511,10535,10736 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r10736 | kpfleming | 2006-02-22 11:32:15 -0600 (Wed, 22 Feb 2006) | 2 lines

add comment warning people about trying to use hostnames/IPs in the sample config

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10737 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-22 17:33:38 +00:00
mogorman e03764cc6f Changing syntax once again slightly and standardizing
config to other asterisk samples , bug note 6530


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10559 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-20 18:30:49 +00:00
crichter 8e9b1bb203 adde incoming_early_audio option, to avoid sending tone indications to the remote party on incoming calls from the pstn, this shouldnt be enabled, only if the provider allows it
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10227 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 19:51:33 +00:00
crichter 2913414dba added pmp_l1_check option, to avoid l1 checking for group calls on PMP ports
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10225 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 19:32:45 +00:00
kpfleming f0d3db9337 add option to avoid calling members whose channels are 'in use' (issue #6315, plus documentation)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10163 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 02:52:19 +00:00
mogorman 4d6fbdd052 changed naming scheme for variables so it matches
asterisk standard, changed it so it can take frames
 of sizes other than 20ms, allowed for the app to reload
 properly, and finalyl changed sample to general section
 as to follow standards.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10086 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 23:30:18 +00:00
kpfleming 9c8ab2d165 set properties for new files (i need to get this documented)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9960 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 18:44:18 +00:00
mogorman 85d32fb41a Commiting 5959 with minor formatting and typo
fixes.  Thanks to all those involved.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9918 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 16:42:50 +00:00
tilghman 5fe6afb183 Bug 6477 - minor syntax error, plus a few other syntax fixes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9783 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-13 19:08:05 +00:00
mattf 8ebf7821fe Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9423 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10 21:50:56 +00:00
kpfleming 3106171e09 restore 'rfc2833' naming for DTMF mode in chan_sip
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9391 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10 16:33:47 +00:00
oej eec98d0bea - Change "rfc2833" to "rtp" in sip.conf. Keeping backwards compatibility.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9294 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-09 15:40:53 +00:00
oej d631197090 - Adding example on using european time zones in voicemail.conf
- Moving the timezone section to below the documentation section

Example written and contributed by Henrik Olsen, Astricon Training student.
Thanks!



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9292 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-09 15:25:34 +00:00
crichter 8e35b8224f default values of jitterbuffer and jitterbuffer_upper_threshold should be > 0, this fixes the tv_fix warnings, because we use ast_read to transmit frames to asterisk in jitterbuffer mode, instead of queueing the audio data with ast_queue_frame.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9186 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-07 13:34:59 +00:00
crichter 870f55a59b * removed unnecessary struct elements and functions
* fixed "RETRIEVE does not work" bug
* fixed some NT Mode bugs
* removed some // comments
* added configureable jitterbuffer
* removed own tone-generator, and use asterisks instead, to support 
  asterisks indications
* added more support for hw-bridging, we bridge now every possible call
* fixed some hdlc mode issues, with a patch for chan_zap we can make 
  data calls between chan_zap and chan_misdn now
* completely reworked the config engine, works like a charm now
* fixed SetCallerPres - bug
* added Progress and Proceeding passing
* optimized Ringing Indication handling
* added full ast_send_text support (you can setup nice menus with the dialplan
  now)
* added support to read /etc/misdn-init.conf to clarify the NT+PTP Problem
* we compile now channels/misdn if mISDNuser is installed systemwide


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9114 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-02 21:15:34 +00:00
oej fa9fd8ae70 - Adding a doc/00README.1st with an INDEX over README files
- Moving files from / to /doc or /configs
- Renaming some documentation files

Thank you for the initiative, manxpower!


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9046 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-01 17:16:08 +00:00
oej 33d610bf38 - Clarify default setting of canreinvite (thanks royk)
- Add some extra headers and reference to other doc/ files for realtime


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9034 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-01 13:23:59 +00:00
oej 30edf39481 Issue 5892: Set a minimum T1 timer for calls. Reporter: twisted
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8926 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-30 19:50:39 +00:00
oej 7f1e332eb9 From now on, apply maxexpiry and minexpiry to all subscriptions. Thanks to fourcheeze in the IRC channel
for pointing this out.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8642 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-25 12:01:07 +00:00
oej 295fbee42e Make it clear that caller ID in sip.conf is used only on incoming calls (inspired by bug #6183)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8554 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24 18:15:20 +00:00
mogorman dd0de59245 changed some settings to app_args and some code
cleaning patch 6267


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8495 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23 17:23:22 +00:00
mattf c9fafda4b1 Fix comments in sip.conf (#6134)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8359 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20 23:19:49 +00:00
mattf 5e7c6c9e09 Update config. Apprently default doesn't always work now.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8345 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20 18:17:46 +00:00
oej 660f427e65 - Add DOC file about caller ID presentation values
- Add callingpres to sip.conf
- Add reference to README.callingpres from zapata.conf


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8336 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20 14:32:30 +00:00
oej 1aabf33033 Add support for "musicclass" instead of "musiconhold" to make chan_zap compatible
with other channels.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8300 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-19 22:41:55 +00:00
tilghman 2928785b7d Bug 5090 - sample configuration for udptl packets
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8102 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-16 18:05:19 +00:00
mattf c96bf629db Add mission options to agents.conf sample file (#6234)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8072 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-14 16:18:03 +00:00
mogorman 61820f0d59 added feature for pausing and unpausing the
monitor app from manager and in the call through
features.conf bug 5395 for the patch


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8070 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-14 00:32:30 +00:00
bweschke 5af8c4e9eb Implement the autologoffunavail option in chan_agent (#6038 with some minor mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8063 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13 18:23:30 +00:00
mogorman d1792564f7 added two new features to meetme, autofill and
autopause.  thanks twisted from 5577


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8060 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13 17:39:56 +00:00
mogorman bb937ba384 forgot to take out createlink sample along with
other part.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8042 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13 02:34:10 +00:00
mogorman 19b72c2cb8 Added option for limiting a user from logging in
as multiple agents at same time. bug 6046 thanks
ppyy


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8021 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 19:07:18 +00:00
mogorman 44fc546afb added page macro examples from 6077 with minor typo
fixes.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8001 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 06:43:24 +00:00
tilghman b94831a7c3 Merged revisions 7999 via svnmerge from
/branches/1.2


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8000 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 06:15:56 +00:00
mattf 40c02477e7 Make sure to update the config file for chan_zap to include japanese caller id
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7946 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-10 21:13:18 +00:00
mogorman 1af231176b added small feature from bug 5682 with one typo fix.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7865 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-08 00:25:31 +00:00
oej 762e166239 - Remove "incominglimit" as a configuration option in sip.conf
- Add documentation on call-limit, explaining that there's two counters
  for a type="friend". 
- Document the removval of "incominglimit" in UPGRADE.txt



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7775 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-04 09:10:56 +00:00
kpfleming c3ba2e2855 add optional timestamps to manager events (issue #5535, simplified)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7750 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-03 22:07:12 +00:00
oej 64199b5f31 Bug 5345; Add configuration option for minimum registration time. (folsson)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7731 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-03 11:21:48 +00:00
tilghman 3472d69fa7 Bug 5854 - Allow quotation of the second field in extconfig, for the purpose of including commas (for LDAP configuration)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7647 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27 06:42:29 +00:00
tilghman c12493b765 Add SQL_ESC to allow single ticks to be escaped
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7642 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27 02:02:23 +00:00
jdixon 262e9759c4 Added support for Feature Group C CAMA trunks (both DP and MF), and support
for Feature Group D Tamdem trunks inbound (outbound was already there)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7636 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26 20:01:35 +00:00
russell eed0c9f016 Merged revisions 7599 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7599 | russell | 2005-12-22 15:36:47 -0500 (Thu, 22 Dec 2005) | 3 lines

revert changes to videosupport to allow per-peer setting, since it isn't quite
complete and there is not an obvious fix at this point

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7600 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22 20:38:43 +00:00
tilghman 4ca4b36d90 Bug 5055 - Simple SQL commands from the dialplan
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7576 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21 18:43:10 +00:00
russell 5eaf407bf4 move heading to the top of the file
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7574 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21 16:36:48 +00:00
jdixon 4035176765 Added docs for new features (duplex mode & tailmessages)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7567 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20 23:53:26 +00:00
crichter ff7c3adedd updated the documentation and the sample config to meet the present
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7446 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-12 22:26:35 +00:00