Hello everybody,
I’m a total Asterisk newbie and I am trying to set up a personal (!) answering machine just on my home computer. Yes, I know Asterisk is probably overkill, but I couldn’t find any other solution that’s (hopefully) even half as nice
This is on a private ISDN line (BRI I suppose) with no other dedicated hardware and no VoIP at all.
It’s been a rocky road (as you can read here if you’re curious), but I’ve made amazing progress (amazing to me anyway g) - all by myself up to this point (proud), but now I’m stuck…
In short, I’ve managed to compile and install
- my CAPI driver (hardest part… sigh)
- Asterisk 1.4.4
- libpri
- chan_capi HEAD (1.0.1 does not compile with Asterisk 1.4.4)
Many things look promising:
Asterisk Ready.
*CLI>
g
CLI> capi info
Common ISDN API Driver ($Revision: 517 $) www.chan-capi.org
Contr1: 2 B channels total, 2 B channels free.
When I call myself, the call is detected:
I tried adding something to my dial plan by adding the following to my extensions.conf (should I just delete everything else from extensions.conf?? I get lots of warnings but no errors for “dialplan reload”)
[capi-in]
include => demo
exten => 74388xxx,1,Wait,5
exten => 74388xxx,n,Answer()
exten => 74388xxx,n,Playback(vm-youhave)
exten => 74388xxx,n,VoiceMail(777@mb_tutorial)
exten => 74388xxx,n,Hangup()
Now Asterisk picks up the call, but I get no sound at all
(yes, the mailbox is (hopefully) configured, but even the Playback does not work.)
The “include => demo” is probably wrong, but removing it doesn’t make any difference.
Where can I look for the problem? I really don’t know! I suspect it’s some problem with the sound files or codecs, but the sound files are there (/var/lib/asterisk/sound) and I get the following during startup “format_gsm.so => (Raw GSM data)” which looks to me like the successful loading of the gsm-codec. I hope it’s not a driver problem… Where do I find a log file to look at?
All of this on a shiny new Ubuntu 7.04 with kernel 2.6.20-16 and an “AVM Fritz! Card USB”
Any help highly appreciated!