aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--channels/chan_zap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index f474f1d80..f8538e5ea 100644
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -9235,7 +9235,7 @@ static void ss7_start_call(struct zt_pvt *p, struct zt_ss7 *linkset)
snprintf(tmp, sizeof(tmp), "%d", p->calling_party_cat);
pbx_builtin_setvar_helper(c, "SS7_CALLING_PARTY_CATEGORY", tmp);
/* Clear this after we set it */
- p->call_ref_pc = 0;
+ p->calling_party_cat = 0;
if (!ast_strlen_zero(p->redirecting_num)) {
pbx_builtin_setvar_helper(c, "SS7_REDIRECTING_NUMBER", p->redirecting_num);