Displaying 20 results from an estimated 56 matches for "cavali".
Did you mean:
cavalli
2004 Sep 01
2
Lucent iMerge
...anyone worked with the Lucent iMerge - or would
be willing to help lend a hand?
It is capable of H323 / MGCP. Even if I could make the Asterisk register
with the iMerge I would be happy enough to now that I might be able to make
this system work.
Please help... Thanks
Robert A. Huddleston, KF4BYY
Cavalier Telephone LLC.
804.422.4401
rhuddleston@cavtel.com <mailto:rhuddleston@cavtel.com>
2004 Sep 10
1
No DTMF or Audio
...nating
party - but the SIP softphone is not able to transmit DTMF or audio back to
the PSTN...
I'm not sure if this is an issue w/ converting the signal in asterisk i.e.
SIP to H323 -- or if a problem in the codec or what?
The codec is G711uLaw..
Help - thanks
Robert A. Huddleston, KF4BYY
Cavalier Telephone LLC.
804.422.4401
<mailto:rhuddleston@cavtel.com> rhuddleston@cavtel.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040910/23475334/attachment.htm
2018 Aug 01
1
[fdo] Postmortem: July 17th GitLab outage
...e ML. If we're pushing to
branches on origin, that could potentially be a lot of mailing list
spam. I'd want some sort of solution for that before we start telling
people to just put their stuff in user branches on the central repo
instead of personal forks. People can also be a lot more cavalier with
git push personalrepo +branch than I'd like to have them be with git
push origin +branch.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <https://lists.freedeskt...
2004 Dec 23
1
Premature DRQ
...2-23 14:38:30 Resource Line:1-1401
3022241610 67.62.108.117 Released resource
DSPchannel.1.8.1.32
224 2004-12-23 13:47:46 2004-12-23 14:38:30 Activity Line:1-1401
3022241610 67.62.108.117 Deleting Media Path
Robert A. Huddleston, KF4BYY
Cavalier Telephone LLC.
(Desk) 804.422.4401
(Cell) 804.400.3686
rhuddleston@cavtel.com
2017 Jul 27
2
na.rm = T treatment by ggplot2's geom_bar
I think you should be more suspicious of yourself, Dimitri. A letter T variable can easily arise in the problem domain when you are not thinking of logical values at all, at which point your cavalier use of T as a synonym for TRUE can suddenly become a bug.
--
Sent from my phone. Please excuse my brevity.
On July 27, 2017 8:18:03 AM PDT, Dimitri Liakhovitski <dimitri.liakhovitski at gmail.com> wrote:
>Thank you, Bert!
>
>I do NOT have an object named "T" in scope (I...
2008 Sep 30
3
Maybe OT - routing calls in PSTN
I have a Vitelity DID which generally works, but calls from a particular
caller do not reach it. Vitelity has thus far disavowed any
responsibility for working through this problem. I recognize that some
action might be required by another provider which is outside Vitelity's
control, but it seems that they should at least be trying to help
resolve the problem by helping me determine
2017 Jul 27
0
na.rm = T treatment by ggplot2's geom_bar
...On Thu, Jul 27, 2017 at 11:53 AM, Jeff Newmiller <jdnewmil at dcn.davis.ca.us>
wrote:
> I think you should be more suspicious of yourself, Dimitri. A letter T
> variable can easily arise in the problem domain when you are not thinking
> of logical values at all, at which point your cavalier use of T as a
> synonym for TRUE can suddenly become a bug.
> --
> Sent from my phone. Please excuse my brevity.
>
> On July 27, 2017 8:18:03 AM PDT, Dimitri Liakhovitski <
> dimitri.liakhovitski at gmail.com> wrote:
> >Thank you, Bert!
> >
> >I do NOT ha...
2018 Feb 22
3
a few simple questions about upgrading an "official" centos 7 release
...#39;m not
carrying over any bad habits.
first, is there anything untoward in updating an installed version
of centos 7.4 with a simple "yum update"? i'm well aware of keeping in
mind the goal of stability with centos, so am unsure what the
philosophy is of pulling in new updates as cavalierly as i do with
fedora. currently, "yum list updates" shows me 206 possible updates;
should i have any concern about updating packages coming from the
standard centos repos?
next, are there any issues replacing yum wihth dnf? i found this
piece:
https://www.vultr.com/docs/use-dnf-to-...
2005 Mar 10
8
Login controller additions
I have added roles and roles_users table and updated the model so that
my users can have multiple roles.
("Admin" role does always have id = 1).
I have added these methods to my application controller.
<code>
helper_method :is_admin?
helper_method :is_user?
def is_admin?
if @session[''user'']
@session[''user''].roles.find(1)
2003 Oct 12
6
SIP phone
I have a Cisco 7940
when you call in from outside and dial the Cisco phone extension I get
this
Read_channel ## vpb/1-3: Setting record mode, bridge = 0
WARNING[18451]: File chan_sip.c, Line 1111 (sip_write): Asked to
transmit frame
type 8, while native formats is 4 (read/write = 4/4)
== Spawn extension (default, 1004, 1) exited non-zero on 'vpb/1-3'
-- hangup on vpb (vpb/1-3)
2016 Mar 28
2
UBSan, StringRef and Allocator.h
FWIW, I agree with Mehdi that we should just assert that our types don't
get called with size zero.
That said, I don't think we can be terribly cavalier with what we expect
from standard allocator types, operator new, or malloc. And so I would
expect LLVM_ATTRIBUTE_RETURNS_NOALIAS to not imply NONNULL, and while it
seems reasonable to put NONNULL on *our* allocate function because of the
assert and the fact that we assume the underlying allocatio...
2019 Jun 28
3
[cfe-dev] [RFC] ASM Goto With Output Constraints
...gt; constraints for the same output, and list the same block as a possible
>> error successor? How can the resulting phi be codegened?
>>
>> This is where I fall back on the statement about how "the programmer
> knows what they're doing". Perhaps I'm being too cavalier here? My concern,
> if you want to call it that, is that we don't be too restrictive on the new
> behavior. For example, the "asm goto" may set a register to an error value
> (made up on the spot; may not be a common use). But, if there's no real
> reason to have the...
2004 Aug 25
0
Asterisks
...direction?
--> --> --> -->
PSTN Lucent Gatekeeper T1 (or broadband) Asterisk
Softphone/endpoint
<-- <-- <-- <--
Thanks
Robert A. Huddleston, KF4BYY
Cavalier Telephone LLC.
804.422.4401
rhuddleston@cavtel.com <mailto:rhuddleston@cavtel.com>
2005 May 27
0
Re: MoH: mgp123 problems
...ton, Robert" <RHuddleston@cavtel.com>
>Subject: RE: [Asterisk-Users] MoH: mpg123 problems
>To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
> <asterisk-users@lists.digium.com>
>Message-ID:
> <6FBCD49C09647B4584B0CD4166C0D5BF3E5202@RICHEXCHVN01.cavalier.com>
>Content-Type: text/plain
>
>Can you post your conf file for the musiconhold??? Sounds like you haven't
>defined a default class / context - I could be wrong
>
>
>
>-----Original Message-----
>From: asterisk-users-bounces@lists.digium.com
>[mailto:asteris...
2005 May 13
0
samba and vfs deleted items folder
...of the 30gb in use
:-(
So, what do folks recommend to handle this automatically that gives some kind
of flexibility. Essentially for the folks who want to manage it themselves
and have shown they can handle that responsibility, I'd like them to be able
to do this, for the folks with a more cavalier attitude, I'd like to set
limits on a per user basis and be able to change those limits on the fly if
necessary. Next I also want the deleted items folder to automatically recylce
in a FIFO manner for the people with limited/controlled storage space. If
this can all be controlled through...
2006 Oct 25
1
Watch out for the latest Cygwin upgrade
I just updated my copy of Cygwin to the latest version, and now Windows
builds are failing on that machine. The only parts of the R toolset I
changed were the Cygwin dlls. I haven't tracked down exactly what the
problem is, and probably won't be able to do so for a few days.
So if you're a Windows user thinking about a Cygwin upgrade, be prepared
for problems...
Duncan Murdoch
2013 Dec 18
1
multi-device btrfs volumes
Currently, extlinux does not support multi-device BTRFS volumes. Is
anything planned to add this support? I believe I understand that it
has to be a lot more complicated with multi-devices because you are
doing the device I/O at a very low level.
However, grub2 does support booting from multi-device BTRFS volumes
(actually subvolumes on multi-device BTRFS volumes). I cannot be
impossible
2004 Jun 04
3
Grandstream 1.0.5.0 Firmware: SIP Register option gone
FYI to all you Grandstream users out there. I just fetched and
installed the 1.0.5.0 firmware, and it appears they have removed the
option to either do or not do SIP registration. Now it appears that one
is going to register with the server specified in the "SIP Server"
field, without any ability to disable it.
Bug or feature? Just thought I'd put this out there and see if
2019 Jun 28
3
[cfe-dev] [RFC] ASM Goto With Output Constraints
...put, and list the same block as a
>>>> possible error successor? How can the resulting phi be codegened?
>>>>
>>>> This is where I fall back on the statement about how "the programmer
>>> knows what they're doing". Perhaps I'm being too cavalier here? My concern,
>>> if you want to call it that, is that we don't be too restrictive on the new
>>> behavior. For example, the "asm goto" may set a register to an error value
>>> (made up on the spot; may not be a common use). But, if there's no real...
2011 Dec 29
2
pxelinux 4.10 pre17 http:// on VMware works now
Hi,
I finally managed to test pxelinux 4.10 pre17 in our VMware environment and
can report that HTTP booting seems to work reliably now. Downloads are
fairly fast.
As a side note, rosh "ls" and "pwd" commands now work as expected with a
HTTP TFTP prefix, cool!
I'll leave it in production use now and report about any further issues.
Can you already tell when a 4.10