similar to: RDNIS (DNID) Call Routing

Displaying 20 results from an estimated 3000 matches similar to: "RDNIS (DNID) Call Routing"

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
2007 Mar 14
3
DNIS/DNID
Hi i have an asterisk pbx with E1 port connected to another PBX. Im trying to send the DNID/DNIS to the PBX here's my dialplan exten => 8881111111,1,Dial(ZAP/g2) exten => 8881111111,n,Hangup() The PBX just get the number 2 as it's DNIS when i change it to ZAP/1 or ZAP/g1 the PBX get the number 1. What should i add to send the extension number as DNID/DNIS? Thanks! --------------
2006 Nov 03
3
Problems Overwriting CallerID with True ANI
I receive calls over a T1 with callerid and then *ani*dnis*. I am able to strip out the ani and the dnis in the dialplan but when I try to set the caller ID to be the ani, it looks ok but then if I do a NoOp callerid on the next line, I get unknown. Here is the section of my dialplan: exten => _*NXXNXXXXXX*NXXNXXXXXX*,1,Set(ANI=${EXTEN}) exten =>
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 tele-onecom.com 903-531-0777
2004 Jul 23
6
Robbed Bit T1 Configuration
Is it possible to control the dialing format used when making a call from asterisk separately from the inbound format? In my case I have a single robbed-bit T1 configured for featd (to receive ANI and DNIS) on a TE410P. This configuration works fine for inbound calls, however when an outbound call is made on this same T1 asterisk dials outbound in the featd format. I need asterisk to only dial
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
2006 Feb 19
2
chan_capi setting ${DNIS}
Is there a reason the variable ${DNIS} does not get set with incoming calls via chan_capi ? Is it related to the MSN=X in capi.conf ? version = chan_capi-cm-0.6.3 example; exten => _95555555XX,1,NoOp, ${EXTEN}, ${DNIS} == ISDN1: Incoming call '0400000000' -> '95555555' -- Executing SetCDRUserField("CAPI/ISDN1/955555 55-135", "Incoming") in new
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
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
2006 Dec 09
2
RDNIS question
Perhaps I've got the whole concept wrong, but here goes: Using 1.4, when someone from the outside dials my direct line (123456), I want it to call my extension at work (SIP/456), my extension in my home office (vpn connection to corporate lan, SIP/678) and my mobile (654321). So my dialplan is thus: exten => 123456,1,Dial(SIP/456&SIP/678&Zap/G3c/07803654321,30) exten =>
2005 Mar 19
1
ANI & DNIS sent to analog FXs Port Possible
Good Day list, Need assistance determining the best place to read up on whether Asterisk can help me out. I have a situation where I need to do the following <PRI from Telco> ------- <Analog Channel Bank>------------<Proprietary Box> | | | | | | <PRI Port 1 of Digium Quad T1> <PRI Port 2 of Digium Quad T1> | | | | | |
2003 Apr 26
6
DynExtenDB
I have been fooling around with DynExtenDB and run into two glitches. 1) The code is looking for (chan->dnis) and in my case I find (null). I forced (chan-dnis) to be the same as (chan->exten). So far so good. Now I can connect and talk. This lead me to the second glitch. 2) As soon as the call ends by hanging up, the code issues a (ast_spawn_extension). This causes asterisk to drop
2006 Jan 07
1
Immediate routing on "0" (DNIS)?
> Post your extensions.conf and what's on the CLI (asterisk -r) As requested: # cat /etc/asterisk/extensions.conf [incoming] exten => s,1,Answer() exten => s,n,NoOp(CallerID is ${CALLERID}) exten => s,n,NoOp(DID is ${DNID}) exten => s,n,Background(enter-ext-of-person) exten => 1625,1,Playback(digits/1) exten => 1625,n,Goto(digits/1) exten => i,1,NoOp(CallerID is
2005 Jul 14
1
PSTN to SIP gateway
I've been looking through the examples and docs, but haven't yet quite figured out how to do what I want. We've got a T1 coming in carrying a block of telephone numbers, terminating on an Asterisk box. Any call that comes in needs to get sent to a SIP proxy, with a particular extension format: *ANI*DNIS*@sipproxy.address The closest I can see to do this with the Dial() command is:
2003 Nov 26
3
AGI - CallerID ??
I have a client who needs an application for there field techs to call in when they arrive on site and when they leave. The logic behind it seems pretty simple. I am going to write something in AGI to capture some DTMF tones and update this data into MySQL to run some reports from. But here's my initial problem. I have started to create a simple AGI script to capture the CallerID, but 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
2010 Mar 15
1
CDR: Add Dialed Number Identifierfield (DNID) field into MySQL
Hi, I would like to see the DNID in my MySQL CDR logs. I have read one big thread in the Asterisk Developer List, but I could not figure out how to implement it ? Is there a simple step-by-step. Thx in advance. Vai
2005 Aug 22
1
Asterisk ISDN CallerID identification failure
Hello, We have 4 'Onramp-2' Telstra ISDN BRI services operating on Asterisk Server with Eicon 4BRI card. For most part the service is okay. However, we are are having problems with passing callerID to internal extensions. This is the set of command executed. exten => <pattern>,1,Answer ; Answer the line exten => <pattern>,2,NoOp(${DNIS}) ; debug statements exten =>
2006 Dec 15
1
What's up with DATETIME and TIMESTAMP in Asterisk 1.4beta3 ?
Hello, In Asterisk 1.4 beta 3, the UPGRADE.txt file says: Variables: * The builtin variables ${CALLERID}, ${CALLERIDNAME}, ${CALLERIDNUM}, ${CALLERANI}, ${DNID}, ${RDNIS}, ${DATETIME}, ${TIMESTAMP}, ${ACCOUNTCODE}, and ${LANGUAGE} have all been deprecated in favor of their related dialplan functions. You are encouraged to move towards the associated dialplan function, as these
2003 Sep 12
1
asterisk and defunct perl procs
Trying to figure out why I'm having all of my test (and demo) perl script in a defunct status. Each run creates a problem: ps output root 26253 1356 0 16:39 pts/1 00:00:00 asterisk -vvvc root 26270 26253 0 16:40 pts/1 00:00:00 [pj.pl <defunct>] root 26271 26253 0 16:40 pts/1 00:00:00 [pj.pl <defunct>] root 26273 26253 0 16:40 pts/1 00:00:00 [pj.pl