Displaying 20 results from an estimated 6000 matches similar to: "E400P woes"
2003 Oct 14
1
outbound caller ID problem on PRI
I can't seem to hide and/or set my caller ID from *.
I'm using a quite recent (three weeks or so) CVS with an E400P card.
I have pridialplan=unknown in zapata.conf and I'm based in the UK.
The relevant bit of pri debug looks like this (reformatted to fit 80
char width):
> Calling Number (len= 4) [ Ext: 0
> TON: Unknown Number Type (0)
>
2003 Sep 04
2
Help configuring E400P cards
Hi everybody.
We have a problem with the configuration of the card, the cards work and we receive incoming calls but asterisk don't receive dnid. We have 5 servers with 1 E400P with the same problem and the telco told us that we need to configure the card to request it, how we can do this?
Can you help me to solve the problem.
Best regards,
Carlos Fernández Puente
carlos.fernandez@alisys.net
2003 Sep 25
3
configuring TE410P for four E1 PRI lines
hi,
I'm trying to configure my newly acquired TE410P card to work as 4
E1 spans. This is
supposed to be a drop-in replacement to the earlier E100P card. However,
on loading the
zaptel module it gets configured as T1 spans basically doing a 'cat' on
/proc/zaptel/1 thru 4,
it shows 24 channels per span. After this ztcfg fails saying
'ZT_CHANCONFIG failed for channel 97'.
2003 Sep 09
1
Dynamic SIP outbound usernames?
Hi,
I have * set up as a PSTN->VoIP gateway (with an E1 with multiple
numbers pointing to it).
I'd really like to be able to dial out to a SIP server like so:
exten => _X.,1,Dial(SIP/${DNID}@hostname)
I.e. the remote SIP server receives a SIP INVITE with a "To:" header
containing the dialed number (e.g. 02085555555@computer.company.com).
This is equivalent to having a
2003 Aug 13
3
h extension seems to wipe variables?
Hi.
I'm trying to do some custom call logging, and I want to call an AGI
script from a hangup handler to log call durations and things. Although
the script executes, it isn't retrieving variables from the AGI
interface. Looking closer, I realised the variables are actually getting
unset before the h extension is reached.
[foo]
s,1,SetVar,foo=bar
s,2,Play(audio/a-long-prompt)
2003 Oct 13
2
e100p in norway?
hi
see below's conversation. it seems the e100p card doesn't work with BT.
Any idea how this'll work against Telenor (norway)?
roy
<RoyK> does anyone know if I can trust the E100P to do full PRI stuff in
.no?
<cypromis> dunno about no
<cypromis> I cannot use it in UK
<cypromis> cause the framer has problems with system-x switches at bt
2005 Jul 28
1
how to loop E400P card to test ?Any help will be appreciated.
asterisk-users
Any help will be appreciated.
This card did not connect with E1 line
how to loop E400P card to test ?
now I loop the card.
span 1 ---span2
RJ45 pins
1--4
2--5
but show :
When calling ,showing error:
app_dial.c:764 dial_exec: Unable to create channel of type 'Zap'
Asterisk Ready.
*CLI> -- Registered SIP '2002' at 192.168.139.59 port 3289 expires 120
2003 Nov 27
5
IAX2 Ethereal plugin v0.3 is out
Hi people.
The latest version of my Ethereal plugin for IAX2 is now available here:
- http://almaw.com/ethereal-iax2-plugin-0.3.zip
A screenshot showing what you're missing is here:
- http://almaw.com/ethereal.png
The new version adds the following features/bugfixes:
- Decomposes the CODEC fields for supported CODECs, complete with nice
English descriptions. This gives you a
2003 Nov 18
3
Ethereal plugin for IAX2
As mentioned on the devel list earlier today, I'm interested in writing
an IAX2 plugin for Ethereal to make debugging IAX protocol
implementation and simultaneous calls on normal networks easier.
Anyway, I started work on it this evening, so it's not complete yet, but
it's starting to look quite sensible:
- http://raq626.uk2net.com/~al/ethereal.png
A couple of people have
2003 Sep 08
2
live monitoring
Hello,
I've search through all of the lists and cannot find any descriptions of
live monitoring (monitoring a phone call going on between an extension and a
zaptel channel live from another extension while the monitoring phone is
muted). I am aware of the monitor function which is actually a call
recorder, but I'm looking for live monitoring from a muted extension. is
this easily
2003 Sep 11
1
how to make sip uri work
Lets say I have an * at my business, with 7960 SIP phones. All the sip
phones are registered using their extension number (like 305), but I would
also like to put my SIP URI on my business card and in a name format, not an
extension number (like lee.goodman), so that the SIP URI would read
lee.goodman@asterisk.company.com.
How would I set this up in extensions.conf?
I got
2003 May 21
1
ISDN and E400P
Hi,
Can someone send me a sample on how to get an E400P working with ISDN PRI signaling?
What conf. files must I edit?
thanks in advance
Eduardo
2003 Sep 16
3
Dialogic Hardware (Take 2)
Please rest assure that I have been following the * development for a
while and understand the value the Digium hardware gives me vs any other
vendor. Most of the people on this list probably know whats good for
everyone else, but I like to find out for myself (I am not a CNN junky).
Now the * site mentions Dialogic as supported hardware at:
http://www.asterisk.org/index.php?menu=hardware
It
2008 Mar 31
7
Cisco 7965 SIP Firmware
I have 7965 and am trying to convert the firmware to SIP (SIP45.8-3-4SR1S).
Does anyone have a valid XMLDefault.cnf.xml they could share?
I have tried the version at
voip-info<info.org/wiki/view/Asterisk+phone+cisco+79x1+xml+configuration+files+for+SIP&view_comment_id=14768#Troubleshooting>for
the 7941/7961 but unfortunately /var/log/messages shows
in.tftp stops sending after
2003 Nov 03
2
IAX2 Java library (was Re: New IAX software phone (for WIndows platform))
On 03/11/03 00:25, Mark Spencer wrote:
> As a side note, I strongly would like to see someone implement a
> client using libiax2 which implements IAX2 instead of the (now
> obsolescent) IAX version 1.
I'm implementing a Java-based IVR server (and yes, I know Asterisk does
IVR, and no, it's not flexible enough to do what I want and no, it
doesn't integrate well with the Java
2003 Sep 04
3
Call script after hangup
Beginner: How can a script be called after a calling user hangup?
What's wrong with this:
[incoming]
exten => s,1,Playback,welcome
exten => s,2,Record,msgfile:gsm
exten => h,1,Goto(callscript,1,1)
[callscript]
exten => 1,1,Wait,5
exten => 1,2,System("SomeScript")
Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2003 Jul 11
7
ISDN PRI E1 configuration with E100P
<P>hi Everyone,</P>
<P>We are configuring an ISDN PRI E1 with an E100P card, when you load the drivers, and starts the asterisk, cards also starts fine, givin following output,</P>
<P>*CLI> <BR> == D-Channel on span 1 up<BR> -- B-channel 1 successfully restarted on span 1<BR> --
2004 Aug 12
5
Question about TE405P
Hi all,
Does somebody know how I have to setup my TE405P ?
Is it correct my configuration below ? Otherwise, can somebody help me ?
Thanks,
Angel.
zaptel.conf
span=1,1,0,ccs,hdb3
span=2,0,1,ccs,hdb3
span=3,0,1,ccs,hdb3
span=4,0,1,ccs,hdb3
bchan=1-15
dchan=16
bchan=17-31
bchan=1-15
dchan=16
bchan=17-31
bchan=1-15
dchan=16
bchan=17-31
2003 Oct 13
1
PRI/E1: machine freeze/dies after a few calls
Hi all,
inside my * is a E400P. The machine is a PII 400Mhz with 256MB Ram. OS is
Debian woody. * is the newest cvs co.
I have written a little callgen script which make outgoing calls through my
*:
#! /bin/sh
set -e
n=$1 # Nummer
anz=$2 # Anzhal der Versuche
anz2=$3 # Kan?le
sle=$4 # Timeout bis zum n?chsten Versuch
if [ -z $4 ]; then
sle=0
fi
s=1
2003 Aug 13
1
How do i configure so an incoming call triggers an http request?
Hi all,
I'm about to start setting up my first asterisk/cti system in our test lab.
I've read through all the documentation I can find and relevant posts in the
list archives but can't seem to find anything explaining how to go about
initiating an http request upon an incoming call.
I basically want asterisk to request an uri on our intranet, which will pass
call details to our