From d84eb5f102b7d16717f87a09cafe7cf42f0365d8 Mon Sep 17 00:00:00 2001 From: crichter Date: Fri, 5 May 2006 16:38:15 +0000 Subject: Added option far_alerting. This option makes it possible to generate a Ringing on other channels if they feel that they should have inband ringing, but there is non in reality. I need this due to the fact that asterisk has not the possibility to transmit progress indicators thus chan_sip and others do not know wether they should generate a Rining tone themselves if they receive AST_CONTROL_RINGING.. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24879 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/misdn/isdn_lib.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'channels/misdn/isdn_lib.h') diff --git a/channels/misdn/isdn_lib.h b/channels/misdn/isdn_lib.h index 444ae62ff..c6324d37e 100644 --- a/channels/misdn/isdn_lib.h +++ b/channels/misdn/isdn_lib.h @@ -392,6 +392,8 @@ void misdn_lib_setup_bc(struct misdn_bchannel *bc); void misdn_lib_bridge( struct misdn_bchannel * bc1, struct misdn_bchannel *bc2); void misdn_lib_split_bridge( struct misdn_bchannel * bc1, struct misdn_bchannel *bc2); +void misdn_lib_echo(struct misdn_bchannel *bc, int onoff); + unsigned char * flip_buf_bits ( unsigned char * buf , int len); int misdn_lib_is_ptp(int port); -- cgit v1.2.3