mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
added bearer capability reject support. we send release instead of disconnect in case we have no real channel yet. added support for Restarting channels added support for sending complete decoding. changed some log levels.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31324 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -182,7 +182,8 @@ struct misdn_bchannel {
|
||||
int l3_id;
|
||||
int pid;
|
||||
int ces;
|
||||
|
||||
|
||||
int restart_channel;
|
||||
int channel;
|
||||
int channel_preselected;
|
||||
|
||||
@@ -208,6 +209,10 @@ struct misdn_bchannel {
|
||||
/* get setup ack */
|
||||
int need_more_infos;
|
||||
|
||||
/* may there be more infos ?*/
|
||||
int sending_complete;
|
||||
|
||||
|
||||
/* wether we should use jollys dsp or not */
|
||||
int nodsp;
|
||||
|
||||
|
Reference in New Issue
Block a user