OBiTALK Community

General Support => Installation and Set-Up (Devices) => Topic started by: RonR on April 01, 2011, 09:19:25 PM

Title: Invoke Second Dial Tone in Digit Map
Post by: RonR on April 01, 2011, 09:19:25 PM
From page 121 of the OBi Device Administration Guide (Version 23.03.11: 23 March 2011):

=====
Invoke Second Dial Tone in Digit Map

You can tell OBi to start a tone after a certain pattern of digits have been dialed by specifying the element {t=<tone>} within a digit map, where <tone> is a 1 to 3-letter name of the tone to play. The tone will stop when the next digit is entered.

For example:

(**1{t=di2}(Msp)|**8{t=od}(Mli))

which tells the device to play Second Dial Tone when **1 is dialed, or play Outside Dial Tone when **8 is dialed.
=====

Is this actually implemented in v1.2.0 (Build: 2102)?  I put this example (using Msp1) in the PHONE Port DigitMap and no new dialtone was started after **1 or **8 was dialed.  This is a feature I really like and use frequently in the PAP2.

Am I missing something?
Title: Re: Invoke Second Dial Tone in Digit Map
Post by: RonR on April 04, 2011, 09:29:13 AM
A response from Obihai would be greatly appreciated.
Title: Re: Invoke Second Dial Tone in Digit Map
Post by: obi-support2 on April 04, 2011, 12:50:30 PM
Yes. Problem reproducible. This feature is broken in 1.2.
We should be able to fix this in the next f/w posting.
Thank you for reporting the issue.

Title: Re: Invoke Second Dial Tone in Digit Map
Post by: RonR on April 07, 2011, 07:45:37 PM
This problem appears to be fixed in 1.2.1 (Build: 2103).

Thank you.
Title: Re: Invoke Second Dial Tone in Digit Map
Post by: jimates on April 07, 2011, 08:33:48 PM
RonR,

does it matter at what point in the Phone Port DigitMap the additional items are put.

i want to add this
(**2{t=di2}(Msp)|**8{t=od}(Mli))

my current digitmap
([1-9]x?*(Mpli)|[1-9]|[1-9][0-9]|911|411|**0|***|#|**1(Msp1)|**2(Msp2)|**8(Mli)|**9(Mpp)|(Mpli))
Title: Re: Invoke Second Dial Tone in Digit Map
Post by: RonR on April 07, 2011, 08:45:04 PM
Quote from: jimates on April 07, 2011, 08:33:48 PMdoes it matter at what point in the Phone Port DigitMap the additional items are put.
You place them exactly where you want the second dial tone to play.  I think the only logical places are:

([1-9]x?*(Mpli)|[1-9]|[1-9][0-9]|911|411|**0|***|#|**1{t=di2}(Msp1)|**2{t=di2}(Msp2)|**8{t=di2}(Mli)|**9{t=di2}(Mpp)|(Mpli))

This causes a second dial tone to play after any **n.
Title: Re: Invoke Second Dial Tone in Digit Map
Post by: OZOi on April 08, 2011, 08:45:30 PM
@RonR - thanks for the nice tip.  ;D
It's working well with v.1.2.1 firmware.
Title: Re: Invoke Second Dial Tone in Digit Map
Post by: jimates on April 09, 2011, 02:31:19 AM
Yes, works great.
Nice feature that my kids will love. Thanks RonR.
Title: Re: Invoke Second Dial Tone in Digit Map
Post by: MichiganTelephone on April 09, 2011, 05:18:21 AM
Here is a quote from the section of the manual dealing with this, for those that don't care to download it just to look this up:

QuoteInvoke Second Dial Tone in Digit Map
You can tell OBi to start a tone after a certain pattern of digits have been dialed by specifying the element {t=<tone>} within a digit map, where <tone> is a 1 to 3-letter name of the tone to play. The tone will stop when the next digit is entered. For example: 
        (**1{t=di2}(Msp)|**8{t=od}(Mli))
which tells the device to play Second Dial Tone when **1 is dialed, or play Outside Dial Tone when **8 is dialed. Here is a full list of acceptable (case insensitive) values of <tone>:
        bu = Busy Tone
        cf = Call Forwarded Dial Tone
        cm = Confirmation Tone
        co = Conference Tone
        cw1 – cw10 = Call Waiting Tone 1-10, respectively
        di = Dial Tone
        di2 = Second Dial Tone
        fb = Fast Busy Tone
        ho = Holding Tone
        od = Outside Dial Tone
        pr = Prompt Tone
        rb = Ringback Tone
        ro = Reorder Tone (same as fast busy)
        si1 – si4 = SIT TONE 1 – 4, respectively
        st = Stutter Tone
        0 – 9, *, #, a – d  = DTMF 0 – 9, *, #, A – D  respectively

One interesting thing I found is that apparently you can't set the Outside Dial Tone in Tone Profile A or B.  I wonder if that was an oversight. I sent an e-mail to Obihai Support about it, just in case.
Title: Re: Invoke Second Dial Tone in Digit Map
Post by: jimates on April 09, 2011, 08:09:38 AM
Thanks Michigan Telephone,

I tried to find it last night, must have overlooked it. It seems every time I go through that manual I find something new.
Title: Re: Invoke Second Dial Tone in Digit Map
Post by: QBZappy on April 09, 2011, 08:42:25 AM
Hi,

I don't understand in what context someone would use some of these dial tones. Can someone give a brief "Dial Tone 101" explanation with use scenario. Tks.