search for: summey

Displaying 8 results from an estimated 8 matches for "summey".

Did you mean: summer
2003 Oct 09
1
Recursive indexing can cause R-1.8.0 (and R-1.7.1) to segment fault (PR#4486)
...from Volkmar Klatt, email: volkmar.klatt AT stud.uni-bayreuth.de # just make a nested list: erzeugeTestListe <- function( laenge ) { Liste <- list() for (i in 1: laenge ) { hilf <- round(runif(1)*20) +1 X <- runif( hilf ) Y <- runif( hilf )^2 summeX <- sum(X) summeY <- sum(Y) Liste <- c(Liste, list(list( summe=list(X=summeX, Y=summeY), punkte=list(X=X, Y=Y))) ) } # make clean: rm( hilf, summeX, summeY, X,Y, i ) return( Liste ) } # end of erzeugeTestListe() # # Liste <- erzeugeTestListe(25) #0 # # Now, e.g., we want to extract all X-u...
2005 Aug 12
3
Voipjet experiment
Hi List, I'm wondering if someone who uses VoipJet as their termination service would do me a favor. If I call the American Airlines reservation number (1-800-433-7300), the call gets connected, but after 30 seconds asterisk drops the call responding that no one answered. I'm using areskicc2 (calling card app) as an authentication system and I don't know if that is what is
2005 Oct 11
1
call to a particular 800 numbernevershowsanswered on Zap channel
...would have > > to be able to handle this type of situation. > > > > Thanks, > > Andy > > > > -----Original Message----- > > From: asterisk-users-bounces@lists.digium.com > > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > > Garth Summey > > Sent: Friday, October 07, 2005 5:18 PM > > To: Asterisk Users Mailing List - Non-Commercial Discussion > > Subject: Re: [Asterisk-Users] call to a particular 800 number > > never showsanswered on Zap channel > > > > This one drove me crazy for a while too. I...
2005 Oct 07
3
call to a particular 800 number never showsanswered on Zap channel
...sterisk not drop the call or to force the answer on this number? Seems like a hard-PBX would have to be able to handle this type of situation. Thanks, Andy -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Garth Summey Sent: Friday, October 07, 2005 5:18 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] call to a particular 800 number never showsanswered on Zap channel This one drove me crazy for a while too. I found out that some companies don't exactly play fair...
2006 May 08
1
Voicemail bomb
I submitted a bug to the tracker *(*bug<http://bugs.digium.com/view.php?id=6947>) regarding the 256 character limit when copying a voicemail to a list of mail boxes. The bug was closed with this note: "Fixed in 1.2 branch, merged to trunk." Could someone explain to me what that means... in English? I searched the release notes of the newest asterisk version to see if this bug
2005 Oct 11
0
call to a particular 800 number nevershowsanswered on Zap channel
...on this number? Seems like a hard-PBX would have > to be able to handle this type of situation. > > Thanks, > Andy > > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Garth Summey > Sent: Friday, October 07, 2005 5:18 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] call to a particular 800 number > never showsanswered on Zap channel > > This one drove me crazy for a while too. I found out that some > c...
2005 Aug 02
1
DND Indication
Has anyone come up with a clever way of indicating DND is activated? I've thought of stutter dial tone and using the mwi, but have no idea how to implement these. I'm using Budgetones. My concern is that users will activate the DND, then forget about it not realizing that they are not receiving calls. Thanks, G
2005 Aug 03
0
app_intercept
Hi, Can anyone give me any information at all to get app_intercept working? I've found these pages, but there is just not enough for me to get it going. http://www.pbxfreeware.org/archives/2005/06/new_download_--.html and http://bugs.digium.com/bug_view_advanced_page.php?bug_id=0002692 Thanks, G