#include <sig_ss7.h>
|  | 
| void(*const | deadlock_avoidance_private )(void *pvt) | 
|  | 
| struct sig_ss7_linkset *(*const | find_linkset )(struct ss7 *ss7) | 
|  | 
| void(*const | handle_link_exception )(struct sig_ss7_linkset *linkset, int which) | 
|  | 
| void(*const | lock_private )(void *pvt) | 
|  | 
| struct ast_channel *(*const | new_ast_channel )(void *pvt, int state, enum sig_ss7_law law, char *exten, const struct ast_assigned_ids *assignedids, const struct ast_channel *requestor) | 
|  | 
| void(*const | open_media )(void *pvt) | 
|  | 
| int(*const | play_tone )(void *pvt, enum sig_ss7_tone tone) | 
|  | 
| void(*const | queue_control )(void *pvt, int subclass) | 
|  | 
| void(*const | set_alarm )(void *pvt, int in_alarm) | 
|  | 
| void(*const | set_callerid )(void *pvt, const struct ast_party_caller *caller) | 
|  | 
| void(*const | set_dialing )(void *pvt, int is_dialing) | 
|  | 
| void(*const | set_digital )(void *pvt, int is_digital) | 
|  | 
| void(*const | set_dnid )(void *pvt, const char *dnid) | 
|  | 
| int(*const | set_echocanceller )(void *pvt, int enable) | 
|  | 
| void(*const | set_inservice )(void *pvt, int is_inservice) | 
|  | 
| void(*const | set_locallyblocked )(void *pvt, int is_blocked) | 
|  | 
| void(*const | set_loopback )(void *pvt, int enable) | 
|  | 
| void(*const | set_outgoing )(void *pvt, int is_outgoing) | 
|  | 
| void(*const | set_remotelyblocked )(void *pvt, int is_blocked) | 
|  | 
| void(*const | unlock_private )(void *pvt) | 
|  | 
Definition at line 153 of file sig_ss7.h.
 
◆ deadlock_avoidance_private
      
        
          | void(*const deadlock_avoidance_private) (void *pvt) | 
      
 
 
◆ find_linkset
◆ handle_link_exception
      
        
          | void(*const handle_link_exception) (struct sig_ss7_linkset *linkset, int which) | 
      
 
 
◆ lock_private
      
        
          | void(*const lock_private) (void *pvt) | 
      
 
 
◆ new_ast_channel
◆ open_media
      
        
          | void(*const open_media) (void *pvt) | 
      
 
 
◆ play_tone
◆ queue_control
      
        
          | void(*const queue_control) (void *pvt, int subclass) | 
      
 
 
◆ set_alarm
      
        
          | void(*const set_alarm) (void *pvt, int in_alarm) | 
      
 
 
◆ set_callerid
◆ set_dialing
      
        
          | void(*const set_dialing) (void *pvt, int is_dialing) | 
      
 
 
◆ set_digital
      
        
          | void(*const set_digital) (void *pvt, int is_digital) | 
      
 
 
◆ set_dnid
      
        
          | void(*const set_dnid) (void *pvt, const char *dnid) | 
      
 
 
◆ set_echocanceller
      
        
          | int(*const set_echocanceller) (void *pvt, int enable) | 
      
 
 
◆ set_inservice
      
        
          | void(*const set_inservice) (void *pvt, int is_inservice) | 
      
 
 
◆ set_locallyblocked
      
        
          | void(*const set_locallyblocked) (void *pvt, int is_blocked) | 
      
 
 
◆ set_loopback
      
        
          | void(*const set_loopback) (void *pvt, int enable) | 
      
 
 
◆ set_outgoing
      
        
          | void(*const set_outgoing) (void *pvt, int is_outgoing) | 
      
 
 
◆ set_remotelyblocked
      
        
          | void(*const set_remotelyblocked) (void *pvt, int is_blocked) | 
      
 
 
◆ unlock_private
      
        
          | void(*const unlock_private) (void *pvt) | 
      
 
 
The documentation for this struct was generated from the following file: