Re: [Sip] Inquiry:SIP sending dialed digits in one-by-one digit format?
Christer Holmberg <christer.holmberg@ericsson.com> Thu, 07 January 2010 09:23 UTC
Return-Path: <christer.holmberg@ericsson.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 BA13F28C0E9 for <sip@core3.amsl.com>;
Thu, 7 Jan 2010 01:23:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.649
X-Spam-Level:
X-Spam-Status: No, score=-5.649 tagged_above=-999 required=5
tests=[BAYES_00=-2.599, HELO_EQ_SE=0.35, J_CHICKENPOX_73=0.6,
RCVD_IN_DNSWL_MED=-4]
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 ws09QQLv5P5y for
<sip@core3.amsl.com>; Thu, 7 Jan 2010 01:23:05 -0800 (PST)
Received: from mailgw5.ericsson.se (mailgw5.ericsson.se [193.180.251.36]) by
core3.amsl.com (Postfix) with ESMTP id 7D37428C0F6 for <sip@ietf.org>;
Thu, 7 Jan 2010 01:23:05 -0800 (PST)
X-AuditID: c1b4fb24-b7bb6ae000001052-3c-4b45a7f51958
Received: from esessmw0184.eemea.ericsson.se (Unknown_Domain [153.88.253.124])
by mailgw5.ericsson.se (Symantec Mail Security) with SMTP id
B0.63.04178.5F7A54B4; Thu, 7 Jan 2010 10:23:02 +0100 (CET)
Received: from ESESSCMS0354.eemea.ericsson.se ([169.254.1.199]) by
esessmw0184.eemea.ericsson.se ([153.88.115.81]) with mapi;
Thu, 7 Jan 2010 10:23:01 +0100
From: Christer Holmberg <christer.holmberg@ericsson.com>
To: 'Paul Kyzivat' <pkyzivat@cisco.com>, Vijay Tiwari <vijay11tiwari@gmail.com>
Date: Thu, 7 Jan 2010 10:23:01 +0100
Thread-Topic: [Sip] Inquiry:SIP sending dialed digits in one-by-one digit
format?
Thread-Index: AcqO4fMCHe7CmYkwTTybwdYybdkA8AAmAXDA
Message-ID: <FF84A09F50A6DC48ACB6714F4666CC743C57135F96@ESESSCMS0354.eemea.ericsson.se>
References: <ea550427-7c74-4afe-b0e6-b6b8a97db582@u7g2000yqm.googlegroups.com>
<74aa57df1001052211s1658c619u6d594efc659de9be@mail.gmail.com>
<4F5E2C4B86D6BF4587F0966F5FA1480701CA3804@XMB-BGL-412.cisco.com>
<484afbd61001052259k2fa259e4vb4b9679c9455145c@mail.gmail.com>
<74aa57df1001052308x3b300c61m7bbf91f5579dcf8e@mail.gmail.com>
<484afbd61001060202y10e595c2lcff9f8964ad0fa2d@mail.gmail.com>
<4B44A721.8000004@cisco.com>
In-Reply-To: <4B44A721.8000004@cisco.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: en-US
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Brightmail-Tracker: AAAAAA==
Cc: "sip@ietf.org" <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: Thu, 07 Jan 2010 09:23:06 -0000
Hi, Are you referring to overlap dialling? One way is to send additional digits in subsequent INVITEs, which is described in RFC 3578. Another way is to send the additional digits using INFO, once the INVITE has reached the *something* Paul is referring to. Regards, Christer -----Original Message----- From: sip-bounces@ietf.org [mailto:sip-bounces@ietf.org] On Behalf Of Paul Kyzivat Sent: 6. tammikuuta 2010 17:07 To: Vijay Tiwari Cc: sip@ietf.org Subject: Re: [Sip] Inquiry:SIP sending dialed digits in one-by-one digit format? Vijay Tiwari wrote: > Hello all > > yes KPML is not implement into implement this scenario. its only for > DTMF digits. It was not *intended* for this, but that doesn't mean it couldn't be used for this purpose. However there is no standard defined for doing so. And its extremely unlikely that one would be defined, because it requires a different division of responsibility between components than the sip specs assume. Specifically, to do this, you have to turn the sip phone into a dumb device, akin to MGCP, with a master that does most of the work. You need to do this, because you must establish a session with *something* that will receive the digits, and then eventually decide when a full number has been entered, and then initiate a call. Thanks, Paul > Thanks > Vijay > On Wed, Jan 6, 2010 at 12:38 PM, hadi motamedi <motamedi24@gmail.com > <mailto:motamedi24@gmail.com>> wrote: > > > > On Wed, Jan 6, 2010 at 6:59 AM, Vijay Tiwari > <vijay11tiwari@gmail.com <mailto:vijay11tiwari@gmail.com>> wrote: > > Hello All > > this KPML subscription package used for DTMF digits not for > invite number in request URI. > > On Wed, Jan 6, 2010 at 12:09 PM, Prasath Elangovan -X (prelango > - HCL at Cisco) <prelango@cisco.com <mailto:prelango@cisco.com>> > wrote: > > Hey Hadi, > > You could do this via KPML Subscription package. Send invite > with just 6 and remaining digits throught NOTIFY. > > Thanks, Prasath > > ------------------------------------------------------------------------ > *From:* sip-bounces@ietf.org <mailto:sip-bounces@ietf.org> > [mailto:sip-bounces@ietf.org <mailto:sip-bounces@ietf.org>] > *On Behalf Of *hadi motamedi > *Sent:* Wednesday, January 06, 2010 11:42 AM > *To:* sip@ietf.org <mailto:sip@ietf.org> > *Subject:* [Sip] Inquiry:SIP sending dialed digits in > one-by-one digit format? > > > Dear All > 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 . > Thank you in advance > > > > > > _______________________________________________ > Sip mailing list https://www.ietf.org/mailman/listinfo/sip > This list is for NEW development of the core SIP Protocol > Use sip-implementors@cs.columbia.edu > <mailto:sip-implementors@cs.columbia.edu> for questions on > current sip > Use sipping@ietf.org <mailto:sipping@ietf.org> for new > developments on the application of sip > > > > > -- > They can because they think they can. > > > > Sorry. You mean KPML cannot implement this scenario ? > > > > > > > -- > They can because they think they can. > > > ---------------------------------------------------------------------- > -- > > _______________________________________________ > Sip mailing list https://www.ietf.org/mailman/listinfo/sip > This list is for NEW development of the core SIP Protocol Use > sip-implementors@cs.columbia.edu for questions on current sip Use > sipping@ietf.org for new developments on the application of sip _______________________________________________ Sip mailing list https://www.ietf.org/mailman/listinfo/sip This list is for NEW development of the core SIP Protocol Use sip-implementors@cs.columbia.edu for questions on current sip Use sipping@ietf.org for new developments on the application of sip
- [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