X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 2372BDC3789 for ; Wed, 18 Jul 2012 09:48:08 +0000 (UTC) Received: by eekb47 with SMTP id b47so507278eek.13 for ; Wed, 18 Jul 2012 02:48:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:content-type:x-mailer :mime-version; bh=vdI+mchLtuSuCfi9CPs0Ia2jUlqm2BtGwi1T3G7O3aM=; b=X9LPywXlpinZozBkDhmbQ7VzD3KkkQwf25dCu03vsczvh2ZDV0CST5s4QeVAFW6V8k opMDeonc0mJoWBgoe/8VFbJwxjVYYr/J8ujPxFTkTp4/Vwee5bu0r3yT7IWhOtajqpRv IeWjORPPxDMT6SdWa2/txJX1keQQhUNqfLTG9F9B+H5LKHYB2rN+602HO/cyXntHv/oy y24VOA/pBFJ+aEQZUG7V77uQfRoM2g9uzFzSnxgE9G/qH9sWv79b2+mmxOEJxLjWLRS6 jq/Ip5u5Lsn8dVULFg156iEul9GwTeYYoAkwMkF/3imfDGXHM8NkNtsIygJUs6pz1grA VG9Q== Received: by 10.14.220.4 with SMTP id n4mr3016929eep.1.1342604887288; Wed, 18 Jul 2012 02:48:07 -0700 (PDT) Received: from [10.44.65.254] (93-57-120-162.ip164.fastwebnet.it. [93.57.120.162]) by mx.google.com with ESMTPS id k48sm34787857eep.13.2012.07.18.02.48.05 (version=SSLv3 cipher=OTHER); Wed, 18 Jul 2012 02:48:06 -0700 (PDT) Message-ID: <1342604883.4062.21.camel@df1844j> Subject: [alpine-devel] [PATCH] json: define SIP-TLS service, and proto TCP for SIP From: Leonardo To: kaarle.ritvanen@datakunkku.fi Cc: alpine-devel@lists.alpinelinux.org Date: Wed, 18 Jul 2012 11:48:03 +0200 Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-y8TZ74h/NBFq6iNXDgfx" X-Mailer: Evolution 3.2.3-0ubuntu6 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 --=-y8TZ74h/NBFq6iNXDgfx Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable --- json/services.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/json/services.json b/json/services.json index ab098e5..2ee5436 100644 --- a/json/services.json +++ b/json/services.json @@ -22,7 +22,14 @@ { "proto": "icmp", "type": 8 }, { "proto": "icmpv6", "type": 128 } ], - "sip": { "proto": "udp", "port": 5060 }, + "sip": [ + { "proto": "udp", "port": 5060 }, + { "proto": "tcp", "port": 5060 } + ], + "sip-tls": [ + { "proto": "udp", "port": 5061 }, + { "proto": "tcp", "port": 5061 } + ], "smtp": { "proto": "tcp", "port": 25 }, "snmp": { "proto": "udp", "port": 161 }, "ssh": { "proto": "tcp", "port": 22 } --=20 1.7.11.1 --=-y8TZ74h/NBFq6iNXDgfx Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAABAgAGBQJQBoZTAAoJELAPckZGG2T6kYoH/3LXt9NaT0ztzyqlH6bAXJt5 9FFbnuqw53Fh3JgPjPveTa+03kOI215Q0kZ2PvX3iTx6YLSdOSzIYy+3qyMrwpPf qkBlADuTz9t7awIwFI9Bi80+RNQonk+b8vAoZ9xGSBKUcuLiCsFt/kwIXzZPlpIF Yz23M1Qnj+uRbs3qsN/ShoAV92FdJ9r3SEfLT9sQKk0Oas0wTehwZNOVaU8hBpbU ajbODeTYpzO79wvGFH9VM9Z2rnRHudwTankI6HBI18/Jhe3OhbdmU8iF5+vKwkPY gQYOv+Q3GbT4C9VcGwhVFet60Pwjxo/vR6Wta6sJFDgUCeomsBXRTm+bECkZhZY= =ekqV -----END PGP SIGNATURE----- --=-y8TZ74h/NBFq6iNXDgfx-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---