(solved) Re: [Asterisk-Users] ISDN-forwarding to intern without cost?

2005-09-22 Thread Oliver Rath

Joerg Lauer schrieb:


Hi,

I think I had the same problem and I think the error was that the dial 
statement had to be:


exten = s,1,Dial(Zap/1/,60,tT)

I may remeber wrong, though.

Btw: It may be a better idea to use Zap/g2/,60,tT), this way both 
B-Channels of the HFC card may be used.


Thanks! The problem was the ISDN-Phone, which explicitely wanted to get 
his msn. So the right entry was:



exten = 12345678,1,Dial(Zap/g2/12345678,60,tT)

TfH

Oliver


___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] ISDN-forwarding to intern without cost?

2005-09-21 Thread Oliver Rath

Hello *,

I have a little problem here with no idea for solving any more:

I have two cards (AVM-B1 with capi_cm, works fine for callback with 
asterisk and HFC in NT-Mode with zaptel driver, works fine for dialing 
out).


Now i want to forward incoming calls from avm-capi to hfc-zap, but there 
must be same mistake in my config I cannot find. If I make an inbound 
call (e.g. from mobile), a free-tone comes, but the phone doesnt ring.


My hardware:
-
extern-NTBA - AVM-CAPI - Asterisk - HFC-ZAP(NT) - Phone(ISDN)

capi.conf:
-
[general]
nationalprefix=0
internationalprefix=00
rxgain=0.8
txgain=0.8

[interfaces]

; mode: ptmp (point-to-multipoint) or ptp (point-to-point)
isdnmode=ptmp
; allow incoming calls to this list of MSNs, * == any
context=capi-in
incomingmsn=*
; capi controller number
controller=1
; dialout group
group=1
; enable/disable software dtmf detection, recommended for AVM cards
softdtmf=1
; accountcode to use in CDRs
accountcode=
-
zapata.conf:
-
[channels]

language=de
switchtype = euroisdn
signalling = bri_net_ptmp
pridialplan = dynamic
prilocaldialplan = local
nationalprefix = 0
internationalprefix = 00

echocancel=yes
echotraining = 100
echocancelwhenbridged=yes

immediate=no
overlapdial=yes
group=2
context=hfc-intern
channel = 1-2
-
extensions.conf
-
[general]
static=yes
writeprotect=no

[globals]
IAXINFO=guest

; sprungpunkt definiert in capi.conf
[capi-in]
exten = s,1,Dial(Zap/1,60,tT)
exten = s,2,Hangup
.
.
.
[hfc-intern]

exten = _42.,1,Dial(CAPI/contr1/${EXTEN:2}/123456,60,tT)
exten = _42.,2,Hangup
--


Any ideas?

TfH

Oliver


___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Linux Distribution for Asterisk server use

2005-07-03 Thread Oliver Rath

Hi TWV,

My question is about which Linux distribution to choose for Asterisk. 
(/me holds breath) OK, hopefully you’re still reading, because 
whatever you were thinking now, you’re thinking wrong! ;)


Still, my question was not answered! Mainly because the same answer 
always came back: “Use the one you are most comfortable with”. Well, I 
already knew that (linux is linux), but it doesn’t apply to my 
situation at all!


[..]

Having explained all this, it should sound logical that I chose the 
AsteriskWin32 version for learning Asterisk. Of course, I realize that 
we can’t put any production system on AsteriskWin32… So before we can 
go live with Asterisk servers and services, this last issue remains to 
be resolved: what Linux distribution should I choose (and learn)?


As I explained, I see Linux merely as a “necessary evil” (because of 
my lack of knowledge) for running Asterisk. So I’m asking about the 
best linux distribution only to put up asterisk servers. I’m NOT 
asking for the easiest one or so (I always enjoy challenges and 
learning new things), I’m asking for the best choice to build a 
carrier grade telecom system, having to support thousands of users 
each and every day. So it must be reliable and easy to maintain and 
upgrade. We are going to use Asterisk in our own datacenters 
(supporting nation-wide services), as well as in servers that we sell 
to corporations and callcenters for use as an advanced PBX/CTI system).


So it should be clear that I’m not talking about a hobby or home 
deployment here. Our central asterisk systems for example will have to 
manage DS3 or (lots of) E1 trunks…


We use a special adaprion of Gentoo-Linux with Asterisk compiled against 
mlibc. I think, for professional use it is the best way to make your own 
distribution. However, there are asterisk-specialized Linuxdistris in 
the net at all. If you need a distri for beginning, but not for gamers, 
i would recommend debian.


Hth,

Oliver

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Epia C3 Linux

2005-07-01 Thread Oliver Rath
Wiley Siler wrote:

 Anyone know a good distro for an Epia Mobo with the C3 chip?  

  

 I have been trying to get Debian and Gentoo installed (new to me) and
 so far having little luck. 

  

 Does anyone know a good install for this processor/mobo combo?

  

You have to compile without mmx and sse, best 586compatible, because
linux is recognizing C3 as PIII, what is definitly wrong.

Hth,

Oliver

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Epia C3 Linux

2005-07-01 Thread Oliver Rath
Wiley Siler wrote:

Oliver,

Thanks for the response!  Do you know where I can find an example of how
to do this?  I have never had to install a custom kernel before.
  

For Gentoo there is a superb dokumentation on
http://www.gentoo.org/doc/en/index.xml to do this.

Regards,

Oliver

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] OT: Good soft-phone on Linux

2005-06-29 Thread Oliver Rath

Seth Remington wrote:


On Wed, 2005-06-29 at 10:40 +0200, Filippo Carone wrote:
 


* Hamish Whittal ([EMAIL PROTECTED]) ha scritto:
   


Hi Folks,

I am wanting advise on a good soft-phone on Linux. I have looked at
Gnophone but cannot seem to get it to compile under debian sarge. I am
now looing at sipXphone seem to be picking up that it is not that
stable, but perhaps someone here can advise on what softphone I can use
on Linux.
 


it may be more of what you need but using asterisk with the OSS/Alsa
module turns it in a very efficient client (it can run also without X
installed ;)
   



 



X-Lite for Linux has been working fairly well for me.

http://www.xten.com/index.php?menu=productssmenu=download

-Seth

 


For me, kiax (for KDE, with native iax-Support) runs fine.

Hth

Oliver

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Power Consumption of a Digium Wildcard TE410P

2005-04-12 Thread Oliver Rath
Hi *,
Does anyody know, what power consumption this card have? The technical 
descripten is really quiet at this point ..

Tfh,
Oliver

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Rejecting ISDN-call without Answering

2005-03-23 Thread Oliver Rath
Hi,
Im testing asterisk for callback functionality and want to reject a call 
after a few seconds for freeing the line for callback. But if I use a 
congestion, there is a connection for a (billing) short time. Is there 
an ability to reject a call (like the red button on a mobile phone) 
without getting connected ?

TfH,
Oliver
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] * acting as IP-Phone?

2005-01-28 Thread Oliver Rath
Hi,
is it possible, that my * identifies himself as ip-phone? I.e. Im using 
a grandstrem 100 phone and if I use * as proxy, the authentification 
string should be changed.

Im not sure where looking for this.
Hfh,
Oliver
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users