similar to: E100P installation sheet

Displaying 20 results from an estimated 500 matches similar to: "E100P installation sheet"

2003 Jul 29
3
stupid questions ..
just three "stupid" questions I need to ask .. 1. what's the sequence to press on a SIP phone to transfer a call to another extension. 2. what's the same thing if you want to hold an incoming call, speak to the other extension, then pass the call? 3. what's the extensions.conf syntax to dial two SIP extensions at once? many thanks Dave
2003 Jun 12
1
E1, E100P
hi guys, I have a little problem maybe you can help ... I have an asterisk setup, with an E100P, and an ISDN-PRI 30 channel line from the telco going into it .. the E1 line is OK, because plugged into a Lucent Portmaster 4 it works OK .. plugged into the asterisk box I just get an engaged tone, and asterisk posts this message on screen : WARNING[1167272000]: File chan_zap.c, Line 5275
2003 Jul 08
2
oh323 problem (small one)
I have just compiled & installed the latest oh323, on a fresh asterisk installation however using a previously working oh323.conf file. When I try to dial an outbound oh323 call I get the following error : -- Going to extension s|1 because of immediate=yes -- Executing Wait("Zap/1-1", "1") in new stack -- Accepting call from '21382890' to 's'
2003 Oct 16
7
I give up!!
i've just lost $2000 dollars or so on my first commercial asterisk installation .. i'm running a PIV class server, three Digium Wildcard FXO cards, and 10 Grandstream Budgettone SIP phones. The system was to be a PBX for a small company. After over 2 months of pissing about, the client has had his fill of asterisk problems, and asked me to take my equipment out of the building. Obviously,
2003 Jul 22
2
interfacing asterisk with a legacy PBX
hi .. i require to interface asterisk to a 60 line analog PBX in a hotel. I was thinking of giving Asterisk a couple of PBX lines interfaced through cards, and then place outgoing calls through SIP/H323 and a DSL connection. analog extension lines <--> analog pbx <-->asterisk <--> SIP --> termination I do not need incoming calls to the lines. My question is this : if I
2003 Jun 06
3
SIP codecs
i've been having a problem getting two SIP phones to bridge running through asterisk, actually one is a SIP softphone, SJ Phone, and the other is the Go2Call calling gateway. Someone suggested that I don't have the right codecs. How do I find out which codecs are installed, and how can I install further codecs? Any suggestions which would be the right one? I think hte problem is from the
2003 Jul 08
1
chanh323 dialling
what is the format for an h323 entry in the dialplan? can I use chan_h323 without compiling anything else or should I compile oh323? basically what's the best way :) cheers Dave
2003 Jul 31
4
SIP calls cause Segmentation Fault
I have an asterisk installation at a client, it's quite simple. Basically it's an asterisk downloaded from CVS about a week ago, with 3 Zaptel FXO cards (the digium ones) and 10 Grandstream Budgettone SIP phones ... Every now and then, especially when a call is ringing and not picked up immediately, Asterisk quits with a segmentation fault error. IT seems quite inexplicable, my dialplan
2006 May 16
6
Netherlands zaptel.conf
Hello, I have configured my TDM01B Card (1 FXO Port ) as follows (below) but it will not pick up an incoming call. Any suggestions/tools to see what the problem is? I have looked at zttool where this line changes but I don't understand what it means (The last digit changed from 0 to 1) Total/Conf/Act: 4/ 1/ 1 /etc/zaptel.conf fxsks=4 loadzone=nl defaultzone=nl
2003 Aug 04
4
SIP + Grandstream 100 + TDM100P = lots of local echo, & questions about call transfers
hi .. I have an asterisk system with three TDM100P (single port FXO) cards and 10 Grandstream 100 phones connected to it .. 1st question: when i phone out or receive a call from one of the SIP phones onto the PSTN, there is a LOT of local echo in the handset .. the PSTN end of the call does not here this echo, but it's VERY annoying on the SIP end of things .. the echo seems to be about 0.3
2007 Jan 24
1
Probabilities calibration error & ROCR
Hello, I'd need to compute the calibration error of posterior class probabilities p(y|x) estimated by using rpart as classification tree. Namely, I train rpart on a dataset D and then use predict(... type="prob") to estimate p(y|x). I've found the possibility to do that in the ROCR package, but I cannot find a link to a paper/book which explains the details of the
2003 May 13
1
beginner's question!
hi there, I have just downloaded and installed asterisk a couple of days ago, it compiled correctly and starts up and runs, on a Redhat 9 system freshly installed for testing. I don't have any extra hardware installed so far, was attempting to just try out connectivity. I am having some probs with the configuration, maybe someone out there can give me some tips : firstly on modifying the
2003 May 27
1
please help (reposted) - re. * connecting to a commercial call service
hi, maybe someone out there already has some experience and can help me. I have just ordered an E100P card from Digium, I already have a basic asterisk setup up & running. My application is the following : I want to accept incoming calls from the PSTN to Asterisk, and without asking anything of the client just pass them immediately to a call gateway in USA, actually we are planning to use
2003 Sep 04
4
update re. Grandstream + SIP + Echo problems ..
well .. good news :) i've just put in txgain=1.0 rxgain=1.0 in my zapata.conf and upgraded the Grandstream Budgettones i'm using to version 81 of the software and all seems fine .. there is still an echo but after the first couple of seconds of call it vanishes, as the echocancelling kicks in .. so far my client is happy :) now .. i have one slight problem left .. although most of my
2009 May 15
3
need help
Dear all please ,I need to write a function in R to estimate the parameters of negative binomial distribution and then calculate the loglikelihood amount for given data.Is there any one to help me. thank you very much for any help Best regards [[alternative HTML version deleted]]
2003 May 26
1
Quetsion about DISA...
Hi all, i use the DISA app for giving the user a trunk after a authentication through PGSQL as follows .... auth via PGSQL exten => s,1,DISA,no-password|test I think the user is now in context "test" and he could dial any number if the extension-conf in "test" is for example exten s,1,Dial,OH323/<myip> But if the user dial one digit the call build up
2003 May 29
1
a beginner's SIP question ..
I am trying to get asterisk to dial this address : sip:723@216.52.153.207 Using a softphone on my PC (217.168.168.49) it dials immediately and I get a voice prompt .. I have configured an extension, 1303 on asterisk, modifying the demo configuration : exten => 1303,1,Dial(SIP/723@216.52.153.207) When from my softphone I dial sip:1303@217.168.168.51 on the console I get : -- Executing
2003 Jun 06
1
more about SIP ...
I added the line "allow G723.1" in my sip.conf general config, and from a bridge connection which gives silence, I have progressed to the error message below, and the call gets rejected. help!! Dave ps. 217.168.168.49 : soft sipphone, i'm trying SJphone & Pingel Instant Expressa 723@216.52.153.207 : Go2Call SIP gateway -- Executing
2003 Jun 09
1
OH323 crashing
hi, does anyone have a problem with OH323 crashing with a segmentation fault whenever anything tries to connect to it ??? are the current CVS versions OK? Would like to speak to someone with a bit of OH323 experience, so if u're in a good mood to help, please do :) cheers Dave
2003 Jun 12
1
out of curiosity ..
not really asterisk related this, but is it normal for a mail to take so long to be resent through the mailing list server? i'm speaking about 20 minute + delays here .. (or it it only me ?) cheers Dave