summaryrefslogtreecommitdiffstats
path: root/gsm.cpp
diff options
context:
space:
mode:
authorroot2009-09-06 15:36:36 +0200
committerroot2009-09-06 15:36:36 +0200
commit2188efe2cc9dfb473bf41540960382d7c43b892e (patch)
treea1b5cf3f0146ed9eff7fddecf7a119bc88582059 /gsm.cpp
parentMinor fix: chan_lcr will now go into RING state if remote channel is RINGING. (diff)
downloadlcr-2188efe2cc9dfb473bf41540960382d7c43b892e.tar.gz
lcr-2188efe2cc9dfb473bf41540960382d7c43b892e.tar.xz
lcr-2188efe2cc9dfb473bf41540960382d7c43b892e.zip
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
Diffstat (limited to 'gsm.cpp')
-rw-r--r--gsm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsm.cpp b/gsm.cpp
index 9c19e94..50a8b1d 100644
--- a/gsm.cpp
+++ b/gsm.cpp
@@ -1217,7 +1217,7 @@ void Pgsm::message_notify(unsigned int epoint_id, int message_id, union paramete
struct gsm_mncc *mncc;
int notify;
- printf("if = %d\n", param->notifyinfo.notify);
+// printf("if = %d\n", param->notifyinfo.notify);
if (param->notifyinfo.notify>INFO_NOTIFY_NONE) {
notify = param->notifyinfo.notify & 0x7f;
if (p_state!=PORT_STATE_CONNECT /*&& p_state!=PORT_STATE_IN_PROCEEDING*/ && p_state!=PORT_STATE_IN_ALERTING) {