Displaying 20 results from an estimated 900 matches similar to: "Caller ID Sent in PAI header."
2015 Sep 21
2
Call waiting for Queue Agents.
Hi All,
I have a question about the Queues.
I'm using Asterisk 11.13.0 , and I want to configure the following setup :
When there is an incoming call to the queue all agents should ring even
those that are already in call, they should receive a second call.
Is this doable in any Asterisk version ?
Thanks in advance.
-------------- next part --------------
An HTML attachment was
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.0/UDP
2017 Jun 14
3
CallerId presence issue
Hi,
I've run into a minor snag trying to pass on CALLERID presence from one
Asterisk to another via SIP (both running 13.16.0)
I have a PRI coming in PBX_A and PBX_A is connected to PBX_B via SIP.
PBX_A gets PRI calls on a 4 port Digium card, and each call naturally has
its own callerid values and presence. I pass on those calls to PBX_B via
SI, and I'm trying to pass on this
2020 Oct 11
2
Preparing for replication: dsync-local(testaccount): Panic: file mbox-lock.c
I am preparing a bit for setting up replication. However when I manually
try to dsync an account, the first time I execute this[1] command it
seems to be ok. The 2nd time I am getting this error[2].
If I add -1 (one way syncing) the error disappears. Does this mean I
will have problems with setting up replication between these two
servers?
[1]
[@ ~]# doveadm sync -n inbox -u testaccount
2008 Sep 20
3
without passwd
Hi, I have two Fedora box and rsync running on both systems. One system ip
is 192.168.1.110 and the other is 192.168.1.71. I run manually for the
following commands in both systems. my problem is whenever run it asking
the user passwd and i cannot run the same automatically using crontab. My
question is how to avoid the passwd option...
rsync -aPrv rsync://192.168.1.110/detailing/
2004 Jun 29
3
smbpasswd !!?!
please help me.
Why I cannot create a user with smbpasswd without having this username in /etc/passwd???
###################
bash-2.05# smbpasswd -a testaccount
New SMB password:
Retype new SMB password:
Failed to initialise SAM_ACCOUNT for user testaccount.
Failed to modify password entry for user testaccount
bash-2.05#
##############
my global in smb.conf
[global]
workgroup = J9_C
server
2006 May 12
3
Maximum likelihood estimate of bivariate vonmises-weibulldistribution
Thanks Dimitris!!! That's much clearer now. Still have a lot of work to
do this weekend to understand every bit but your code will prove very
useful.
Cheers,
Aziz
-----Original Message-----
From: Dimitrios Rizopoulos [mailto:Dimitris.Rizopoulos at med.kuleuven.be]
Sent: May 12, 2006 4:35 PM
To: Chaouch, Aziz
Subject: RE: [R] Maximum likelihood estimate of bivariate
2011 Mar 29
1
Get phone number from SIP header PAI
Hello list,
I want to get the phone number out of the following P-Asserted-Identity
header :
/"BlaBlaBla" <sip://88779922//@192.168.8.10;user=phone>"/
I do the following in the dialplan :
/exten => _XXX.,n,Set(PY=${SIP_HEADER(P-Asserted-Identity)})
exten => _XXX.,n,Set(PY2=${CUT(PY,@,1)})/
This gives me :
/"BlaBlaBla" <sip://88779922/
How can I
2001 Jan 23
10
smbpasswd error
Hallo ,
when I try to change user password on samba server i become this error :
error connecting to 127.0.0.1:139 (Verbindungsaufbau abgelehnt)
unable to connect to SMB server on machine 127.0.0.1. Error was : code
0.
Failed to change password for bukhari
if any someone I have an Idea please send me an E-Mail to
"ufz6@rz.uni-karlsruhe.de"
Thanks to All
Amir Bukhari
2012 May 03
6
Hosting application on private network.
Hi,
I have a Ruby on Rails application. I am able to run it in my local
system using Apache2 server. I would like to host my application so that
all the systems in the private network 192.168.3.0/24 should be able to
access the web-application. My system private-ip is 192.168.3.57.
Please help me what all configurations do I need to do.
Thank you
Ajit
--
Posted via
2002 Feb 27
2
Samba on FreeBSD 4.5-Stable
Hello Samba Team
Samba is great software and I use it in my home lan and will use it in our
office lan!
I have some hints:
1. Samba with Win98SE (plaintext password): You can use the same key as in
win95.txt described.
2. Samba with Win2k (plaintext password): I've attached a html file for your
documentation.
3. Firewall rules: While the installation the wrong ipfw rules will be set.
2006 May 11
2
Maximum likelihood estimate of bivariate vonmises-weibull distribution
Hi,
I'm dealing with wind data and I'd like to model their distribution in
order to simulate data to fill-in missing values. Wind direction are
typically following a vonmises distribution and wind speeds follow a
weibull distribution. I'd like to build a joint distribution of
directions and speeds as a VonMises-Weibull bivariate distribution.
First is this a stupid question? I'm
2009 Aug 27
2
asterisk 1.6.0.13 with realtime DB , issue with MWI
Hello all,
I use asterisk 1.6.0.13 with realtime DB.
when a phone (SIP) receive a new voicemail, asterisk update with a NOTIFY
the number of waiting message to the phone, so all is ok .
if I use the voicemail application to consult and to delete voicemail,
asterisk again update correctly the number of message to the phone.
now, if I use a web application or script on aastra phone to delete a
2003 Oct 22
1
SIP and permit specified ip addresses
Hi all,
can somebody explain me how exactly the "type", "host", "permit" and "deny"
option in sip.conf play together?
Where is the difference between "user" and "peer" ?
I want configure SIP so that it is only from specified net section possible
to make a call.
I have tried following:
[test]
type=peer
callerid=testaccount
2017 Jun 27
5
Nash equilibrium and other game theory tools implemented in networks using igraph or similar
Does anyone know of some code, and examples that implement game theory/Nash
equilibrium hypothesis testing using existing packages like igraph/statnet
or similar?
Perhaps along the lines of this article:
Zhang, Y., Aziz-Alaoui, M. A., Bertelle, C., & Guan, J. (2014). Local Nash
Equilibrium in Social Networks, *4*, 6224.
Best,
Chris Buddenhagen
cbuddenhagen at gmail.com
[[alternative HTML
2006 Mar 03
1
[as.POSIXlt]: Incorrect conversion only for some specific date/time (PR#8654)
Full_Name: Aziz Chaouch
Version: 2.2.1
OS: XP/2000
Submission from: (NULL) (132.156.89.240)
Hi,
I'm not sure this is a "bug" but here is the problem:
I'm using the function as.POSIXlt to convert character strings into time
objects. I'm using date format as "YYYY/M/D HH:MM" such as as.POSIXlt("1999/6/7
13:30"). Most of the time, this works fine. However
2007 Sep 19
1
quota reporting and mail.app
Hi everyone.
I can't get mail.app to report back correct quota information using
mail.app and dovecot (though it works with courier-imap).
I am looking at migrating away from courier-imap to dovecot but this
issue is something I need to have resolved <somehow>.
Thunderbird is fine and reports back good info on either connection.
I am off to read RFCs (can't I just read the
2007 Oct 23
2
quota problems - which Dovecot version ?
Hi,
I've got a little problem with Dovecot IMAP.
Everything works nice ( pam auth, ldap userdb, and so on ) BUT i need to
uses quotas and it doesn't seem to work.
I tried both ways :
1) user dovecot-ldap.conf with user_attrs, as it's shown on dovecot wiki ;
2) use the commandes "plugin {.........." in dovecot.conf
But it didn't work. Strangely, when i try to use the
2006 May 25
1
Computing a reliability index of a statistic with missing data
Hi All,
I'd like to compute a kind of reliability index (RI) that would in a
sense stand as a measure of reliability of a statistic (histogram etc)
computed on a time serie with missing values. The final goal is that:
RI=1 for a perfect reliability
RI=0 for a total unreliability (no data at all as an extreme case...)
The percentage of missing data is one indication: the more missing data,
2015 May 19
2
Need Immediate Help:::SAMBA Logon Issues
Hi there
Plz go through the following info. Everything is working pretty fine but
very frequently, I get the following error:
"THERE ARE NO LOGON SERVERS CURRENTLY AVAILABLE TO SERVICE YOUR REQUEST"
where these configurations work fine occasionally.
[global]
;add group script = /usr/sbin/groupadd %g
;add machine script = /usr/sbin/useradd -s /bin/false -d /var/lib/nobody %u
;add user