Easybox-904-XDSL
Easybox-904-XDSL copied to clipboard
Enabling FXS port based analog telephony with chan_lantiq and asterisk13
Hey,
I want to use the FXS plug of the Easybox as outlined here.
However, recommended installation via opkg fails with:
opkg_install_cmd: Cannot install package asterisk15.
so I guess I will have to build my own image. Do you have any experience regarding FXS telephonie and the EasyBox? Especially, since on the OpenWRT page it states that the analog telephone line should work and it's referenced in #6.
I installed the latest snapshot (SNAPSHOT, r8430-b904437c2d) via the fullimage.img method.
Best,
Is the newest snapshot maybe compiled without asterisk?
I guess I will try another day, and start here for configuration
Just a quick update: I managed to install asterisk and register my VOIP-provider. However, I cannot seem to properly setup a working dialplan/provider-context:
- For incoming calls, i get an authentication failure (
chan_sip.c:25611 handle_request_invite: Failed to authenticate device). I suspect the fault here may lie in mysip.conf - For outgoing calls, I get an
app_stack.c:594 gosub_exec: Attempt to reach a non-existent destination for Gosub: (Context:tel1_out, Extension:out_sipgate, Priority:2). When upping verbosity/debug level, I see that the phone iscircuit-busy
For the configuration, I used this post at IP-phone for reference regarding SIP configuration, and the chan_lantiq post on OpenWRT for the dialplan.
@majuss would you mind posting your configuration?
@ORippler sorry I'am not using the fixed line.
Hmm okay. Based on the OpenWRT Project page I just assumed it to be working...
Did anyone manage to successfully use the analog phone line yet?
The newest Snapshot should not boot at all. Did it booted for you!?
Use some older snapshot without _smp compiled in. This should work correctly with SIP but you wont get more than ~66 Mbit via DSL.
Yeah I use the snapshot from 02/11 and installed all asterisk-related packages marked as compiled in the config via opkg from a pen-drive (funnily images i compile under fa8e9a88891841f6b4a35296315db68526cde2f1 with the same config provided with the snapshot don't boot or alternatively reboot every ~1min). Once #13 is fixed i expect snapshots to boot again.
I am currently struggling with parametrizing SIP, and was looking for help in that regard :) Based on the fact that I can communicate with asterisk over the analog phone (e.g. Dialing a number resulsts in asterisk throwing exceptions) I guess that chan_lantiq works and I just didn'T get parameters correctly yet