Asterisk - The Open Source Telephony Project GIT-master-545c459
Loading...
Searching...
No Matches
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.

818 : \
819 case SIG_BRI: \
820 case SIG_BRI_PTMP

◆ 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 3746 of file chan_dahdi.c.

3747{
3748 int res;
3749 if (p->subs[SUB_REAL].owner == ast)
3750 res = 0;
3751 else if (p->subs[SUB_CALLWAIT].owner == ast)
3752 res = 1;
3753 else if (p->subs[SUB_THREEWAY].owner == ast)
3754 res = 2;
3755 else {
3756 res = -1;
3757 if (!nullok)
3759 "Unable to get index for '%s' on channel %d (%s(), line %lu)\n",
3760 ast ? ast_channel_name(ast) : "", p->channel, fname, line);
3761 }
3762 return res;
3763}
#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
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(), mkintf(), mwi_thread(), and my_get_sigpvt_bridged_channel().

◆ dahdi_conf_update()

void dahdi_conf_update ( struct dahdi_pvt p)

Definition at line 4897 of file chan_dahdi.c.

4898{
4899 int needconf = 0;
4900 int x;
4901 int useslavenative;
4902 struct dahdi_pvt *slave = NULL;
4903
4904 useslavenative = isslavenative(p, &slave);
4905 /* Start with the obvious, general stuff */
4906 for (x = 0; x < 3; x++) {
4907 /* Look for three way calls */
4908 if ((p->subs[x].dfd > -1) && p->subs[x].inthreeway) {
4909 conf_add(p, &p->subs[x], x, 0);
4910 needconf++;
4911 } else {
4912 conf_del(p, &p->subs[x], x);
4913 }
4914 }
4915 /* If we have a slave, add him to our conference now. or DAX
4916 if this is slave native */
4917 for (x = 0; x < MAX_SLAVES; x++) {
4918 if (p->slaves[x]) {
4919 if (useslavenative)
4920 conf_add(p, &p->slaves[x]->subs[SUB_REAL], SUB_REAL, GET_CHANNEL(p));
4921 else {
4922 conf_add(p, &p->slaves[x]->subs[SUB_REAL], SUB_REAL, 0);
4923 needconf++;
4924 }
4925 }
4926 }
4927 /* If we're supposed to be in there, do so now */
4928 if (p->inconference && !p->subs[SUB_REAL].inthreeway) {
4929 if (useslavenative)
4930 conf_add(p, &p->subs[SUB_REAL], SUB_REAL, GET_CHANNEL(slave));
4931 else {
4932 conf_add(p, &p->subs[SUB_REAL], SUB_REAL, 0);
4933 needconf++;
4934 }
4935 }
4936 /* If we have a master, add ourselves to his conference */
4937 if (p->master) {
4938 if (isslavenative(p->master, NULL)) {
4940 } else {
4941 conf_add(p->master, &p->subs[SUB_REAL], SUB_REAL, 0);
4942 }
4943 }
4944 if (!needconf) {
4945 /* Nobody is left (or should be left) in our conference.
4946 Kill it. */
4947 p->confno = -1;
4948 }
4949 ast_debug(1, "Updated conferencing on %d, with %d conference users\n", p->channel, needconf);
4950}
static int conf_del(struct dahdi_pvt *p, struct dahdi_subchannel *c, int index)
static int conf_add(struct dahdi_pvt *p, struct dahdi_subchannel *c, int index, int slavechannel)
static int isslavenative(struct dahdi_pvt *p, struct dahdi_pvt **out)
#define GET_CHANNEL(p)
#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 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 6827 of file chan_dahdi.c.

6828{
6829 int val = 0;
6830
6831 p->ignoredtmf = 1;
6832
6833 ioctl(p->subs[SUB_REAL].dfd, DAHDI_TONEDETECT, &val);
6834
6835 if (!p->hardwaredtmf && p->dsp) {
6836 p->dsp_features &= ~DSP_FEATURE_DIGIT_DETECT;
6838 }
6839}
void ast_dsp_set_features(struct ast_dsp *dsp, int features)
Select feature set.
Definition dsp.c:1953
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

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 6841 of file chan_dahdi.c.

6842{
6843 int val = DAHDI_TONEDETECT_ON | DAHDI_TONEDETECT_MUTE;
6844
6845 if (p->channel == CHAN_PSEUDO)
6846 return;
6847
6848 p->ignoredtmf = 0;
6849
6850 ioctl(p->subs[SUB_REAL].dfd, DAHDI_TONEDETECT, &val);
6851
6852 if (!p->hardwaredtmf && p->dsp) {
6855 }
6856}
#define CHAN_PSEUDO
Definition chan_dahdi.c:811
#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 5024 of file chan_dahdi.c.

5025{
5026 int res;
5027
5028 if (p->echocanon) {
5029 struct dahdi_echocanparams ecp = { .tap_length = 0 };
5030
5031 res = ioctl(p->subs[SUB_REAL].dfd, DAHDI_ECHOCANCEL_PARAMS, &ecp);
5032
5033 if (res)
5034 ast_log(LOG_WARNING, "Unable to disable echo cancellation on channel %d: %s\n", p->channel, strerror(errno));
5035 else
5036 ast_debug(1, "Disabled echo cancellation on channel %d\n", p->channel);
5037 }
5038
5039 p->echocanon = 0;
5040}
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 4952 of file chan_dahdi.c.

4953{
4954 int res;
4955 if (!p)
4956 return;
4957 if (p->echocanon) {
4958 ast_debug(1, "Echo cancellation already on\n");
4959 return;
4960 }
4961 if (p->digital) {
4962 ast_debug(1, "Echo cancellation isn't required on digital connection\n");
4963 return;
4964 }
4965 if (p->echocancel.head.tap_length) {
4966#if defined(HAVE_PRI) || defined(HAVE_SS7)
4967 switch (p->sig) {
4968#if defined(HAVE_PRI)
4970 if (((struct sig_pri_chan *) p->sig_pvt)->no_b_channel) {
4971 /*
4972 * PRI nobch pseudo channel. Does not need ec anyway.
4973 * Does not handle ioctl(DAHDI_AUDIOMODE)
4974 */
4975 return;
4976 }
4977 /* Fall through */
4978#endif /* defined(HAVE_PRI) */
4979#if defined(HAVE_SS7)
4980 case SIG_SS7:
4981#endif /* defined(HAVE_SS7) */
4982 {
4983 int x = 1;
4984
4985 res = ioctl(p->subs[SUB_REAL].dfd, DAHDI_AUDIOMODE, &x);
4986 if (res)
4988 "Unable to enable audio mode on channel %d (%s)\n",
4989 p->channel, strerror(errno));
4990 }
4991 break;
4992 default:
4993 break;
4994 }
4995#endif /* defined(HAVE_PRI) || defined(HAVE_SS7) */
4996 res = ioctl(p->subs[SUB_REAL].dfd, DAHDI_ECHOCANCEL_PARAMS, &p->echocancel);
4997 if (res) {
4998 ast_log(LOG_WARNING, "Unable to enable echo cancellation on channel %d (%s)\n", p->channel, strerror(errno));
4999 } else {
5000 p->echocanon = 1;
5001 ast_debug(1, "Enabled echo cancellation on channel %d\n", p->channel);
5002 }
5003 } else
5004 ast_debug(1, "No echo cancellation requested\n");
5005}
#define SIG_PRI_LIB_HANDLE_CASES
Definition chan_dahdi.h:817
#define SIG_SS7
Definition chan_dahdi.h:811
struct dahdi_pvt::@117 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 7464 of file chan_dahdi.c.

7465{
7466 int x;
7467 if (!slave || !master) {
7468 ast_log(LOG_WARNING, "Tried to link to/from NULL??\n");
7469 return;
7470 }
7471 for (x = 0; x < MAX_SLAVES; x++) {
7472 if (!master->slaves[x]) {
7473 master->slaves[x] = slave;
7474 break;
7475 }
7476 }
7477 if (x >= MAX_SLAVES) {
7478 ast_log(LOG_WARNING, "Replacing slave %d with new slave, %d\n", master->slaves[MAX_SLAVES - 1]->channel, slave->channel);
7479 master->slaves[MAX_SLAVES - 1] = slave;
7480 }
7481 if (slave->master)
7482 ast_log(LOG_WARNING, "Replacing master %d with new master, %d\n", slave->master->channel, master->channel);
7483 slave->master = master;
7484
7485 ast_debug(1, "Making %d slave to master %d at %d\n", slave->channel, master->channel, x);
7486}

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 7408 of file chan_dahdi.c.

7409{
7410 /* Unlink a specific slave or all slaves/masters from a given master */
7411 int x;
7412 int hasslaves;
7413 if (!master)
7414 return;
7415 if (needlock) {
7416 ast_mutex_lock(&master->lock);
7417 if (slave) {
7418 while (ast_mutex_trylock(&slave->lock)) {
7419 DEADLOCK_AVOIDANCE(&master->lock);
7420 }
7421 }
7422 }
7423 hasslaves = 0;
7424 for (x = 0; x < MAX_SLAVES; x++) {
7425 if (master->slaves[x]) {
7426 if (!slave || (master->slaves[x] == slave)) {
7427 /* Take slave out of the conference */
7428 ast_debug(1, "Unlinking slave %d from %d\n", master->slaves[x]->channel, master->channel);
7429 conf_del(master, &master->slaves[x]->subs[SUB_REAL], SUB_REAL);
7430 conf_del(master->slaves[x], &master->subs[SUB_REAL], SUB_REAL);
7431 master->slaves[x]->master = NULL;
7432 master->slaves[x] = NULL;
7433 } else
7434 hasslaves = 1;
7435 }
7436 if (!hasslaves)
7437 master->inconference = 0;
7438 }
7439 if (!slave) {
7440 if (master->master) {
7441 /* Take master out of the conference */
7442 conf_del(master->master, &master->subs[SUB_REAL], SUB_REAL);
7443 conf_del(master, &master->master->subs[SUB_REAL], SUB_REAL);
7444 hasslaves = 0;
7445 for (x = 0; x < MAX_SLAVES; x++) {
7446 if (master->master->slaves[x] == master)
7447 master->master->slaves[x] = NULL;
7448 else if (master->master->slaves[x])
7449 hasslaves = 1;
7450 }
7451 if (!hasslaves)
7452 master->master->inconference = 0;
7453 }
7454 master->master = NULL;
7455 }
7456 dahdi_conf_update(master);
7457 if (needlock) {
7458 if (slave)
7459 ast_mutex_unlock(&slave->lock);
7460 ast_mutex_unlock(&master->lock);
7461 }
7462}
void dahdi_conf_update(struct dahdi_pvt *p)
#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 1050 of file chan_dahdi.c.

1050 {
1051 "Real",
1052 "Callwait",
1053 "Threeway"
1054};

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