From 81960de41b9c34897769fb7eb404bdcad9afd4ae Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 22 Aug 2007 11:32:02 +0000 Subject: Handle Common ISDN Access profile --- sdpd/service.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sdpd/service.c') diff --git a/sdpd/service.c b/sdpd/service.c index f84ddc9a..29170941 100644 --- a/sdpd/service.c +++ b/sdpd/service.c @@ -84,6 +84,7 @@ static void update_svclass_list(void) switch (rec->svclass.value.uuid16) { case DIALUP_NET_SVCLASS_ID: + case CIP_SVCLASS_ID: val |= 0x42; /* Telephony & Networking */ break; case IRMC_SYNC_SVCLASS_ID: -- cgit