Unsubscribe

Elvin G. Nodalo

-----Original Message-----
From: asterisk-users-requ...@lists.digium.com
Sent: 7/10/2013 1:00 AM
To: asterisk-users@lists.digium.com
Subject: asterisk-users Digest, Vol 108, Issue 14

Send asterisk-users mailing list submissions to
        asterisk-users@lists.digium.com

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.digium.com/mailman/listinfo/asterisk-users
or, via email, send a message with subject or body 'help' to
        asterisk-users-requ...@lists.digium.com

You can reach the person managing the list at
        asterisk-users-ow...@lists.digium.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of asterisk-users digest..."


Today's Topics:

   1. analog phone digit delay (Justin Killen)
   2. Re: analog phone digit delay (jg)
   3. Re: analog phone digit delay (Justin Killen)
   4. Re: analog phone digit delay (jg)
   5. Re: analog phone digit delay (Steve Edwards)
   6. Re: PCI Passthrough of T1 cards (Mauricio Tavares)
   7. Re: PCI Passthrough of T1 cards (Nick Khamis)
   8. Fwd: AQuA Meter ? waveform analysis to get continous MOS
      scores for your network (Sevana Oy)


----------------------------------------------------------------------

Message: 1
Date: Mon, 8 Jul 2013 10:14:31 -0700
From: Justin Killen <jkil...@allamericanasphalt.com>
Subject: [asterisk-users] analog phone digit delay
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID:
        
<55b5d66c43b57f44bc89cb4650fd32f80118ffc2b...@mal.sg1.allamericanasphalt.com>
        
Content-Type: text/plain; charset="us-ascii"

I have an installation that has analog phones connected via T1 channel banks.  
I'm getting complaints from users that they will enter a partial number (eg 
91213), then turn away to get the next few digits, and the system will start 
dialing before they have a chance to put in the rest of the dialing string.  Is 
there a way to increase this delay?  The only use these 4 dialing patterns:

Internal 3 digit numbers
91 XXX XXX XXXX   (for backwards compatibility)
9 XXX XXXX (also for compatibility)
XXX XXXX


I'm using the freepbx distro if that helps.  Asterisk 11.2.

Thanks,

-Justin

-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.digium.com/pipermail/asterisk-users/attachments/20130708/a09901d8/attachment-0001.htm>

------------------------------

Message: 2
Date: Mon, 08 Jul 2013 19:21:10 +0200
From: jg <webaccou...@jgoettgens.de>
Subject: Re: [asterisk-users] analog phone digit delay
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID: <51daf506.5070...@jgoettgens.de>
Content-Type: text/plain; charset=UTF-8; format=flowed

Have a look at the documentation of the channel bank. I guess some kind of 
overlap dialing is 
enabled, which is typically associated with a timeout value. chan_dahdi.conf 
also has entries 
like this.



------------------------------

Message: 3
Date: Mon, 8 Jul 2013 10:45:52 -0700
From: Justin Killen <jkil...@allamericanasphalt.com>
Subject: Re: [asterisk-users] analog phone digit delay
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID:
        
<55b5d66c43b57f44bc89cb4650fd32f80118ffc2b...@mal.sg1.allamericanasphalt.com>
        
Content-Type: text/plain; charset="us-ascii"

The channel banks are Adtran TA-624's using ESF/B8ZS.  When a handset is picked 
up, I can see the offhook in the asterisk console, so it looks that the channel 
is immediately connected through the channel bank (not delayed until after 
digits are dialed), so it looks that overlap dialing isn't a factor and that 
asterisk has complete control.

As for options in chan_dahdi.conf, I simply can't find any that relate to this 
problem.  I have looked at the page here: 
http://www.voip-info.org/wiki/view/chan_dahdi.conf and the closest thing I can 
find is 'ringtimeout' which is obviously not what I want.  I would expect to 
see something like 'dialtimeout' or 'interdigittimeout'.

-Justin

-----Original Message-----
From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of jg
Sent: Monday, July 08, 2013 10:21 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] analog phone digit delay

Have a look at the documentation of the channel bank. I guess some kind of 
overlap dialing is 
enabled, which is typically associated with a timeout value. chan_dahdi.conf 
also has entries 
like this.

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



------------------------------

Message: 4
Date: Mon, 08 Jul 2013 20:38:20 +0200
From: jg <webaccou...@jgoettgens.de>
Subject: Re: [asterisk-users] analog phone digit delay
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID: <51db071c.2030...@jgoettgens.de>
Content-Type: text/plain; charset=UTF-8; format=flowed


> The channel banks are Adtran TA-624's using ESF/B8ZS.  When a handset is 
> picked up, I can see the offhook in the asterisk console, so it looks that 
> the channel is immediately connected through the channel bank (not delayed 
> until after digits are dialed), so it looks that overlap dialing isn't a 
> factor and that asterisk has complete control.
This also means that you should see the digits as they are dialed. When 
something times out you 
should also see a message why there was a timeout.
I am using ISDN for PSTN connections and where I live there must be some kind 
of overlap dialing 
enabled, otherwise P2P configurations don't work. With current DAHDI drivers I 
no longer need 
special settings to make things work (Wanpipe/Woomera was different), so I 
guess overlap dialing 
is enabled. Some SIP phones distinguish between "Overlap Dialing" and 
"Automatic Dialing", so 
your channel bank might also have something like an Automatic Dialing option 
with some timing 
value.
> As for options in chan_dahdi.conf, I simply can't find any that relate to 
> this problem.  I have looked at the page here: 
> http://www.voip-info.org/wiki/view/chan_dahdi.conf and the closest thing I 
> can find is 'ringtimeout' which is obviously not what I want.  I would expect 
> to see something like 'dialtimeout' or 'interdigittimeout'.
There is an "overlap" option in configs/chan_dahdi.conf.sample.

I am currently assembling an Asterisk box that has 48+2 analog channels (+ SIP 
+ ISDN). If your 
problem doesn't go away I could tell next week what my system is doing.

jg




------------------------------

Message: 5
Date: Mon, 8 Jul 2013 11:55:21 -0700 (PDT)
From: Steve Edwards <asterisk....@sedwards.com>
Subject: Re: [asterisk-users] analog phone digit delay
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID: <alpine.DEB.2.02.1307081154360.13329@ws>
Content-Type: text/plain; charset="iso-8859-7"; Format="flowed"

On Mon, 8 Jul 2013, Justin Killen wrote:

> I have an installation that has analog phones connected via T1 channel 
> banks. ?I?m getting complaints from users that they will enter a partial 
> number (eg 91213), then turn away to get the next few digits, and the 
> system will start dialing before they have a chance to put in the rest 
> of the dialing string. ?Is there a way to increase this delay?? The only 
> use these 4 dialing patterns:

Will 'show function TIMEOUT' help?

-- 
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards       sedwa...@sedwards.com      Voice: +1-760-468-3867 PST
Newline                                              Fax: +1-760-731-3000

------------------------------

Message: 6
Date: Mon, 8 Jul 2013 17:07:53 -0400
From: Mauricio Tavares <raubvo...@gmail.com>
Subject: Re: [asterisk-users] PCI Passthrough of T1 cards
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID:
        <CAHEKYV60YsVa76GJ+TX2ToVA1w=AV2gi+=f4ghdz8canmd2...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

On Wed, Jun 19, 2013 at 11:52 AM, Nick Khamis <sym...@gmail.com> wrote:
> Hello James,
>
> Thank you so much for your response. I should have chose my words
> carefully. PCI pass-through in terms of virtualization of devices and
> it's draw back are well know. I was leaning more towards near host
> performance virtualization using SR-IOV.
>
      I know I am late in the show, but what are the drawbacks as far
as using Asterisk is concerned?

> This moves emphasis back to the production drivers of the interface
> card using virtual functions etc., and can provide near host
> performance. Rephrasing my question, are any of the T1 pci
> manufactures providing support for virtualization using SR-IOV and
> virutal functions?
>
> Kind Regards,
>
> Nick
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>                http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users



------------------------------

Message: 7
Date: Mon, 8 Jul 2013 19:11:36 -0400
From: Nick Khamis <sym...@gmail.com>
Subject: Re: [asterisk-users] PCI Passthrough of T1 cards
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID:
        <CAGWRaZY0Q_jAGjLPGzqF6X=utMcTKRrwBBH5ZRLFyJo=uz_...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Asterisk does fine in a virtual instance. The key is finding hardware that
would
support more than just virtualization (i.e., SR-IOV).... Not sure if such a
card
exist.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.digium.com/pipermail/asterisk-users/attachments/20130708/4b8e1919/attachment-0001.htm>

------------------------------

Message: 8
Date: Tue, 9 Jul 2013 19:34:34 +0400
From: Sevana Oy <sa...@sevana.fi>
Subject: [asterisk-users] Fwd: AQuA Meter ? waveform analysis to get
        continous MOS scores for your network
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID:
        <CAMyj0v=ez4dkj9hpi205qq9ysqs-wbv_phq8b4ujrvedhjf...@mail.gmail.com>
Content-Type: text/plain; charset="windows-1252"

Hi,

Although this is a repost from Asterisk biz, we would like to ask if
somebody may help us to develop a native Asterisk module using AQuA
technology for voice quality monitoring using the same web service AQuA
Meter is using.

Thanks,
Sevana Finland/Estonia

---------- Forwarded message ----------
From: Sevana Oy <sa...@sevana.fi>
Date: Mon, Jun 17, 2013 at 7:30 PM
Subject: AQuA Meter ? waveform analysis to get continous MOS scores for
your network
To: asterisk-...@lists.digium.com


[image: AQuA 
Meter]<http://blog.sevana.fi/wp-content/uploads/2013/03/screenshot.png>

Hi,

We would like to offer you to learn about our new application that performs
scheduled voice test calls to a predefined
echo server and then uses our AQuA web service to evaluate the call quality.

We developed it because several VoIP service providers have inquired us for
a possibility to make test calls from local machines within
their customers? network.

A typical example is when you provide VoIP communications to a company that
rents its premises (including an Internet connection) in a
business center. In this case it is quite important to monitor voice call
quality from different computers in the office space to the
service provider?s server.

This is a cross platform (Windows, Linux, MAC) Java application and uses
our latest developments in waveform analysis to evaluate voice call
quality: http://www.sevana.fi/aquameter.zip

The setup is simple: our application calls the echo server (apparently
provided by the VoIP service provider), plays a reference audio and records
the playback from the echo server and can thus provide overall (both ways)
call quality analysis.

We are very interested to receive your feedback and feature wishlist. The
application is free.

Best Regards,

Sevana Oy/O?
Finland/Estonia

http://blog.sevana.fi/aqua-meter-waveform-analysis-to-get-continous-mos-scores-for-your-network/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.digium.com/pipermail/asterisk-users/attachments/20130709/18261bfe/attachment-0001.htm>

------------------------------

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

AstriCon 2010 - October 26-28 Washington, DC
Register Now: http://www.astricon.net/

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

End of asterisk-users Digest, Vol 108, Issue 14
***********************************************
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to