diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2007-08-22 11:32:02 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2007-08-22 11:32:02 +0000 | 
| commit | 81960de41b9c34897769fb7eb404bdcad9afd4ae (patch) | |
| tree | 6d1671da023cf9efb4f6c3a58e8a4ac6ff65bbef | |
| parent | 714cd0ab444bd51731131866463f5c565c8a33f6 (diff) | |
Handle Common ISDN Access profile
| -rw-r--r-- | sdpd/service.c | 1 | 
1 files changed, 1 insertions, 0 deletions
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:  | 
