summaryrefslogtreecommitdiff
path: root/channels/sig_pri.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/sig_pri.c')
-rw-r--r--channels/sig_pri.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/channels/sig_pri.c b/channels/sig_pri.c
index f3d2a3800..312737132 100644
--- a/channels/sig_pri.c
+++ b/channels/sig_pri.c
@@ -8593,6 +8593,9 @@ int sig_pri_start_pri(struct sig_pri_span *pri)
#if defined(HAVE_PRI_DATETIME_SEND)
pri_date_time_send_option(pri->pri, pri->datetime_send);
#endif /* defined(HAVE_PRI_DATETIME_SEND) */
+#if defined(HAVE_PRI_L2_PERSISTENCE)
+ pri_persistent_layer2_option(pri->pri, pri->l2_persistence);
+#endif /* defined(HAVE_PRI_L2_PERSISTENCE) */
pri->resetpos = -1;
if (ast_pthread_create_background(&pri->master, NULL, pri_dchannel, pri)) {