lcr.git
13 years agoRemoved the lock-debugging for chan_lcr.
Andreas Eversberg [Wed, 21 Jul 2010 09:27:58 +0000 (11:27 +0200)]
Removed the lock-debugging for chan_lcr.

Apply reverse for future debugging.

modified:   chan_lcr.c
modified:   select.c

13 years agoFixed API and incomming calls from Osmocom-BB.
Andreas Eversberg [Mon, 19 Jul 2010 11:31:25 +0000 (11:31 +0000)]
Fixed API and incomming calls from Osmocom-BB.

13 years agoAnother test patch.
Andreas Eversberg [Fri, 9 Jul 2010 09:53:46 +0000 (11:53 +0200)]
Another test patch.

13 years agoSince this banch only is for debugging the chan_lcr deadlock problem, i will commit...
Andreas Eversberg [Thu, 8 Jul 2010 07:47:08 +0000 (09:47 +0200)]
Since this banch only is for debugging the chan_lcr deadlock problem, i will commit from now on without comments.

13 years agoAnother "trylock" test.
Andreas Eversberg [Wed, 7 Jul 2010 07:14:21 +0000 (09:14 +0200)]
Another "trylock" test.

13 years agoThe "trylock" test patch.
Andreas Eversberg [Tue, 6 Jul 2010 15:53:21 +0000 (17:53 +0200)]
The "trylock" test patch.

13 years agoDisabled log_ast and replaced it by simple printf.
Andreas Eversberg [Mon, 5 Jul 2010 07:42:53 +0000 (09:42 +0200)]
Disabled log_ast and replaced it by simple printf.

13 years agoHopefully fixed the double log bug that causes so much trouble.
Andreas Eversberg [Wed, 30 Jun 2010 09:48:11 +0000 (11:48 +0200)]
Hopefully fixed the double log bug that causes so much trouble.

13 years agoMore debug.
Andreas Eversberg [Thu, 24 Jun 2010 07:23:27 +0000 (09:23 +0200)]
More debug.

13 years agoMore debug
Andreas Eversberg [Tue, 22 Jun 2010 07:47:56 +0000 (09:47 +0200)]
More debug

13 years agoDebugging select loop. Here the process freezes.
Andreas Eversberg [Thu, 17 Jun 2010 14:26:16 +0000 (16:26 +0200)]
Debugging select loop. Here the process freezes.

13 years agoFixed call forwarding after no response. Instread of dialing the old extension
Andreas Eversberg [Mon, 14 Jun 2010 16:32:15 +0000 (18:32 +0200)]
Fixed call forwarding after no response. Instread of dialing the old extension
again, the forwarding number is dialed after timeout.

modified:   apppbx.cpp
modified:   apppbx.h
modified:   socket_server.c

13 years agoFixed call forwarding after no response. Instread of dialing the old extension
Andreas Eversberg [Mon, 14 Jun 2010 16:32:15 +0000 (18:32 +0200)]
Fixed call forwarding after no response. Instread of dialing the old extension
again, the forwarding number is dialed after timeout.

modified:   apppbx.cpp
modified:   apppbx.h
modified:   socket_server.c

13 years agoAdded more detailed debugging for the locking problem.
Andreas Eversberg [Mon, 14 Jun 2010 10:31:52 +0000 (12:31 +0200)]
Added more detailed debugging for the locking problem.

13 years agoAdded additional debug logging to lcr_read.
Andreas Eversberg [Wed, 9 Jun 2010 07:58:34 +0000 (09:58 +0200)]
Added additional debug logging to lcr_read.

13 years agoRemoved LF from debug code.
Andreas Eversberg [Wed, 9 Jun 2010 07:37:28 +0000 (09:37 +0200)]
Removed LF from debug code.

13 years agoUpdated debugging patch.
Andreas Eversberg [Tue, 8 Jun 2010 14:33:00 +0000 (16:33 +0200)]
Updated debugging patch.

13 years agoTest patch #1 for chan_lcr, to debug the Asterisk freeze problem.
Andreas Eversberg [Fri, 4 Jun 2010 08:27:17 +0000 (10:27 +0200)]
Test patch #1 for chan_lcr, to debug the Asterisk freeze problem.

13 years agoAdded detection of tone_zone_sound structure name. Thanx to Janis for this
Andreas Eversberg [Thu, 3 Jun 2010 09:20:48 +0000 (11:20 +0200)]
Added detection of tone_zone_sound structure name. Thanx to Janis for this
patch.

modified:   Makefile.am
modified:   Makefile.in
modified:   configure
modified:   configure.ac

13 years agoTested and fixed the new OpenBSC API.
Andreas Eversberg [Sun, 30 May 2010 13:54:28 +0000 (15:54 +0200)]
Tested and fixed the new OpenBSC API.
modified:   Makefile.in
modified:   config.h.in
modified:   configure
modified:   gsm_bs.cpp

13 years agoSplitted GSM support into BS (network) and MS (mobile) part.
Andreas Eversberg [Mon, 31 May 2010 16:45:02 +0000 (18:45 +0200)]
Splitted GSM support into BS (network) and MS (mobile) part.

13 years agoFixed LCR to work with the current API of OpenBSC.
Andreas Eversberg [Mon, 31 May 2010 06:44:30 +0000 (08:44 +0200)]
Fixed LCR to work with the current API of OpenBSC.

modified:   Makefile.am
modified:   Makefile.in
modified:   README
modified:   gsm.cpp

13 years agoAdded patch to play ringing tone when connected but the call is forwarded
Andreas Eversberg [Fri, 28 May 2010 06:36:00 +0000 (08:36 +0200)]
Added patch to play ringing tone when connected but the call is forwarded
and ringing again. Thanx to Jacek for this patch.

13 years agoFix for redirection number. Thanx to Dennis for this bugfix.
Andreas Eversberg [Fri, 28 May 2010 06:19:30 +0000 (08:19 +0200)]
Fix for redirection number. Thanx to Dennis for this bugfix.
I changed it a bit, so the redirection number is converted from
national/international format into numerical format. (adding prefixes)

If there is still a problem with it, let me know.

13 years agoAdded Progress messages. (receive only)
Andreas Eversberg [Sun, 23 May 2010 11:46:26 +0000 (13:46 +0200)]
Added Progress messages. (receive only)

13 years agoFixed forwarding of sending-complete information.
Andreas Eversberg [Thu, 20 May 2010 03:54:59 +0000 (05:54 +0200)]
Fixed forwarding of sending-complete information.

modified:   Makefile.in
modified:   README
modified:   action.cpp
modified:   apppbx.cpp

13 years agoFixes a locking bug in chan_lcr. Thanx to WIMPy for that report.
Andreas Eversberg [Fri, 30 Apr 2010 11:29:15 +0000 (13:29 +0200)]
Fixes a locking bug in chan_lcr. Thanx to WIMPy for that report.

modified:   chan_lcr.c

14 years agofix last remnant of "extern" vs. incorrect "external" confusion, correct spelling
Andreas Eversberg [Tue, 6 Apr 2010 13:23:23 +0000 (15:23 +0200)]
fix last remnant of "extern" vs. incorrect "external" confusion, correct spelling

Patch against current git.

Signed-off-by: Andreas Mohr <andi@lisas.de>
Signed-off-by: Andreas Eversberg <jolly@eversberg.eu>
14 years agoAdd .gitignore
Karsten Keil [Thu, 25 Mar 2010 13:04:08 +0000 (14:04 +0100)]
Add .gitignore

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
14 years agoRevert "Add .gitignore"
Karsten Keil [Thu, 25 Mar 2010 13:06:52 +0000 (14:06 +0100)]
Revert "Add .gitignore"

Only .gitignore should be updated

This reverts commit 51655a18970b6117e6102f6ca7541b53fb6f568e.

14 years agoAdd .gitignore
Karsten Keil [Thu, 25 Mar 2010 13:04:08 +0000 (14:04 +0100)]
Add .gitignore

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
14 years agoJust a small bug fix: Extension matching will be performed by extension's number...
Andreas Eversberg [Wed, 24 Mar 2010 22:05:01 +0000 (23:05 +0100)]
Just a small bug fix: Extension matching will be performed by extension's number, not by their name.

I really don't know why there is suddenly this bug. Earlier versions did this correctly.

14 years agoBugreport by Christian:
Andreas Eversberg [Tue, 23 Mar 2010 08:42:54 +0000 (09:42 +0100)]
Bugreport by Christian:

gsm.cpp: In member function .void Pgsm::bchannel_send(unsigned int,
unsigned int, unsigned char*, int).:
gsm.cpp:249: error: overloaded function with no contextual type
information
make[1]: *** [gsm.o] Error 1

I hope that this will fix the compiler problem.

14 years agoMerge branch 'develop'
Andreas Eversberg [Thu, 18 Mar 2010 08:18:27 +0000 (09:18 +0100)]
Merge branch 'develop'

14 years agoUpdate of README
Andreas Eversberg [Thu, 18 Mar 2010 08:17:34 +0000 (09:17 +0100)]
Update of README

14 years agoFix NULL pointer audio frame problem.
Andreas Eversberg [Thu, 18 Mar 2010 08:13:38 +0000 (09:13 +0100)]
Fix NULL pointer audio frame problem.

The problem occurred when IAX protocol sends silence frame.

Thanx to Peter for finding the problem and providing patch.

14 years agoAdded 'polling' option to options.conf.
Andreas Eversberg [Wed, 17 Mar 2010 09:43:04 +0000 (10:43 +0100)]
Added 'polling' option to options.conf.

This is usefull to test if select loop causes problems and does not wake
when it is required. If lcr seems not to wake up, try using 'polling' to
disable select timer and use polling instead.

14 years agoFixed output problems of error messages while parsing options.conf / gsm.conf.
Andreas Eversberg [Wed, 17 Mar 2010 07:31:07 +0000 (08:31 +0100)]
Fixed output problems of error messages while parsing options.conf / gsm.conf.

modified:   Makefile.in
modified:   bchannel.c
modified:   chan_lcr.c
modified:   genext.c
modified:   gsm.cpp
modified:   gsm.h
modified:   gsm_conf.c
modified:   lcradmin.c
modified:   main.c
modified:   options.c
modified:   options.h

14 years agoFixed includes to latest mISDNuser structures.
Andreas Eversberg [Thu, 11 Mar 2010 15:27:28 +0000 (16:27 +0100)]
Fixed includes to latest mISDNuser structures.

modified:   Makefile.am
modified:   Makefile.in
modified:   README
modified:   bchannel.c
modified:   dss1.cpp
modified:   mISDN.cpp
modified:   main.h

14 years agoFixed compiler warnings when compiling with gcc 4.3.4.
Andreas Eversberg [Thu, 11 Mar 2010 13:07:20 +0000 (14:07 +0100)]
Fixed compiler warnings when compiling with gcc 4.3.4.
Fixed names of moved include files (OpenBSC).

modified:   Makefile.am
modified:   Makefile.in
modified:   README
modified:   chan_lcr.c
modified:   configure
modified:   configure.ac
modified:   genrc.c
modified:   gentones.c
modified:   genwave.c
modified:   gsm.cpp
modified:   mISDN.cpp
modified:   main.c
modified:   port.cpp
modified:   tones.c
modified:   trace.c

14 years agoregister_fd() bugfix.
Andreas Eversberg [Sat, 30 Jan 2010 10:59:07 +0000 (11:59 +0100)]
register_fd() bugfix.

14 years ago- Fixed HLC (higher layer capability) modification to LCR routing.
Andreas Eversberg [Sun, 24 Jan 2010 18:41:32 +0000 (19:41 +0100)]
- Fixed HLC (higher layer capability) modification to LCR routing.
- Fixed chan_lcr fax queue buffer. Added LCR_TRANSFERCAPABILITY environment.

-> use options "n:t:q250" for sending/receiving faxes with asterisk and chan_lcr.

modified:   README
modified:   action.cpp
modified:   bchannel.c
modified:   chan_lcr.c
modified:   route.c
modified:   route.h

14 years agoAdded queue buffer for chan_lcr sending faxes without interruption.
Andreas Eversberg [Sun, 24 Jan 2010 13:22:34 +0000 (14:22 +0100)]
Added queue buffer for chan_lcr sending faxes without interruption.

Use options "t:q250" for disabling mISDN_dsp and adding a 250ms delay.

modified:   README
modified:   bchannel.c
modified:   bchannel.h
modified:   chan_lcr.c
modified:   chan_lcr.h
modified:   select.c

14 years agoAdded "release" action and timeout to "execute" action.
Andreas Eversberg [Sat, 16 Jan 2010 10:42:46 +0000 (11:42 +0100)]
Added "release" action and timeout to "execute" action.

modified:   README
modified:   action.cpp
modified:   apppbx.cpp
modified:   apppbx.h
modified:   dss1.cpp
modified:   mISDN.cpp
modified:   message.h
modified:   route.c
modified:   route.h
modified:   socket_server.c

14 years ago new file: checkout-branch.sh
Andreas Eversberg [Sat, 16 Jan 2010 10:30:15 +0000 (11:30 +0100)]
new file:   checkout-branch.sh

14 years ago new file: checkout-branch.sh
Andreas Eversberg [Sat, 16 Jan 2010 10:30:15 +0000 (11:30 +0100)]
new file:   checkout-branch.sh

14 years agoReplaced polling loop for LCR and chan_lcr with select based event loop.
Andreas Eversberg [Sat, 16 Jan 2010 10:20:23 +0000 (11:20 +0100)]
Replaced polling loop for LCR and chan_lcr with select based event loop.

Now LCR and chan_lcr will not use any CPU until there is work to do.

14 years agoAdded new option to interface.conf: "nonotify" to disable notify messages.
Andreas Eversberg [Fri, 15 Jan 2010 20:55:25 +0000 (21:55 +0100)]
Added new option to interface.conf: "nonotify" to disable notify messages.

modified:   README
modified:   dss1.cpp
modified:   interface.c
modified:   interface.h
modified:   mISDN.cpp
modified:   mISDN.h

14 years agoNew version 1.7
Andreas Eversberg [Fri, 15 Jan 2010 20:50:35 +0000 (21:50 +0100)]
New version 1.7

modified:   Makefile.in
modified:   README
modified:   configure
modified:   configure.ac

14 years agoTest fix for lcr and dtmf.
Andreas Eversberg [Fri, 15 Jan 2010 20:28:33 +0000 (21:28 +0100)]
Test fix for lcr and dtmf.

modified:   chan_lcr.c

14 years agoHarald provided this patch to fix reload of interface.conf without segfault.
Andreas Eversberg [Mon, 4 Jan 2010 18:20:06 +0000 (19:20 +0100)]
Harald provided this patch to fix reload of interface.conf without segfault.

14 years agoNotifies are now received from GSM phones.
Andreas Eversberg [Mon, 4 Jan 2010 18:19:12 +0000 (19:19 +0100)]
Notifies are now received from GSM phones.

14 years agoHarald provided us with this fix for the current OpenBSC API.
Andreas Eversberg [Mon, 4 Jan 2010 18:17:27 +0000 (19:17 +0100)]
Harald provided us with this fix for the current OpenBSC API.

debug_target arg is required for debug parsing.

14 years agoCorrected debug values for GSM port type.
Andreas Eversberg [Mon, 4 Jan 2010 18:16:05 +0000 (19:16 +0100)]
Corrected debug values for GSM port type.

14 years agoFixed dialing of national or international number type. (Used for GSM)
Andreas Eversberg [Mon, 4 Jan 2010 18:13:40 +0000 (19:13 +0100)]
Fixed dialing of national or international number type. (Used for GSM)

14 years agoA fix belonging to the last commit.
Andreas Eversberg [Fri, 25 Dec 2009 13:53:09 +0000 (14:53 +0100)]
A fix belonging to the last commit.

modified:   joinpbx.cpp

14 years agoFixed some minor bug. Also fixed problem with double setup for internal extensions.
Andreas Eversberg [Fri, 25 Dec 2009 13:38:42 +0000 (14:38 +0100)]
Fixed some minor bug. Also fixed problem with double setup for internal extensions.

modified:   gsm.cpp
modified:   joinpbx.cpp
modified:   ss5.cpp

14 years agoMake LCR run with OpenBSC main branch.
Andreas Eversberg [Sun, 20 Dec 2009 21:12:01 +0000 (22:12 +0100)]
Make LCR run with OpenBSC main branch.

modified:   default/gsm.conf
modified:   gsm.cpp
modified:   gsm_conf.c

14 years agoMerge branch 'master' of ssh://jolly@www.mISDN.org/var/git/lcr
Andreas Eversberg [Sun, 20 Dec 2009 17:55:56 +0000 (18:55 +0100)]
Merge branch 'master' of ssh://jolly@mISDN.org/var/git/lcr

14 years agoMake LCR work with the current openbsc lcr_rtp branch. (soon merged with master branch)
Andreas Eversberg [Sun, 20 Dec 2009 17:55:03 +0000 (18:55 +0100)]
Make LCR work with the current openbsc lcr_rtp branch. (soon merged with master branch)

Minor fix in ss5.cpp.

14 years agoAdded protection against false tone detection.
Andreas Eversberg [Sun, 13 Dec 2009 13:06:01 +0000 (14:06 +0100)]
Added protection against false tone detection.

modified:   ss5.cpp
modified:   ss5.h

14 years agoAdded keypad forwarding, keypad parameter, chan_lcr keypad option 'k'.
Andreas Eversberg [Tue, 27 Oct 2009 07:02:16 +0000 (08:02 +0100)]
Added keypad forwarding, keypad parameter, chan_lcr keypad option 'k'.

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

14 years agoMerge branch 'master' of ssh://jolly@www.mISDN.org/var/git/lcr
Andreas Eversberg [Tue, 27 Oct 2009 06:56:59 +0000 (07:56 +0100)]
Merge branch 'master' of ssh://jolly@mISDN.org/var/git/lcr

Conflicts:
README

14 years agoFixes and improves parsing of config file.
Andreas Eversberg [Tue, 27 Oct 2009 06:53:27 +0000 (07:53 +0100)]
Fixes and improves parsing of config file.

Last character of unterminated line was ignored.

Minor bug fix in 2600 Hz pulse dialing.

modified:   README
modified:   action_vbox.cpp
modified:   crypt.cpp
modified:   extension.c
modified:   gsm_conf.c
modified:   interface.c
modified:   macro.h
modified:   route.c
modified:   ss5.cpp
modified:   ss5.h

14 years agoadded owner / group options to options.conf
Peter Schlaile [Thu, 8 Oct 2009 08:36:06 +0000 (10:36 +0200)]
added owner / group options to options.conf
makes the usual setup LCR running as "root" and asterisk running as "asterisk"
easier to configure.

14 years agoDon't detect tones for SS5, if the minimum noise level is not reached.
Andreas Eversberg [Wed, 7 Oct 2009 16:52:04 +0000 (18:52 +0200)]
Don't detect tones for SS5, if the minimum noise level is not reached.
This reduces CPU load on idle channels.

modified:   ss5_decode.c

14 years agoMerge branch 'master' of ssh://jolly@www.mISDN.org/var/git/lcr
Andreas Eversberg [Wed, 7 Oct 2009 16:51:54 +0000 (18:51 +0200)]
Merge branch 'master' of ssh://jolly@mISDN.org/var/git/lcr

14 years agoDon't send busy tone after clear-back (ss5).
Andreas Eversberg [Wed, 7 Oct 2009 16:47:53 +0000 (18:47 +0200)]
Don't send busy tone after clear-back (ss5).

modified:   ss5.cpp

14 years agoFirst import of debian subdir
Joerg Dorchain [Sat, 3 Oct 2009 08:37:00 +0000 (10:37 +0200)]
First import of debian subdir

This adds the necessary stuff to just do a dpkg-buildpackage in
the source directory and get a debian package.

Todo:
- Get rid of the configure_warning patch

14 years agoFixed minor release BUG in SS5. Added comfort noise.
Andreas Eversberg [Wed, 30 Sep 2009 17:02:45 +0000 (19:02 +0200)]
Fixed minor release BUG in SS5. Added comfort noise.

modified:   ss5.cpp

14 years agoFixed detection of Code 11 (CCITT#5).
Andreas Eversberg [Wed, 30 Sep 2009 12:29:17 +0000 (14:29 +0200)]
Fixed detection of Code 11 (CCITT#5).

modified:   ss5.cpp
modified:   ss5_decode.c

14 years agoFixed bug when closing mISDN port.
Andreas Eversberg [Wed, 30 Sep 2009 12:23:23 +0000 (14:23 +0200)]
Fixed bug when closing mISDN port.

modified:   mISDN.cpp

14 years agoAdded support for signalling system no. 5.
Andreas Eversberg [Sat, 26 Sep 2009 11:20:29 +0000 (13:20 +0200)]
Added support for signalling system no. 5.

More infos will follow on the isdn4linux mailing list.

modified:   Makefile.am
modified:   Makefile.in
modified:   README
modified:   apppbx.cpp
modified:   configure
modified:   configure.ac
modified:   default/options.conf
modified:   dss1.cpp
modified:   ie.cpp
modified:   interface.c
modified:   interface.h
modified:   lcradmin.c
modified:   lcrsocket.h
modified:   mISDN.cpp
modified:   mISDN.h
modified:   main.c
modified:   main.h
modified:   port.h
modified:   socket_server.c
new file:   ss5.cpp
new file:   ss5.h
new file:   ss5_decode.c
new file:   ss5_decode.h
new file:   ss5_encode.c
new file:   ss5_encode.h

14 years agoSome minor corrections on default/interface.conf
Andreas Eversberg [Wed, 23 Sep 2009 08:14:02 +0000 (10:14 +0200)]
Some minor corrections on default/interface.conf

14 years agoAdded 'extern' flag to interface.conf.
Andreas Eversberg [Wed, 23 Sep 2009 08:07:00 +0000 (10:07 +0200)]
Added 'extern' flag to interface.conf.

If no specific interface is given for the 'extern' rule in the
routing.conf, or if call is forwarded (settings), then only
interfaces marked with 'extern' flag are used.
You need to set this flag when upgrading to this version. See
default/interface.conf for hint.

modified:   README
modified:   apppbx.cpp
modified:   default/interface.conf
modified:   interface.c
modified:   interface.h

14 years agoFixed bad bug in joining calls. Please update, if you have changed to version 1.6.
Andreas Eversberg [Sun, 6 Sep 2009 19:49:53 +0000 (21:49 +0200)]
Fixed bad bug in joining calls. Please update, if you have changed to version 1.6.

modified:   README
modified:   joinpbx.cpp

14 years agoNew Version 1.6
root [Sun, 6 Sep 2009 13:36:36 +0000 (15:36 +0200)]
New Version 1.6
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

14 years agoMinor fix: chan_lcr will now go into RING state if remote channel is RINGING.
root [Fri, 4 Sep 2009 08:52:32 +0000 (10:52 +0200)]
Minor fix: chan_lcr will now go into RING state if remote channel is RINGING.

modified:   chan_lcr.c

14 years agoAdded patch by Kai Peter for completing screening indicator. Thanx for that!
root [Fri, 4 Sep 2009 08:26:10 +0000 (10:26 +0200)]
Added patch by Kai Peter for completing screening indicator. Thanx for that!

modified:   README
modified:   dss1.cpp
modified:   message.h

14 years agoLCR now compiles with current version of OpenBSC.
root [Sun, 23 Aug 2009 12:58:21 +0000 (14:58 +0200)]
LCR now compiles with current version of OpenBSC.
No more patch is required, just link openbsc directory to LCR source directory and run "configure":
cd lcr
ln -s path_to_openbsc/openbsc .

modified:   Makefile.am
modified:   Makefile.in
deleted:    bootstrap.c
deleted:    bootstrap.h
modified:   configure
modified:   configure.ac
modified:   default/gsm.conf
modified:   gsm.cpp
modified:   gsm.h
modified:   gsm_conf.c

14 years agoMinor fix in display facility.
root [Sat, 15 Aug 2009 20:13:02 +0000 (22:13 +0200)]
Minor fix in display facility.

modified:   dss1.cpp

14 years agoSource cleanup.
root [Sun, 5 Jul 2009 20:14:21 +0000 (22:14 +0200)]
Source cleanup.

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

14 years agoChanged GSM api to current development tree of OpenBSC.
root [Sun, 5 Jul 2009 19:40:54 +0000 (21:40 +0200)]
Changed GSM api to current development tree of OpenBSC.

Removed obsolete (never finisshed) installation wizzard.

modified:   bootstrap.c
modified:   default/gsm.conf
deleted:    wizzard.c

14 years agoApplied changes of OpenBSC main branch. LCR now works with OpenBSC main branch.
root [Sun, 28 Jun 2009 15:29:07 +0000 (17:29 +0200)]
Applied changes of OpenBSC main branch. LCR now works with OpenBSC main branch.

modified:   README
modified:   bootstrap.c
modified:   bootstrap.h
modified:   gsm.cpp
modified:   gsm.h
modified:   gsm_conf.c
modified:   mISDN.cpp

14 years agoAdded GSM IMSI dialing by using dialing "imsi-<number>".
root [Thu, 18 Jun 2009 08:06:31 +0000 (10:06 +0200)]
Added GSM IMSI dialing by using dialing "imsi-<number>".
Applied API change of OpenBSC.

modified:   Makefile.am
modified:   Makefile.in
modified:   README
modified:   bootstrap.c
modified:   default/gsm.conf
modified:   dss1.cpp
modified:   gsm.cpp
modified:   gsm_audio.c
modified:   gsm_conf.c
modified:   interface.c

14 years agogsm improvements
Andreas Eversberg [Sat, 6 Jun 2009 21:46:21 +0000 (23:46 +0200)]
gsm improvements
code cleanup

modified:   README
modified:   action.cpp
modified:   action_efi.cpp
modified:   action_vbox.cpp
modified:   alawulaw.c
modified:   bchannel.c
modified:   bootstrap.c
modified:   callerid.c
modified:   cause.c
modified:   chan_lcr.c
modified:   default/gsm.conf
modified:   dss1.cpp
modified:   gsm.cpp
modified:   gsm.h
modified:   gsm_conf.c
modified:   message.h

14 years agoFixed disabling of DTMF using 'n' option of chan_lcr.
Andreas Eversberg [Thu, 21 May 2009 17:11:39 +0000 (19:11 +0200)]
Fixed disabling of DTMF using 'n' option of chan_lcr.

Please enter the commit message for your changes.
modified:   README
modified:   apppbx.cpp
modified:   bchannel.c
modified:   chan_lcr.c
modified:   chan_lcr.h

14 years agoOpenBSC API change.
Andreas Eversberg [Thu, 21 May 2009 11:24:38 +0000 (13:24 +0200)]
OpenBSC API change.

modified:   README
modified:   bootstrap.c
modified:   bootstrap.h
modified:   default/gsm.conf
modified:   gsm.cpp
modified:   gsm_conf.c

14 years ago- Debug option now works for GSM.
Andreas Eversberg [Sun, 17 May 2009 14:06:26 +0000 (16:06 +0200)]
- Debug option now works for GSM.
- Fixed some GSM information elements.

modified:   README
modified:   default/interface.conf
modified:   gsm.cpp

14 years agoRestructured tones_dir, added tones_dir to interface.conf
Andreas Eversberg [Thu, 14 May 2009 18:31:43 +0000 (20:31 +0200)]
Restructured tones_dir, added tones_dir to interface.conf
Code cleanup..

modified:   README
modified:   apppbx.cpp
modified:   default/interface.conf
modified:   default/options.conf
modified:   dss1.cpp
modified:   extension.c
modified:   gsm.cpp
modified:   interface.c
modified:   interface.h
modified:   mISDN.cpp
modified:   options.c
modified:   options.h
modified:   port.cpp

14 years agoAdded GSM network support.
Andreas Eversberg [Mon, 11 May 2009 09:07:58 +0000 (11:07 +0200)]
Added GSM network support.

This turns LCR into a GSM mobile switching center.
More infos will follow.

15 years agoApplied patch by Daniel: "execute"-action can now be performed on call init or on...
Andreas Eversberg [Mon, 6 Apr 2009 18:20:09 +0000 (20:20 +0200)]
Applied patch by Daniel: "execute"-action can now be performed on call init or on call hangup. A special parameter allows that.
-> Forking of executed program is now performed without getting zombie process.

modified:   README
modified:   action.cpp
modified:   apppbx.h
modified:   route.c
modified:   route.h

15 years agoMini-Fix: don't read settings, where not required.
Andreas Eversberg [Sun, 5 Apr 2009 11:22:32 +0000 (13:22 +0200)]
Mini-Fix: don't read settings, where not required.

15 years agoAdded display of current active TEI values (L2) at lcradmin.
Andreas Eversberg [Sun, 5 Apr 2009 10:52:24 +0000 (12:52 +0200)]
Added display of current active TEI values (L2) at lcradmin.

modified:   README
modified:   lcradmin.c
modified:   lcrsocket.h
modified:   mISDN.cpp
modified:   mISDN.h
modified:   socket_server.c

15 years agoAdded PROGRESS indication in both directions, so early audio is possible.
Andreas Eversberg [Sun, 29 Mar 2009 14:50:25 +0000 (16:50 +0200)]
Added PROGRESS indication in both directions, so early audio is possible.
-> Tones and announcements shall be forwarded.

modified:   README
modified:   chan_lcr.c
modified:   chan_lcr.h

15 years agochan_lcr: fixed compile problems with newer versions of asterisk
Andreas Eversberg [Sun, 29 Mar 2009 11:09:59 +0000 (13:09 +0200)]
chan_lcr: fixed compile problems with newer versions of asterisk

15 years agoAdded layer1 hold feature. Requires new mISDN and mISDNuser package from git.
Andreas Eversberg [Fri, 20 Mar 2009 19:46:25 +0000 (20:46 +0100)]
Added layer1 hold feature. Requires new mISDN and mISDNuser package from git.

modified:   README
modified:   interface.c
modified:   interface.h
modified:   lcradmin.c
modified:   lcrsocket.h
modified:   mISDN.cpp
modified:   mISDN.h
modified:   socket_server.c

15 years agoAdded Notify to NT-mode.
Andreas Eversberg [Fri, 20 Mar 2009 17:47:31 +0000 (18:47 +0100)]
Added Notify to NT-mode.

modified:   README
modified:   dss1.cpp
modified:   dss1.h
modified:   mISDN.cpp
modified:   trace.h

15 years agoCheck if pid file did not open.
Andreas Eversberg [Sun, 15 Mar 2009 09:19:45 +0000 (10:19 +0100)]
Check if pid file did not open.

modified:   main.c

15 years agoFixed dtmf detection of A-D. (thanx to Ralf)
Andreas Eversberg [Sun, 15 Mar 2009 09:15:23 +0000 (10:15 +0100)]
Fixed dtmf detection of A-D. (thanx to Ralf)

modified:   README
modified:   chan_lcr.c