similar to: outcall notification

Displaying 20 results from an estimated 1100 matches similar to: "outcall notification"

2003 May 27
8
[OF] Cable Pinouts
Hi, Digium's E400P has RJ45 conector and my E1 link has BNC concetor. Could someone tell me the cable pinouts to make this conection? thanks Eduardo
2004 Dec 21
2
TE405P E1 coax cables with balun
Hi, I am new with asterisk. I am setting a Wildcard TE405P. E1s in Italy come in on a pair of RG-59 coax cables with BNC connectors. So I need an adapter/balun http://www.allcomtlc.com/al_g703n3.htm . I have It but I am not sure that It works. I have configured my asterisk in this way: zaptel.conf span=1,1,0,ccs,hdb3,crc4 dchan=16 bchan=1-15,17-31 loadzone=it defaultzone=it zapata.conf
2005 Aug 30
1
TE110p and E1
Hi All, I have configure my Asterisk as follow (using Asterisk@home): [zaptel.conf] span=1,1,0,ccs,hdb3,yellow bchan=1-15,17-31 dchan=16 loadzone = uk defaultzone=uk [zapata.conf] [channels] switchtype=euroisdn pridialplan=local prilocaldialplan=local internationalprefix=00 nationalprefix=0 usecallingpres=yes busydetect=no ; not need on pri callprogress=no ; was yes but wiki says experimatley
2007 Dec 15
1
modify a data.frame within a function
Hello all, I'm trying to modify a single column of a data frame to remove randomly half of the values. I want to do it within a function, but can not assign the modified column back into the data frame. It was easy and successful without a function, so I suspect the problem is the call of the single column within the function. removedata<-function(datafull,var.removed) { attach(datafull)
1999 Oct 28
3
3com 3c509
I have used 3Com 3c509 nic width bnc coax. I have experienced that these cards used width FreeBSD and Samba is unusable due to speed. I tried to change the 3com card with a NE2000 compatible card, and there was a major change in speed. Has anyone else experienced such problem. Asgeir Stangeland
2004 May 31
2
Crc4 issues
Hi All, This is our 2nd E1 client that we try to use crc4 either with the e100p or with the e405p without luck. After some trials, we ask the telco to switch off crc4 on their side and everything works flawlessly. Is there anything in the crc4 calculation that may be broken? We took a look at wct1xxx.c and wct4xx.c but there doesn't seem to be much there to be fixed (apparently the crc4
2003 Sep 02
1
Connecting to an Ericsson AXT121 with a Digium Wildcat E100 card
Dear Telcotype Braniacs, I have tried doing a google search to find out what this switch looks like, what the physical interface is, but havn't been successful. I am quite new to the ISDN world so I'm not sure what to expect when I see this switch. Does anyone have any experience connecting to this switch? The following is basically all I have been given for info: 1) Ericsson, AXT121,
2007 Apr 11
1
outCALL- the open source Asterisk integration applicaiton for Microsoft Outlook
Bicom Systems releases outCALL, an Asterisk open source Outlook integration LONDON, UK (11th April 2007) - Bicom Systems announced today it has released outCALL, an open source desktop application allowing integration Microsoft Outlook. OutCALL allows users an easy way for placing and receiving phone calls integrated with users Outlook contacts. "The open source PBX market needed
2007 Aug 04
0
Outcall 1.40 released
Hi OutCALL 1.40 is released. It is available in two flavours: - Without extension authentication - With extension authentication Changelog: OutCALL 1.40 (2007-06-29): - Multi-language support (French-Canada is included in the setup, while the English PO file is distributed with OutCALL setup which can be translated and added into OutCALL in run-time) Please use http://www.poedit.net/ for
2010 Dec 28
1
OutCall for Outlook only shows Name from CLID and not Number - hence not pulling contact
Hi Everyone, I am using OutCall 1.6 (latest) with Asterisk 1.6 and Windows Vista. I can originate calls see the program login nicely but when a call comes in it only shows the Name portion of the CLID and not the number hence it pulls up a new contact on Outlook. The new contact only show name and last name and no CLID Number again. So, this repeats every-time I call even if I manually enter a
2004 Oct 27
1
Error running smbmount in Slackware 10
Hello, I have a problem running Samba in Slackware 10. I installed the binary package and when I run smbmount it reports this error: smbmount: relocation error: /usr/lib/samba/charset/CP850.so: undefined symbol: smb_register_charset I got a Mandrake 10 box, has the samba suite and works ok. Don't know if some dependency is missing for Slackware. Thanks. Juan
2006 Nov 16
1
Trunk outcall line ?
Hi actually, for out call, i use : exten => _0XXXX.,1,Dial(SIP/out-l1/${EXTEN:1},50,rt) exten => _0XXXX.,2,Dial(SIP/out-l2/${EXTEN:1},50,rt) exten => _0XXXX.,3,Dial(SIP/out-l3/${EXTEN:1},50,rt) exten => _0XXXX.,4,Hangup can you say me with this config, if the first user call and use out-l1 the second user use automatiquely out-l2 (and out-l3 when l1 and l2 are used) ? if i want
2010 Nov 05
0
Using Dial() but no CDR is generated for this outcall
Hi, as far as I know my problem is not a bug but wanted behaviour. Let's assume the following dialplan: exten => 123,1,Answer exten => 123,n,Dial(DAHDI/g0/00492112233,20,g) [...] exten => 123,n,Hangup I do an dial-in with my SIP-Client (or phone). The Dial-Application starts the outdial and I get connected with my partner. After hangup, only 1 CDR is generated. But I(!) need 2
2009 Oct 20
1
OutCALL
Hi everyone, Does anyone have the documentation for OutCall? http://code.google.com/p/outcall/ The link isn't working. Thanks Dan ________________________________ IT Maintenance Contract Clients can now access our Instant Chat Service to receive immediate remote IT support. Click the chat link below for support. For more information on receiving IT support from ?150
2005 Feb 11
3
Newbie: ISDN E1 the same in all countries?
Hi. I'm looking at ordering a 30-channel ISDN connection from telia (a swedish operator) and then using a Wildcard TE110P card with that and asterisk to do IVR. Can I be certain that the TE110P card will work with that ISDN connection? A 30 channel ISDN certainly sounds like an E1 connection, but I couldn't get any clear answers from the operator if it is. Has anyone used the TE110P
2005 Jul 10
1
VM Outcall: Rube Goldberg Edition
Resent to the list since I didn't think you would mind. Kevin wrote: > Eric, > > I have been using your vm outcall script for some time and it has worked > well. Thanks for your efforts. > > I am trying to re-install and I can't seem to get a call file generated. > I have set up postfix and in the log it appears that it pipes the > message to the vmoutcall
2004 Mar 31
2
Asterisk as office PBX
Hello, I would like to make sure I am not going to shoot myself in the head, so I would appreciate if you could tell me if what I am willing to do is realistic (and will work) or not. I am willing to replace our office "London" phone system when a new E1 (G703) is installed later this month and I have the choice between using asterisk or a more classical hardware PBX. The planned
2004 Jul 26
3
TE405P and E1
Hello Im from Denmark and i've just got my Digium TE405P. But i have some problems when i connect it to my E1 connection (ISDN30). My telco delivered a alcatel box witch have a G.703 120ohm (DB9 with a serial to rj45) and a 75ohm coax connection. I've tried to connect using the 120ohm with rj45 and a ordinary utp cable. But it dosent seem to work. I've tried several zaptel.conf
2004 Dec 19
1
Connecting Siemens HiCom PBX with Asterisk through E1
Hi I've bought the Wildcard TE110 some days ago but I'm unable to get it to work with Siemens HiCom 300. I've tried this so far: 1. I've used standard cat5 cable cut off on one edge and twisted wires 1 to 4 and 2 to 3 which is according to cisco a short circuit for E1 lines. Wildcard takes a few seconds and sets the link to green (OK). 2. I've tried to connect our running
2007 Dec 03
2
Red Alarm TE420 with E1s - R2
Dear members of the list, I have difficulties to obtain sync with a Digium TE420 PCI Express For four entries E1, In my case I am with only 3 E1s available to configure. The telephony operator is BrasilTelecom and Signaling is R2 Digital. The information I have is that are E1s with 32 channels, not have sure. My settings Have been based on the link reference: