Displaying 20 results from an estimated 111 matches for "rdnis".
Did you mean:
dnis
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 P...
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 call, (and I
assumed) the redirecting subscriber's number was passed via RDNIS--thusly
the voicemail system knows to place the call into the voicemail account
belonging to the RDNIS value.
In practice...
2010 Sep 24
1
RDNIS not passed from one box to another with BRI access
...into voip-info.org and reached the following conclusion :
If everything is correctly configured, the last PBX (the one to which phone
C is connected) should receive an incoming call with the following
properties set to
CALLERID(num) set to A's number
CALLERID(ANI) set to B's number
CALLERID(RDNIS) not set
An acceptable alternative would be:
CALLERID(num) set to B's number
CALLERID(ANI) set to B's number
CALLERID(RDNIS) set to A's number
I've got a lot of questions.
0. Is my understanding (see above) correct ?
1. In general, is the ability to send and receive RDNIS a fea...
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 RDNI...
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 result...
2005 May 20
1
RDNIS (DNID) Call Routing
I haven't been able to find much support for the RDNIS or DNID variables
online.
I am trying to prove a concept of call routing before we move towards
development of a production system. I need to have calls routed coming into
a call center based on DNIS. What type of syntax is needed in the
extensions.conf file and how can I test it with a softphone...
2006 Dec 09
2
RDNIS question
...321,30)
exten => 123456,n(VMNoAnswer),Voicemail(${EXTEN}|su)
exten => 123456,n,Hangup()
this works well, with one exception: when I take the call on the mobile,
the callerid info is the number of my switchboard. I presume that this
is because I am dialling out from the switch board.
Enter RDNIS. I added an extra line to the dialplan
exten => 123456,1,Set(CALLERID(rdnis)=${CALLERID(number)})
exten => 123456,n,Dial(SIP/456&SIP/678&Zap/G3c/07803654321,30)
exten => 123456,n(VMNoAnswer),Voicemail(${EXTEN}|su)
exten => 123456,n,Hangup()
However, I get exactly the same resu...
2006 Dec 30
0
Theory behind RDNIS and does it work or not?
...far it works very well, but I've got a problem with the displayed
number on the cell phone.<br>
<br>
What I want is that the caller's number ist displayed.<br>
<br>
I have contracts with 2 SIP providers. I played a lot with
Set(CALLERID(number)=xxx) and Set(CALLERID(rdnis)=xxx) before calling
Dial (...).<br>
Surpisingly, the providers behave different:<br>
<br>
<ul>
<li><u>Call comes in via Provider 1 and goes out via Provider 2: </u>Provider
2 seemst to ignore everything. No matter what I set CALLERID(number)
and/or CALLE...
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 b...
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 i...
2008 Dec 16
4
RDNIS and asterisk
I have a couple of numbers that are diverted to a number that is
conected to an isdn30 card, running asterisk 1.4.
eg.
123456 => 22334455
654321 => 22334455
What I would like to know is the number of the orginal number dialled
(123456 or 654321). I thought that RDNIS was the answer, but it is
always coming up blank.
When I did a debug on the pri span, I saw the following message
Unable to handle ROSE operation 15
is this the cause of my problem ?
Does 1.6 handle this operation ? Or is it a configuration setting that I
need in zaptel / zapata ?
Thanks
Ju...
2009 Mar 24
0
Issue with RDNIS
...164/E.163) (1)
< Ext: 0 Presentation: Presentation allowed
of network provided number (3)
< Ext: 1 Reason: Unknown (0) '7145551212' ]
Now in my dialplan I have the following two lines:
exten => 5914, 1, NoOp(${CALLERID(rdnis)});
exten => 5914, n, NoOp(${RDNIS});
The resulting output to the Asterisk CLI is this:
-- Executing [5914 at test:1] NoOp("DAHDI/1-1", "") in new stack
-- Executing [5914 at test:2] NoOp("DAHDI/1-1", "") in new stack
I am running Asterisk 1.6.0...
2010 Oct 26
2
Trim the RDNIS
What I am needing to do is to trim the 1 from beginning of the RDNIS and
I have tried using the CUT function but cannot seem to make it work for
me. What we have is a phone number like this, 18881232342 and want to
make it like this 8881232342. I appreciate any help that you guys can
give. Thanks!
--
*Chris Ramirez*
TELE-ONE COMMUNICATIONS, INC.
cramirez at tel...
2008 Sep 23
0
PRI incoming call forward / call redirect
...I am trying to perform
a call-forward-unconditional on one of the DIDs.
The idea is that when DID 5551234 receives a call, Asterisk redirects it back
out the same PRI to some external number.
This is simple enough to do with something along these lines:
[PRI]
exten => 5551234,1,Set(CALLERID(RDNIS)=${EXTEN})
exten => 5551234,n,Dial(Zap/g1/5556789)
This is a brute-force approach but there are two problems:
1) it's not a true call forward
2) RDNIS does not appear to be getting set (i.e. the remote box with 5556789
as a DID does not seem to see RDNIS
I'm not overly concerned abou...
2011 May 20
1
SIP Diversion RDNIS - how to get reason parameter?
Hi out there
To play the correct announcement in app_voicemail I whould be able to read the
SIP Diversion Reason which ist sent by another PBX:
Invite contains:
Diversion: <sip:+41315995003 at 157.161.10.190>;reason=no-
answer;privacy=off;counter=1
Asterisk Logs:
RDNIS for this call is is +41315995003 (reason no-answer;privacy=off;counter=1)
From what I see in the source of chan_sip the variable ${SIPDIVERSIONREASON}
should be set, but it is empty...
Also ${PRIDIVERSIONREASON} is empty...
I'm using: Asterisk 1.6.2.5-0ubuntu1.3
Any hints?
-Benoit-
2011 Oct 11
3
CallerID inconsistently presented through ISDN/cellular networks
Hi,
I'm facing a strange problem.
My setup is:
Alice cellphone <--GSM--><--ISDN--> Asterisk <-- ISDN --><--GSM--> Bob
cellphone
When Alice calls Asterisk which forwards the incoming call to Bob, sometimes
Bob sees Alice's number, sometimes he sees a default CallerID (which happens
to match the dialed number and the ANI).
For various reasons, Bob really needs to
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 anyone know what va...
2004 Dec 18
2
Problem with 302 "Moved Temporarily" Do not disturb
I have some Cisco 7905 phones with the SIP load 1.02.00(040406A).
When the phone is off-hook but no call has been placed, or when the Do
Not Disturb is activated, the phone returns a 302 "Moved Temporarily"
message back to asterisk as follows:
-----------
-- Executing Dial("SIP/5060-0811bb00", "SIP/9871234|20|Ttr") in new stack
-- Called 9871234
-- Got SIP response
2004 Jun 04
1
Voicemail and Cisco phones: Dialplan example
Assume you have the messages button on your Cisco phone set to dial
3009. Here's an sample dialplan entry that will make the "DND" and
"ToVM" and "Messages" button work as expected. This should work for
both -stable and -head.
exten => 3009,1,GoToIf($[X${RDNIS} != X]3009,4)
exten => 3009,2,VoicemailMain()
exten => 3009,3,Hangup
exten => 3009,4,VoiceMail(u${RDNIS})
exten => 3009,5,Hangup
--
Eric Wieling * BTEL Consulting * 504-899-1387 x2111
"In a related story, the IRS has recently ruled that the cost of Windows
upgrades can...
2009 Dec 02
0
FW: Variable Name needed
...m] On Behalf Of James A.
Shigley
Sent: Wednesday, December 02, 2009 2:06 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] 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 anyone know what va...