Displaying 20 results from an estimated 6000 matches similar to: "PRI incoming call forward / call redirect"
2003 Dec 24
2
Weirdness with CALLERID / CALLERIDNAME from incoming PRI
Hey all,
We've upgraded our PRI trunk to support what BellSouth calls "enhanced
caller id name delivery". The weird part is, I'm only capable of seeing
the name portion on incoming calls within voicemail2's email delivery.
For example, on an incoming call, asterisk is reporting this:
Context from extensions.conf (BS delivers 7-digit DIDs):
exten => 9133727,1,Answer
2004 Jul 15
2
Cisco phones and Messages and Forward ToVM keys
; Below assumes you are using the same number for Voicemail boxes as
extensions
; if ${RDNIS} is blank then GotoIf will go to extension 2, otherwise it
will go to extension 102
exten => 8500,1,GoToIf($[X${RDNIS} = X]?2:102)
exten => 8500,2,VoiceMailMain(s${CALLERIDNUM})
exten => 8500,3,Hangup
exten => 8500,102,VoiceMail(u${RDNIS})
exten => 8500,103,Hangup
; you should now be able
2003 Dec 29
0
FW: Weirdness with CALLERID / CALLERIDNAME from incoming PRI
> -----Original Message-----
> From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-
> admin@lists.digium.com] On Behalf Of Adams, Gavin
Is there any additional information I could provide to start tracking
this down? I was thinking about looking into the various applications
source to see how they access the data elements for callerid. I know
where the values are pulled
2010 Aug 11
1
Youmail RDNIS
Does anyone know the mechanism by which companies like YouMail (and MNO's
using their own voicemail system) are able to redirect ALL calls from a ALL
subscribers to *just one* voicemail DID, yet determine WHICH subscriber did
the redirection?
I had always assumed this was simply done using RDNIS. In other words, the
original calling party's CallerID is passed with the redirected
2004 Oct 26
2
RDNIS
I'm trying to use RDNIS with asterisk, and I don't appear to be
receiving any information (the value is blank). The upstream who
provides the PRI says they are passing all the info through, I don't see
this value coming across. I've tried it with a Verizon call forward, as
well as a Nextel with the same results for both. I'm trying to use this
for Voicemail. I'm using
2005 Jan 28
2
redirect different phone number to different IP phone
Hi
I have a simple question but I cannot find the answer.
I have a line with 2 different phone numbers
I want to redirect each phone number called to a different IP phone
Example
Someone calls 5551234 and the call is redirected to IP phone 192.168.0.2
Someone calls 5551235 and the call is redirected to IP phone 192.168.0.3
Thanks
Patrick
2007 Aug 21
2
compatibility of PRI Two B channel transfers TBTC/2BTC
Hello,
A client has asked for Two B channel Transfer capability (known as
TBCT or 2BCT, similar to other features such as ECT, RTL and Q,SIG
Path Replacement) in a new Asterisk system and so I researched the
capability and came up with quite a few gaps in documentation.
2010 Sep 24
1
RDNIS not passed from one box to another with BRI access
Hi,
I've configured a new Asterisk 1.6.1 box to replace an old Bristuffed 1.2
Asterisk.
Since then, it happens that forwarded calls are not presented the way they
used to be.
It seems that now, some endpoints are displaying the original caller id
(that's what I'm trying to achive), while some are displaying the
redirecting number :
so if A calls B, B forwards to C
depending on where
2005 Jul 19
0
When Incoming Caller-ID is Blank Dialparties.agi is shoving incoming IP Address into it.
Running Asterisk Head 1.0.9. Below is a trace of a call delivered to my system which had no caller ID. For some reason, dialparties.agi shoves the incoming provider's IP address into the caller ID so you never have a call that is screened for PrivacyDirector. Is anyone else seeing this issue as well? Have I missed a patch?
This call shows on the display with a name of "Unknown"
2004 Aug 03
3
PRI Call Redirection / Transfers
I have a PRI comming into each of 2 buildings. How do I redirect an incomming
call on PRI_A of particular DIDs to arrive at PRI_B instead?
Thanks,
John
2006 Apr 28
2
Asterisk DNID/RDNIS with Dial iax2
Dear Asterisk-Users:
Question:
========
How do I get asterisk to pass DNID/RDNIS information between
asterisk machines using iax2, in a Dial(IAX2...) command ?
Setup:
=====
I have two asterisk boxes, MASTER and SLAVE. MASTER is running
1.2.0 and SLAVE is running 1.2.1. The main box handles incoming calls
on a multiple lines (both via hardware connection to our internal PBX
and calls
2006 Dec 30
0
Theory behind RDNIS and does it work or not?
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello everybody,<br>
<br>
currently I'm implementing redirection
2014 Aug 28
1
RDNIS with tel: vs. sip: header
Has anyone had success patching chan_sip.c so that Asterisk will recognize
the tel: header for RDNIS information?
exten = get_in_brackets(tmp);
if (!strncasecmp(exten, "sip:", 4)) {
exten += 4;
} else if (!strncasecmp(exten, "sips:", 5)) {
exten += 5;
} else {
ast_log(LOG_WARNING, "Huh? Not an
2007 Jul 12
0
No subject
Although in a bugtracker posting with a patch from over two years ago,
Matt Fredrickson from Digium says that it works with 5ESS under
Asterisk 1.2.X:
http://bugs.digium.com/view.php?id=3554
There are also bounties and claims of this feature working on NI2
protocol(although no patches posted) on the voip-info.org Wiki:
2010 Jun 19
0
OT - Explain RDNIS
Hi,
1. Can you explain what RDNIS is when it should used with Asterisk ?
I've read this http://www.voip-info.org/wiki/view/RDNIS but I'm still
wondering if I should use it.
My understanding is:
when dialing out through an ISDN line, Asterisk is sending two numbers
(using signalling channel) :
- one is CALLERID(num) which is supposed to be whatever the Asterisk admin
whishes to be,
- one
2009 Dec 02
2
Variable Name needed
Other than having stripping out IPs this is what I am receiving for my
voip calls. Now I normally use ${CALLERID(rdnis) for RDNIS, this works
fine calls that come in on my PRI. BUT at least from this VOIP source
the To field which is my RDNIS information for these calls, doesn't
actually fill into ${CALLERID(rdnis). But as you can see I'm getting the
information.
My question is, Does
2004 Sep 23
0
Redirecting incoming PRI to PSTN
HI,
I'd like to redirect an incoming E1 call to a local landline, at the
moment I just do
Exten => thenumber,1,Dial(Zap/g1/localnumber)
However this seems to cause all sorts of problems with the fax machine
on the end of that landline. Is there a better way to redirect a call?
Cheers,
Ben
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Dec 02
0
FW: Variable Name needed
It might be worth mentioning the voip call is coming from a number we
have thru bandwidth.com in case anyone uses them.
James Shigley
From: James A. Shigley
Sent: Wednesday, December 02, 2009 3:06 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: RE: [asterisk-users] Variable Name needed
That wasn't it either. I tried a few other likely fields from
2015 Jan 16
2
Disable fax detect on specific incoming DID
Hello,
our gateway receive incoming calls from an outside gateway for multiple
DIDs. For some of them we want fax detection, for other no. To do so,
faxdetect is set to yes, but how to disable the fax detection for a
specific incoming DID? For those DIDs, we just want to forward the call
to a real fax machine DID which will do the job.
Thanks for any hint
Regards
--
Daniel
2004 Jan 24
1
Incoming DID call Voice Problems
Hello All,
I am experiencing some intermittent problems with calls coming inbound on my DID trunk. I have 12 DIDs that come into an Adtran 750. From there T-1 to a port on T400P. The problem is that some calls that come in don't seem to bridge properly.
Heres what happens.
Call comes in on Trunk.
Call Routed to correct Zap Channel.
Phone Rings.
Person Answers phone, but hears nothing but