similar to: Free g.729.1 implementation

Displaying 20 results from an estimated 1000 matches similar to: "Free g.729.1 implementation"

2003 Jun 24
1
Asterisk SIP-to-SIP proxy
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 When connecting IAX (gnophone) to SIP (kphone) or other way Asterisk acts as a proxy, but when connecting SIP to SIP it works only as 'SIP registrar' forwarding SIP requests to client. Is it possible to make Asterisk work as a 'proxy' so that any incoming calls would be ade to Asterisk and then internally forwarded to receiver?
2003 Jun 29
1
newbie .conf question
Sorry forgot the subjsect line Newbie question, please excuse me for this one. If an admin adds and extension in the voicemail.conf file will asterisks read from .conf files dynamically? Or does the asterisks daemon need to be restarted? I guess this question pertains to all .conf files. Also is there support for MySQL? Thanks Mike Michael Kane To-Talk Communications LLC. 37 Sandusky Dr.
2003 Oct 07
2
agi exit problem
The way I worked around this is to log the "uniqueid" in a database when the call is placed with the start time and then execute an agi script upon all hangups: exten => h,1,AGI(call_log.agi,${EXTEN}) That script queries the database for the "uniqueid" and if it exists in the table it figures out the call length and updates the record It's a little bit of perl
2003 Oct 23
1
Problems with OH323/codecs
On oh323.conf I have: codec=G711U frames=20 But while connecting it gives me in log: ? 1:18.636 ? ? ? ? ?H225 Caller:8111de8 H245 ? ?Capability merge result: ? Table: ? ? G.723.1(5.3k){hw} <1> ? Set: ? ? 0: ? ? ? 0: ? ? ? ? G.723.1(5.3k){hw} <1> Which I don't have, so the connection is dropped. Any known solutions? (remote side has g711 u-Law) -- Witold Kr?cicki (adasi) adasi
2003 Dec 09
0
InterStar- can it be used with Asterisk?
I got 2 'InterStar' boxes - by dsg. Is there any way to use it with Asterisk or any other OS software? What protocol is it using? -- Witold Kr?cicki (adasi) adasi [at] culm.net GPG key: 7AE20871 http://www.culm.net
2004 Jan 08
9
Mailing list growth
So far in January, we've had 726 messages on -users. December 2003: 2.978 messages November 2003: 3.410 messages October 2003: 3.177 messages December 2002: 741 messages December 2001: 67 messages ...the project is growing. /Olle
2004 Feb 03
7
The Smallest Asterisk Server Ever?
Hello all, Saturday night, after a couple of shots of bourbon, I realized that I had an old PC sitting in the garage that I could use as an Asterisk gateway if I just blew the dust off it and reloaded it with a modern Linux distribution. In my characteristically impulsive manner, I grabbed it and started cleaning it up so that I could put it in my office without my wife having a fit. The
2009 Jan 14
3
G.729.1 - any interest?
The G.729.1 "wideband" codec is starting to show a slight bit of traction. There is a possibility that Asterisk could support G.729.1 - would you use it or buy it if it was available? More importantly, does any equipment with which your systems currently exchange traffic support G.729.1? Currently, the number of devices supporting G.729.1 seems to be fairly limited and it
2004 Feb 03
1
RE: Asterisk-Users digest, Vol 1 #2719 - 10 msgs
How about a PCMCIA Zapata interface?? Asterisk and its strength kick ass as a test unit. Can't do some of the things a T-byrd can do but the Telco techs freak when you tell them its your PBX!!! ) 10. Re: The Smallest Asterisk Server Ever? (Panny Malialis) Message: 10 From: "Panny Malialis" <panny@hotlinks.co.uk> To: <asterisk-users@lists.digium.com> Subject: Re:
2011 Mar 11
1
IMAP move extension support
Hi Timo, Any chance we could get IMAP move extension support in Dovecot? http://tools.ietf.org/html/draft-krecicki-imap-move-01 This is now landed in Thunderbird trunk, so it will be great to have server to test and use with :). Thanks
2004 Apr 21
6
Help choosing a UK IAX provider
Hi, Currently using voiptalk.org and the quality is getting really bad. I would like a second provider preferably in UK, anyone got any suggestions? Ta. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040421/3d91c7f6/attachment.htm
2004 Oct 21
3
error in plot.dendrogram (PR#7300)
Hi, hres <- hclust(smatr,method="single") hresd<-as.dendrogram(hres) as.dendrogram(hres) `dendrogram' with 2 branches and 380 members total, at height 2514.513 plot(hresd,leaflab="none") #<-error here. #the plotted dendrogram is incomplete. The x axis is not drawn. #The interested reader can download the save(hresd,file="hres.rda") #from the
2016 Dec 12
2
accessing data by packagename::dataname from within package code fails.
I have narrowed down the problem. The error Error : 'AminoAcids' is not an exported object from 'namespace:bibliospec' Error : unable to load R code in package 'bibliospec' occurs only if I try to access the data using bibliospec::AminoAcids within the initialize method of an R reference class. It does work, as far as I tested everywhere else. In other methods of a
2017 Feb 14
3
(RFC) JumpMaps: switch statement optimization
I wonder if it would make sense to emit the jumpmap_find_ functions in IR rather than in compiler-rt. Many targets don't link against compiler-rt, e.g. x86 Linux typically uses libgcc. If they're emitted in IR, the functions could potentially be inlined. For example if the size of the switch is known to be small so no binary search is done, could inlining the find_ function be smaller
2018 Jul 02
4
Parametrized Vignettest in R packages
Hello, I have a package which includes some parameterized r-markdown report which I would also like to build as package vignettes. Is there a way to run the parameterized vignette creation with the package build or package check? Thank you -- Witold Eryk Wolski
2003 Oct 22
29
Meetme
Yes. Tim Thompson http://www.amatechtel.com (806) 722-2227 -----Original Message----- From: CW_ASN - Gus [mailto:cw_asn@fibertel.com.ar] Sent: Wednesday, October 22, 2003 1:12 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Meetme Do you have ztdummy or zaptel device in your system? ----- Original Message ----- From: "Panny Malialis"
2017 Feb 14
2
(RFC) JumpMaps: switch statement optimization
JumpMap lowering is nearly identical to that of JumpTables with the exception of lack of range-check basic-block. We introduce JumpMapInfo structure which follows the same flow as JumpTableInfo and is finally emitted by AsmPrinter. There are many ways a Target may want to encode jumpmaps (deltas, compression, relative vs absolute), so we plan to keep this flexible and target-driven when
2003 Oct 22
2
Slackware 9.1 Install Help
Hi, I'm trying to install Asterisk onto a fresh install of Slackware 9.1... I've installed all packages in A, AP, D, E, F, K, L, N... So basically what's needed for a text based system with development, networking, docs, libraries.. No X-Windows, no games, no TCL/TEX etc. Following the commands on the Asterisk website I checked out the CVS source and started compiling... Zaptel and
2018 Jul 02
2
Parametrized Vignettest in R packages
Hello, Thank you for the questions as well as remaining me of the default parameters in the yaml session. Indeed this seems to be the solution. But how would I assign package data as a default parameter? So originally I thought to render the markdown with : <code> data(sample_analysis) data(skylineconfig) x <- rmarkdown::render("report.Rmd", output_format =
2018 Oct 05
1
unable to load shared object
Thanks for asking. The path where R tries to load the dll from does not exist I think (or the install process deletes it after the error - might this be the case?): C:/Users/wewol/OneDrive/Documents/R/win-library/3.5/grpc/libs/x64/grpc.dll' When I am checking after the error that path is only valid up to: C:/Users/wewol/OneDrive/Documents/R/win-library/3.5/ So maybe (?) the install process