Add progress support reporting to PRI (bug #2759)
git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@156 2fbb986a-6c06-0410-b554-c9c1f0a7f128
This commit is contained in:
5
libpri.h
5
libpri.h
@@ -253,6 +253,7 @@ typedef struct pri_event_ringing {
|
||||
int e;
|
||||
int channel;
|
||||
int cref;
|
||||
int progress;
|
||||
q931_call *call;
|
||||
} pri_event_ringing;
|
||||
|
||||
@@ -260,6 +261,7 @@ typedef struct pri_event_answer {
|
||||
int e;
|
||||
int channel;
|
||||
int cref;
|
||||
int progress;
|
||||
q931_call *call;
|
||||
} pri_event_answer;
|
||||
|
||||
@@ -309,6 +311,9 @@ typedef struct pri_event_restart_ack {
|
||||
typedef struct pri_event_proceeding {
|
||||
int e;
|
||||
int channel;
|
||||
int cref;
|
||||
int progress;
|
||||
q931_call *call;
|
||||
} pri_event_proceeding;
|
||||
|
||||
typedef struct pri_event_setup_ack {
|
||||
|
||||
Reference in New Issue
Block a user