Displaying 20 results from an estimated 10000 matches similar to: "stop log/debug messages into /var/log/messages"
2007 Dec 17
3
VoIP service providers/PSTN termination points
Hello ppl,
Am looking at some PSTN termination providers in US. If this question
has been repeated, please point me to the correct link, as I've tried
searching the archives but have been unsuccesful so far.
I have come across quite a few companies which provide the same, such as :
Iconnecthere <http://www.iconnecthere.com>
Vonage <http://www.vonage.com>
Teliax
2007 Aug 20
1
1.4.4. caller ID not working ?
Hello All,
Is CALLERID() setting broken in 1.4.4?
My small dialplan :
[testclid]
exten => _0.,1,Set(CALLERID(all)=Ben Jacob <988077>)
exten => _0.,n,Dial(SIP/${EXTEN})
Correct me if I am wrong, Set(CALLERID(all) above supposed to change the
display name as above(Ben Jacob) and change the From URI to 988077 at myip??
As of now, only the _display name_ is being replaced, but not the
2007 Nov 22
1
common/shared voicemail box
Hello All,
I am using ODBC storage for voicemail on my asterisk box. I want to have
a common voicemail box for different extensions.
I know how to do that, but the question troubling me is how and where do
I store the the extension name for which a particular voicemail was left.
e.g. extensions 1000, 1001, 1002 all using the same voicemailbox 55555.
Now, when someone calls 1000, and leaves a
2007 Aug 01
2
multiple pbxes, multiple domains, same user ids?
Hello good ppl,
A couple of questions for multiple pbxes
1. Is it possible to support multiple pbxes in one Asterisk box(using
contexts, etc.)?
2. Can we use the "domain" field in sip.conf to specify the different
domains for sip users, having one domain for each pbx?
I just tried registering two xlites, with different domain names (with
the same specified in sip.conf). But, Asterisk
2007 Nov 28
2
Billing/Call Control engine : AGI scripts/ AstMan API
Hello ppl,
Have implemented a really nice Billing engine using AGI scripts. So far
it works fine, tho haven't yet put it in the torture cell.
The AGI scripts have been written in PHP, using MySQL for the billing
and profile information.
The major disadvantages I see using AGI scripts :
1. A new process(invocation of PHP scripts) on every new call.
2. MySQL connections on every instance of
2007 Sep 18
4
Linux limits
Hi all,
Any one know how to increase the Linux limit? I am hiting a wall on 200
calls playing files at the same time. From Asterisk console, I am
getting messages like
Sip_request_call: Unable to build sip pvt data for "asterisk1/700"
Too many open files
Is this a limit of my Linux box? I only have 512MB of ram. Will increase
it to 2G help or I have to change some configuration in
2007 Dec 20
3
Realtime: Should I say or should I go (now) ?
Hi,
I'm working on a 500 seats Asterisk project.
I'm wondering whether or not I should consider using Asterisk Realtime and a
database to manage phones registrations.
Stories in Dev mailing list say Realtime is mis-used or should be improved.
So, what's the bottom line ?
Can I consider anything I can do with .conf files can be done with a
combination of .conf files and Realtime.
2007 Dec 05
1
[Fwd: load test zap channels (in and out)]
Is this getting through??
EMAIL DISCLAIMER : This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. Any unauthorised distribution or copying is strictly prohibited. If you receive this transmission in error, please notify the sender by reply email and then destroy the message. Opinions, conclusions
2007 Jul 31
3
asterisk on 64-bit?
Hello ppl,
Searched all over, but couldn't find anything conclusive.
Does an off-the-shelf version of Asterisk run without any issues on a
64-bit machine?
Does anyone have any 'conclusive' figures?
Apologies if this is a repeat question. Would appreciate if I could be
redirected to the appropriate link.
cheerz
- Ben.
EMAIL DISCLAIMER : This email and any files transmitted with it
2007 Aug 24
0
[Fwd: Re: issues with caller ID , remote-party-id
Hello ppl,
Sorry to re-post it, but kinda these issues are getting on my nerves.
I tried Set(CALLERID(num)=7329) on 1.2.12, which works fine, but not on
1.4.4.
The problem :
1. I receive call from caller 'AAA' on my number, 'BBB' which is on my
Asterisk box.
2. I have to redirect the call to some other number, say, my cell num -
'CCC'.
3. My PSTN provider wants the
2007 Sep 06
2
alphabetical extension patterns
Hello ppl,
Any way to specify alphabetical exten patterns in the dialplans on Asterisk?
All my users would have alpha/numerical ids. I don't want to add a line
for every user in my dialplans.
I searched around, but couldn't get anything useful. Any way to get
around this?
Thanks in advance
- Benjamin Jacob.
EMAIL DISCLAIMER : This email and any files transmitted with it are
2007 Oct 10
0
maximum retries exceeded on transmission Warnings
Hello All,
I've got the following warning messages a couple of days back:
/chan_sip.c: Maximum retries exceeded on transmission <SIPcallId> for
seqno 1 (Critical Response).
/Have got the warnings repeatedly for one Callid. If maximum retries
have exceeded why should it give me those warnings again n again for the
same callid, with a gap 4 seconds between each warning.
The callids
2011 Oct 11
11
Reporting for Asterisk Call Center
Dear Tariq;
About elastix.org, this can be use with Asterisk or it is coming as a complete IP Telephony, Call Center, IVR and Reporting?
Because, I do not need to install another IP Telephony on the server which already has asterisk which is an IP Telephony, this will cause a problem in the service (for example, when listening for SIP port of 5060).
2003 Feb 27
2
PRESS again
Sorry for the repeat.
The PRESS statistic is defined as
sum(y-yhat(i))^2, where yhat(i) denotes the ith predicted value using
all the data except the ith case (as used typically in linear models).
Thanks again
Jacob
Jacob L van Wyk
Department of Mathematics and Statistics
Rand Afrikaans University
P O Box 524
Auckland Park 2006
South Africa
Tel: +27-11-489-3080
Fax: +27-11-489-2832
2005 Apr 15
1
Domain login problem
I have installed a new samba 3.0.11 server everything seemed to be going ok Winbindd is running fine
?
wbinfo -t
wbinfo -u
wbinfo -g
getent passwd
getent groups
?
all work correctly
I can perform a chgrp or chmod using a domain user or group.
?
I have stopped nscd
?
the problem occurs when I try to issue this command
?
smbclient -L localhost -Udomain+user
?
or
?
smbclient -L localhost -Uroot
?
I
2007 Aug 27
2
Is it possible to register without sending the password
Dear Philipp;
Kindly find the part of the configuration as below:
[general]
allow=all
disallow is comment by ( ; ).
[bilal_sip]
type=friend
context=internal
host=dynamic
canreinvite=no
dtmfmode=rfc2833
So where is the problem? The endpoint does not
register and nothing appear on trace level 3. And the
amazing thing that if the endpoint send wrong username
(for example: bilal_sip100) then it
2008 Oct 15
11
how to update solaris packages without keeping local copies
Greetings,
I have a solaris package stored on a puppet server. I''d like
to be able to maintain the package on a client system without
having to also keep a copy of the package file on the client
system. (think lots and lots of packages)
Checksums work okay for noticing changes on the fileserver,
but it seems that I have to keep a local copy of the file as well.
When I rev the package
2005 Aug 11
3
sub set selection
hi all
is there a package that undertakes subset selection but BASED ON AIC or
any other information criteria.
i've seen the "subselect" and the "leaps" package but i have not played
around with them yet.
thanx
2006 Jul 14
4
Using BackgrounDRb to replace nested loops?
In response to my Rails Weenie post today[1], someone mentioned that
I try BackgrounDRb to help take the strain off my application.
1: http://rails.techno-weenie.net/question/2006/7/13/nested-loops-
best-way-to-send-messages-to-blog-subscribers
I''ve just tried to install and use BackgrounDRb with my app, but I''m
afraid that I''m not too versed in running processes
2016 Apr 09
3
[FORGED] Generating random data with non-linear correlation between two variables
Please specify your goal in the oracle/psql analytical functions you know or specify what you mean by nonlinear correlation
Sent from my iPhone
> On Apr 9, 2016, at 6:09 AM, Muhammad Bilal <Muhammad2.Bilal at live.uwe.ac.uk> wrote:
>
> No its not. I am doing all these experiments for my own learning purpose. I am Oracle SQL & PLSQL programmer and I can do these things with