similar to: Q: PRI leading 0 (area access code) or 00 (country access code) missing on incoming callerid

Displaying 20 results from an estimated 700 matches similar to: "Q: PRI leading 0 (area access code) or 00 (country access code) missing on incoming callerid"

2005 Jun 24
2
Set global variables without extension..
Is it at all possible to set a Global Variable freely whenever a context gets used without having to enter an extension priority to use SetGlobalVar? This is really limiting the dialplan for me. Heres an example of what I would like to be able to do. [globals] AREACODE= [local] exten=_NXXXXXX,1,Dial(SIP/${AREACODE}${EXTEN}/blah) [anyoldcontext1] AREACODE=313 include=local [anyoldcontext2]
2004 Dec 10
2
include and hint in extensions.conf with new realtime feature - how?
hi, i'm a bit puzzled because i do not get include and hint to work with the new realtime enginge (cvs-head from 2004-12-09). other things (sipfriends and "normal" extensions) work perfect with the realtime engine. the entries in the static extensions.conf file i used before where: exten => 183,hint,SIP/snom220 exten => 183,1,Macro(stdexten,443,SIP/snom220,183) exten =>
2007 Aug 20
1
LDA decission boundaries
Hello, I would like to plot the results of a LDA analysis plotting the discriminant scores with the decission boundaries on it with rggobi. I have GGobi already installed on my computer. I have three classes, so the plot would be LD1xLD2 plus the decission boundaries. Here there is the code I use make the plot: library(MASS) data <- zgcppr273K.pca$x[,1:7] Tumor <-
2003 Oct 27
4
Groups in *
Hi list! I have a little question about groups and Asterisk ... is there anyone out there that can say if Asterisk can do any of this; We have a customer that want call handling we cant give him with a traditional PBX, and I'm running Asterisk @home so I thought I could give it a try ... The customer wants that incoming call should go to one group with some phones in it, if the group is
2015 Apr 27
5
adding area code
Hello, I would like to add area code if clients dial 7 digits, it that possible? currently clients dial prefix 9 plus local number, however my SIP provider is requiring to dial 10 digits. is it possible to add area code? Thanks, Motty
2015 Apr 27
1
adding area code
Thanks for your reply, [globals] AREACODE=381 [outbound] exten => _NXXXXXX,1,Dial(SIP/SIP-Provider/1${AREACODE}${EXTEN},80) did not work for me, any ideas? Thanks, On 04/27/2015 01:59 PM, Phil Reynolds wrote: > > > On 27 April 2015 21:32:42 BST, Motty Cruz <motty.cruz at gmail.com> wrote: > >Hello, > > > >I would like to add area code if clients dial 7
2008 Feb 21
3
Pattern matching....
Will this work to match any number from the 770,404, or 678 area codes? _[404|770|678]NXXXXXX If this won't work, is there a pattern that will do this? Yours, Michael Munger, dCAP 404-438-2128 michael at highpoweredhelp.com <mailto:michael at highpoweredhelp.com> Attachment encrypted? click here <http://www.highpoweredhelp.com/tutorials/wincrypt/> .
2007 Jan 19
1
how can PRI, BRI and analog cards achieve a synchronous clock / timing
hello list, i have a problem regarding the synchronisity (clock source) when using multiple cards. e.g. when having connected one PRI port of our TE410P to the telco, i need to have the analog card like the TDM400P or a B410P synchronous to the clock of our telco provider. otherwise faxing on the analog cards does not work or i get cracking noise or even hangups on my BRI lines, due to bit slips.
2005 Jun 16
9
chan_capi-cm-0.5 release announcement
Hi all, I would like to announce the first release of the chan_capi channel driver on sourceforge.net The package is available for download with name chan_capi-cm-0.5 and is the current CVS HEAD. It is derived from the chan_capi-0.4.0PRE1 of kapejod. The main changes are: - complete rework - fix race-conditions - fix call state handling - rework of debug/verbose messages - added capiFax
2005 Feb 08
3
Q: ISDN / E1-PRI - fax problems - Receiving and setting of Service Indicator (SIN) / Bearer Capability (BC) / High Level Compatibility (HLC) / Low Level Compatibility (LLC)
hi, i have the problem that i'm not able to set and receive the Service Indication (SIN) from our E1-PRI and from our ericsson BP250. The problem is, that the Bearer Capability (BC) together with the High Level Compatibility (HLC) and Low Level Compatibility (LLC) forms the Service Indicator (SIN). The SIN is used to determine if the call is voice, fax or data. It's essential to set
2004 Jun 07
6
chan_capi and DDI (Anlagenanschluss)
Hi all ! We have 3 NTBAs which are all going to our existing PBX. Our areacode is 06003 and our DDI enabled number 9141. I want to exchange that PBX with Asterisk, but still struggle to get it working. My CAPI.CONF is currently like this: [general] nationalprefix=0 internationalprefix=00 rxgain=0.800000 txgain=0.800000 [interfaces] context=in-capi msn=60039141 incomingmsn=* controller=1
2006 Dec 21
2
Insert 1+areacode for VOIP calls
Greetings, Currently my asterisk box is using Voicepulse. It works fine with the exception that people need to enter the 1+area code for local calls. I'd like to get around this if possible. The following is what I have in my extensions.conf.. exten => _1NXXNXXXXXX,1,Set(CALLERID(num)=6162997590) exten => _1NXXNXXXXXX,n,Dial(IAX2/${VOICEPULSE_GATEWAY_OUT_A}/${EXTEN}) exten
2004 Apr 23
4
call initiation
Users withing the office can dial a 3 digit extension and that will ring a phone. The problem I'm running into is you have to press xxx then press 'send or 'dial'. The pbx doesn't recognize a 3 digit number as an internal extension and automatically dial it the user has to initiate that call. Asterisk automatically initiates calls w/ 9+7 digits and LD calls,
2016 Mar 25
2
Re: www.centos.org/forums/
On Fri, 25 Mar 2016 16:50, Eero Volotinen wrote: > > Stop paranoia? Tlsv1.0 is not recommended when storing credit card data. > > Eero > Hi List, > > Does anyone know why the above URL is still using TLS V1.0. > > I can't connect to it unless I enable TLS V1.0 which I was under the > impression that it should not be used > anymore. > > Thanks for any
2004 Sep 11
2
Leading '0's and what do 'pri_dialplan', 'pridialplan' and 'prilocaldialplan' in zapata.conf do?
Hi all, I've been batting my head against a brick wall for the best part of the day and still haven't got any further (apart from getting a big headache, that is). I've searched the Wiki and Googled the hours away, but I still can't find supportive documentation. I've just replaced my ISDN Fritz!/chan_capi setup with a HFC/Zap configuration and had the following problems: 1
2006 Dec 20
1
Dial 9 to get out?
Hi all, Can someone point me in the right direction here. What I'd like to do with Asterisk is a) dial a 3 digit extention (i.e. 100) on my polycom phones and after the 3rd digit is entered, it dials that extension and b) dial 9 to get out like older PBX systems. Since my internal extensions start with a 1 I think what happens is I enter extension 100 for example, and the phone sits
2010 Oct 27
1
reading multiple XML files into an R table
Good morning fellow R users! I need to read multiple .XML files now gathered in one folder and collect them in a table in R. The files have only numeric names and are named nearly continuously (e.g 1.xml, 2.xml, 3.xml ..... up to about 40000.xml) but with a few missing numbers/files. So the code must be able to handle missing files. Can someone suggest a FOR-loop in R that could be able to read
2005 Feb 01
2
AGI Script for CID Rewrite and CID Name lookup
I recently changed to all IAX providers for my DIDs, and none of them offer incoming caller-names. Back in the days when I did have incoming caller names, I found the names provided by the various phone-companies fairly useless -- "WIRELESS CALLER", "YOURCITYHERE" etc. Last Friday I finally set off to roll my own, in order to meet the following requirements: - uniformely
2005 Aug 12
2
TE405P / TE410P with 2nd generation firmware field upgradable?
hi, after stumbling over the compile time flag in zaptel and after reading the new features of the 2nd generation firmware of the TE405P/TE410P, i was wondering if the cards are capable of upgrading the firmware in field? regards frank
2015 Feb 07
2
TLS config check
Am 07.02.2015 um 10:10 schrieb SW: > I've just done a test with K9 mail on Android 4.4.2 and this is what I > see in the log: > > ECDHE-ECDSA-AES128-SHA (128/128 bits) > > But when using Thunderbird I see: > > ECDHE-ECDSA-AES128-GCM-SHA256 (128/128 bits) > > I'm happy that Thunderbird is using a secure cipher but is Android? Is > ECDHE-ECDSA-AES128-SHA