Go to the source code of this file.
Functions | |
int | ast_park_call (struct ast_channel *chan, struct ast_channel *host, int timeout, int *extout) |
Park a call and read back parked location. | |
int | ast_masq_park_call (struct ast_channel *rchan, struct ast_channel *host, int timeout, int *extout) |
Park a call via a masqueraded channel. | |
char * | ast_parking_ext (void) |
Determine system parking extension. | |
char * | ast_pickup_ext (void) |
int | ast_bridge_call (struct ast_channel *chan, struct ast_channel *peer, struct ast_bridge_config *config) |
Bridge a call, optionally allowing redirection. | |
int | ast_pickup_call (struct ast_channel *chan) |
|
Bridge a call, optionally allowing redirection.
|
|
Park a call via a masqueraded channel.
|
|
Park a call and read back parked location.
|
|
Determine system parking extension. Returns the call parking extension for drivers that provide special call parking help |
|
|
|
|