summaryrefslogtreecommitdiffstats
path: root/joinpbx.cpp
diff options
context:
space:
mode:
authorAndreas Eversberg2009-12-25 14:53:09 +0100
committerAndreas Eversberg2009-12-25 14:53:09 +0100
commit1da71caff97a56350c994bc7b4ecdd523b1a8e60 (patch)
treee819b805e439356a80867d5c76a7e00aad98022b /joinpbx.cpp
parentFixed some minor bug. Also fixed problem with double setup for internal exten... (diff)
downloadlcr-1da71caff97a56350c994bc7b4ecdd523b1a8e60.tar.gz
lcr-1da71caff97a56350c994bc7b4ecdd523b1a8e60.tar.xz
lcr-1da71caff97a56350c994bc7b4ecdd523b1a8e60.zip
A fix belonging to the last commit.
modified: joinpbx.cpp
Diffstat (limited to 'joinpbx.cpp')
-rw-r--r--joinpbx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/joinpbx.cpp b/joinpbx.cpp
index 5bad026..d3640b1 100644
--- a/joinpbx.cpp
+++ b/joinpbx.cpp
@@ -871,7 +871,7 @@ void JoinPBX::message_epoint(unsigned int epoint_id, int message_type, union par
}
break;
}
- if (out_setup(epoint_id, message_type, param, NULL, NULL))
+ if (out_setup(epoint_id, message_type, param, param->setup.dialinginfo.id, param->setup.dialinginfo.keypad))
return; // join destroyed
break;