Displaying 20 results from an estimated 101 matches for "alow".
Did you mean:
allow
2003 Jul 28
8
RTP session traversing Asterisk server ...
I've been reading up on the SIP and related (SDP/RTP) RFC's and as I would expect the RTP session should ideally be between the two end points of the call, in my case the AS5300 and the 7940 which are connected on the same VLAN as the Asterisk server.
When I sniff the packets on the VLAN I find that all RTP packets are being relayed by the Asterisk server causing increased load on the
2009 Jul 07
2
Sieve question
If there is a separate sieve mailing list let me know. But have question
if someone else has done this or not.
Right now I have web form people use to setup their vacation replies
using Sieve (1.1.6). The form alows them to set what they want their
reply address to be, whether to send the reply once, weekly or
bi-weekly. I would like to setup another option to let them set the
date in which to de-active the vacation replies automatically. Right
now they have to remember to log back into the form to turn...
2005 Nov 16
3
Malformed package name (PR#8314)
...it/DESCRIPTION' ... OK
* preparing 'Translation-it':
* checking DESCRIPTION meta-information ... ERROR
Malformed package name
See the information on DESCRIPTION files in section 'Creating R
packages' of the 'Writing R Extensions' manual.
=====
char "-" is not alowed in package name (bug in 'build' script or 'utils.R' or
'manuals/R-ext')
2006 Feb 24
1
File Column
Has anyone any experiance with the FileColumn plugin. I''m trying to
create thumbnails, and also alow non picture uploads. Here''s some
working code, but if I try and upload a zip, it says ''File invalid
image''. Is there anyway of having both image uploads (and thumbnail
generation) while also allowing non image uploads?
class Entry < ActiveRecord::Base
validates_p...
2002 Nov 15
1
analysing data with case weights: rejoinder
Hello,
Based on replies (which I'm gratefull for) I guess the only solution
is to create a package, that will contain function to build
lm()-like linear models, and allow weighting cases (as I described
two days ago).
This would also alow buliding those models for data in aggregated
form without a need for using e.g. expand$grid().
Thank you again for replies.
~,~`~,~`~,~`~,~`~,~`~,~`~,~`~,~`~,~`~,~`~,~`~,~`~,~`~,~`~,~`~,~
Michal Bojanowski mailto:mbojanowski at samba.iss.uw.edu.pl
Polish General Social Survey
Institute...
2004 Sep 16
1
IAX2 only asterisk scalability
...a test done for exactly 100 or 200 calls,
I'm just looking for with configuration 'A', I was able to switch 'x'
concurrent calls before having quality problems, or system load going thru
the roof.
I'm seriously thinking about developing a trunking VPN utility that would alow
me to add trunking outside asterisk's code, so I can keep jitter buffer. I'm
much better coding in 'C' from ground up then changing existing code. It
would know IAX2 packet format and take packets between the local host and
each remote one and bufffer them for say 50ms (configur...
2006 May 30
1
Got SIP response 405 "Method not acceptable" back from xxx.xxx.xxx.xxx
Hi, Im trying to register to a SIP provider that told me that they
only need to authenticate using IP.
the following string generates response 405
register => asteriskIPaddress@SIPproviderIP:5060
doing the following is not alowed by asterisk
register => @SIPproviderIP:5060
any ideas?
--
-------------------------------------------
Erick Perez
Linux User 376588
http://counter.li.org/ (Get counted!!!)
Panama, Republic of Panama
2001 Dec 06
1
WEB Front End for Clients???
I was wondering if there is a web front end for clients. By
this I mean, is there something I can install on my apache
server( wich is running on the same server ) that will alow
my users to go to a page, login, and it drop them into there
home directory. I have researched WEBDAV but I don't think
it has the functionality that I need. Any help is greatly
appreciated
Wayne Dozier
Network Administrator
Greensboro College
2003 Apr 14
1
OpenSSH 3.6.1p1 "Proxy-None" patch
Hi OpenSSH'lers!
While using OpenSSH for quite a while, I became annoyed with the
inflexible config-file parsing algorithm. I special it did not
alow me to express: "Use *no* proxy for host xyz, but *this* proxy
for all other hosts".
So I had a look at the source an make a quick-n-dirty change, allowing
me to use the special ProxyCommand "None" to express "don't use a proxy".
Today I had to rework the patch,...
2007 Apr 30
3
syntax error, but wherz
sorry to come with such a silly request but i have a code:
shorewall-zone { "$name":
SHTYPE => ''ipv4'',
PARENT => "$PARENT"
}
and it bring a syntax error :
debug: importing
2007 Jul 17
2
media not accpetable with outgoing call on cisco
Hello,
I have a problem with a cisco GW, if i only set g711 ulaw or alow as codec
in my ata the the GW return a media not acceptable error.
but If i add the g729 codec the all is ok.
I see in the config of the cisco where to define codec for imcoming call but
not for outgoing
*Jul 17 15:57:02.604: Received:
INVITE sip:0041787518551 at 192.168.0.110 SIP/2.0
Via: SIP/2....
2005 Sep 21
1
I got "403", "Forbidden"... please help
...voicemails,
because anonymous users will surely reach voicemail of my users to leave
messages. What do I need to do to make those anonymous callers to reach
the voicemails of my users? here is my sip.conf.
[general]
port = 5060
bindaddr = 202.84.24.47
context = sip
disallow=all
allow=ulaw
allow=alow
;register=>me:test123@sip.philonline.com/1000
[sip.philonline.com]
type=friend
host=sip.philonline.com
fromuser=rpagquil
secret=test123
fromdomain=sip.philonline.com
[phone1]
type = friend
username = phone1
secret = test123
host = dynamic
context = sip
mailbox = 9999
callerid="Test1"...
2003 Sep 26
3
RES: RTP routing..
...ble to using IPTABLES again.
My stupid question is: Can I restrict the ports that Asterisk uses
to transmit RTP.
When I was using IPTABLES with only port 5060 open , the SIP registration
works nice but I didn?t receive sound...
Andre Lomonaco
-----Mensagem original-----
De: Low, Adam [mailto:ALow@Prioritytelecom.com]
Enviada em: Friday, September 26, 2003 9:06 AM
Para: 'asterisk-users@lists.digium.com'
Assunto: RE: [Asterisk-Users] RTP routing..
WipeOut,
I just started to whiteboard this and had some realisations/questions:
1. I guess/hope your ADSL connection is not NAT'd ?...
2006 May 11
2
How do you make in_place_edit fields appear when empty?
Here''s a simple one...
When using in_place_edit fields, they don''t appear unless they already have a value. How can I get similar functionality when they are empty?
Thanks,
Nathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060511/a98640cf/attachment.html
2008 Sep 07
1
Request for advice on character set conversions (those damn Excel files, again ...)
...5 and Windows NT versions of
the thing (with maybe a Mac or two thrown in for good measure...).
The problem is that 1) I need to read strings, and 2) those
strings may have various encodings. In the same sheet of the same file,
some cells may be latin1, some UTF-8 and some CP437 (!).
read.xls() alows me to read those things in sets of dataframes. my
problem is to convert the encodings to UTF8 without cloberring those who
are already (looking like) UTF8.
I came to the following solution :
foo<-function(d, from="latin1",to="UTF-8"){
# Semi-smart conversion of a dataf...
2005 May 30
13
Terrible problem, some men in my net changed their MACs! :/
Is any way to detect changed MAC adresses?
Someone taught change MACs peoples in my network and I have problems.
E.g. Two computers working on one MAC, and one IP (static ARP and DHCP).
WinXP is screaming some message... that two computers or more have the
same IP.
How can I find out who''s changed MAC?
2001 Mar 21
3
bitrtate peeling and lossless compression
...nd now, I learn that theoretically we can use bitrate peeling to make
smaller files from larger ones, and that leads to my question. Could I
theoretically compress my CDs to Vorbis at a rate that is lossless, and
then be able to peel those files to 128k/s or lower for a portable device?
This would alow me to have archive quality music at home, and lower
quality on the go, without recompressing, or storing two versions of each
song, one protable and one archive quality.
Jason
PS - Thanks for Vorbis, its great!
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: ht...
2007 Apr 18
2
[PATCH 3/10] I386 mcheck p4 grotesque and needless warning fix.patch
...t;eip, h);
-
- /* can we rely on kmalloc to do a dynamic
- * allocation for the reserved registers?
- */
-done:
- return mce_num_extended_msrs;
}
static fastcall void intel_machine_check(struct pt_regs * regs, long error_code)
@@ -155,7 +146,6 @@ static fastcall void intel_machine_check
u32 alow, ahigh, high, low;
u32 mcgstl, mcgsth;
int i;
- struct intel_mce_extended_msrs dbg;
rdmsr (MSR_IA32_MCG_STATUS, mcgstl, mcgsth);
if (mcgstl & (1<<0)) /* Recoverable ? */
@@ -164,7 +154,9 @@ static fastcall void intel_machine_check
printk (KERN_EMERG "CPU %d: Machine Check...
2007 Apr 18
2
[PATCH 3/10] I386 mcheck p4 grotesque and needless warning fix.patch
...t;eip, h);
-
- /* can we rely on kmalloc to do a dynamic
- * allocation for the reserved registers?
- */
-done:
- return mce_num_extended_msrs;
}
static fastcall void intel_machine_check(struct pt_regs * regs, long error_code)
@@ -155,7 +146,6 @@ static fastcall void intel_machine_check
u32 alow, ahigh, high, low;
u32 mcgstl, mcgsth;
int i;
- struct intel_mce_extended_msrs dbg;
rdmsr (MSR_IA32_MCG_STATUS, mcgstl, mcgsth);
if (mcgstl & (1<<0)) /* Recoverable ? */
@@ -164,7 +154,9 @@ static fastcall void intel_machine_check
printk (KERN_EMERG "CPU %d: Machine Check...
2018 Apr 24
2
[PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
...y
> > bringing up this topic at LSFMM last two years...
>
> You're right - but you have chosen the uneasy path.
Yes.
> Fixing __vmalloc code
> is easy and it doesn't require cooperation with maintainers.
But it is a hack against the intention of the scope api. It also alows
maintainers to not care about their broken code.
> > > He refuses 15-line patch to fix GFP_NOIO bug because he believes that in 4
> > > years, the kernel will be refactored and GFP_NOIO will be eliminated. Why
> > > does he have veto over this part of the code? I'...