]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
OPENZAP-19 add handler for connect ack
authorMichael Jerris <mike@jerris.com>
Fri, 26 Sep 2008 18:28:28 +0000 (18:28 +0000)
committerMichael Jerris <mike@jerris.com>
Fri, 26 Sep 2008 18:28:28 +0000 (18:28 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@570 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/openzap/src/ozmod/ozmod_isdn/ozmod_isdn.c

index 3a99aae361297cca7540a5b76d4aa3f519de36e3..a9170d0d2b6edc2cbbbf7a397070d8139e01dd4a 100644 (file)
@@ -696,6 +696,15 @@ static L3INT zap_isdn_931_34(void *pvt, L2UCHAR *msg, L2INT mlen)
                                }
                        }
                        break;
+               case Q931mes_CONNECT_ACKNOWLEDGE:
+                       {
+                               if (zchan) {
+                                       zap_log(ZAP_LOG_DEBUG, "Received CONNECT_ACK message for channel %d\n", chan_id);
+                               } else {
+                                       zap_log(ZAP_LOG_DEBUG, "Received CONNECT_ACK with no matching channel %d\n", chan_id);
+                               }
+                       }
+                       break;
 
                case Q931mes_INFORMATION:
                        {