summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/line.cpp2
-rw-r--r--src/userintf.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/line.cpp b/src/line.cpp
index 1c1de17..a5f1b31 100644
--- a/src/line.cpp
+++ b/src/line.cpp
@@ -700,7 +700,7 @@ void t_line::reject(void) {
stop_timer(LTMR_NO_ANSWER);
try {
- active_dialog->reject(R_603_DECLINE);
+ active_dialog->reject(R_486_BUSY_HERE);
}
catch (t_exception x) {
// TODO: there is no call to reject
diff --git a/src/userintf.cpp b/src/userintf.cpp
index 1fec547..f75a140 100644
--- a/src/userintf.cpp
+++ b/src/userintf.cpp
@@ -1565,7 +1565,7 @@ void t_userintf::do_help(const list<t_command_arg> &al) {
cout << "Usage:\n";
cout << "\treject\n";
cout << "Description:\n";
- cout << "\tReject an incoming call. A 603 Decline response\n";
+ cout << "\tReject an incoming call. A 486 Busy Here response\n";
cout << "\twill be sent.\n";
cout << endl;