Asterisk - The Open Source Telephony Project GIT-master-a358458
Functions
bridge_native_dahdi.h File Reference

Native DAHDI bridging support. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int dahdi_native_load (const struct ast_channel_tech *tech)
 
void dahdi_native_unload (void)
 

Detailed Description

Native DAHDI bridging support.

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

See Also:

Definition in file bridge_native_dahdi.h.

Function Documentation

◆ dahdi_native_load()

int dahdi_native_load ( const struct ast_channel_tech tech)

Definition at line 896 of file bridge_native_dahdi.c.

897{
898 dahdi_tech = tech;
899
902 return -1;
903 }
904
905 return 0;
906}
static const struct ast_channel_tech * dahdi_tech
void dahdi_native_unload(void)
static struct ast_bridge_technology native_bridge
#define ast_bridge_technology_register(technology)
See __ast_bridge_technology_register()

References ast_bridge_technology_register, dahdi_native_unload(), dahdi_tech, and native_bridge.

Referenced by load_module().

◆ dahdi_native_unload()

void dahdi_native_unload ( void  )

Definition at line 883 of file bridge_native_dahdi.c.

884{
886}
int ast_bridge_technology_unregister(struct ast_bridge_technology *technology)
Unregister a bridge technology from use.
Definition: bridge.c:263

References ast_bridge_technology_unregister(), and native_bridge.

Referenced by __unload_module(), and dahdi_native_load().