[Problem] Asterisk mit AVM ISDN

psc-ndcom

Neuer User
Mitglied seit
22 Apr 2013
Beiträge
40
Punkte für Reaktionen
0
Punkte
0
Hallo, :)

und zwar wollte ich ein Telefonserver aufbauen, die sollen dann über unsere ISDN leitung telefonieren können.. da ich mich leider nicht so gut auskenne brauche ich eure Hilfe.

Hab als erstes ein frisches Debian 7 installiert, dann hab ich den diese Anleitung befolgt http://wiki.ubuntuusers.de/ISDN-Karten/AVM_FRITZ!Card_PCI Der Treiber läuft auch :) soweit so gut wenn ich jetzt capiinfo eingebe kommt das hier:
Code:
root@Asterisk-Debian:~# capiinfo
            capi20.c: 164              CapiDebug():[capi20_isinstalled]: standard loop - module: rcapi
            capi20.c: 164              CapiDebug():[capi20_isinstalled]: standard loop - module: fritzbox
            capi20.c: 164              CapiDebug():[capi20_isinstalled]: standard loop - module: standard
            capi20.c: 164              CapiDebug():[capi20_isinstalled]: capi_fd: 4
Number of Controllers : 1
Controller 1:
Manufacturer: AVM GmbH
CAPI Version: 2.0
Manufacturer Version: 3.11-07  (49.23)
Serial Number: 1000001
BChannels: 2
Global Options: 0x00000039
   internal controller supported
   DTMF supported
   Supplementary Services supported
   channel allocation supported (leased lines)
B1 protocols support: 0x4000011f
   64 kbit/s with HDLC framing
   64 kbit/s bit-transparent operation
   V.110 asynconous operation with start/stop byte framing
   V.110 synconous operation with HDLC framing
   T.30 modem for fax group 3
   Modem asyncronous operation with start/stop byte framing
B2 protocols support: 0x00000b1b
   ISO 7776 (X.75 SLP)
   Transparent
   LAPD with Q.921 for D channel X.25 (SAPI 16)
   T.30 for fax group 3
   ISO 7776 (X.75 SLP) with V.42bis compression
   V.120 asyncronous mode
   V.120 bit-transparent mode
B3 protocols support: 0x800000bf
   Transparent
   T.90NL, T.70NL, T.90
   ISO 8208 (X.25 DTE-DTE)
   X.25 DCE
   T.30 for fax group 3
   T.30 for fax group 3 with extensions
   Modem

  0100
  0200
  39000000
  1f010040
  1b0b0000
  bf000080
  00000000 00000000 00000000 00000000 00000000 00000000
  01000001 00020000 00000000 00000000 00000000

Supplementary services support: 0x000003ff
   Hold / Retrieve
   Terminal Portability
   ECT
   3PTY
   Call Forwarding
   Call Deflection
   MCID
   CCBS

root@Asterisk-Debian:~#

dann hab ich in meiner Asterisk extension eingestellt das man reintelefonieren kann, es geht leider nicht. Hier ein Auszug von meiner extension.conf

Code:
[general]
static=yes
writeprotect=no

; --------------------------------------------------------------------
; Es hat sich als gute Praxis erwiesen, die Inhalte der Datei
; extensions.conf modular aufzubauen. Diese Praxis wollen
; wir auch hier anwenden
;

[lokal]
; Erreichbarkeit der Nebenstellen 220-225
; untereinander herstellen

exten => _22x,1,Dial(SIP/${EXTEN})

; --------------------------------------------------------------------
;
; hier kommt der default-Context, in dem alle Geraete in der
; Grundkonfiguration erstmal laufen.
; Alle Geraete koennen sich gegenseitig anrufen

[default]
exten => 1001,1,Answer()
exten => 1001,2,Playback(hello-world)
exten => 1001,3,Hangup()

[capi-in]
exten = _747961,1,Dial(SIP/${EXTEN},30)
;exten = 12346,1,Dial(SIP/test.user1,30)
exten = t,1,Hangup

include => lokal

und von der sip.conf

Code:
[general]
context=default
bindport=5060
bindaddr=0.0.0.0

; -------------------------------------------------------------------------------------
;
; Anmeldedaten fuer VoIP Provider
;
; ------------------------------------------------------------------------------------
;
; Anmeldekontexte fuer SIP Endgeraete 220 - 225
;

[220]
callerid=EG Andy <220>
host=dynamic
domain=192.168.0.5
user=220
secret=gh46rz10
type=friend
mailbox=220
nat=yes
canreinvite=no

[221]
callerid=EG02 Azubi <221>
host=dynamic
domain=192.168.0.5
user=221
secret=gh46rz10
type=friend
mailbox=221
nat=yes
canreinvite=no

[222]
callerid=OG Tom  <222>
host=dynamic
domain=192.168.0.5
user=222
secret=gh46rz10
type=friend
mailbox=222
nat=yes
canreinvite=no

[223]
callerid=OG01 Azubi <223>
host=dynamic
domain=192.168.0.5
user=223
secret=gh46rz10
type=friend
mailbox=223
nat=yes
canreinvite=no

hab ich beim einrichten ein fehler gemacht? oder etwas ganz übersehen?
 
Zuletzt bearbeitet von einem Moderator:
hat keiner eine lösung?
die isdn karte ist schon im system kompeliert nur wir mach ich die extension.conf.. weil die syntax im tutorial stimmt nimmer, hab die 1.8.4 drauf
 
Da müsste auch noch eine capi.conf oder misdn.conf oder so ähnlich vorhanden sein, die man richtig einstellen muß.
Ich habe bisher nur HFC-Karten verwendet (chan_dahdi).
Der extension.conf ist es egal, von welchem Gerät der Anruf kommt. Es muss nur die Nummer passen. Beim Rauswählen muss man natürlich die richtige Schnittstelle angeben.
Schau mal, ob Du hiermit etwas anfangen kannst:
http://dokuwiki.nausch.org/doku.php/voip:asterisk18:dialplan2
http://www.voip-info.org/wiki/view/chan_misdn
http://doxygen.asterisk.org/1.4/Config_misdn.html
 
Zuletzt bearbeitet:
ich seh gerade das ich die Capi.conf habe und nicht die misdn :p und deine seiten sind leider nur für die misdn, oder kann ich das alles gleich übernehmen, weil bei mir in der capi.conf steht :

Code:
# card          file            proto   io      irq     mem     cardnr  options
#b1isa          b1.t4           DSS1    0x150   7       -       -       P2P
#b1pci          b1.t4           DSS1    -       -       -       -
#c4             c4.bin          DSS1    -       -       -       -
#c4             -               DSS1    -       -       -       -
#c4             -               DSS1    -       -       -       -       P2P
#c4             -               DSS1    -       -       -       -       P2P
#c2             c2.bin          DSS1    -       -       -       -
#c2             -               DSS1    -       -       -       -
#t1isa          t1.t4           DSS1    0x340   9       -       0
#t1pci          t1.t4           DSS1    -       -       -       -
fcpci           -               -       -       -       -       -
#fcpcmcia       -               -       -       -       -       -
#fcusb          -               -       -       -       -       -
#fxusb          -               -       -       -       -       -
#fcclassic      -               -       0x150   10      -       -
#fcdsl          fdslbase.bin    DSS1    -       -       -       -
#fcdsl2         fdsl2base.bin   DSS1    -       -       -       -
#fcdslsl        fdssbase.bin    DSS1    -       -       -       -
#fcdslslusb     fdlubase.frm    DSS1    -       -       -       -
#fcdslusba      fdlabase.frm    DSS1    -       -       -       -
#fcdslusb2      fds2base.frm    DSS1    -       -       -       -
#fcdslusb       fdsubase.frm    DSS1    -       -       -       -
~
 
Vielleicht ne blöde Frage, aber chan_capi ist schon fehlerfrei installiert und geladen?
 
zum thema isdn/asterisk/linux bin ich eigentlich ein blutiger Anfänger, wie kann ich sehen das die capi fehlerfrei geladen ist?
 
Wird denn die Capi bei >> module show << angezeigt?
 
Code:
app_milliwatt.so               Digital Milliwatt (mu-law) Test Applicat 0                                                                                                                                                                    
cdr_manager.so                 Asterisk Manager Interface CDR Backend   0                                                                                                                                                                    
app_setcallerid.so             Set CallerID Presentation Application    0                                                                                                                                                                    
func_timeout.so                Channel timeout dialplan functions       0                                                                                                                                                                    
app_nbscat.so                  Silly NBS Stream Application             0                                                                                                                                                                    
app_waitforring.so             Waits until first ring after time        0                                                                                                                                                                    
app_while.so                   While Loops and Conditional Execution    0                                                                                                                                                                    
app_readfile.so                Stores output of file into a variable    0                                                                                                                                                                    
codec_lpc10.so                 LPC10 2.4kbps Coder/Decoder              0                                                                                                                                                                    
app_waitforsilence.so          Wait For Silence                         0                                                                                                                                                                    
app_mixmonitor.so              Mixed Audio Monitoring Application       0                                                                                                                                                                    
res_rtp_asterisk.so            Asterisk RTP Stack                       0                                                                                                                                                                    
format_g726.so                 Raw G.726 (16/24/32/40kbps) data         0                                                                                                                                                                    
format_g723.so                 G.723.1 Simple Timestamp File Format     0                                                                                                                                                                    
bridge_builtin_features.so     Built in bridging features               1                                                                                                                                                                    
app_userevent.so               Custom User Event Application            0                                                                                                                                                                    
func_logic.so                  Logical dialplan functions               0                                                                                                                                                                    
func_callcompletion.so         Call Control Configuration Function      0                                                                                                                                                                    
format_ilbc.so                 Raw iLBC data                            0                                                                                                                                                                    
app_dial.so                    Dialing Application                      0                                                                                                                                                                    
format_h263.so                 Raw H.263 data                           0                                                                                                                                                                    
res_convert.so                 File format conversion CLI command       0                                                                                                                                                                    
chan_oss.so                    OSS Console Channel Driver               0                                                                                                                                                                    
func_math.so                   Mathematical dialplan function           0                                                                                                                                                                    
app_confbridge.so              Conference Bridge Application            0                                                                                                                                                                    
app_db.so                      Database Access Functions                0                                                                                                                                                                    
res_clialiases.so              CLI Aliases                              0                                                                                                                                                                    
format_sln.so                  Raw Signed Linear Audio support (SLN)    0                                                                                                                                                                    
cel_manager.so                 Asterisk Manager Interface CEL Backend   0                                                                                                                                                                    
app_chanisavail.so             Check channel availability               0                                                                                                                                                                    
res_mutestream.so              Mute audio stream resources              0                                                                                                                                                                    
func_lock.so                   Dialplan mutexes                         0                                                                                                                                                                    
format_gsm.so                  Raw GSM data                             0                                                                                                                                                                    
bridge_multiplexed.so          Multiplexed two channel bridging module  0                                                                                                                                                                    
codec_gsm.so                   GSM Coder/Decoder                        0                                                                                                                                                                    
res_security_log.so            Security Event Logging                   0                                                                                                                                                                    
app_directory.so               Extension Directory                      0                                                                                                                                                                    
pbx_loopback.so                Loopback Switch                          0                                                                                                                                                                    
app_playback.so                Sound File Playback Application          0                                                                                                                                                                    
format_jpeg.so                 jpeg (joint picture experts group) image 0                                                                                                                                                                    
format_siren14.so              ITU G.722.1 Annex C (Siren14, licensed f 0                                                                                                                                                                    
format_g719.so                 ITU G.719                                0                                                                                                                                                                    
codec_adpcm.so                 Adaptive Differential PCM Coder/Decoder  0                                                                                                                                                                    
app_talkdetect.so              Playback with Talk Detection             0                                                                                                                                                                    
format_h264.so                 Raw H.264 data                           0                                                                                                                                                                    
app_amd.so                     Answering Machine Detection Application  0                                                                                                                                                                    
app_dictate.so                 Virtual Dictation Machine                0                                                                                                                                                                    
app_parkandannounce.so         Call Parking and Announce Application    0                                                                                                                                                                    
func_srv.so                    SRV related dialplan functions           0                                                                                                                                                                    
func_volume.so                 Technology independent volume control    0                                                                                                                                                                    
func_blacklist.so              Look up Caller*ID name/number from black 0                                                                                                                                                                    
codec_a_mu.so                  A-law and Mulaw direct Coder/Decoder     0                                                                                                                                                                    
cdr_csv.so                     Comma Separated Values CDR Backend       0                                                                                                                                                                    
func_vmcount.so                Indicator for whether a voice mailbox ha 0                                                                                                                                                                    
codec_alaw.so                  A-law Coder/Decoder                      0                                                                                                                                                                    
func_frame_trace.so            Frame Trace for internal ast_frame debug 0                                                                                                                                                                    
chan_agent.so                  Agent Proxy Channel                      0                                                                                                                                                                    
func_module.so                 Checks if Asterisk module is loaded in m 0                                                                                                                                                                    
func_groupcount.so             Channel group dialplan functions         0                                                                                                                                                                    
chan_unistim.so                UNISTIM Protocol (USTM)                  0                                                                                                                                                                    
app_authenticate.so            Authentication Application               0                                                                                                                                                                    
chan_multicast_rtp.so          Multicast RTP Paging Channel             0                                                                                                                                                                    
func_md5.so                    MD5 digest dialplan functions            0                                                                                                                                                                    
res_realtime.so                Realtime Data Lookup/Rewrite             0                                                                                                                                                                    
format_wav_gsm.so              Microsoft WAV format (Proprietary GSM)   0                                                                                                                                                                    
app_celgenuserevent.so         Generate an User-Defined CEL event       0                                                                                                                                                                    
app_senddtmf.so                Send DTMF digits Application             0                                                                                                                                                                    
func_iconv.so                  Charset conversions                      0                                                                                                                                                                    
codec_g722.so                  ITU G.722-64kbps G722 Transcoder         0                                                                                                                                                                    
res_rtp_multicast.so           Multicast RTP Engine                     0                                                                                                                                                                    
func_aes.so                    AES dialplan functions                   0                                                                                                                                                                    
app_transfer.so                Transfers a caller to another extension  0                                                                                                                                                                    
cdr_custom.so                  Customizable Comma Separated Values CDR  0                                                                                                                                                                    
pbx_dundi.so                   Distributed Universal Number Discovery ( 0                                                                                                                                                                    
chan_phone.so                  Linux Telephony API Support              0                                                                                                                                                                    
app_readexten.so               Read and evaluate extension validity     0                                                                                                                                                                    
app_waituntil.so               Wait until specified time                0                                                                                                                                                                    
format_wav.so                  Microsoft WAV/WAV16 format (8kHz/16kHz S 0                                                                                                                                                                    
func_cdr.so                    Call Detail Record (CDR) dialplan functi 0                                                                                                                                                                    
app_chanspy.so                 Listen to the audio of an active channel 0                                                                                                                                                                    
app_macro.so                   Extension Macros                         0                                                                                                                                                                    
func_sprintf.so                SPRINTF dialplan function                0                                                                                                                                                                    
app_adsiprog.so                Asterisk ADSI Programming Application    0                                                                                                                                                                    
res_timing_timerfd.so          Timerfd Timing Interface                 1                                                                                                                                                                    
pbx_config.so                  Text Extension Configuration             0                                                                                                                                                                    
app_voicemail.so               Comedian Mail (Voicemail System)         0                                                                                                                                                                    
func_db.so                     Database (astdb) related dialplan functi 0                                                                                                                                                                    
app_privacy.so                 Require phone number to be entered, if n 0                                                                                                                                                                    
func_rand.so                   Random number dialplan function          0                                                                                                                                                                    
pbx_ael.so                     Asterisk Extension Language Compiler     0                                                                                                                                                                    
app_mp3.so                     Silly MP3 Application                    0                                                                                                                                                                    
chan_iax2.so                   Inter Asterisk eXchange (Ver 2)          0                                                                                                                                                                    
func_dialplan.so               Dialplan Context/Extension/Priority Chec 0                                                                                                                                                                    
app_stack.so                   Dialplan subroutines (Gosub, Return, etc 0                                                                                                                                                                    
app_directed_pickup.so         Directed Call Pickup Application         0                                                                                                                                                                    
app_sendtext.so                Send Text Applications                   0                                                                                                                                                                    
res_phoneprov.so               HTTP Phone Provisioning                  0                                                                                                                                                                    
app_ices.so                    Encode and Stream via icecast and ices   0                                                                                                                                                                    
format_sln16.so                Raw Signed Linear 16KHz Audio support (S 0                                                                                                                                                                    
app_queue.so                   True Call Queueing                       0                                                                                                                                                                    
app_channelredirect.so         Redirects a given channel to a dialplan  0                                                                                                                                                                    
codec_g726.so                  ITU G.726-32kbps G726 Transcoder         0                                                                                                                                                                    
codec_ulaw.so                  mu-Law Coder/Decoder                     0                                                                                                                                                                    
func_realtime.so               Read/Write/Store/Destroy values from a R 0                                                                                                                                                                    
func_strings.so                String handling dialplan functions       0                                                                                                                                                                    
app_record.so                  Trivial Record Application               0                                                                                                                                                                    
func_env.so                    Environment/filesystem dialplan function 0                                                                                                                                                                    
chan_bridge.so                 Bridge Interaction Channel               0                                                                                                                                                                    
app_zapateller.so              Block Telemarketers with Special Informa 0                                                                                                                                                                    
app_dumpchan.so                Dump Info About The Calling Channel      0                                                                                                                                                                    
func_callerid.so               Party ID related dialplan functions (Cal 0

ne ich seh es leider nicht :/
 
Dann musst Du wohl beim Compilieren von Asterisk die Capi aktivieren.
Es sollte ein Modul chan_capi.so im Modules-Verzeichnis vorhanden sein. (Evtl. hier zu finden: \usr\lib\asterisk\modules )
Wurde sie evtl. in der modules.conf ausgetragen?
 
Die Modules.conf sieht wie folgt aus,

Code:
;
; Asterisk configuration file
;
; Module Loader configuration file
;

[modules]
autoload=yes
;
; Any modules that need to be loaded before the Asterisk core has been
; initialized (just after the logger has been initialized) can be loaded
; using 'preload'. This will frequently be needed if you wish to map all
; module configuration files into Realtime storage, since the Realtime
; driver will need to be loaded before the modules using those configuration
; files are initialized.
;
; An example of loading ODBC support would be:
;preload => res_odbc.so
;preload => res_config_odbc.so
;
; Uncomment the following if you wish to use the Speech Recognition API
;preload => res_speech.so
;
; If you want Asterisk to fail if a module does not load, then use
; the "require" keyword. Asterisk will exit with a status code of 2
; if a required module does not load.
;
; require = chan_sip.so
; If you want you can combine with preload
; preload-require = res_odbc.so
;
; If you want, load the GTK console right away.
;
noload => pbx_gtkconsole.so
;load => pbx_gtkconsole.so
;
load => res_musiconhold.so
;
; Load one of: chan_oss, alsa, or console (portaudio).
; By default, load chan_oss only (automatically).
;
noload => chan_alsa.so
;noload => chan_oss.so
noload => chan_console.so

wie aktiviere ich die Capi? muss ich Asterisk neu installieren?
 
Es sollte ein Modul chan_capi.so im Modules-Verzeichnis vorhanden sein. (Evtl. hier zu finden: \usr\lib\asterisk\modules )
So wie es aussieht, gibt es bei Dir kein chan_capi.so. Leider hast Du dazu nichts geschrieben.

Hier steht noch etwas zu chan_capi mit ubuntu und Asterisk 1.8:
http://www.pal-blog.de/linux/2012/avm-fritzcard-asterisk-and-ubuntu-a-link-collection.html

Vielleicht solltest Du es besser gleich mit misdn probieren:
http://www.asteriskguru.com/tutorials/chan_misdn.html
Leider sieht die Anleitung veraltet aus, funktioniert aber vielleicht trotzdem.

Ich hoffe, dass Du etwas passendes findest. Vielleicht meldet sich hier ja noch mal jemand, der sich gut auskennt.

Falls Du noch eine leere Festplatte hast: Als ich mal Elastix
http://www.elastix.org/index.php/en/product-information/elastix-info.html
installiert hatte, ging ISDN auf Anhieb.
 
Zuletzt bearbeitet:
also ich habe den AVM treiber im kernel kompiliert, und wenn ich capiinfo eingebe zeigt er mir auch an das ich z.B. 2 channels habe,
oder bin ich jetzt voll neben der spur ^^
 
Im Kernel ist der Treiber, aber ist auch der Channel im Asterisk vorhanden?

Alle guten Dinge sind drei:
Tippfehler schrieb:
Es sollte ein Modul chan_capi.so im Modules-Verzeichnis vorhanden sein. (Evtl. hier zu finden: \usr\lib\asterisk\modules )
So wie es aussieht, gibt es bei Dir kein chan_capi.so. Leider hast Du dazu nichts geschrieben.
 
Code:
root@Asterisk-Debian:/etc/asterisk# ls
adsi.conf           calendar.conf           cdr_sqlite3_custom.conf  chan_dahdi.conf       dnsmgr.conf             features.conf   indications.conf  modules.conf      res_config_mysql.conf   res_stun_monitor.conf  udptl.conf
agents.conf         ccss.conf               cdr_syslog.conf          chan_mobile.conf      dsp.conf                festival.conf   jabber.conf       musiconhold.conf  res_config_sqlite.conf  rtp.conf               unistim.conf
ais.conf            cdr_adaptive_odbc.conf  cdr_tds.conf             chan_ooh323.conf      dundi.conf              followme.conf   jingle.conf       muted.conf        res_curl.conf           say.conf               users.conf
alarmreceiver.conf  cdr.conf                cel.conf                 cli_aliases.conf      enum.conf               func_odbc.conf  logger.conf       osp.conf          res_fax.conf            sip.conf               voicemail.conf
alsa.conf           cdr_custom.conf         cel_custom.conf          cli.conf              extconfig.conf          gtalk.conf      manager.conf      oss.conf          res_ldap.conf           sip_notify.conf        vpb.conf
amd.conf            cdr_manager.conf        cel_odbc.conf            cli_permissions.conf  extensions.ael          h323.conf       meetme.conf       phone.conf        res_odbc.conf           skinny.conf
app_mysql.conf      cdr_mysql.conf          cel_pgsql.conf           codecs.conf           extensions.conf         http.conf       mgcp.conf         phoneprov.conf    res_pgsql.conf          sla.conf
asterisk.adsi       cdr_odbc.conf           cel_sqlite3_custom.conf  console.conf          extensions.lua          iax.conf        minivm.conf       queuerules.conf   res_pktccops.conf       smdi.conf
asterisk.conf       cdr_pgsql.conf          cel_tds.conf             dbsep.conf            extensions_minivm.conf  iaxprov.conf    misdn.conf        queues.conf       res_snmp.conf           telcordia-1.adsi
root@Asterisk-Debian:/etc/asterisk# cd lib#
-bash: cd: lib#: Datei oder Verzeichnis nicht gefunden
root@Asterisk-Debian:/etc/asterisk# cd /lib
root@Asterisk-Debian:/lib# ls
cpp       firmware  klibc-2xtYrByCrj5OEwaInv4tMSjej98.so  libip4tc.so.0.1.0  libip6tc.so.0.1.0  libipq.so.0.0.0  libiptc.so.0.0.0  libxtables.so.7.0.0  modprobe.d  systemd   udev              xtables
discover  init      libip4tc.so.0                         libip6tc.so.0      libipq.so.0        libiptc.so.0     libxtables.so.7   lsb                  modules     terminfo  x86_64-linux-gnu
root@Asterisk-Debian:/lib# cd modules
root@Asterisk-Debian:/lib/modules# ls
3.2.0-4-amd64
root@Asterisk-Debian:/lib/modules# dir
3.2.0-4-amd64
root@Asterisk-Debian:/lib/modules#

so wie es aussieht ist er nicht vorhanden, ich werd mir mal das tutorial für 1.8 anschauen
 
Was steht denn im Verzeichnis?
/usr/lib/asterisk/modules
 
Code:
root@Asterisk-Debian:~# cd /usr/lib/asterisk/modules/
root@Asterisk-Debian:/usr/lib/asterisk/modules# ls
app_adsiprog.so         app_echo.so             app_playback.so      app_test.so                 cdr_syslog.so          codec_gsm.so       format_vox.so             func_env.so          func_strings.so    res_clioriginate.so
app_alarmreceiver.so    app_exec.so             app_playtones.so     app_transfer.so             cel_custom.so          codec_ilbc.so      format_wav_gsm.so         func_extstate.so     func_sysinfo.so    res_convert.so
app_amd.so              app_externalivr.so      app_privacy.so       app_url.so                  cel_manager.so         codec_lpc10.so     format_wav.so             func_frame_trace.so  func_timeout.so    res_crypto.so
app_authenticate.so     app_festival.so         app_queue.so         app_userevent.so            chan_agent.so          codec_ulaw.so      func_aes.so               func_global.so       func_uri.so        res_fax.so
app_cdr.so              app_followme.so         app_readexten.so     app_verbose.so              chan_bridge.so         format_g719.so     func_audiohookinherit.so  func_groupcount.so   func_version.so    res_limit.so
app_celgenuserevent.so  app_forkcdr.so          app_readfile.so      app_voicemail.so            chan_iax2.so           format_g723.so     func_base64.so            func_iconv.so        func_vmcount.so    res_monitor.so
app_chanisavail.so      app_getcpeid.so         app_read.so          app_waitforring.so          chan_local.so          format_g726.so     func_blacklist.so         func_lock.so         func_volume.so     res_musiconhold.so
app_channelredirect.so  app_ices.so             app_record.so        app_waitforsilence.so       chan_multicast_rtp.so  format_g729.so     func_callcompletion.so    func_logic.so        pbx_ael.so         res_mutestream.so
app_chanspy.so          app_image.so            app_sayunixtime.so   app_waituntil.so            chan_oss.so            format_gsm.so      func_callerid.so          func_math.so         pbx_config.so      res_phoneprov.so
app_confbridge.so       app_macro.so            app_senddtmf.so      app_while.so                chan_phone.so          format_h263.so     func_cdr.so               func_md5.so          pbx_dundi.so       res_realtime.so
app_controlplayback.so  app_milliwatt.so        app_sendtext.so      app_zapateller.so           chan_sip.so            format_h264.so     func_channel.so           func_module.so       pbx_loopback.so    res_rtp_asterisk.so
app_db.so               app_minivm.so           app_setcallerid.so   bridge_builtin_features.so  chan_skinny.so         format_ilbc.so     func_config.so            func_pitchshift.so   pbx_realtime.so    res_rtp_multicast.so
app_dial.so             app_mixmonitor.so       app_sms.so           bridge_multiplexed.so       chan_unistim.so        format_jpeg.so     func_cut.so               func_rand.so         pbx_spool.so       res_security_log.so
app_dictate.so          app_morsecode.so        app_softhangup.so    bridge_simple.so            codec_adpcm.so         format_pcm.so      func_db.so                func_realtime.so     res_adsi.so        res_smdi.so
app_directed_pickup.so  app_mp3.so              app_speech_utils.so  bridge_softmix.so           codec_alaw.so          format_siren14.so  func_devstate.so          func_sha1.so         res_ael_share.so   res_speech.so
app_directory.so        app_nbscat.so           app_stack.so         cdr_csv.so                  codec_a_mu.so          format_siren7.so   func_dialgroup.so         func_shell.so        res_agi.so         res_stun_monitor.so
app_disa.so             app_originate.so        app_system.so        cdr_custom.so               codec_g722.so          format_sln16.so    func_dialplan.so          func_sprintf.so      res_calendar.so    res_timing_pthread.so
app_dumpchan.so         app_parkandannounce.so  app_talkdetect.so    cdr_manager.so              codec_g726.so          format_sln.so      func_enum.so              func_srv.so          res_clialiases.so  res_timing_timerfd.so
passt das so?
 
Dann musst Du wohl beim Compilieren von Asterisk die Capi aktivieren.

Gibt's das mittlerweile in den Asterisk Quellen? Falls ja, bin ich ziemlich hinten dran. :gruebel:

Ich kenne das nur als Third Party Channel-Treiber zum nachinstallieren.

@psc-ndcom, würdest Du statt Zitaten bitte [noparse]
Code:
...
[/noparse] verwenden, ist im erweiterten Editor das # Zeichen. Dann bleiben Formatierungen erhalten und die Posts werden nicht so lang.
 
ok, sry tut mir leid :p,

wäre echt super wenn ich das jetzt endlich hinkriegen könnte, ich bin schon am verzweifeln :(
 
Weder chan_capi.so noch chan_misdn.so sind vorhanden, also wird ISDN nicht funktionieren, wenn nicht das fehlende Modul in den Ordner kommt.

---
Ich hatte Asterisk mal per Freetz installiert, da musste man nur capi anklicken. (Weiss es aber nicht mehr genau.) Auf einem normalen Linux-Rechner geht das wohl nicht so einfach.
 
Zuletzt bearbeitet:
wie soll ich jetzt weiter vor gehen? würde das gerne so weiter machen, kann mir keiner per teamviewer oder etc. helfen und mal anschauen?

hab jetzt gerade, ein fehler gefunden, und zwar hatte ich in

Code:
 Add to /etc/asterisk/modules.conf:

load => chan_capi.so

vergessen und hab dann server rebootet. und dann asterisk ausgeführt und dann asterisk -r und dann kamen mir diese meldungen

Code:
root@Asterisk-Debian:~# asterisk -r
Asterisk 1.8.22.0, Copyright (C) 1999 - 2012 Digium, Inc. and others.
Created by Mark Spencer <[email protected]>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'core show license' for details.
=========================================================================
Connected to Asterisk 1.8.22.0 currently running on Asterisk-Debian (pid = 2515)
[Jun  3 15:34:45] WARNING[2515]: loader.c:418 load_dynamic_module: Error loading module 'chan.capi.so': /usr/lib/asterisk/modules/chan.capi.so: cannot open shared object file: No such file or directory
[Jun  3 15:34:45] WARNING[2515]: loader.c:894 load_resource: Module 'chan.capi.so' could not be loaded.
SIP channel loading...
[Jun  3 15:34:46] WARNING[2515]: chan_sip.c:27399 set_insecure_flags: Unknown insecure mode 'very' on line 16
[Jun  3 15:34:46] WARNING[2515]: chan_sip.c:28610 display_nat_warning: !!! PLEASE NOTE: Setting 'nat' for a peer/user that differs from the  global setting can make
[Jun  3 15:34:46] WARNING[2515]: chan_sip.c:28611 display_nat_warning: !!! the name of that peer/user discoverable by an attacker. Replies for non-existent peers/users
[Jun  3 15:34:46] WARNING[2515]: chan_sip.c:28612 display_nat_warning: !!! will be sent to a different port than replies for an existing peer/user. If at all possible,
[Jun  3 15:34:46] WARNING[2515]: chan_sip.c:28613 display_nat_warning: !!! use the global 'nat' setting and do not set 'nat' per peer/user.
[Jun  3 15:34:46] WARNING[2515]: chan_sip.c:28614 display_nat_warning: !!! (config category='004986782194190' global force_rport='Yes' peer/user force_rport='No')
  == Aliased CLI command 'hangup request' to 'channel request hangup'
  == Aliased CLI command 'originate' to 'channel originate'
  == Aliased CLI command 'help' to 'core show help'
  == Aliased CLI command 'pri intense debug span' to 'pri set debug 2 span'
  == Aliased CLI command 'reload' to 'module reload'
Asterisk-Debian*CLI> capi info
No such command 'capi info' (type 'core show help capi info' for other possible commands)
Asterisk-Debian*CLI>
 
Zuletzt bearbeitet:

Zurzeit aktive Besucher

Statistik des Forums

Themen
246,219
Beiträge
2,248,328
Mitglieder
373,792
Neuestes Mitglied
gilbertsamson563
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.