Asterisk - The Open Source Telephony Project GIT-master-77d630f
Data Structures | Macros | Enumerations | Functions | Variables
chan_dahdi.h File Reference

DAHDI internal API definitions. More...

#include <dahdi/user.h>
#include <dahdi/tonezone.h>
#include "asterisk/channel.h"
#include "asterisk/dsp.h"
#include "asterisk/app.h"
#include "asterisk/mwi.h"
Include dependency graph for chan_dahdi.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  dahdi_distRings
 
struct  dahdi_pvt
 
struct  dahdi_subchannel
 
struct  distRingData
 
struct  mwisend_info
 
struct  ringContextData
 

Macros

#define dahdi_get_index(ast, p, nullok)   _dahdi_get_index(ast, p, nullok, __PRETTY_FUNCTION__, __LINE__)
 
#define MAX_SLAVES   4
 
#define SIG_BRI   (0x2000000 | DAHDI_SIG_CLEAR)
 
#define SIG_BRI_PTMP   (0X4000000 | DAHDI_SIG_CLEAR)
 
#define SIG_E911   (0x1000000 | DAHDI_SIG_EM)
 
#define SIG_EM   DAHDI_SIG_EM
 
#define SIG_EM_E1   DAHDI_SIG_EM_E1
 
#define SIG_EMWINK   (0x0100000 | DAHDI_SIG_EM)
 
#define SIG_FEATB   (0x0800000 | DAHDI_SIG_EM)
 
#define SIG_FEATD   (0x0200000 | DAHDI_SIG_EM)
 
#define SIG_FEATDMF   (0x0400000 | DAHDI_SIG_EM)
 
#define SIG_FEATDMF_TA   (0x2000000 | DAHDI_SIG_EM)
 
#define SIG_FGC_CAMA   (0x4000000 | DAHDI_SIG_EM)
 
#define SIG_FGC_CAMAMF   (0x8000000 | DAHDI_SIG_EM)
 
#define SIG_FXOGS   DAHDI_SIG_FXOGS
 
#define SIG_FXOKS   DAHDI_SIG_FXOKS
 
#define SIG_FXOLS   DAHDI_SIG_FXOLS
 
#define SIG_FXSGS   DAHDI_SIG_FXSGS
 
#define SIG_FXSKS   DAHDI_SIG_FXSKS
 
#define SIG_FXSLS   DAHDI_SIG_FXSLS
 
#define SIG_MFCR2   DAHDI_SIG_CAS
 
#define SIG_PRI   DAHDI_SIG_CLEAR
 
#define SIG_PRI_LIB_HANDLE_CASES
 
#define SIG_SF   DAHDI_SIG_SF
 
#define SIG_SF_FEATB   (0x0800000 | DAHDI_SIG_SF)
 
#define SIG_SF_FEATD   (0x0200000 | DAHDI_SIG_SF)
 
#define SIG_SF_FEATDMF   (0x0400000 | DAHDI_SIG_SF)
 
#define SIG_SFWINK   (0x0100000 | DAHDI_SIG_SF)
 
#define SIG_SS7   (0x1000000 | DAHDI_SIG_CLEAR)
 
#define SUB_CALLWAIT   1
 
#define SUB_REAL   0
 
#define SUB_THREEWAY   2
 

Enumerations

enum  DAHDI_IFLIST { DAHDI_IFLIST_NONE , DAHDI_IFLIST_MAIN }
 
enum  mwisend_states {
  MWI_SEND_NULL = 0 , MWI_SEND_SA , MWI_SEND_SA_WAIT , MWI_SEND_PAUSE ,
  MWI_SEND_SPILL , MWI_SEND_CLEANUP , MWI_SEND_DONE
}
 

Functions

int _dahdi_get_index (struct ast_channel *ast, struct dahdi_pvt *p, int nullok, const char *fname, unsigned long line)
 
static int dahdi_analog_lib_handles (int signalling, int radio, int oprmode)
 
void dahdi_conf_update (struct dahdi_pvt *p)
 
void dahdi_dtmf_detect_disable (struct dahdi_pvt *p)
 
void dahdi_dtmf_detect_enable (struct dahdi_pvt *p)
 
void dahdi_ec_disable (struct dahdi_pvt *p)
 
void dahdi_ec_enable (struct dahdi_pvt *p)
 
void dahdi_master_slave_link (struct dahdi_pvt *slave, struct dahdi_pvt *master)
 
void dahdi_master_slave_unlink (struct dahdi_pvt *slave, struct dahdi_pvt *master, int needlock)
 
static int dahdi_sig_pri_lib_handles (int signaling)
 

Variables

const char *const subnames []
 

Detailed Description

DAHDI internal API definitions.

Author
Richard Mudgett rmudg.nosp@m.ett@.nosp@m.digiu.nosp@m.m.co.nosp@m.m

See Also:

Definition in file chan_dahdi.h.

Macro Definition Documentation

◆ dahdi_get_index

#define dahdi_get_index (   ast,
  p,
  nullok 
)    _dahdi_get_index(ast, p, nullok, __PRETTY_FUNCTION__, __LINE__)

Definition at line 888 of file chan_dahdi.h.

◆ MAX_SLAVES

#define MAX_SLAVES   4

Definition at line 95 of file chan_dahdi.h.

◆ SIG_BRI

#define SIG_BRI   (0x2000000 | DAHDI_SIG_CLEAR)

Definition at line 807 of file chan_dahdi.h.

◆ SIG_BRI_PTMP

#define SIG_BRI_PTMP   (0X4000000 | DAHDI_SIG_CLEAR)

Definition at line 808 of file chan_dahdi.h.

◆ SIG_E911

#define SIG_E911   (0x1000000 | DAHDI_SIG_EM)

Definition at line 788 of file chan_dahdi.h.

◆ SIG_EM

#define SIG_EM   DAHDI_SIG_EM

Definition at line 783 of file chan_dahdi.h.

◆ SIG_EM_E1

#define SIG_EM_E1   DAHDI_SIG_EM_E1

Definition at line 803 of file chan_dahdi.h.

◆ SIG_EMWINK

#define SIG_EMWINK   (0x0100000 | DAHDI_SIG_EM)

Definition at line 784 of file chan_dahdi.h.

◆ SIG_FEATB

#define SIG_FEATB   (0x0800000 | DAHDI_SIG_EM)

Definition at line 787 of file chan_dahdi.h.

◆ SIG_FEATD

#define SIG_FEATD   (0x0200000 | DAHDI_SIG_EM)

Definition at line 785 of file chan_dahdi.h.

◆ SIG_FEATDMF

#define SIG_FEATDMF   (0x0400000 | DAHDI_SIG_EM)

Definition at line 786 of file chan_dahdi.h.

◆ SIG_FEATDMF_TA

#define SIG_FEATDMF_TA   (0x2000000 | DAHDI_SIG_EM)

Definition at line 789 of file chan_dahdi.h.

◆ SIG_FGC_CAMA

#define SIG_FGC_CAMA   (0x4000000 | DAHDI_SIG_EM)

Definition at line 790 of file chan_dahdi.h.

◆ SIG_FGC_CAMAMF

#define SIG_FGC_CAMAMF   (0x8000000 | DAHDI_SIG_EM)

Definition at line 791 of file chan_dahdi.h.

◆ SIG_FXOGS

#define SIG_FXOGS   DAHDI_SIG_FXOGS

Definition at line 796 of file chan_dahdi.h.

◆ SIG_FXOKS

#define SIG_FXOKS   DAHDI_SIG_FXOKS

Definition at line 797 of file chan_dahdi.h.

◆ SIG_FXOLS

#define SIG_FXOLS   DAHDI_SIG_FXOLS

Definition at line 795 of file chan_dahdi.h.

◆ SIG_FXSGS

#define SIG_FXSGS   DAHDI_SIG_FXSGS

Definition at line 793 of file chan_dahdi.h.

◆ SIG_FXSKS

#define SIG_FXSKS   DAHDI_SIG_FXSKS

Definition at line 794 of file chan_dahdi.h.

◆ SIG_FXSLS

#define SIG_FXSLS   DAHDI_SIG_FXSLS

Definition at line 792 of file chan_dahdi.h.

◆ SIG_MFCR2

#define SIG_MFCR2   DAHDI_SIG_CAS

Definition at line 814 of file chan_dahdi.h.

◆ SIG_PRI

#define SIG_PRI   DAHDI_SIG_CLEAR

Definition at line 806 of file chan_dahdi.h.

◆ SIG_PRI_LIB_HANDLE_CASES

#define SIG_PRI_LIB_HANDLE_CASES
Value:
case SIG_BRI: \
#define SIG_BRI
Definition: chan_dahdi.h:807
#define SIG_BRI_PTMP
Definition: chan_dahdi.h:808
#define SIG_PRI
Definition: chan_dahdi.h:806

Definition at line 817 of file chan_dahdi.h.

◆ SIG_SF

#define SIG_SF   DAHDI_SIG_SF

Definition at line 798 of file chan_dahdi.h.

◆ SIG_SF_FEATB

#define SIG_SF_FEATB   (0x0800000 | DAHDI_SIG_SF)

Definition at line 802 of file chan_dahdi.h.

◆ SIG_SF_FEATD

#define SIG_SF_FEATD   (0x0200000 | DAHDI_SIG_SF)

Definition at line 800 of file chan_dahdi.h.

◆ SIG_SF_FEATDMF

#define SIG_SF_FEATDMF   (0x0400000 | DAHDI_SIG_SF)

Definition at line 801 of file chan_dahdi.h.

◆ SIG_SFWINK

#define SIG_SFWINK   (0x0100000 | DAHDI_SIG_SF)

Definition at line 799 of file chan_dahdi.h.

◆ SIG_SS7

#define SIG_SS7   (0x1000000 | DAHDI_SIG_CLEAR)

Definition at line 811 of file chan_dahdi.h.

◆ SUB_CALLWAIT

#define SUB_CALLWAIT   1

Call-Waiting call on hold

Definition at line 58 of file chan_dahdi.h.

◆ SUB_REAL

#define SUB_REAL   0

Active call

Definition at line 57 of file chan_dahdi.h.

◆ SUB_THREEWAY

#define SUB_THREEWAY   2

Three-way call

Definition at line 59 of file chan_dahdi.h.

Enumeration Type Documentation

◆ DAHDI_IFLIST

Specify the lists dahdi_pvt can be put in.

Enumerator
DAHDI_IFLIST_NONE 

The dahdi_pvt is not in any list.

DAHDI_IFLIST_MAIN 

The dahdi_pvt is in the main interface list

Definition at line 116 of file chan_dahdi.h.

116 {
117 DAHDI_IFLIST_NONE, /*!< The dahdi_pvt is not in any list. */
118 DAHDI_IFLIST_MAIN, /*!< The dahdi_pvt is in the main interface list */
119#if defined(HAVE_PRI)
120 DAHDI_IFLIST_NO_B_CHAN, /*!< The dahdi_pvt is in a no B channel interface list */
121#endif /* defined(HAVE_PRI) */
122};
@ DAHDI_IFLIST_NONE
Definition: chan_dahdi.h:117
@ DAHDI_IFLIST_MAIN
Definition: chan_dahdi.h:118

◆ mwisend_states

Enumerator
MWI_SEND_NULL 
MWI_SEND_SA 
MWI_SEND_SA_WAIT 
MWI_SEND_PAUSE 
MWI_SEND_SPILL 
MWI_SEND_CLEANUP 
MWI_SEND_DONE 

Definition at line 100 of file chan_dahdi.h.

100 {
101 MWI_SEND_NULL = 0,
mwisend_states
Definition: chan_dahdi.h:100
@ MWI_SEND_NULL
Definition: chan_dahdi.h:101
@ MWI_SEND_SA
Definition: chan_dahdi.h:102
@ MWI_SEND_PAUSE
Definition: chan_dahdi.h:104
@ MWI_SEND_SA_WAIT
Definition: chan_dahdi.h:103
@ MWI_SEND_DONE
Definition: chan_dahdi.h:107
@ MWI_SEND_SPILL
Definition: chan_dahdi.h:105
@ MWI_SEND_CLEANUP
Definition: chan_dahdi.h:106

Function Documentation

◆ _dahdi_get_index()

int _dahdi_get_index ( struct ast_channel ast,
struct dahdi_pvt p,
int  nullok,
const char *  fname,
unsigned long  line 
)

Definition at line 3767 of file chan_dahdi.c.

3768{
3769 int res;
3770 if (p->subs[SUB_REAL].owner == ast)
3771 res = 0;
3772 else if (p->subs[SUB_CALLWAIT].owner == ast)
3773 res = 1;
3774 else if (p->subs[SUB_THREEWAY].owner == ast)
3775 res = 2;
3776 else {
3777 res = -1;
3778 if (!nullok)
3780 "Unable to get index for '%s' on channel %d (%s(), line %lu)\n",
3781 ast ? ast_channel_name(ast) : "", p->channel, fname, line);
3782 }
3783 return res;
3784}
#define ast_log
Definition: astobj2.c:42
#define SUB_REAL
Definition: chan_dahdi.h:57
#define SUB_THREEWAY
Definition: chan_dahdi.h:59
#define SUB_CALLWAIT
Definition: chan_dahdi.h:58
const char * ast_channel_name(const struct ast_channel *chan)
#define LOG_WARNING
struct dahdi_subchannel subs[3]
Definition: chan_dahdi.h:131
int channel
Definition: chan_dahdi.h:591
struct ast_channel * owner
Definition: chan_dahdi.h:79

References ast_channel_name(), ast_log, dahdi_pvt::channel, LOG_WARNING, dahdi_subchannel::owner, SUB_CALLWAIT, SUB_REAL, SUB_THREEWAY, and dahdi_pvt::subs.

◆ dahdi_analog_lib_handles()

static int dahdi_analog_lib_handles ( int  signalling,
int  radio,
int  oprmode 
)
inlinestatic

Definition at line 847 of file chan_dahdi.h.

848{
849 switch (signalling) {
850 case SIG_FXOLS:
851 case SIG_FXOGS:
852 case SIG_FXOKS:
853 case SIG_FXSLS:
854 case SIG_FXSGS:
855 case SIG_FXSKS:
856 case SIG_EMWINK:
857 case SIG_EM:
858 case SIG_EM_E1:
859 case SIG_FEATD:
860 case SIG_FEATDMF:
861 case SIG_E911:
862 case SIG_FGC_CAMA:
863 case SIG_FGC_CAMAMF:
864 case SIG_FEATB:
865 case SIG_SFWINK:
866 case SIG_SF:
867 case SIG_SF_FEATD:
868 case SIG_SF_FEATDMF:
869 case SIG_FEATDMF_TA:
870 case SIG_SF_FEATB:
871 break;
872 default:
873 /* The rest of the function should cover the remainder of signalling types */
874 return 0;
875 }
876
877 if (radio) {
878 return 0;
879 }
880
881 if (oprmode) {
882 return 0;
883 }
884
885 return 1;
886}
#define SIG_FEATB
Definition: chan_dahdi.h:787
#define SIG_FGC_CAMA
Definition: chan_dahdi.h:790
#define SIG_SFWINK
Definition: chan_dahdi.h:799
#define SIG_EMWINK
Definition: chan_dahdi.h:784
#define SIG_FXSLS
Definition: chan_dahdi.h:792
#define SIG_SF_FEATB
Definition: chan_dahdi.h:802
#define SIG_FXSKS
Definition: chan_dahdi.h:794
#define SIG_FXOGS
Definition: chan_dahdi.h:796
#define SIG_SF_FEATDMF
Definition: chan_dahdi.h:801
#define SIG_FXOKS
Definition: chan_dahdi.h:797
#define SIG_FGC_CAMAMF
Definition: chan_dahdi.h:791
#define SIG_FXSGS
Definition: chan_dahdi.h:793
#define SIG_FEATDMF
Definition: chan_dahdi.h:786
#define SIG_EM_E1
Definition: chan_dahdi.h:803
#define SIG_SF_FEATD
Definition: chan_dahdi.h:800
#define SIG_FEATD
Definition: chan_dahdi.h:785
#define SIG_FEATDMF_TA
Definition: chan_dahdi.h:789
#define SIG_FXOLS
Definition: chan_dahdi.h:795
#define SIG_E911
Definition: chan_dahdi.h:788
#define SIG_EM
Definition: chan_dahdi.h:783
#define SIG_SF
Definition: chan_dahdi.h:798

References SIG_E911, SIG_EM, SIG_EM_E1, SIG_EMWINK, SIG_FEATB, SIG_FEATD, SIG_FEATDMF, SIG_FEATDMF_TA, SIG_FGC_CAMA, SIG_FGC_CAMAMF, SIG_FXOGS, SIG_FXOKS, SIG_FXOLS, SIG_FXSGS, SIG_FXSKS, SIG_FXSLS, SIG_SF, SIG_SF_FEATB, SIG_SF_FEATD, SIG_SF_FEATDMF, and SIG_SFWINK.

Referenced by action_transfer(), action_transferhangup(), available(), dahdi_answer(), dahdi_call(), dahdi_dnd(), dahdi_exception(), dahdi_fixup(), dahdi_func_read(), dahdi_func_write(), dahdi_hangup(), dahdi_new(), dahdi_read(), dahdi_request(), destroy_dahdi_pvt(), do_monitor(), fxo_pvt(), mkintf(), mwi_thread(), and my_get_sigpvt_bridged_channel().

◆ dahdi_conf_update()

void dahdi_conf_update ( struct dahdi_pvt p)

Definition at line 4918 of file chan_dahdi.c.

4919{
4920 int needconf = 0;
4921 int x;
4922 int useslavenative;
4923 struct dahdi_pvt *slave = NULL;
4924
4925 useslavenative = isslavenative(p, &slave);
4926 /* Start with the obvious, general stuff */
4927 for (x = 0; x < 3; x++) {
4928 /* Look for three way calls */
4929 if ((p->subs[x].dfd > -1) && p->subs[x].inthreeway) {
4930 conf_add(p, &p->subs[x], x, 0);
4931 needconf++;
4932 } else {
4933 conf_del(p, &p->subs[x], x);
4934 }
4935 }
4936 /* If we have a slave, add him to our conference now. or DAX
4937 if this is slave native */
4938 for (x = 0; x < MAX_SLAVES; x++) {
4939 if (p->slaves[x]) {
4940 if (useslavenative)
4941 conf_add(p, &p->slaves[x]->subs[SUB_REAL], SUB_REAL, GET_CHANNEL(p));
4942 else {
4943 conf_add(p, &p->slaves[x]->subs[SUB_REAL], SUB_REAL, 0);
4944 needconf++;
4945 }
4946 }
4947 }
4948 /* If we're supposed to be in there, do so now */
4949 if (p->inconference && !p->subs[SUB_REAL].inthreeway) {
4950 if (useslavenative)
4951 conf_add(p, &p->subs[SUB_REAL], SUB_REAL, GET_CHANNEL(slave));
4952 else {
4953 conf_add(p, &p->subs[SUB_REAL], SUB_REAL, 0);
4954 needconf++;
4955 }
4956 }
4957 /* If we have a master, add ourselves to his conference */
4958 if (p->master) {
4959 if (isslavenative(p->master, NULL)) {
4961 } else {
4962 conf_add(p->master, &p->subs[SUB_REAL], SUB_REAL, 0);
4963 }
4964 }
4965 if (!needconf) {
4966 /* Nobody is left (or should be left) in our conference.
4967 Kill it. */
4968 p->confno = -1;
4969 }
4970 ast_debug(1, "Updated conferencing on %d, with %d conference users\n", p->channel, needconf);
4971}
static int conf_del(struct dahdi_pvt *p, struct dahdi_subchannel *c, int index)
Definition: chan_dahdi.c:4841
static int conf_add(struct dahdi_pvt *p, struct dahdi_subchannel *c, int index, int slavechannel)
Definition: chan_dahdi.c:4792
static int isslavenative(struct dahdi_pvt *p, struct dahdi_pvt **out)
Definition: chan_dahdi.c:4860
#define GET_CHANNEL(p)
Definition: chan_dahdi.c:1255
#define MAX_SLAVES
Definition: chan_dahdi.h:95
#define ast_debug(level,...)
Log a DEBUG message.
#define NULL
Definition: resample.c:96
struct dahdi_pvt * master
Definition: chan_dahdi.h:135
struct dahdi_pvt * slaves[MAX_SLAVES]
Definition: chan_dahdi.h:134
int confno
Definition: chan_dahdi.h:563
int inconference
Definition: chan_dahdi.h:136
unsigned int inthreeway
Definition: chan_dahdi.h:91

References ast_debug, dahdi_pvt::channel, conf_add(), conf_del(), dahdi_pvt::confno, dahdi_subchannel::dfd, GET_CHANNEL, dahdi_pvt::inconference, dahdi_subchannel::inthreeway, isslavenative(), dahdi_pvt::master, MAX_SLAVES, NULL, dahdi_pvt::slaves, SUB_REAL, and dahdi_pvt::subs.

Referenced by __dahdi_exception(), dahdi_fixup(), dahdi_handle_event(), dahdi_hangup(), dahdi_master_slave_unlink(), mkintf(), and native_start().

◆ dahdi_dtmf_detect_disable()

void dahdi_dtmf_detect_disable ( struct dahdi_pvt p)

Definition at line 6848 of file chan_dahdi.c.

6849{
6850 int val = 0;
6851
6852 p->ignoredtmf = 1;
6853
6854 ioctl(p->subs[SUB_REAL].dfd, DAHDI_TONEDETECT, &val);
6855
6856 if (!p->hardwaredtmf && p->dsp) {
6857 p->dsp_features &= ~DSP_FEATURE_DIGIT_DETECT;
6859 }
6860}
void ast_dsp_set_features(struct ast_dsp *dsp, int features)
Select feature set.
Definition: dsp.c:1770
unsigned int ignoredtmf
TRUE if DTMF detection is disabled.
Definition: chan_dahdi.h:310
int dsp_features
DSP feature flags: DSP_FEATURE_xxx.
Definition: chan_dahdi.h:744
struct ast_dsp * dsp
Opaque DSP configuration structure.
Definition: chan_dahdi.h:700
unsigned int hardwaredtmf
TRUE if DTMF detection needs to be done by hardware.
Definition: chan_dahdi.h:295
Definition: ast_expr2.c:325

References ast_dsp_set_features(), dahdi_subchannel::dfd, dahdi_pvt::dsp, dahdi_pvt::dsp_features, dahdi_pvt::hardwaredtmf, dahdi_pvt::ignoredtmf, SUB_REAL, and dahdi_pvt::subs.

Referenced by dahdi_setoption(), and native_start().

◆ dahdi_dtmf_detect_enable()

void dahdi_dtmf_detect_enable ( struct dahdi_pvt p)

Definition at line 6862 of file chan_dahdi.c.

6863{
6864 int val = DAHDI_TONEDETECT_ON | DAHDI_TONEDETECT_MUTE;
6865
6866 if (p->channel == CHAN_PSEUDO)
6867 return;
6868
6869 p->ignoredtmf = 0;
6870
6871 ioctl(p->subs[SUB_REAL].dfd, DAHDI_TONEDETECT, &val);
6872
6873 if (!p->hardwaredtmf && p->dsp) {
6876 }
6877}
#define CHAN_PSEUDO
Definition: chan_dahdi.c:752
#define DSP_FEATURE_DIGIT_DETECT
Definition: dsp.h:28

References ast_dsp_set_features(), CHAN_PSEUDO, dahdi_pvt::channel, dahdi_subchannel::dfd, dahdi_pvt::dsp, DSP_FEATURE_DIGIT_DETECT, dahdi_pvt::dsp_features, dahdi_pvt::hardwaredtmf, dahdi_pvt::ignoredtmf, SUB_REAL, and dahdi_pvt::subs.

Referenced by dahdi_setoption(), and native_stop().

◆ dahdi_ec_disable()

void dahdi_ec_disable ( struct dahdi_pvt p)

Definition at line 5045 of file chan_dahdi.c.

5046{
5047 int res;
5048
5049 if (p->echocanon) {
5050 struct dahdi_echocanparams ecp = { .tap_length = 0 };
5051
5052 res = ioctl(p->subs[SUB_REAL].dfd, DAHDI_ECHOCANCEL_PARAMS, &ecp);
5053
5054 if (res)
5055 ast_log(LOG_WARNING, "Unable to disable echo cancellation on channel %d: %s\n", p->channel, strerror(errno));
5056 else
5057 ast_debug(1, "Disabled echo cancellation on channel %d\n", p->channel);
5058 }
5059
5060 p->echocanon = 0;
5061}
int errno
unsigned int echocanon
TRUE if echo cancellation is turned on.
Definition: chan_dahdi.h:272

References ast_debug, ast_log, dahdi_pvt::channel, dahdi_subchannel::dfd, dahdi_pvt::echocanon, errno, LOG_WARNING, SUB_REAL, and dahdi_pvt::subs.

Referenced by __dahdi_exception(), dahdi_func_write(), dahdi_handle_event(), dahdi_hangup(), dahdi_setoption(), handle_init_event(), my_set_echocanceller(), and native_start().

◆ dahdi_ec_enable()

void dahdi_ec_enable ( struct dahdi_pvt p)

Definition at line 4973 of file chan_dahdi.c.

4974{
4975 int res;
4976 if (!p)
4977 return;
4978 if (p->echocanon) {
4979 ast_debug(1, "Echo cancellation already on\n");
4980 return;
4981 }
4982 if (p->digital) {
4983 ast_debug(1, "Echo cancellation isn't required on digital connection\n");
4984 return;
4985 }
4986 if (p->echocancel.head.tap_length) {
4987#if defined(HAVE_PRI) || defined(HAVE_SS7)
4988 switch (p->sig) {
4989#if defined(HAVE_PRI)
4991 if (((struct sig_pri_chan *) p->sig_pvt)->no_b_channel) {
4992 /*
4993 * PRI nobch pseudo channel. Does not need ec anyway.
4994 * Does not handle ioctl(DAHDI_AUDIOMODE)
4995 */
4996 return;
4997 }
4998 /* Fall through */
4999#endif /* defined(HAVE_PRI) */
5000#if defined(HAVE_SS7)
5001 case SIG_SS7:
5002#endif /* defined(HAVE_SS7) */
5003 {
5004 int x = 1;
5005
5006 res = ioctl(p->subs[SUB_REAL].dfd, DAHDI_AUDIOMODE, &x);
5007 if (res)
5009 "Unable to enable audio mode on channel %d (%s)\n",
5010 p->channel, strerror(errno));
5011 }
5012 break;
5013 default:
5014 break;
5015 }
5016#endif /* defined(HAVE_PRI) || defined(HAVE_SS7) */
5017 res = ioctl(p->subs[SUB_REAL].dfd, DAHDI_ECHOCANCEL_PARAMS, &p->echocancel);
5018 if (res) {
5019 ast_log(LOG_WARNING, "Unable to enable echo cancellation on channel %d (%s)\n", p->channel, strerror(errno));
5020 } else {
5021 p->echocanon = 1;
5022 ast_debug(1, "Enabled echo cancellation on channel %d\n", p->channel);
5023 }
5024 } else
5025 ast_debug(1, "No echo cancellation requested\n");
5026}
#define SIG_PRI_LIB_HANDLE_CASES
Definition: chan_dahdi.h:817
#define SIG_SS7
Definition: chan_dahdi.h:811
struct dahdi_pvt::@115 echocancel
Echo cancel parameters.
void * sig_pvt
Definition: chan_dahdi.h:770
struct dahdi_echocanparams head
Definition: chan_dahdi.h:633
unsigned int digital
TRUE if the transfer capability of the call is digital.
Definition: chan_dahdi.h:260

References ast_debug, ast_log, dahdi_pvt::channel, dahdi_subchannel::dfd, dahdi_pvt::digital, dahdi_pvt::echocancel, dahdi_pvt::echocanon, errno, dahdi_pvt::head, LOG_WARNING, dahdi_pvt::sig, SIG_PRI_LIB_HANDLE_CASES, dahdi_pvt::sig_pvt, SIG_SS7, SUB_REAL, and dahdi_pvt::subs.

Referenced by __dahdi_exception(), analog_ss_thread(), dahdi_func_write(), dahdi_handle_event(), dahdi_setoption(), handle_init_event(), my_set_echocanceller(), and native_stop().

◆ dahdi_master_slave_link()

void dahdi_master_slave_link ( struct dahdi_pvt slave,
struct dahdi_pvt master 
)

Definition at line 7485 of file chan_dahdi.c.

7486{
7487 int x;
7488 if (!slave || !master) {
7489 ast_log(LOG_WARNING, "Tried to link to/from NULL??\n");
7490 return;
7491 }
7492 for (x = 0; x < MAX_SLAVES; x++) {
7493 if (!master->slaves[x]) {
7494 master->slaves[x] = slave;
7495 break;
7496 }
7497 }
7498 if (x >= MAX_SLAVES) {
7499 ast_log(LOG_WARNING, "Replacing slave %d with new slave, %d\n", master->slaves[MAX_SLAVES - 1]->channel, slave->channel);
7500 master->slaves[MAX_SLAVES - 1] = slave;
7501 }
7502 if (slave->master)
7503 ast_log(LOG_WARNING, "Replacing master %d with new master, %d\n", slave->master->channel, master->channel);
7504 slave->master = master;
7505
7506 ast_debug(1, "Making %d slave to master %d at %d\n", slave->channel, master->channel, x);
7507}

References ast_debug, ast_log, dahdi_pvt::channel, LOG_WARNING, dahdi_pvt::master, MAX_SLAVES, and dahdi_pvt::slaves.

Referenced by native_start().

◆ dahdi_master_slave_unlink()

void dahdi_master_slave_unlink ( struct dahdi_pvt slave,
struct dahdi_pvt master,
int  needlock 
)

Definition at line 7429 of file chan_dahdi.c.

7430{
7431 /* Unlink a specific slave or all slaves/masters from a given master */
7432 int x;
7433 int hasslaves;
7434 if (!master)
7435 return;
7436 if (needlock) {
7437 ast_mutex_lock(&master->lock);
7438 if (slave) {
7439 while (ast_mutex_trylock(&slave->lock)) {
7440 DEADLOCK_AVOIDANCE(&master->lock);
7441 }
7442 }
7443 }
7444 hasslaves = 0;
7445 for (x = 0; x < MAX_SLAVES; x++) {
7446 if (master->slaves[x]) {
7447 if (!slave || (master->slaves[x] == slave)) {
7448 /* Take slave out of the conference */
7449 ast_debug(1, "Unlinking slave %d from %d\n", master->slaves[x]->channel, master->channel);
7450 conf_del(master, &master->slaves[x]->subs[SUB_REAL], SUB_REAL);
7451 conf_del(master->slaves[x], &master->subs[SUB_REAL], SUB_REAL);
7452 master->slaves[x]->master = NULL;
7453 master->slaves[x] = NULL;
7454 } else
7455 hasslaves = 1;
7456 }
7457 if (!hasslaves)
7458 master->inconference = 0;
7459 }
7460 if (!slave) {
7461 if (master->master) {
7462 /* Take master out of the conference */
7463 conf_del(master->master, &master->subs[SUB_REAL], SUB_REAL);
7464 conf_del(master, &master->master->subs[SUB_REAL], SUB_REAL);
7465 hasslaves = 0;
7466 for (x = 0; x < MAX_SLAVES; x++) {
7467 if (master->master->slaves[x] == master)
7468 master->master->slaves[x] = NULL;
7469 else if (master->master->slaves[x])
7470 hasslaves = 1;
7471 }
7472 if (!hasslaves)
7473 master->master->inconference = 0;
7474 }
7475 master->master = NULL;
7476 }
7477 dahdi_conf_update(master);
7478 if (needlock) {
7479 if (slave)
7480 ast_mutex_unlock(&slave->lock);
7481 ast_mutex_unlock(&master->lock);
7482 }
7483}
void dahdi_conf_update(struct dahdi_pvt *p)
Definition: chan_dahdi.c:4918
#define DEADLOCK_AVOIDANCE(lock)
Definition: lock.h:486
#define ast_mutex_unlock(a)
Definition: lock.h:197
#define ast_mutex_trylock(a)
Definition: lock.h:198
#define ast_mutex_lock(a)
Definition: lock.h:196
ast_mutex_t lock
Definition: chan_dahdi.h:125

References ast_debug, ast_mutex_lock, ast_mutex_trylock, ast_mutex_unlock, dahdi_pvt::channel, conf_del(), dahdi_conf_update(), DEADLOCK_AVOIDANCE, dahdi_pvt::inconference, dahdi_pvt::lock, dahdi_pvt::master, MAX_SLAVES, NULL, dahdi_pvt::slaves, SUB_REAL, and dahdi_pvt::subs.

Referenced by dahdi_fixup(), and native_stop().

◆ dahdi_sig_pri_lib_handles()

static int dahdi_sig_pri_lib_handles ( int  signaling)
inlinestatic

Definition at line 831 of file chan_dahdi.h.

832{
833 int handles;
834
835 switch (signaling) {
837 handles = 1;
838 break;
839 default:
840 handles = 0;
841 break;
842 }
843
844 return handles;
845}

References SIG_PRI_LIB_HANDLE_CASES.

Referenced by dahdi_call(), dahdi_cc_callback(), dahdi_digit_end(), dahdi_fixup(), dahdi_handle_event(), dahdi_hangup(), dahdi_new(), dahdi_queryoption(), dahdi_read(), dahdi_request(), dahdi_sendtext(), dahdi_setoption(), handle_alarms(), handle_clear_alarms(), mkintf(), and native_start().

Variable Documentation

◆ subnames

const char* const subnames[]
extern

Definition at line 991 of file chan_dahdi.c.

Referenced by alloc_sub(), dahdi_new(), and native_start().