summaryrefslogtreecommitdiffstats
path: root/joinpbx.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replaced polling loop for LCR and chan_lcr with select based event loop.Andreas Eversberg2010-01-161-30/+19Star
| | | | Now LCR and chan_lcr will not use any CPU until there is work to do.
* A fix belonging to the last commit.Andreas Eversberg2009-12-251-1/+1
| | | | modified: joinpbx.cpp
* Fixed some minor bug. Also fixed problem with double setup for internal ↵Andreas Eversberg2009-12-251-5/+15
| | | | | | | | extensions. modified: gsm.cpp modified: joinpbx.cpp modified: ss5.cpp
* Added keypad forwarding, keypad parameter, chan_lcr keypad option 'k'.Andreas Eversberg2009-10-271-4/+11
| | | | | | | | | | | | | | modified: README modified: action.cpp modified: apppbx.cpp modified: chan_lcr.c modified: chan_lcr.h modified: dss1.cpp modified: joinpbx.cpp modified: joinpbx.h modified: message.h modified: route.c modified: route.h
* Fixed bad bug in joining calls. Please update, if you have changed to ↵Andreas Eversberg2009-09-061-16/+42
| | | | | | | version 1.6. modified: README modified: joinpbx.cpp
* New Version 1.6root2009-09-061-5/+10
| | | | | | | | | | | | | | Fix of conference release bug. Calls can now be forwarded during alerting phase via "*3#". modified: README modified: apppbx.cpp modified: configure modified: configure.ac new file: default/openbsc.cfg modified: dss1.cpp modified: gsm.cpp modified: joinpbx.cpp
* Source cleanup.root2009-07-051-146/+73Star
| | | | | | | | | | | | | | | | | | | | | | | | modified: bootstrap.c modified: cause.c modified: crypt.cpp modified: endpoint.cpp modified: genext.c modified: genrc.c modified: gentones.c modified: genwave.c modified: ie.cpp modified: join.cpp modified: joinpbx.cpp modified: joinremote.cpp modified: lcradmin.c modified: mail.c modified: main.c modified: message.c modified: route.c modified: socket_server.c modified: tones.c modified: trace.c modified: vbox.cpp
* Fix lot of warningsKarsten Keil2008-09-021-1/+1
|
* make compile with gcc 4.* without warnings. (hopefully with all versions)Super User2008-07-291-3/+3
| | | | | | | | | | | modified: Makefile modified: bchannel.c modified: chan_lcr.h modified: extension.c modified: gentones.c modified: genwave.c modified: joinpbx.cpp modified: tones.c
* changed long to int (64 bit system's compatibilty)Super User2008-06-141-5/+5
|
* fix and workSuper User2008-05-251-22/+14Star
| | | | | | | | | | | modified: Makefile modified: action.cpp modified: bchannel.c modified: chan_lcr.c modified: extension.h modified: joinpbx.cpp modified: mISDN.cpp modified: message.h
* some minor fixesSuper User2008-05-121-5/+4Star
| | | | | | | | | modified: dss1.cpp modified: joinpbx.cpp modified: mISDN.cpp modified: port.cpp modified: tones_american/joined.isdn modified: tones_american/left.isdn
* work on chan_lcrSuper User2008-05-011-12/+3Star
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modified: Makefile modified: action.cpp modified: action_efi.cpp modified: action_vbox.cpp modified: apppbx.cpp modified: apppbx.h modified: bchannel.c modified: bchannel.h new file: callerid.c new file: callerid.h modified: chan_lcr.c modified: chan_lcr.h modified: crypt.cpp modified: endpoint.cpp modified: endpointapp.cpp modified: interface.c modified: join.cpp modified: joinpbx.cpp modified: joinremote.cpp modified: mISDN.cpp modified: mail.c modified: main.h modified: message.h modified: port.cpp modified: route.c modified: route.h modified: socket_server.c modified: todo.txt modified: vbox.cpp modified: watch.c
* struct message -> struct lcr_msgSuper User2008-04-251-6/+6
|
* some fixes, check READMESuper User2007-12-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | modified: README modified: action.cpp modified: action_vbox.cpp modified: admin_client.c modified: admin_server.c modified: apppbx.cpp modified: apppbx.h modified: dss1.cpp modified: endpointapp.cpp modified: endpointapp.h modified: interface.c modified: joinpbx.cpp modified: joinremote.cpp modified: mISDN.cpp modified: main.h modified: message.h modified: port.cpp modified: port.h modified: todo.txt modified: tones.c
* some small conference jingle fixesSuper User2007-10-011-1/+7
| | | | changed description of interface in settings.
* fixed multiplexing bug at NT-mode.Super User2007-09-221-1/+1
| | | | this means: multiple telephones now work together on same bus.
* fixes for some join-object-release problemsSuper User2007-09-151-0/+6
|
* added partyline join and leave jingle optionSuper User2007-09-101-1/+1
|
* just backup. (partyline join/release jingle not tested yet, no sound yet)Super User2007-09-101-2/+25
|
* fixed partyline-conference handlingSuper User2007-08-241-28/+51
|
* added exporting/importing bchannel stacks to the remote applicationSuper User2007-08-111-1/+1
|
* fixed crash when receiving notify messagesSuper User2007-07-311-3/+6
| | | | | some other fixes start adding new mISDN api.
* beta phase is reachedSuper User2007-07-291-8/+43
| | | | fixed multiplexing for calls to multiple extensions
* unified socket application interface (for asterisk and maybe other apps)Super User2007-07-261-89/+89
| | | | bugfixes
* alpha phase is open, this means:Super User2007-07-171-0/+967
it compiles! it runs! it calls without known bug yet! comments to jolly@eversberg.eu