[libpri-commits] rmudgett: branch rmudgett/display_text r2185 - /team/rmudgett/display_text/
SVN commits to the libpri project
libpri-commits at lists.digium.com
Tue Feb 1 13:00:34 CST 2011
Author: rmudgett
Date: Tue Feb 1 13:00:29 2011
New Revision: 2185
URL: http://svnview.digium.com/svn/libpri?view=rev&rev=2185
Log:
Add more Q.931 states that we are willing to send display text.
Modified:
team/rmudgett/display_text/q931.c
Modified: team/rmudgett/display_text/q931.c
URL: http://svnview.digium.com/svn/libpri/team/rmudgett/display_text/q931.c?view=diff&rev=2185&r1=2184&r2=2185
==============================================================================
--- team/rmudgett/display_text/q931.c (original)
+++ team/rmudgett/display_text/q931.c Tue Feb 1 13:00:29 2011
@@ -4879,9 +4879,14 @@
};
switch (call->ourcallstate) {
+ case Q931_CALL_STATE_OVERLAP_SENDING:
case Q931_CALL_STATE_OUTGOING_CALL_PROCEEDING:
case Q931_CALL_STATE_CALL_DELIVERED:
+ case Q931_CALL_STATE_CALL_RECEIVED:
+ case Q931_CALL_STATE_CONNECT_REQUEST:
+ case Q931_CALL_STATE_INCOMING_CALL_PROCEEDING:
case Q931_CALL_STATE_ACTIVE:
+ case Q931_CALL_STATE_OVERLAP_RECEIVING:
call->display.text = display->text;
call->display.length = display->length;
call->display.char_set = display->char_set;
More information about the libpri-commits
mailing list