aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-24 00:46:04 +0000
committermartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-24 00:46:04 +0000
commit084d9837793a9c55dc426b8197265bf31a107e88 (patch)
tree38ea852310203b2c2f8f20ea9a333adc44330f0d
parente677bf7375aac58acb01fc21551a483930d7fe06 (diff)
Remove dependancy on libpri
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@904 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xchannels/chan_zap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index b2c788de7..87268c54f 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -5601,7 +5601,9 @@ static void *pri_dchannel(void *vpri)
} else if (!strlen(pri->pvt[chan]->dop.dialstr)) {
zt_enable_ec(pri->pvt[chan]);
pri->pvt[chan]->subs[SUB_REAL].needringing =1;
+#ifdef PRI_EVENT_PROCEEDING
pri->pvt[chan]->proceeding=1;
+#endif
} else
ast_log(LOG_DEBUG, "Deferring ringing notification because of extra digits to dial...\n");
}