aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_rpt.c
AgeCommit message (Collapse)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.0.2@7221 ↵kpfleming1-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-13Fixed minor issue in app_rpt(). Allows it to work better with many Linux ↵jim1-3/+3
distributions git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3768 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-22Fixed timing race with thread creation in app_rpt.c, and added settablejim1-4/+25
delays and such in config file. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3632 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-21Made some what turned out to be several changes to allow for radio channelsjim1-37/+185
to be handled properly in the case of an Alarm state on their span. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3631 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-16Fixed remote base audio problem (where 2 different interfaces are in use) andjim1-13/+38
allow for non-rbi remotes and rbi remotes to co-exist on same system git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3610 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-08Merge BSD stack size work (bug #2067)markster1-5/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3596 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-14Merge rgagnon's pedantic string changes (apps n-z) (bug #2038)markster1-31/+31
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3429 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-14Made changes to app_rpt.c and rpt.conf, including fully user-definable DTMFjim1-773/+1593
command definitions, and an improved ID methodology. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3426 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-29More improvements to app_rpt.cjim1-45/+141
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3338 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-27Added 'polite ID' concept in app_rpt.c and fixed a couple of silly telemetry ↵jim1-13/+66
issues. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3326 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-26Fixed autopatch so that it would take digits from link peer.jim1-4/+23
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3322 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-26Fixed a couple of silly things that I overlooked before :-)jim1-21/+80
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3320 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-26Added support for Doug Hall RBI-1 Remote base controller, memory channels forjim1-13/+634
remote bases, and updated the rpt.conf doc a little bit. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3318 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-25Fixed problems with multiple links and added timeout messagejim1-29/+159
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3305 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-23Fixed bug in remote base part of app_rpt, and updated rpt.conf.sample tojim1-3/+3
reflect new changes in operation. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3285 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ↵citats1-1/+0
instead (except in asterisk/lock.h). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3277 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch ↵markster1-0/+3
still pending) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3273 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-21Majorly updated app_rpt.c allowing linking of repeaters/remote bases using ↵jim1-474/+1369
(IAX2) and supporting remote base nodes as well (also added visual documentation in rpt_flow.pdf) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3252 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-04Enhancements for zaptel+bsd (bug #1781)markster1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3143 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-31Complete re-vamp of Radio Repeater application (app_rpt) and VERY minor ↵jim1-29/+529
changes in chan_zap (to allow pseudo-channels to work properly (finally!)) and in dsp.c to allow for super-relaxed DTMF decoding which radio systems need to function properly. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3117 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-07Remove extra argument from ast_set_*_format callscitats1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2656 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-27More read/write lock fixes in various modulescitats1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2574 f38db490-d61c-443f-a65b-d21fe96a405b
2002-12-08Version 0.3.0 from FTPmarkster1-0/+742
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@565 f38db490-d61c-443f-a65b-d21fe96a405b