Fix the extension bit on our facility IE

git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@300 2fbb986a-6c06-0410-b554-c9c1f0a7f128
This commit is contained in:
Matthew Fredrickson
2006-01-19 21:15:31 +00:00
parent 6b5781bb3a
commit 4c20e50a5d

View File

@@ -897,7 +897,7 @@ static int add_dms100_transfer_ability_apdu(struct pri *pri, q931_call *c)
const unsigned char rlt_op_ind = RLT_OPERATION_IND;
int compsp = 0;
buffer[i++] = (0x80 | Q932_PROTOCOL_ROSE);
buffer[i++] = (Q932_PROTOCOL_ROSE); /* Note to self: DON'T set the EXT bit */
buffer[i++] = (0x80 | RLT_SERVICE_ID); /* Service Identifier octet */
ASN1_ADD_SIMPLE(comp, COMP_TYPE_INVOKE, buffer, i);