summaryrefslogtreecommitdiff
path: root/xpp/xpp_zap.h
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-09-04 22:44:10 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-09-04 22:44:10 +0000
commit80e84d41daf7ea1a88765b3621a653769fb843ac (patch)
tree5b55d66f9d39b34f06ad21dc445722bf5ab0c235 /xpp/xpp_zap.h
parent909d1e663eab279fa8736a0d14fda263b66e9556 (diff)
Send ring signalling to zaptel directly from card_fxo.c:
no need to xpp_ring_generate() git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1388 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp/xpp_zap.h')
-rw-r--r--xpp/xpp_zap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xpp/xpp_zap.h b/xpp/xpp_zap.h
index 4d884ad..920e76f 100644
--- a/xpp/xpp_zap.h
+++ b/xpp/xpp_zap.h
@@ -32,6 +32,7 @@ void card_detected(struct card_desc_struct *card_desc);
xpd_t *xpd_alloc(size_t privsize, xbus_t *xbus, int xpd_num, const xproto_table_t *proto_table, int channels, byte revision);
void xpd_remove(xpd_t *xpd);
void update_xpd_status(xpd_t *xpd, int alarm_flag);
+void update_zap_ring(xpd_t *xpd, int pos, bool on);
void update_line_status(xpd_t *xpd, int pos, bool good);
void fill_beep(u_char *buf, int duration);
void xpp_tick(unsigned long param);