Re: [Sip] Inquiry:SIP sending dialed digits in one-by-one digit format?
Victor Pascual Avila <victor.pascual.avila@gmail.com> Fri, 08 January 2010 10:50 UTC
Return-Path: <victor.pascual.avila@gmail.com>
X-Original-To: sip@core3.amsl.com
Delivered-To: sip@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix)
with ESMTP id 8BCD128C0F3 for <sip@core3.amsl.com>;
Fri, 8 Jan 2010 02:50:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.999
X-Spam-Level:
X-Spam-Status: No, score=-1.999 tagged_above=-999 required=5
tests=[BAYES_00=-2.599, J_CHICKENPOX_73=0.6]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com
[127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tJe2nXM5zgeu for
<sip@core3.amsl.com>; Fri, 8 Jan 2010 02:50:07 -0800 (PST)
Received: from mail-bw0-f223.google.com (mail-bw0-f223.google.com
[209.85.218.223]) by core3.amsl.com (Postfix) with ESMTP id A964528C0DF for
<sip@ietf.org>; Fri, 8 Jan 2010 02:50:06 -0800 (PST)
Received: by bwz23 with SMTP id 23so12436339bwz.29 for <sip@ietf.org>;
Fri, 08 Jan 2010 02:50:02 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
h=domainkey-signature:mime-version:received:in-reply-to:references
:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding;
bh=Xae9T3wxoZotn6WTvY83sEYlGzpQ6GdHS/4maulHfFY=;
b=p2Gu2Cs3CATQmiG4+Mbc+I8OFRqtIO+YAkNAZriaUIn30ReUwDnsF3bScEQ+H/KMCg
VwwT8IOqFuJkkpaM73lvATxRxMFoNKYRFV2at2vmsIni6Nuzasxbs/6f2FBhAefK03fJ
R2dAPPSKdfGOJOdjv/r9e+xcLOLuV2XVKIiHw=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:cc:content-type:content-transfer-encoding;
b=qc5ipsPVE6Cr72xjh8AuK+l7fTKYkCx7cpQamRLMKIQ49UxVeEuHF5hjfEKKNQj4sL
2vHcBOW9K2mtWkJV6bLgaNZeD1W876bzhEQo5LA1/VVLSEzsVHqJrFbLjuaL+lklxwOU
811dZn1nPIEbxM6Fv3/HPSnf3IPZ4I+C8Mj70=
MIME-Version: 1.0
Received: by 10.204.175.81 with SMTP id w17mr6984204bkz.125.1262947801810;
Fri, 08 Jan 2010 02:50:01 -0800 (PST)
In-Reply-To: <74aa57df1001052211s1658c619u6d594efc659de9be@mail.gmail.com>
References: <ea550427-7c74-4afe-b0e6-b6b8a97db582@u7g2000yqm.googlegroups.com>
<74aa57df1001052211s1658c619u6d594efc659de9be@mail.gmail.com>
Date: Fri, 8 Jan 2010 11:50:01 +0100
Message-ID: <618e24241001080250p5a8ea873jfeb0d58c2d07285a@mail.gmail.com>
From: Victor Pascual Avila <victor.pascual.avila@gmail.com>
To: hadi motamedi <motamedi24@gmail.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Cc: sip@ietf.org
Subject: Re: [Sip] Inquiry:SIP sending dialed digits in one-by-one digit
format?
X-BeenThere: sip@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Session Initiation Protocol <sip.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/sip>,
<mailto:sip-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/sip>
List-Post: <mailto:sip@ietf.org>
List-Help: <mailto:sip-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/sip>,
<mailto:sip-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 08 Jan 2010 10:50:07 -0000
Hi, On Wed, Jan 6, 2010 at 7:11 AM, hadi motamedi <motamedi24@gmail.com> wrote: > Can you please do me favor and let me know if it is technically > feasible to send the sip dialed digits in one-by-one-digit format ? I > mean if the subs dials say 6659983 we try to send it as 6,6,5,9,9,8,3 > but not as 6659983 in just one package with sip invite . RFC3578 describes the overlap dialing. While some implement the "Multiple Invite" method, some others implement the "In Dialog" method as depicted by ETSI TS 124 229 V8.7.8 (2009-07). Please check Clause 4.9 and ANNEX N from that document (Note: it does NOT reference RFC3578) Cheers, -- Victor Pascual Ávila
- [Sip] Inquiry:SIP sending dialed digits in one-by… hadi motamedi
- Re: [Sip] Inquiry:SIP sending dialed digits in on… Prasath Elangovan -X (prelango - HCL at Cisco)
- Re: [Sip] Inquiry:SIP sending dialed digits in on… hadi motamedi
- Re: [Sip] Inquiry:SIP sending dialed digits in on… Vijay Tiwari
- Re: [Sip] Inquiry:SIP sending dialed digits in on… hadi motamedi
- Re: [Sip] Inquiry:SIP sending dialed digits in on… Vijay Tiwari
- Re: [Sip] Inquiry:SIP sending dialed digits in on… Paul Kyzivat
- Re: [Sip] Inquiry:SIP sending dialed digits in on… Christer Holmberg
- Re: [Sip] Inquiry:SIP sending dialed digits in on… Victor Pascual Avila
- Re: [Sip] Inquiry:SIP sending dialed digits in on… Dale Worley