Displaying 15 results from an estimated 15 matches for "larose".
Did you mean:
arose
2005 Feb 01
5
IAX registration keep alives
hallo all
could anyone tell me how to get the * to send keepalive packets over a registration "trunk"
or how to increase the amount
I'm having natting issues, (the machine is siting behind 2 nat firewalls)
thanks
liaan
---------------------------------
Do you Yahoo!?
Yahoo! Search presents - Jib Jab's 'Second Term'
-------------- next part --------------
An HTML
2011 Jul 05
1
Tuning OSX samba for WAN vs LAN
...s,
Has anyone got info on tuning the SMB client in OSX for connecting to Samba servers across a WAN/VPN? I get decent performance locally, but when I reach across our VPN link to another site, throughput falls right to garbage when compared with FTP.
Thanks in advance for any tips.
--Rob
Rob LaRose systems administrator
imaginary forces | 530 west 25th street | new york | p 646.486.6868 | www.imaginaryforces.com<http://www.imaginaryforces.com/>
________________________________
This e-mail is intended only for the named person or entity to which it is addressed and contains valuable b...
2005 Feb 04
7
Limit MOH processes
You could try to use the native mp3 support for MOH if you really want
mp3 support. It is a lot better than using mpg123 IMHO. mpg123 kept
doing nasty things to my system :)
See
http://www.voip-info.org/tiki-index.php?page=Asterisk%20config%20musicon
hold.conf there is a section about the native support.
Guillaume
> -----Original Message-----
> From: Stefan Gofferje
2005 Feb 14
2
ztdummy on Gentoo 2.6.10 Box
Hi Everyone,
I read through the list on the issues with the ztdummy driver which I
need for MeetMe, but I seem to have come across a problem that I cannot
seem to find an answer for.
I am running Gentoo 2.6.10 on an Intel box.
I have read the the wiki entries on the ztdummy and followed the
instructions as they relate to the 2.6 kernel.
Everything compiled great, but a modprobe ztdummy
2005 Jan 28
3
FWD and IAX2
Hi,
I had a FWD account set up with asterisk (using SIP) and it was working
fine both ways. I switched to IAX2 and now I can't get incoming calls
from FWD. People who call my FWD number get a "480 - user is not online"
message without any traffic reaching my box. I can call FWD numbers fine
over IAX2.
It seems fwd isn't trying to place the call over IAX2 because it thinks
2005 Jan 28
3
chan_iax2.c problem?
Hi,
I was messing around with FireFly last night and got asterisk to crash
hard. It looks like the bug is a division by zero in chan_iax2.c.
I reproduced it and here are some infos I got from gdb:
[Switching to Thread 245775 (LWP 23251)]
0x41154918 in calc_timestamp (p=0x816b710, ts=0, f=0x424eef24) at
chan_iax2.c:2896
2896 int diff = ms % (f->samples /
8);
2005 Jan 27
3
Tortoise CVS download for Asterisk Docs
http://www.asteriskdocs.org/modules/tinycontent/index.php?id=4
Can I make a suggestion that some documentation is provided for the
Tortoise CVS download of the asterisk docs. I've tried every combination
and I cant get it to work.
I'm assuming it must work otherwise it wouldn't have been listed but for
60 seconds more work it would be a bigger benefit to the asterisk
2012 Apr 16
2
Problems accessing Windows shares 3.5.8 vs 3.6.3
I am trying to get Samba up and working on Solaris 10.
I have a seperate discussion going on about my problems getting Samba 358 on
Solaris 10 to authenticate to a Windows 2008R2 domain (See XXXX)
As a different solution I have downloaded the source code for 3.6.3 and
compiled it The provlem I am having is it won't work with my Windows machines
at all
i.e. Using the 3.5.8 binary I can
2009 Mar 19
1
Can join ADS domain, all accounts/auth work fine, but leaving domain fails
Hello all,
As the subject says, as far as I can tell everything works on my ads
integrated samba server. Domain accounts can be used for ssh, and
accessing shares, I just can't leave the domain. Here is a successful
join command followed by an unsuccessful leave command at debug level 4.
Any ideas?
TIA,
Mark
user@dordal:~$ sudo net ads join -U administrator@MYDOMAIN.COM -d 4
[2009/03/19
2010 Sep 29
5
help with AD integration
HI
my name ins Ben.T.George
i am new to samba and active directory integration
my machine ins Sun Slaris SPARC (solaris 10).
the unix side samba and all deps are installed...from this link
http://www.sunfreeware.com/programlistsparc10.html#samba
now i want to sync samba with active directory..
so please help to for this..
please provide me the step by step for this..
now i am stuck with
2005 Jan 27
0
Need some advises configuring asterisk to callover INTERNET
Hi,
You might want to first read http://www.digium.com/handbook-draft.pdf
which explains most of the basic stuff.
Most of the questions you'll have will be answered on
http://www.voip-info.org
or by reading
http://www.asteriskdocs.org/modules/tinycontent/content/docbook/current_
v1/docs-html/book1.html
Oh, and most questions have also been answered on this mailing list so
look at
2005 Feb 01
0
Crash: Call from IAX-client to a distribution where the IAX-Client is in
Hmm. By the way, please don't post bugs to asterisk-dev as I've been
told :>
That list if for on-going development.
That sounds like a bug I encountered in 1.0.5. There is a division by
zero bug in chan_iax2.c introduced somewhere after 1.0.4 I believe and
currently fixed in HEAD. (They've given me enough shit for posting the
bug while it was fixed in HEAD already. No need to
2005 Feb 02
0
Speex pass through on SIP
Hi,
I've seen some answers to this on the mailing list archives but nothing
that seems like the right answer. What I want is for 2 SIP phones to use
speex to talk to each other through 2 asterisk boxes (linked over IAX2)
while only supporting ulaw on the asterisk boxes themselves.
I think a diagram will help ;)
SIP1 <--> *1 <--> IAX2 link <--> *2 <--> SIP2
I want
2009 Mar 18
1
Can SAMBA make a kerberos keytab on Solaris 10?
Hi Samba people!
I'm trying to use SAMBA (the version included with Solaris 10) with
an AD.
NET ADS JOIN works like a charm to create a computer object in the AD
for the solaris machine, and SAMBA users are authenticating without a
problem. This is good. HOWEVER -- I also need other protocols
(including ssh and Xinet KA-Share) to authenticate users.
As I understand it, SAMBA
2006 Jan 13
1
ActiveRecord: using with multiple threads/DB connections
Hi,
I''m totally new to Ruby and Rails and I''m trying to set up a prototype
web site. Unfortunately, I''m having problems with ActiveRecord using
multiple threads.
What I want to do is fairly simple. I have a Controller that receives
and saves data from the web in the DB, but once that''s done I want to
process this data in another thread and then save the