Displaying 20 results from an estimated 500 matches similar to: "CNAM for Asterisk"
2005 May 05
2
CNAM lookup: new method for Caller ID Name delivery
[cross-posted to -biz and -users since it could fall into either category]
Interesting new product that has been introduced that I think some
would be interested in here (at least, those users in the United
States and perhaps Canada): CNAM delivery via IP lookup.
The problem: inbound calls on many PRI connections, and also over
many VoIP providers, do not include caller name. This means that
2005 Mar 07
9
Question with email notification
I have been searching all over for the answer on all sources online and
have come to the conclusion that it must be rudimentary or I am asking
the wrong question.
I cannot figure out how to configure the box to set the "from" address
to a correct domain, as my outgoing isp will not pass mail from
root@asterisk1.local, as I expect it wouldn't.
Any help is appreciated, even just
2008 Sep 10
2
Bell Canada (Nortel DMS100) PRI Outbound CNAM issue
Hi Folks,
I'm trying to send CallerID Name information out to the PSTN via a PRI
with Bell Canada with no success. With inbound calls (originating from
the PSTN) CNAM is received successfully, and we've not had any similar
problems with other Telco PRIs, so I'm stumped.
2007 Jun 17
2
CNAM.
So, is there anyone out there that provides rather generic but
comprehensive CNAM-style directory services via SIP, to end-users? So
I can put names to my calling numbers?
Thanks!
--
Alex Balashov
Evariste Systems
Web : http://www.evaristesys.com/
Tel : +1-678-954-0670
Direct : +1-678-954-0671
2005 Jun 22
1
OT: MAX TNT and PRI calling name (CNAM) facility message
Does anyone have a MAX/APX with working ingress PRI calling name?
I recently acquired a MAX TNT on the cheap and it's integrating fine
except for one thing. In the 11.0.0 release notes, it is stated that
ISDN calling name will, if present and permitted by presentation
flags, be added to the From: and Remote-Party-ID: headers of the
INVITE. I'm not able to make this happen. Pcap
2011 May 29
5
Free CNAM
FreeCNAM.org is providing a free CNAM API for Open Source PBX users.
This API queries a private CNAM database, and returns standard
15-Character CNAM results. Any entry not already in the database will
be queued for investigation, and added to the database as soon as
information is located. This system has access to several CNAM
backends, and is not a party to any use-limiting or no-caching
2020 May 03
0
Understanding VDO vs ZFS
On May 3, 2020 8:33:33 AM GMT+03:00, Erick Perez - Quadrian Enterprises <eperez at quadrianweb.com> wrote:
>sorry corrections:
>For this test I created a 40GB lvm volume group with /dev/sdb and
>/dev/sdc
>then a 40GB LV
>then a 60GB VDO vol (for testing purposes)
>
>vdostats --verbose /dev/mapper/vdoas | grep -B6 'saving percent'
>output from just created
2020 May 03
2
Understanding VDO vs ZFS
sorry corrections:
For this test I created a 40GB lvm volume group with /dev/sdb and /dev/sdc
then a 40GB LV
then a 60GB VDO vol (for testing purposes)
vdostats --verbose /dev/mapper/vdoas | grep -B6 'saving percent'
output from just created vdoas
[root at localhost ~]# vdostats --verbose /dev/mapper/vdoas | grep -B6 'saving
percent'
physical blocks : 10483712
2012 Dec 26
1
[LLVMdev] Compile error "YAMLTraits.cpp" for C++ member detector function
Hi All,
I am trying to compile latest llvm code using xlc 12.1 on AIX and got the
following error. I am trying to debug the issue. Has anybody seen the issue
on linux/gcc or is it just xlc specific ?
[ 0%] Building CXX object
lib/Support/CMakeFiles/LLVMSupport.dir/YAMLTraits.cpp.o
"/llvm/version2/llvm/include/llvm/Support/YAMLTraits.h", line 264.20:
1540-0118 (S) A class name is
2006 Jun 12
0
ICLID or CNAM calling name and number through a cisco isdn gateway
All,
I need to run this by everyone and see if someone has any idea's. I have a asterisk server setup and currently am receiving the inbound calling number where the name should be. My setup is....
One pri terminating into a Cisco 2431 router
Sip messages from the Cisco get sent to a asterisk server
linksys ata's a each remote end.
I can receive the calling name if the call originates
2007 Feb 08
1
Diffrerence in "%in%" function to boundry setting via <>
Hi,
There is a point which is irritating me currently quite a bit and that is an
aspect of different behaviour between the %in% function and the
smaller/bigger than signs (<>). Here is are two examples to demonstrate what
I mean:
Example1:
> c(1,1,2,2,3,4,4,6,7) %in% c(1,2,3)
[1] TRUE TRUE TRUE TRUE TRUE FALSE FALSE FALSE FALSE
Right, that is what I expect.
Example2:
> ps
2007 May 31
1
linksys pap2 version2 ata DTMF issue
My asterisk box doesn't recognize DTMF from my analog phone, plugged
into my ATA(linksys pap2 version2).
I can make/receive calls fine... it's just that, for example, I cannot
login to my asterisk voicemail.
Softphones (such as x-lite) are fine.
I've turned up a few articles via google where some people have this
trouble, but have not seen suggestions on how to fix. I presume
2008 Oct 09
1
YALAQ - Yet Another LApply Question
Hello,
Two lapply questions (system info and sample data below):
1) Why does the first form of command1 add the name of y _after_ the
str() output rather than before as does the second (preferred) form?
# command1 version1
invisible(lapply(ls(pattern='bn'), function(y) cat(y, "\n",
str(get(y)), "\n") ))
# command1 version2 (preferred output)
2008 Nov 14
2
GAM and Poisson distribution
Hi -I'm running a GAM with 7 explanatory variables with a Poisson error
structure. All of the variables are continuous so I'm getting error
messages in R.
cod.fall.full.gam.model<-gam(Kept.CPUE~s(HOUR)+s(LAT_dec)+s(LONG_dec)+s(meantemp_C)+s(meandepth_fa)+s(change_depth)+s(seds),
data=cod.fall.version2,family=poisson)
In dpois(y, mu, log = TRUE) ... : non-integer x = 5.325517
2010 Jul 26
2
easy debugging
I am new to R. Used to use FORTRAN. R is so different from FORTRAN. The
following codes would work in FOTRAN. I am trying to put an upper limit at
120. If the score is > 120, it is assigned 120. Or else, keep the original
values.
version 1:
equated<-11
result<-11
equated<-c(111.0,112.06, 112.9, 113.8, 115.0, 116.2, 117.0, 118.0, 120.5,
120.5, 120.5)
for (i in 1:11){
if (equated >
2008 Mar 18
4
Solaris 10 x86 + ZFS / NFS server "cp" problem with AIX
Friends,
I have recently built a file server on x2200 with solaris x86 having zfs (version4) and running NFS version2 & samba.
the AIX 5.2 & AIX 5.2 client give error while running command "cp -R <zfs_nfs_mount_source> <zfs_nfs_mount_desticantion> as below:
cp: 0653-440 directory/1: name too long.
cp: 0653-438 cannot read directory directory/1.
and the cp core dumps in
2010 Apr 09
1
dovecot2: protocols = ... changed ?
hello,
to use dovecot 1.2 only for sasl authentication I could set "protocols = none"
in dovecont.conf. In Version2 this gave me an error.
Instead I had to write "protocols =" into the configfile.
I wonder about a key without value in the conf ...
should the wiki2.dovecot.org be updated?
--
Andreas Schulze
Internetdienste | P532
DATEV eG
90329 N?rnberg | Telefon +49 911
2023 Jan 28
1
Init SSL without certificate database
Hello,
Also note that NUT project does not currently issue packages, and I have
a hard time guessing what distro might ship a "driver.version:
DSM7-1-1-42930-workplus-version2-repack-42930-220712". Ask them what NUT
version (release or snapshot) they use, and if they would consider shipping
a newer one?
Sometime recently (after 2.8.0 release) an option was added to quiesce
this
2007 Sep 22
2
[LLVMdev] LLVM 2.1 Pre-release Version 2 Online
LLVMers,
The LLVM 2.1 pre-release version2 is now available:
http://llvm.org/prereleases/2.1/version2/
You can help test this pre-release by doing one of the following:
1) Download llvm-2.1, llvm-test-2.1, and the appropriate llvm-gcc4.0
binary. Run "make check" and the full llvm-test suite (make
TEST=nightly report).
2) Download llvm-2.1, llvm-test-2.1, and the llvm-gcc4.0 source.
2023 Jun 21
1
PJSIP not performing outbound authentication
On Wed, Jun 21, 2023 at 05:19:11PM +0000, TTT wrote:
> I am using Asterisk 20.3.0 with PJSIP. I have setup a trunk to my ISP
> (Twilio) who requires outbound authentication. My pjsip.auth.conf contains:
>
> [Twilio]
> type=auth
> auth_type=userpass
> password=mysecret
> username=myun
>
> However, my calls using the trunk are rejected with a 403. Using pjsip
>