similar to: Re: Asterisk-Users Digest, Vol 7, Issue 304

Displaying 20 results from an estimated 700 matches similar to: "Re: Asterisk-Users Digest, Vol 7, Issue 304"

2005 Feb 15
2
Re: X100P problems
Yes - the problem was a missing signalling line in zapata.conf. Now in and out work. Also, it was news that "reload" from the console doesn't reflect changes made in zaptel and zapata.conf entries. Any other config files that it doesn't reload? >From: "Asterisk@Home" <asteriskathome@yahoo.com> > >Did you go into AMP and configure some place for
2005 Aug 23
0
Nokia PoC PTT Asterisk
Hi I've seen some posts on the list regarding integrating Nokia's PTT (nokia 6020 and nokia 6230i) with asterisk And use * as a PTT server.. So far I was able to have mobile register itself , send an invite to it, and get SIP error 603 (DECLINED) back from it. And ofcourse the PTT sign on the mobile is off. App_rpt , it mentioned that is can do PTT , but it is not clear..
2011 Apr 20
2
No voice in MeetMe for SIP with
Thanks a lot Tony and Dhaval for your much appreciable suggestions. Regards, Rajib Rajib Deka SIEMENS Ltd. Robert V Chandran Tower, First Floor, West Wing, #149, Velechery Tambaram Main Road, Pallikaranai, Chennai-100, INDIA. www.siemens.com Mob: +91-9176780669 | E-Mail: rajib.deka at siemens.com Date: Wed, 20 Apr 2011 13:55:25 +0530 From: DHAVAL INDRODIYA <dhaval.it01034 at gmail.com>
2012 Feb 17
1
Dataframe subset - why doesn't this work?
data(mtcars) mtcars[rownames(mtcars)!="Valiant",] # fails mtcars[list(rownames(mtcars))!="Valiant",] # runs but I am not getting the expected result With the latter statement, I expected all rows except the one where the name is "Valiant". I must have got something simple wrong; what is it? Thanks. [[alternative HTML version deleted]]
2009 Aug 30
2
Asterisk/app_rpt and bandwidth
Hello to the list, I have a question about Asterisk/app_rpt: When a signal is *not* being received and or transmitted by the radio system attached to Asterisk/app_rpt via its interface, is the incoming and or outgoing data suppressed (silence suppression)? In other words! At idle but still connected to some other device, what data will be transferred? I currently don't have access to a
2005 Feb 15
0
E&M and other Radio-based signalling
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Have anyone tried using this? I've looked at app_rpt, and that's a nice project, but have anyone tried using Asterisk for radio services using a Mux e.g.? I was thinking of using an E&M Mux (or channel bank i think) with TX/RX/BUSY/PTT functionality. Or even tried to decode any signalling commonly used with radio communication?
2009 Jan 16
0
No subject
"app_rpt is an application which comes bundled with Asterisk, however, a later version may be available on our source repository. All you need to do is go to asterisk.org, download asterisk, configure the asterisk to build app_rpt by modifying the Makefile in the asterisk/apps directory, and then compile and install it. You can get the latest version of app_rpt.c along with the sound files,
2008 Mar 08
0
[LLVMdev] Google Summer of Code Idea
FWIW, Ben Hardekopf asked me to post this for him on the subject Regarding Whaley and Lam's BDD-based approach to context-sensitive analysis, there is a paper by the same research group (Avots et al in ICSE'05) that adapts their technique for C. The results are not very encouraging -- their system doesn't scale nearly as well for C as it did for Java. The primary difference is that
2009 Sep 14
1
ggplot, ribbon not showing up properly
Hi, I'm trying to plot a longitudinal data set, using ggplot and adding some summary info (eg. mean, 1 sd bounds) using geom=ribbon. The summary info is based on a subset of the original data (eg. less an outlier). But I'm having trouble getting the ribbons to show up correctly. It's probably something obvious that I'm missing as a novice at ggplot2, and any help is much
2005 Feb 24
0
Re: Radio over *
Pete VK2YX writes > I've been involved with IRLP for about 5 years and am one of the original > install team. I've gone through the emmotions of allowing "other" networks > connect to IRLP and I know its caused some lots of headache. > > As far as a closed network goes, yes there is LOTS of passion to keep it HAM > only and I'd have to support that notion.
1997 Oct 23
0
R-beta: Still want restart() in R
People's valiant efforts to sort out CODA aside, the burning question remains: has anybody made any headway with restart()? or any other way (and there may well be better) of trapping `fatal' errors from calls within a function. Simon Fear =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= r-help mailing list -- Read
2009 Oct 25
1
chan_echolink
Greetings, Where can I get the chan_echolink channel driver from? I've seen reference to it, but have yet to find a place to download/compile it. It is part of the app_rpt.so module... I am told, but do not see the source with app_rpt. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Apr 12
3
Why copying columns of a data.frame becomes numeric?
Dear list, I want the 1st, 2nd, 5th, and 6th columns of mtcars. After copying them, the columns become numeric class rather than data frame. But, when I copy rows, they data frame retains its class. Why is this? I don't see why copying rows vs columns is so different. > class(mtcars) [1] "data.frame" > head(mtcars) mpg cyl disp hp drat wt qsec vs
2014 Dec 13
0
DCB 4.1 spec update
On Wed, Dec 10, 2014 at 07:46:16AM +1000, Ben Skeggs wrote: > On Wed, Dec 10, 2014 at 7:36 AM, Ben Skeggs <skeggsb at gmail.com> wrote: > > On Wed, Dec 10, 2014 at 4:26 AM, Andy Ritger <aritger at nvidia.com> wrote: > >> Hi, > > Hey Andy, > > > >> > >> The VBIOS on GM20x GPUs uses a slightly updated version of the DCB. > >>
2013 Feb 18
4
PROPOSAL: Remove SWAT in Samba 4.1
As most of you would have noticed, we have now had 3 CVE-nominated security issues for SWAT in the past couple of years. At the same time, while I know many of our users use SWAT, we just don't have anybody to maintain it inside the Samba Team. Kai has made a valiant effort to at least apply the XSS and CSRF guidelines when folks make security reports, but by his own admission he isn't a
2012 Feb 23
1
app_rpt and chan_usbradio removal from trunk
Good morning, There is a new patch up on reviewboard[1] right now for the removal of app_rpt and chan_usbradio from Asterisk trunk. As it stands right now these two modules do not appear to be maintained in this repository and have out-of-date code. Russellb's patch will see these to modules removed from asterisk trunk (asterisk 11). If a large part of the community wishes to help
2014 Dec 14
1
DCB 4.1 spec update
On Sat, Dec 13, 2014 at 6:42 PM, Andy Ritger <aritger at nvidia.com> wrote: > On Wed, Dec 10, 2014 at 07:46:16AM +1000, Ben Skeggs wrote: >> On Wed, Dec 10, 2014 at 7:36 AM, Ben Skeggs <skeggsb at gmail.com> wrote: >> > On Wed, Dec 10, 2014 at 4:26 AM, Andy Ritger <aritger at nvidia.com> wrote: >> >> Hi, >> > Hey Andy, >> > >>
2018 Feb 05
0
[PATCH 3/3] drm/nouveau/pci: SOR crossbar quirk for 10b0:1b81
On Gainward GTX 1070 routing any other SOR than SOR-1 to macro link 'G' (outp index 7) causes failures: [ 6.712111] nouveau 0000:01:00.0: bus: MMIO read of 00000000 FAULT at 61c880 [ IBUS ] [ 6.724888] nouveau 0000:01:00.0: disp: intr24 80000000 [ 8.716668] nouveau 0000:01:00.0: DRM: base-0: timeout [ 10.716679] nouveau 0000:01:00.0: DRM: base-1: timeout [ 63.511862] nouveau
2018 Feb 05
0
[PATCH 3/3] drm/nouveau/pci: SOR crossbar quirk for 10b0:1b81
On 5 February 2018 at 11:37, Ben Skeggs <skeggsb at gmail.com> wrote: > On 5 February 2018 at 11:22, Danilo Krummrich > <danilokrummrich at dk-develop.de> wrote: >> On Gainward GTX 1070 routing any other SOR than SOR-1 to macro link >> 'G' (outp index 7) causes failures: >> >> [ 6.712111] nouveau 0000:01:00.0: bus: MMIO read of 00000000 FAULT at
2007 Sep 03
1
Asterisk with app_RPT question
Dear All, I am not sure if this is the right place to ask my question but I can't find a newsgroup or support for this app_RPT concept so I hope if some one in this community who have tried it out could help me out. I studied this application requirments and saw the hardware needed they describe a radio quad which uses RJ 45 but I can't see where the RJ goes in order to be able to