Skip to content

Commit

Permalink
tm: updated the reason text for canceled branches after one is answered
Browse files Browse the repository at this point in the history
- change answered elsewhere to call completed elsewhere
- "Call completed elsewhere", RFC3326, defines this as the string to send
- submited by William King <william.king@quentustech.com>, GH #610

(cherry picked from commit e75837a)
  • Loading branch information
Frank Carmickle authored and miconda committed Jun 27, 2016
1 parent 99e1c33 commit 644bc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tm/t_cancel.c
Expand Up @@ -43,7 +43,7 @@ typedef struct cancel_reason_map {
} cancel_reason_map_t;

static cancel_reason_map_t _cancel_reason_map[] = {
{ 200, str_init("Answered elsewhere") },
{ 200, str_init("Call completed elsewhere") },
{ 0, {0, 0} }
};

Expand Down

0 comments on commit 644bc14

Please sign in to comment.