Displaying 20 results from an estimated 10000 matches similar to: "SIP auth"
2003 Nov 11
4
Registering an application
Hello..
Maybe I'm asking something silly but..... How can I register my own app with * ?
I've made a simple .so , but I cannot find it in asterisk when i type "show applications"
Here is the code:
#include <asterisk/lock.h>
#include <asterisk/file.h>
#include <asterisk/logger.h>
#include <asterisk/channel.h>
#include <asterisk/pbx.h>
#include
2003 Apr 03
6
tc problem
Hello..
I have a linux box and I want to make priority on traffic generated by my
LAN''s computers..
I don''t have a guaranted bandwidth, so I wanna use sfq...
I want to make traffic to port 80 , 443 , 25 & 110 PRIORITY 1
Traffic src or dest 192.168.0.2 to make priority 2
And the rest to put it in proiority 3..
I did the following :
tc qdisc add dev eth0 root handle 1:
2003 Oct 28
2
Another Segmentation Fault (Recording sound)
== Parsing '/etc/asterisk/adsi.conf': Found
-- Accepting call from '890003' to '185' on channel 27, span 1
-- Executing Answer("Zap/27-1", "") in new stack
-- Executing Record("Zap/27-1", "soundexampless:mp3") in new stack
-- Playing 'beep'
WARNING[360468]: File translate.c, Line 128
2003 Nov 07
2
Modem as a FXO
Can I use a modem and a soundcard as an fxo ?
I've read in the documentation something , but how can I do that ?
Regards
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031107/2c4e43ce/attachment.htm
2004 Jan 17
3
SS7 over Asterisk ?
Hello..
I have a customer who wants to connect 2 PBX's over IP..
The setup should look like this:
[PBX] <-- SS7 --> [Asterisk] <-- IAX --> [Asterisk] <-- SS7 --> [PBX]
Since there are no SS7 cards , I was thinking at a way of carrying the E1 data as bulk...Can I do that ? How ?
Is possible a scenario like this ? I'm thinking of IAX because I don't
2011 Jan 16
1
Dovecot LDA problem: dovecot: deliver(dave): Fatal: postmaster_address setting not given
I have been trying to get the virtual domain and mailboxes working on an
newly built Ubuntu 10.04 server and am stuck on this error.
System is using a postgres database and PostfixAdmin.
Thanks in advance for any help.
Dave
==> /var/log/mail.err <==
Jan 16 13:21:26 radius dovecot: deliver(dave at mydomain.com): Fatal:
postmaster_address setting not given
==> /var/log/mail.log
2003 Oct 27
1
SIP -> H323 Seg fault.
A very strange problem..
* dies with seg fault when calling from SIP to h323
WARNING[589848]: File chan_oh323.c, Line 2429 (alerted_h323_connection): Call with reference 183 in unexpected state (4).
-- Called 113506
-- H323:183 answered SIP/alex-1e48
Segmentation fault
I'm using Mandrake 9.1 , lastest * ( 3 day old from cvs) , and oh323 last version..
here are my configs:
2003 Dec 17
1
PRI Error messages
Hello...
Does anybody knows what is the meaning of thoose messages ?
What i'm doing wrong here ?
The * works fine , both incoming and outgoing services..
WARNING[163851]: File chan_zap.c, Line 5683 (zt_pri_error): PRI: Read on 47 failed: Unknown error 500
PRI got event: 8
WARNING[163851]: File chan_zap.c, Line 5683 (zt_pri_error): PRI: Read on 47 failed: Unknown error 500
PRI got event: 6
2018 Oct 19
2
Radius auth problem after DC update
Hello list,
We were using two DC with 4.3.4 version of samba. Radius authentication
wont work after upgrade one of DC to version 4.6.7. Authentication is
working If winbind on radius server connects to DC with version 4.3.4.
I tried install new radius server following tutorial on
https://wiki.samba.org/index.php/Authenticating_Freeradius_against_Active_Directory
with
same result. Radius is working
2007 Oct 22
17
neighbor table overflow
I''ve got a linux router pushing 600-1000 pppoe connections through it.
I''m getting a screen error "Neighbor Table Overflow" after this box has
been up for between 1 week and 1 month. When this is happening, routing
slows to a crawl if at all. Then dies. I''ve added:
# Added to stop "neighbor table overflow" messages in the kernel
2014 Jul 01
2
radius auth to samba
I want to have samba be the back end provider for authentication to a
radius server. I found
https://wiki.samba.org/index.php/VPN_Single_SignOn_with_Samba_AD
and wanted to see if this is 'current' and works with samba 4.1.8 -- or if
anyone is using it.
I want to use RADIUS authentication on a firewall and have Samba be the
source for the user accounts. I am using a pfsense firewall.
2006 Aug 09
2
Speeding indexing and sub-sectioning of 3d array
Hi,
I am having a problem with a very slow indexing and sub-sectioning of a 3d
array:
> dim(arr)
[1] 245 175 150
For each point in the array, I am trying to calculate the mean of the values
in its surrounding:
mean( arr[ (i - radius):(i + radius),
(j - radius):(j + radius),
(k - radius):(k + radius)] )
Putting that code in 3
2017 Dec 31
1
Draw Overlapping Circles with shaded tracks
Dear All:
Thank you very much for all of you.
I just have one more thing. Is there a way to fill the borders with small
dots, may be different sizes.
I tried to do it, but it looks ugly.
Here what I tried:
library(plotrix)
plot(0:10, 0:10, type="n",axes=FALSE,xlab="",ylab="") #### 0:5,
draw.circle(4,5,radius=3,border="#ff0000aa", lwd=75)
2005 Oct 06
1
Mapping username only for auth
I am running Dovecot alpha 3 with authentication from the local shadow
file. I'd like to change the authentication to use our radius server.
I can probably do this through pam.
The usernames on the mail server are set up as first initial + last name
( jdoe for John Doe ). The usernames on the radius server are the
employee number. Is there a way to map the username to the employee
2008 Aug 15
6
continuous coloring of a polygon
R2.7.1, WinXP
Hi,
I have a polygon inside a circle as follows:
radius <- 3
x <- seq(-radius,radius,length=2000)
y <- sqrt(radius^2-x^2)
xx <- c(x,-x)
yy <- c(y,-y)
plot(xx,yy, xlim=c(-radius,radius),ylim=c(-radius,radius), type="l",
ylab="", xlab="", axes=F)
radius <- 2.7
x1 <- seq(-radius,radius,length=2000)
y1 <- sqrt(radius^2-x1^2)
2006 Jan 25
1
mpd and radius
Hi all:
I ahve some basic questions regarding the mpd.conf:
set radius retries 3
set radius timeout 3
set radius server 192.168.128.101 testing123 1812 1813
set radius me 1.1.1.1
set bundle enable radius-auth radius-fallback
Here my radius server is 192.168.128.101 and interanl
interface of this mpd server is 192.168.64.65
1) What is this "testing123"? is that key between
radius
2017 Dec 31
0
Draw Overlapping Circles with shaded tracks
Another solution:
library("HelpersMG") plot(0:10,type="n",axes=FALSE,xlab="",ylab="",
asp=1) ellipse(center.x = 3, center.y = 5, radius.x = 5, radius.y = 5,
lwd=10, col=NA, border=rgb(red = 1, green = 0, blue=0, alpha = 0.5))
ellipse(center.x = 8, center.y = 5, radius.x = 5, radius.y = 5, lwd=10,
col=NA, border=rgb(red = 0, green = 1, blue=0, alpha =
2006 May 01
17
Radiant CMS
I am pleased to announce that Radiant CMS is now publically available
from the Subversion repository at:
http://radiantcms.org/
What is Radiant?
----------------
Radiant is a no-fluff, open source content management system designed
for small teams. It is similar to Textpattern or MovableType, but is a
general purpose content management system (not a blogging engine).
Radiant features:
2016 Sep 27
2
Asterisk Radius CDR
I did radius client status testing with radius server, able to access the
radius server. However, still getting radius CDR issue after setting debug
level 8 even granting 666 access to radiusclient-ng config files.
message: cdr_radius.c:208 radius_log: Unable to create RADIUS record. CDR
not recorded!
Please advise if I missed out anything.
Date: Mon, 26 Sep 2016 12:09:34 +0200
> From:
2012 Jun 02
2
Double-buffering problem, this time with an example.
Most of my animations that used to work
on windows() version 2.11.1 and earlier now flash
as if the double buffering is turned off or buffer swapping
is triggered by other events than in the past.
The simplified example below using symbols
should illustrate the problem in a windows environment.
windows()
radius <- 8
n <- 6
ang <- seq(0,2*pi,length=n+1)[-(n+1)]
ca <- cos(ang)
sa