Asterisk will einfach nicht mit ISDN

lol-on-tour

Neuer User
Mitglied seit
6 Sep 2005
Beiträge
48
Punkte für Reaktionen
0
Punkte
0
Hallo alle zusammen..

Ich muss euch nochmal mit ein paar Newbe- Fragen belasten,,

Mein System entnehmt Ihr meiner Signatur..

Folgende (s) Problem (e) ...

- von SIP zu SIP funzt, aber nur wenn der Nutzer on ist. Also Weiterleitungen zur Mailbox. Mailbox abrufen, oder Demo oder Echotest > geht alles nicht..

- ISDN zu SIP, kann sein das es noch an der etwas betagten TK- Anlage liegt, Also asterisk hat bei mir die Rufnummer 1390 und wenn ich mit einem ISDN Telefon die 13901 z.B. wähle, sollte er das in der extensions.conf aufgeführte SIP- Telefon anrufen oder 13908 eben die Mailboxabfrage.. Asterisk lißt aber dummer weise nichts was nach der Rufnummer kommt..das sieht dann im CLI so aus

Code:
 == ISND1: Incoming call '1099' -> ''
Feb 23 21:26:09 ERROR[17737]: chan_capi.c:2098 start_pbx_on_match: ISND1: did not find exten for '', ignoring call.
  == ISND1: CAPI Hangingup
  == ISND1: Incoming call '1099' -> ''
Feb 23 21:26:13 ERROR[17737]: chan_capi.c:2098 start_pbx_on_match: ISND1: did not find exten for '', ignoring call.
  == ISND1: CAPI Hangingup

- SIP zu ISDN geht auch nischt.. das SIP- Telefon sagt, das die gewählte nummer nicht existiert und im CLI tut sich auch bei hoher verbosity nichts..


Meine CFGs

modules.conf
Code:
;
; Asterisk configuration file
;
; Module Loader configuration file
;

[modules]
autoload=yes
;
; If you want, load the GTK console right away.  
; Don't load the KDE console since
; it's not as sophisticated right now.
;
noload => pbx_dundi.so 
noload => chan_iax2.so
noload => cdr_custom.so
noload => res_musiconhold.so
noload => pbx_ael.so
noload => pbx.so
load => chan_capi.so

[global]
chan_capi.so=yes
;res_musiconhold.so=yes

sip.conf
Code:
[general]
port=5060			
bindaddr=X.X.X.X		
context=default		
srvlookup=yes			
tos=lowdelayL
language=de
vmexten=voicemail
			

;disallow=all			
allow=gsm
allow=ulaw			
allow=alaw


;ACHIM
[51091]	
context=users			
type=friend			
username=51091			
secret=51091			
host=dynamic			
mailbox=51091@localhost			

;INGO
[52329]
context=users
type=friend
username=52329 
secret=52329
host=dynamic
mailbox=52329@localhost

;SVEN	
[51092]
context=users
type=friend
username=51092
secret=51092
host=dynamic
mailbox=51092@localhost

;HANS-JUERGEN
[51209]
context=users
type=friend
username=51209
secret=51209
host=dynamic
mailbox=51209@localhost


;TOBIAS
[51099]
context=users
type=friend
username=51099
secret=51099
host=dynamic
mailbox=51099@localhost

;Ueberwachungs-PC ADV
[50000]
context=users
type=friend
username=50000
secret=50000
host=dynamic
mailbox=50000@localhost

;ULF
[51259]
context=users
type=friend
username=51259
secret=51259
host=dynamic
mailbox=51259@localhost

;WIELAND
[59042]
context=users
type=friend
username=59042
secret=59042
host=dynamic
mailbox=59042@localhost

;KATRIN
[51215]
context=users
type=friend
username=51215
secret=51215
host=dynamic
mailbox=51215@localhost

;ROLAND
[51262]
context=users
type=friend
username=51262
secret=51262
host=dynamic
mailbox=51262@localhost

;VOLKER
[51095]
context=users
type=friend
username=51095
secret=51095
host=dynamic
mailbox=51095@localhost

;HARTMUT
[52323]
context=users
type=friend
username=52323
secret=52323
host=dynamic
mailbox=52323@localhost

;RAIMUND
[52316]
context=users
type=friend
username=52316
secret=52316
host=dynamic
mailbox=52316@localhost

;ANDRE
[59999]
context=users
type=friend
username=59999
secret=59999
host=dynamic
mailbox=59999@localhost

;TONI
[59998]
context=users
type=friend
username=59998
secret=59998
host=dynamic
mailbox=59998@localhost

extensions.conf
Code:
[general]
static=yes
writeprotect=no
autofallthrough=yes
clearglobalvars=no
priorityjumpuing=no

[globals]
CONSOLE=Conmsole/dsp
IAXINFO=guest
TRUNK=Capi
TRUNK=Zap/g2
TRUNKMSD=1

[default]
include => demo
include => vmailbox
include => vmailboxOWN
include => echotest
include => users
include => outgoingISDN
include => incomingISDN
include => local


[demo]
exten => 58002,1,Playback(demo-abouttotry)			
exten => 58002,2,Dial(IAX2/[email protected]/s@default)	
exten => 58002,3,Playback(demo-nogo)				
exten => 58002,4,Hangup					


[vmailbox]
exten => 58000,1,answer
exten => 58000,2,wait,1
exten => 58000,3,voicemailmain
exten => 58000,4,hangup

[vmailboxOWN]
exten => 58000,1,answer
exten => 58000,2,wait,1
exten => 58000,3,voicemailmain,s${CALLERIDNUM}
exten => 58000,4,hangup

[echotest]
exten => 58001,1,answer
exten => 58001,2,wait,1
exten => 58001,3,playback,demo-echotest		
exten => 58001,4,echo				
exten => 58001,5,playback,demo-echodone		 
exten => 58001,6,hangup		


[local]
exten => _5XXXX,1,NoCDR ()
exten => _5XXXX,n,Dial,SIP/${EXTEN}|55|Ttr


[incomingISDN]
exten => 1,1,Dial(SIP/51091,20,tr)
exten => 1,2,Voicemail(u51091)
exten => 1,3,Hangup
exten => 2,1,Dial(SIP/51092,20,tr)
exten => 2,2,Voicemail(u51092)
exten => 2,3,Hangup
exten => 3,1,Dial(SIP/51088,20,tr)
exten => 3,2,Voicemail(u51088)
exten => 3,3,Hangup
exten => 4,1,Dial(SIP/50000,20,tr)
exten => 4,2,Voicemail(u50000)
exten => 4,3,Hangup
exten => 5,1,Dial(SIP/59999,20,tr)
exten => 5,2,Voicemail(u59999)
exten => 5,3,Hangup
exten => 6,1,Dial(SIP/52323,20,tr)
exten => 6,2,Voicemail(u52323)
exten => 6,3,Hangup
exten => 7,1,Dial(SIP/51209,20,tr)
exten => 7,2,Voicemail(u51088)
exten => 7,3,Hangup
exten => 8,1,Dial(SIP/59998,20,tr)
exten => 8,2,Voicemail(u59998)
exten => 8,3,Hangup
exten => 9,1,Playback(demo-echotest)		
exten => 9,2,Echo				
exten => 9,3,Playback(demo-echodone)		 
exten => 9,4,Goto(demo,s,6)			
exten => 0,1,VoicemailMain
exten => 0,2,Goto(default,s,6)


[users]

;ACHIM
;exten => eineNummer,1,Dial,Capi/deineMSN:51091,300,Ttr	; Extension zum wählenp
;exten => 51091,1,Macro(ruf,51091) 			; Man kann den Benutzer 1234
exten => achim,1,Goto(51091|1)				; auch mit "achim" anrufen.
exten => 51091,1,Dial(SIP/51091,60)
exten => 51091,2,Congestion
exten => 51091,102,Busy

;INGO
;exten => eineNummer,1,Dial,Capi/@deineMSN:52329,30,Ttr
;exten => 52329,1,Macro(ruf,52329)
exten => ingo,1,Goto(52329|1)
exten => 52329,1,Dial(SIP/52329,60)
exten => 52329,2,Congestion
exten => 52329,102,Busy

;SVEN
;exten => eineNummer,1,Dial,Capi/@fdeineMSN:51092,30,Ttr
;exten => 51092,1,Macro(ruf,1092)
exten => sven,1,Goto(51092|1)
exten => 51092,1,Dial(SIP/51092,60)
exten => 51092,2,Congestion
exten => 51092,102,Busy

;HANS-JUERGEN
;exten => eineNummer,1,Dial,Capi/@deineMSN:51209,30,Ttr
;exten => 51209,1,Macro(ruf,51209)
exten => hans-juergen,1,Goto(51209|1)
exten => 51209,1,Dial(SIP/51209,60)
exten => 51209,2,Congestion
exten => 51209,102,Busy

;TOBIAS
;exten => eineNummer,1,Dial,Capi/@deineMSN:51099,30,Ttr
;exten => 51099,1,Macro(ruf,3)
exten => tobias,1,Goto(51099|1)
exten => 51099,1,Dial(SIP/51099,60)
exten => 51099,2,Congestion
exten => 51099,102,Busy

;UEBERWACHUNGS-PC ADV
;exten => eineNummer,1,Dial,Capi/@deineMSN:50000,30,Ttr
;exten => 50000,1,Macro(ruf,50000)
exten => test,1,Goto(50000|1)
exten => 50000,1,Dial(SIP/50000,60)
exten => 50000,2,Congestion
exten => 50000,102,Busy

;ULF
;exten => eineNummer,1,Dial,Capi/@deineMSN:51259,30,Ttr
;exten => 51259,1,Macro(ruf,51259)
exten => ulf,1,Goto(1259|1)
exten => 51259,1,Dial(SIP/51259,60)
exten => 51259,2,Congestion
exten => 51259,102,Busy

;WIELAND
;exten => eineNummer,1,Dial,Capi/@deineMSN:59042,30,Ttr
;exten => 59042,1,Macro(ruf,59042)
exten => wieland,1,Goto(59042|1)
exten => 59042,1,Dial(SIP/59042,60)
exten => 59042,2,Congestion
exten => 59042,102,Busy

;KATRIN
;exten => eineNummer,1,Dial,Capi/@deineMSN:51215,30,Ttr
;exten => 51215,1,Macro(ruf,51215)
exten => katrin,1,Goto(51215|1)
exten => 51215,1,Dial(SIP/51215,60)
exten => 51215,2,Congestion
exten => 51215,102,Busy

;ROLAND
;exten => eineNummer,1,Dial,Capi/@deineMSN:51262,30,Ttr
;exten => 50000,1,Macro(ruf,51262)
exten => roland,1,Goto(51262|1)
exten => 51262,1,Dial(SIP/51262,60)
exten => 51262,2,Congestion
exten => 51262,102,Busy

;VOLKER
;exten => eineNummer,1,Dial,Capi/@deineMSN:51095,30,Ttr
;exten => 51095,1,Macro(ruf,51095)
exten => volker,1,Goto(51095|1)
exten => 51095,1,Dial(SIP/51095,60)
exten => 51095,2,Congestion
exten => 51095,102,Busy

;HARTMUT
;exten => eineNummer,1,Dial,Capi/@deineMSN:52323,30,Ttr
;exten => 52323,1,Macro(ruf,52323)
exten => hartmut,1,Goto(52323|1)
exten => 52323,1,Dial(SIP/52323,60)
exten => 52323,2,Congestion
exten => 52323,102,Busy

;RAIMUND
;exten => eineNummer,1,Dial,Capi/@deineMSN:52316,30,Ttr
;exten => 52316,1,Macro(ruf,52316)
exten => raimund,1,Goto(52316|1)
exten => 52316,1,Dial(SIP/52316,60)
exten => 52316,2,Congestion
exten => 52316,102,Busy

;ANDRE
;exten => eineNummer,1,Dial,Capi/@deineMSN:59999,30,Ttr
;exten => 59999,1,Macro(ruf,59999)
exten => andre,1,Goto(59999|1)
exten => 59999,1,Dial(SIP/59999,60)
exten => 59999,2,Congestion
exten => 59999,102,Busy


;TONI
;exten => eineNummer,1,Dial,Capi/@deineMSN:59999,30,Ttr
;exten => 59998,1,Macro(ruf,59998)
exten => toni,1,Goto(59998|1)
exten => 59998,1,Dial(SIP/59998,60)
exten => 59998,2,Congestion
exten => 59998,102,Busy

[outgoingISDN]
exten => _X.,1,SetCIDNum(1390)
exten => _X.,2,Dial(CAPI/contr1/${EXTEN})

voicemail.conf
Code:
; Dies ist ein Demo Konfiguration. 
; Ins deutsche übersetzt von Bernd Anding und Mark Werbik.
; Die Demo enthält einige Segmente des Original Paketes und eigene Konfigurationen.  
;
; Voicemailbox Configuration
;
[general]

format=wav49|gsm|wav		; Dieser Eintrag legt das Audioformat fest
fromstring=asterisk		; Gibt in der E-Mail den Absender an.
attach=yes			; Gibt
;maxmessage=180			; Gibt die maximale Länge einer Sprachmitteilung in Sekunden an.
;minmessage=3			; Gibt die minimale Länge einer Sprachmitteilung in Sekunden an.
skipms=3000			;			
maxsilence=10			; Gibt an wie viele Sekunden Stille nach jeder fertig angehörten Nachricht gespielt werden.
silencethreshold=128		;
maxlogins=3			;	
 
[zonemessages]
 
eastern=America/New_York|'vm-received' Q 'digits/at' IMp 
central=America/Chicago|'vm-received' Q 'digits/at' IMp 
central24=America/Chicago|'vm-received' q 'digits/at' H 'digits/hundred' M 'hours'


[default]

51091 => 51091,achim,Mailbox,achim@localhost
52329 => 52329,ingo,Mailbox,ingo@localhost
51092 => 51092,sven,Mailbox,sven@localhost
51209 => 51209,hans-juergen,Mailbox,hans-juergen@localhost
51088 => 51088,tobias,Mailbox,tobias@localhost
51259 => 51259,ulf,Mailbox,ulf@localhost
59042 => 59042,wieland,Mailbox,wieland@localhost
51215 => 51215,katrin,Mailbox,katrin@localhost
51262 => 51262,roland,Mailbox,roland@localhost
51095 => 51095,volker,Mailbox,volker@localhost
52323 => 52323,hartmut,Mailbox,hartmut@localhost
52316 => 52316,raimund,Mailbox,raimund@localhost
50000 => 50000,test,Mailbox,test@localhost
59999 => 59999,andre,Mailbox,andre@localhost
59998 => 59998,toni,Mailbox,toni@localhos

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

[ISND1]
;ntmode=yes 
isdnmode=msn
incomingmsn=*   
;defaultcid=123 
;controller=0
;controller=7   
controller=1,2,3,4
;group=1      
;prefix=0s
softdtmf=on    
relaxdtmf=on   
;accountcode=   
context=outgoingISDN
holdtype=hold 
;immediate=yes
;echosquelch=1
echocancel=yes 
echocancelold=yes
;echotail=64
;bridge=yes  
;callgroup=1
immediate=yes
devices=8

asterisk -vvvvvvgc gibt aus
Code:
== Parsing '/etc/asterisk/asterisk.conf': Found
  == Parsing '/etc/asterisk/extconfig.conf': Found
Asterisk 1.2.0-BRIstuffed-0.3.0-PRE-1, Copyright (C) 1999 - 2005 Digium.
Written by Mark Spencer <[email protected]>
=========================================================================
  == Parsing '/etc/asterisk/logger.conf': Found
Asterisk Event Logger Started /var/log/asterisk/event_log
Asterisk Dynamic Loader loading preload modules:
  == Parsing '/etc/asterisk/modules.conf': Found
  == Manager registered action Ping
  == Manager registered action Events
  == Manager registered action Logoff
  == Manager registered action Hangup
  == Manager registered action Status
  == Manager registered action Setvar
  == Manager registered action Getvar
  == Manager registered action Redirect
  == Manager registered action Originate
  == Manager registered action Command
  == Manager registered action ExtensionState
  == Manager registered action AbsoluteTimeout
  == Manager registered action MailboxStatus
  == Manager registered action MailboxCount
  == Manager registered action ListCommands
  == Parsing '/etc/asterisk/manager.conf': Found
Feb 23 21:44:26 NOTICE[17797]: cdr.c:1185 do_reload: CDR simple logging enabled.
  == Parsing '/etc/asterisk/rtp.conf': Found
  == RTP Allocating from port range 10000 -> 20000
Asterisk PBX Core Initializing
Registering builtin applications:
 [AbsoluteTimeout]
  == Registered application 'AbsoluteTimeout'
 [Answer]
  == Registered application 'Answer'
 [BackGround]
  == Registered application 'BackGround'
 [Busy]
  == Registered application 'Busy'
 [Congestion]
  == Registered application 'Congestion'
 [DigitTimeout]
  == Registered application 'DigitTimeout'
 [Goto]
  == Registered application 'Goto'
 [GotoIf]
  == Registered application 'GotoIf'
 [GotoIfTime]
  == Registered application 'GotoIfTime'
 [ExecIfTime]
  == Registered application 'ExecIfTime'
 [Hangup]
  == Registered application 'Hangup'
 [NoOp]
  == Registered application 'NoOp'
 [Progress]
  == Registered application 'Progress'
 [ResetCDR]
  == Registered application 'ResetCDR'
 [ResponseTimeout]
  == Registered application 'ResponseTimeout'
 [Ringing]
  == Registered application 'Ringing'
 [SayNumber]
  == Registered application 'SayNumber'
 [SayDigits]
  == Registered application 'SayDigits'
 [SayAlpha]
  == Registered application 'SayAlpha'
 [SayPhonetic]
  == Registered application 'SayPhonetic'
 [SetAccount]
  == Registered application 'SetAccount'
 [SetAMAFlags]
  == Registered application 'SetAMAFlags'
 [SetGlobalVar]
  == Registered application 'SetGlobalVar'
 [SetLanguage]
  == Registered application 'SetLanguage'
 [Set]
  == Registered application 'Set'
 [SetVar]
  == Registered application 'SetVar'
 [ImportVar]
  == Registered application 'ImportVar'
 [Wait]
  == Registered application 'Wait'
 [WaitExten]
  == Registered application 'WaitExten'
Asterisk Dynamic Loader Starting:
  == Parsing '/etc/asterisk/modules.conf': Found
 [chan_capi.so] => (Common ISDN API for Asterisk)
  == Parsing '/etc/asterisk/capi.conf': Found
  == This box has 4 capi controller(s).
    -- CAPI/contr1 supports DTMF
    -- CAPI/contr1 supports supplementary services
       > FACILITY_CONF INFO = 0
       > supplementary services : 0x000003ff
       > HOLD/RETRIEVE
       > TERMINAL PORTABILITY
       > ECT
       > 3PTY
       > CF
       > CD
       > MCID
       > CCBS
       > MWI
       > CCNR
    -- CAPI/contr2 supports DTMF
    -- CAPI/contr2 supports supplementary services
       > FACILITY_CONF INFO = 0
       > supplementary services : 0x000003ff
       > HOLD/RETRIEVE
       > TERMINAL PORTABILITY
       > ECT
       > 3PTY
       > CF
       > CD
       > MCID
       > CCBS
       > MWI
       > CCNR
    -- CAPI/contr3 supports DTMF
    -- CAPI/contr3 supports supplementary services
       > FACILITY_CONF INFO = 0
       > supplementary services : 0x000003ff
       > HOLD/RETRIEVE
       > TERMINAL PORTABILITY
       > ECT
       > 3PTY
       > CF
       > CD
       > MCID
       > CCBS
       > MWI
       > CCNR
    -- CAPI/contr4 supports DTMF
    -- CAPI/contr4 supports supplementary services
       > FACILITY_CONF INFO = 0
       > supplementary services : 0x000003ff
       > HOLD/RETRIEVE
       > TERMINAL PORTABILITY
       > ECT
       > 3PTY
       > CF
       > CD
       > MCID
       > CCBS
       > MWI
       > CCNR
  == Reading config for ISND1
    -- ast_capi_pvt ISND1-pseudo-D (*,outgoingISDN,0,8) (1,4,64)
    -- ast_capi_pvt ISND1 (*,outgoingISDN,0,8) (1,4,64)
    -- ast_capi_pvt ISND1 (*,outgoingISDN,0,8) (1,4,64)
    -- ast_capi_pvt ISND1 (*,outgoingISDN,0,8) (1,4,64)
    -- ast_capi_pvt ISND1 (*,outgoingISDN,0,8) (1,4,64)
    -- ast_capi_pvt ISND1 (*,outgoingISDN,0,8) (1,4,64)
    -- ast_capi_pvt ISND1 (*,outgoingISDN,0,8) (1,4,64)
    -- ast_capi_pvt ISND1 (*,outgoingISDN,0,8) (1,4,64)
    -- ast_capi_pvt ISND1 (*,outgoingISDN,0,8) (1,4,64)
    -- listening on contr1 CIPmask = 0x1fff03ff
    -- listening on contr2 CIPmask = 0x1fff03ff
    -- listening on contr3 CIPmask = 0x1fff03ff
    -- listening on contr4 CIPmask = 0x1fff03ff
  == Registered channel type 'CAPI' (Common ISDN API Driver ($Revision: 1.115 $) )
  == Registered application 'capiCommand'
  == Registered custom function VANITYNUMBER
 [res_indications.so] => (Indications Configuration)
  == Parsing '/etc/asterisk/indications.conf': Found
    -- Registered indication country 'cl'
    -- Registered indication country 'tw'
    -- Registered indication country 'us'
    -- Registered indication country 'au'
    -- Registered indication country 'fr'
    -- Registered indication country 'de'
    -- Registered indication country 'nl'
    -- Registered indication country 'uk'
    -- Registered indication country 'fi'
    -- Registered indication country 'no'
    -- Registered indication country 'br'
    -- Registered indication country 'za'
    -- Registered indication country 'it'
    -- Registered indication country 'us-o'
    -- Registered indication country 'gr'
    -- Registered indication country 'ru'
    -- Registered indication country 'nz'
    -- Setting default indication country to 'us'
  == Registered application 'PlayTones'
  == Registered application 'StopPlayTones'
 [res_watchdog.so] => (Watchdog Resource)
 [res_features.so] => (Call Features Resource)
  == Parsing '/etc/asterisk/features.conf': Found
    -- Registered extension context 'parkedcalls'
    -- Added extension '700' priority 1 to parkedcalls
  == Registered application 'ParkedCall'
  == Registered application 'Park'
  == Manager registered action ParkedCalls
  == Registered application 'HoldedCall'
  == Registered application 'AutoanswerLogin'
  == Registered application 'Autoanswer'
 [res_agi.so] => (Asterisk Gateway Interface (AGI))
  == Registered application 'DeadAGI'
  == Registered application 'EAGI'
  == Registered application 'XAGI'
  == Registered application 'AGI'
 [res_crypto.so] => (Cryptographic Digital Signatures)
    -- Loaded PUBLIC key 'iaxtel'
    -- Loaded PUBLIC key 'freeworlddialup'
 [res_adsi.so] => (ADSI Resource)
  == Parsing '/etc/asterisk/adsi.conf': Found
 [res_monitor.so] => (Call Monitoring Resource)
  == Registered application 'Monitor'
  == Registered application 'StopMonitor'
  == Registered application 'ChangeMonitor'
  == Manager registered action Monitor
  == Manager registered action StopMonitor
  == Manager registered action ChangeMonitor
 [skipping res_musiconhold.so]
 [chan_mgcp.so] => (Media Gateway Control Protocol (MGCP))
  == Parsing '/etc/asterisk/mgcp.conf': Found
  == MGCP Listening on 0.0.0.0:2727
  == Using TOS bits 0
  == Registered channel type 'MGCP' (Media Gateway Control Protocol (MGCP))
 [chan_zap.so] => (Zapata Telephony w/PRI)
  == Parsing '/etc/asterisk/zapata.conf': Found
    -- Automatically generated pseudo channel
  == Registered channel type 'Zap' (Zapata Telephony Driver w/PRI)
  == Manager registered action ZapTransfer
  == Manager registered action ZapHangup
  == Manager registered action ZapDialOffhook
  == Manager registered action ZapDNDon
  == Manager registered action ZapDNDoff
  == Manager registered action ZapShowChannels
  == Registered application 'zapEC'
  == Registered application 'zapCD'
 [chan_local.so] => (Local Proxy Channel)
  == Registered channel type 'Local' (Local Proxy Channel Driver)
 [skipping chan_iax2.so]
 [chan_agent.so] => (Agent Proxy Channel)
  == Registered channel type 'Agent' (Call Agent Proxy Channel)
  == Registered application 'AgentLogin'
  == Registered application 'AgentCallbackLogin'
  == Registered application 'AgentMonitorOutgoing'
  == Manager registered action Agents
  == Manager registered action AgentLogoff
  == Manager registered action AgentCallbackLogin
  == Parsing '/etc/asterisk/agents.conf': Found
 [chan_phone.so] => (Linux Telephony API Support)
  == Parsing '/etc/asterisk/phone.conf': Found
  == Registered channel type 'Phone' (Standard Linux Telephony API Driver)
 [chan_skinny.so] => (Skinny Client Control Protocol (Skinny))
  == Parsing '/etc/asterisk/skinny.conf': Found
  == Skinny listening on 10.226.13.13:2000
  == Registered channel type 'Skinny' (Skinny Client Control Protocol (Skinny))
 [chan_features.so] => (Feature Proxy Channel)
  == Registered channel type 'Feature' (Feature Proxy Channel Driver)
 [chan_sip.so] => (Session Initiation Protocol (SIP))
  == Parsing '/etc/asterisk/sip.conf': Found
    -- SIP Seeding peer from astdb: '51099' at [email protected]:5060 for 120
  == SIP Listening on 10.226.13.13:5060
  == Using TOS bits 16
  == Registered channel type 'SIP' (Session Initiation Protocol (SIP))
  == Registered application 'SIPDtmfMode'
  == Registered application 'SIPAddHeader'
  == Registered application 'SIPGetHeader'
  == Registered custom function SIP_HEADER
  == Registered custom function SIPPEER
  == Registered custom function SIPCHANINFO
  == Registered custom function CHECKSIPDOMAIN
  == Manager registered action SIPpeers
  == Manager registered action SIPshowpeer
 [skipping pbx_dundi.so]
 [pbx_functions.so] => (Builtin dialplan functions)
  == Registered custom function MD5
  == Registered custom function CHECK_MD5
  == Registered custom function MATH
  == Registered custom function GROUP_COUNT
  == Registered custom function GROUP_MATCH_COUNT
  == Registered custom function GROUP
  == Registered custom function GROUP_LIST
  == Registered custom function FIELDQTY
  == Registered custom function REGEX
  == Registered custom function LEN
  == Registered custom function STRFTIME
  == Registered custom function EVAL
  == Registered custom function CDR
  == Registered custom function ISNULL
  == Registered custom function SET
  == Registered custom function EXISTS
  == Registered custom function IF
  == Registered custom function IFTIME
  == Registered custom function ENV
  == Registered custom function DB
  == Registered custom function DB_EXISTS
  == Registered custom function TIMEOUT
  == Registered custom function LANGUAGE
  == Registered custom function MUSICCLASS
 [skipping pbx_ael.so]
 [pbx_spool.so] => (Outgoing Spool Support)
 [pbx_loopback.so] => (Loopback Switch)
 [pbx_config.so] => (Text Extension Configuration)
  == Parsing '/etc/asterisk/extensions.conf': Found
  == Setting global variable 'CONSOLE' to 'Conmsole/dsp'
  == Setting global variable 'IAXINFO' to 'guest'
  == Setting global variable 'TRUNK' to 'Capi'
  == Setting global variable 'TRUNK' to 'Zap/g2'
  == Setting global variable 'TRUNKMSD' to '1'
    -- Registered extension context 'default'
    -- Including context 'demo' in context 'default'
    -- Including context 'vmailbox' in context 'default'
    -- Including context 'vmailboxOWN' in context 'default'
    -- Including context 'echotest' in context 'default'
    -- Including context 'users' in context 'default'
    -- Including context 'outgoingISDN' in context 'default'
    -- Including context 'incomingISDN' in context 'default'
    -- Including context 'local' in context 'default'
    -- Registered extension context 'demo'
    -- Added extension '58002' priority 1 to demo
    -- Added extension '58002' priority 2 to demo
    -- Added extension '58002' priority 3 to demo
    -- Added extension '58002' priority 4 to demo
    -- Registered extension context 'vmailbox'
    -- Added extension '58000' priority 1 to vmailbox
    -- Added extension '58000' priority 2 to vmailbox
    -- Added extension '58000' priority 3 to vmailbox
    -- Added extension '58000' priority 4 to vmailbox
    -- Registered extension context 'vmailboxOWN'
    -- Added extension '58000' priority 1 to vmailboxOWN
    -- Added extension '58000' priority 2 to vmailboxOWN
    -- Added extension '58000' priority 3 to vmailboxOWN
    -- Added extension '58000' priority 4 to vmailboxOWN
    -- Registered extension context 'echotest'
    -- Added extension '58001' priority 1 to echotest
    -- Added extension '58001' priority 2 to echotest
    -- Added extension '58001' priority 3 to echotest
    -- Added extension '58001' priority 4 to echotest
    -- Added extension '58001' priority 5 to echotest
    -- Added extension '58001' priority 6 to echotest
    -- Registered extension context 'local'
    -- Added extension '_5XXXX' priority 1 to local
    -- Added extension '_5XXXX' priority 2 to local
    -- Registered extension context 'incomingISDN'
    -- Added extension '1' priority 1 to incomingISDN
    -- Added extension '1' priority 2 to incomingISDN
    -- Added extension '1' priority 3 to incomingISDN
    -- Added extension '2' priority 1 to incomingISDN
    -- Added extension '2' priority 2 to incomingISDN
    -- Added extension '2' priority 3 to incomingISDN
    -- Added extension '3' priority 1 to incomingISDN
    -- Added extension '3' priority 2 to incomingISDN
    -- Added extension '3' priority 3 to incomingISDN
    -- Added extension '4' priority 1 to incomingISDN
    -- Added extension '4' priority 2 to incomingISDN
    -- Added extension '4' priority 3 to incomingISDN
    -- Added extension '5' priority 1 to incomingISDN
    -- Added extension '5' priority 2 to incomingISDN
    -- Added extension '5' priority 3 to incomingISDN
    -- Added extension '6' priority 1 to incomingISDN
    -- Added extension '6' priority 2 to incomingISDN
    -- Added extension '6' priority 3 to incomingISDN
    -- Added extension '7' priority 1 to incomingISDN
    -- Added extension '7' priority 2 to incomingISDN
    -- Added extension '7' priority 3 to incomingISDN
    -- Added extension '8' priority 1 to incomingISDN
    -- Added extension '8' priority 2 to incomingISDN
    -- Added extension '8' priority 3 to incomingISDN
    -- Added extension '9' priority 1 to incomingISDN
    -- Added extension '9' priority 2 to incomingISDN
    -- Added extension '9' priority 3 to incomingISDN
    -- Added extension '9' priority 4 to incomingISDN
    -- Added extension '0' priority 1 to incomingISDN
    -- Added extension '0' priority 2 to incomingISDN
    -- Registered extension context 'users'
    -- Added extension 'achim' priority 1 to users
    -- Added extension '51091' priority 1 to users
    -- Added extension '51091' priority 2 to users
    -- Added extension '51091' priority 102 to users
    -- Added extension 'ingo' priority 1 to users
    -- Added extension '52329' priority 1 to users
    -- Added extension '52329' priority 2 to users
    -- Added extension '52329' priority 102 to users
    -- Added extension 'sven' priority 1 to users
    -- Added extension '51092' priority 1 to users
    -- Added extension '51092' priority 2 to users
    -- Added extension '51092' priority 102 to users
    -- Added extension 'hans-juergen' priority 1 to users
    -- Added extension '51209' priority 1 to users
    -- Added extension '51209' priority 2 to users
    -- Added extension '51209' priority 102 to users
    -- Added extension 'tobias' priority 1 to users
    -- Added extension '51099' priority 1 to users
    -- Added extension '51099' priority 2 to users
    -- Added extension '51099' priority 102 to users
    -- Added extension 'test' priority 1 to users
    -- Added extension '50000' priority 1 to users
    -- Added extension '50000' priority 2 to users
    -- Added extension '50000' priority 102 to users
    -- Added extension 'ulf' priority 1 to users
    -- Added extension '51259' priority 1 to users
    -- Added extension '51259' priority 2 to users
    -- Added extension '51259' priority 102 to users
    -- Added extension 'wieland' priority 1 to users
    -- Added extension '59042' priority 1 to users
    -- Added extension '59042' priority 2 to users
    -- Added extension '59042' priority 102 to users
    -- Added extension 'katrin' priority 1 to users
    -- Added extension '51215' priority 1 to users
    -- Added extension '51215' priority 2 to users
    -- Added extension '51215' priority 102 to users
    -- Added extension 'roland' priority 1 to users
    -- Added extension '51262' priority 1 to users
    -- Added extension '51262' priority 2 to users
    -- Added extension '51262' priority 102 to users
    -- Added extension 'volker' priority 1 to users
    -- Added extension '51095' priority 1 to users
    -- Added extension '51095' priority 2 to users
    -- Added extension '51095' priority 102 to users
    -- Added extension 'hartmut' priority 1 to users
    -- Added extension '52323' priority 1 to users
    -- Added extension '52323' priority 2 to users
    -- Added extension '52323' priority 102 to users
    -- Added extension 'raimund' priority 1 to users
    -- Added extension '52316' priority 1 to users
    -- Added extension '52316' priority 2 to users
    -- Added extension '52316' priority 102 to users
    -- Added extension 'andre' priority 1 to users
    -- Added extension '59999' priority 1 to users
    -- Added extension '59999' priority 2 to users
    -- Added extension '59999' priority 102 to users
    -- Added extension 'toni' priority 1 to users
    -- Added extension '59998' priority 1 to users
    -- Added extension '59998' priority 2 to users
    -- Added extension '59998' priority 102 to users
    -- Registered extension context 'outgoingISDN'
    -- Added extension '_X.' priority 1 to outgoingISDN
    -- Added extension '_X.' priority 2 to outgoingISDN
 [pbx_realtime.so] => (Realtime Switch)
 [app_sms.so] => (SMS/PSTN handler)
  == Registered application 'SMS'
 [skipping cdr_custom.so]
 [app_hasnewvoicemail.so] => (Indicator for whether a voice mailbox has messages in a given folder.
  == Registered custom function VMCOUNT
  == Registered application 'HasVoicemail'
  == Registered application 'HasNewVoicemail'
 [format_wav_gsm.so] => (Microsoft WAV format (Proprietary GSM))
  == Registered file format wav49, extension(s) WAV|wav49
 [app_url.so] => (Send URL Applications)
  == Registered application 'SendURL'
 [app_test.so] => (Interface Test Application)
  == Registered application 'TestClient'
  == Registered application 'TestServer'
 [app_eval.so] => (Reevaluates strings)
  == Registered application 'Eval'
 [app_chanspy.so] => (Listen to the audio of an active channel
)
  == Registered application 'ChanSpy'
 [app_sendtext.so] => (Send Text Applications)
  == Registered application 'SendText'
 [skipping pbx_dundi.so]
 [app_exec.so] => (Executes applications)
  == Registered application 'Exec'
 [app_txtcidname.so] => (TXTCIDName)
  == Registered application 'TXTCIDName'
 [cdr_manager.so] => (Asterisk Call Manager CDR Backend)
  == Parsing '/etc/asterisk/cdr_manager.conf': Found
 [app_directory.so] => (Extension Directory)
  == Registered application 'Directory'
 [app_playback.so] => (Sound File Playback Application)
  == Registered application 'Playback'
 [codec_adpcm.so] => (Adaptive Differential PCM Coder/Decoder)
  == Registered translator 'adpcmtolin' from format adpcm to slin, cost 1
  == Registered translator 'lintoadpcm' from format slin to adpcm, cost 1
 [app_groupcount.so] => (Group Management Routines)
  == Registered application 'GetGroupCount'
  == Registered application 'SetGroup'
  == Registered application 'CheckGroup'
  == Registered application 'GetGroupMatchCount'
 [app_adsiprog.so] => (Asterisk ADSI Programming Application)
  == Registered application 'ADSIProg'
 [app_chanisavail.so] => (Check channel availability)
  == Registered application 'ChanIsAvail'
 [app_callingpres.so] => (Callingpres(number): Changes the presentation for the callerid. Should )
  == Registered application 'CallingPres'
 [app_softhangup.so] => (Hangs up the requested channel)
  == Registered application 'SoftHangup'
 [codec_lpc10.so] => (LPC10 2.4kbps (signed linear) Voice Coder)
  == Registered translator 'lpc10tolin' from format lpc10 to slin, cost 3
  == Registered translator 'lintolpc10' from format slin to lpc10, cost 4
 [app_setcidname.so] => (Set CallerID Name)
  == Registered application 'SetCIDName'
 [format_g723.so] => (G.723.1 Simple Timestamp File Format)
  == Registered file format g723sf, extension(s) g723|g723sf
 [format_g726.so] => (Raw G.726 (16/24/32/40kbps) data)
  == Registered file format g726-40, extension(s) g726-40
  == Registered file format g726-32, extension(s) g726-32
  == Registered file format g726-24, extension(s) g726-24
  == Registered file format g726-16, extension(s) g726-16
 [format_g729.so] => (Raw G729 data)
  == Registered file format g729, extension(s) g729
 [app_userevent.so] => (Custom User Event Application)
  == Registered application 'UserEvent'
 [skipping pbx_ael.so]
 [codec_gsm.so] => (GSM/PCM16 (signed linear) Codec Translator)
  == Registered translator 'gsmtolin' from format gsm to slin, cost 1
  == Registered translator 'lintogsm' from format slin to gsm, cost 3
 [app_authenticate.so] => (Authentication Application)
  == Registered application 'Authenticate'
 [format_pcm_alaw.so] => (Raw aLaw 8khz PCM Audio support)
  == Registered file format alaw, extension(s) alaw|al
 [format_ilbc.so] => (Raw iLBC data)
  == Registered file format iLBC, extension(s) ilbc
 [format_h263.so] => (Raw h263 data)
  == Registered file format h263, extension(s) h263
 [func_uri.so] => (URI encode/decode functions)
  == Registered custom function URIDECODE
  == Registered custom function URIENCODE
 [app_forkcdr.so] => (Fork The CDR into 2 separate entities.)
  == Registered application 'ForkCDR'
 [app_page.so] => (Page Multiple Phones)
  == Registered application 'Page'
 [app_ices.so] => (Encode and Stream via icecast and ices)
  == Registered application 'ICES'
 [app_nbscat.so] => (Silly NBS Stream Application)
  == Registered application 'NBScat'
 [codec_a_mu.so] => (A-law and Mulaw direct Coder/Decoder)
  == Registered translator 'alawtoulaw' from format alaw to ulaw, cost 1
  == Registered translator 'ulawtoalaw' from format ulaw to alaw, cost 1
 [app_system.so] => (Generic System() application)
  == Registered application 'TrySystem'
  == Registered application 'System'
 [app_record.so] => (Trivial Record Application)
  == Registered application 'Record'
 [skipping chan_iax2.so]
 [app_milliwatt.so] => (Digital Milliwatt (mu-law) Test Application)
  == Registered application 'Milliwatt'
 [app_parkandannounce.so] => (Call Parking and Announce Application)
  == Registered application 'ParkAndAnnounce'
 [app_sayunixtime.so] => (Say time)
  == Registered application 'SayUnixTime'
  == Registered application 'DateTime'
 [app_dumpchan.so] => (Dump Info About The Calling Channel)
  == Registered application 'DumpChan'
 [app_zapscan.so] => (Scan Zap channels application)
  == Registered application 'ZapScan'
 [app_macro.so] => (Extension Macros)
  == Registered application 'MacroExit'
  == Registered application 'MacroIf'
  == Registered application 'Macro'
 [app_random.so] => (Random goto)
  == Registered application 'Random'
 [app_settransfercapability.so] => (Set ISDN Transfer Capability)
  == Registered application 'SetTransferCapability'
 [codec_ulaw.so] => (Mu-law Coder/Decoder)
  == Registered translator 'ulawtolin' from format ulaw to slin, cost 1
  == Registered translator 'lintoulaw' from format slin to ulaw, cost 1
 [app_zapras.so] => (Zap RAS Application)
  == Registered application 'ZapRAS'
 [app_controlplayback.so] => (Control Playback Application)
  == Registered application 'ControlPlayback'
 [format_au.so] => (Sun Microsystems AU format (signed linear))
  == Registered file format au, extension(s) au
 [format_jpeg.so] => (JPEG (Joint Picture Experts Group) Image Format)
  == Registered format 'jpg' (JPEG (Joint Picture Experts Group))
 [codec_alaw.so] => (A-law Coder/Decoder)
  == Registered translator 'alawtolin' from format alaw to slin, cost 1
  == Registered translator 'lintoalaw' from format slin to alaw, cost 1
 [app_transfer.so] => (Transfer)
  == Registered application 'Transfer'
 [cdr_csv.so] => (Comma Separated Values CDR Backend)
 [app_externalivr.so] => (External IVR Interface Application)
  == Registered application 'ExternalIVR'
 [app_voicemail.so] => (Comedian Mail (Voicemail System))
  == Registered application 'VoiceMail'
  == Registered application 'VoiceMailMain'
  == Registered application 'MailboxExists'
  == Registered application 'VMAuthenticate'
  == Parsing '/etc/asterisk/voicemail.conf': Found
 [app_pickup.so] => (PickUp/PickDown/Steal/PickupChan/StealChan)
  == Registered application 'StealChan'
  == Registered application 'PickupChan'
  == Registered application 'PickDown'
  == Registered application 'Steal'
  == Registered application 'PickUp'
 [app_while.so] => (While Loops and Conditional Execution)
  == Registered application 'While'
  == Registered application 'ExecIf'
  == Registered application 'EndWhile'
 [codec_speex.so] => (Speex/PCM16 (signed linear) Codec Translator)
  == Registered translator 'speextolin' from format speex to slin, cost 2
  == Registered translator 'lintospeex' from format slin to speex, cost 30
 [app_verbose.so] => (Send verbose output)
  == Registered application 'Verbose'
 [app_setcdruserfield.so] => (CDR user field apps)
  == Registered application 'SetCDRUserField'
  == Registered application 'AppendCDRUserField'
  == Manager registered action SetCDRUserField
 [codec_g726.so] => (ITU G.726-32kbps G726 Transcoder)
  == Registered translator 'g726tolin' from format g726 to slin, cost 2
  == Registered translator 'lintog726' from format slin to g726, cost 2
 [app_lookupblacklist.so] => (Look up Caller*ID name/number from blacklist database)
  == Registered application 'LookupBlacklist'
 [app_zapbarge.so] => (Barge in on Zap channel application)
  == Registered application 'ZapBarge'
 [app_mixmonitor.so] => (Mixed Audio Monitoring Application)
  == Registered application 'MixMonitor'
 [app_getcpeid.so] => (Get ADSI CPE ID)
  == Registered application 'GetCPEID'
 [app_enumlookup.so] => (ENUM Lookup)
  == Registered application 'EnumLookup'
  == Parsing '/etc/asterisk/enum.conf': Found
 [codec_ilbc.so] => (iLBC/PCM16 (signed linear) Codec Translator)
  == Registered translator 'ilbctolin' from format ilbc to slin, cost 6
  == Registered translator 'lintoilbc' from format slin to ilbc, cost 20
 [app_dictate.so] => (Virtual Dictation Machine)
  == Registered application 'Dictate'
 [app_segfault.so] => (Application for crashing Asterisk with a segmentation fault)
  == Registered application 'Segfault'
 [app_read.so] => (Read Variable Application)
  == Registered application 'Read'
 [app_alarmreceiver.so] => (Alarm Receiver for Asterisk)
  == Parsing '/etc/asterisk/alarmreceiver.conf': Found
  == Registered application 'AlarmReceiver'
 [format_gsm.so] => (Raw GSM data)
  == Registered file format gsm, extension(s) gsm
 [app_dial.so] => (Dialing Application)
  == Registered application 'Dial'
  == Registered application 'RetryDial'
 [app_disa.so] => (DISA (Direct Inward System Access) Application)
  == Registered application 'DISA'
 [app_realtime.so] => (Realtime Data Lookup/Rewrite)
  == Registered application 'RealTimeUpdate'
  == Registered application 'RealTime'
 [app_cdr.so] => (Tell Asterisk to not maintain a CDR for the current call)
  == Registered application 'NoCDR'
 [app_image.so] => (Image Transmission Application)
  == Registered application 'SendImage'
 [func_callerid.so] => (Caller ID related dialplan function)
  == Registered custom function CALLERID
 [func_enum.so] => (ENUMLOOKUP allows for general or specific querying of NAPTR records or )
  == Registered custom function ENUMLOOKUP
  == Registered custom function TXTCIDNAME
 [app_cut.so] => (Cut out information from a string)
  == Registered custom function CUT
  == Registered custom function SORT
  == Registered application 'Sort'
  == Registered application 'Cut'
 [app_devstate.so] => (Application for sending device state messages)
  == Registered channel type 'DS' (Application for sending device state messages)
  == Manager registered action Devstate
  == Registered application 'Devstate'
 [app_setrdnis.so] => (Set RDNIS Number)
  == Registered application 'SetRDNIS'
 [app_festival.so] => (Simple Festival Interface)
  == Registered application 'Festival'
 [app_meetme.so] => (MeetMe conference bridge)
  == Parsing '/etc/asterisk/meetme.conf': Found
  == Registered application 'MeetMeAdmin'
  == Registered application 'MeetMeCount'
  == Registered application 'MeetMe'
 [app_echo.so] => (Simple Echo Application)
  == Registered application 'Echo'
 [format_pcm.so] => (Raw uLaw 8khz Audio support (PCM))
  == Registered file format pcm, extension(s) pcm|ulaw|ul|mu
 [app_privacy.so] => (Require phone number to be entered, if no CallerID sent)
  == Registered application 'PrivacyManager'
 [app_flash.so] => (Flash zap trunk application)
  == Registered application 'Flash'
 [app_setcallerid.so] => (Set CallerID Application)
  == Registered application 'SetCallerPres'
  == Registered application 'SetCallerID'
 [app_stack.so] => (Stack Routines)
  == Registered application 'StackPop'
  == Registered application 'Return'
  == Registered application 'GosubIf'
  == Registered application 'Gosub'
 [format_sln.so] => (Raw Signed Linear Audio support (SLN))
  == Registered file format sln, extension(s) sln|raw
 [app_zapateller.so] => (Block Telemarketers with Special Information Tone)
  == Registered application 'Zapateller'
 [app_queue.so] => (True Call Queueing)
  == Registered application 'Queue'
  == Manager registered action Queues
  == Manager registered action QueueStatus
  == Manager registered action QueueAdd
  == Manager registered action QueueRemove
  == Manager registered action QueuePause
  == Registered application 'AddQueueMember'
  == Registered application 'RemoveQueueMember'
  == Registered application 'PauseQueueMember'
  == Registered application 'UnpauseQueueMember'
  == Registered custom function QUEUEAGENTCOUNT
  == Parsing '/etc/asterisk/queues.conf': Found
 [app_md5.so] => (MD5 checksum applications)
  == Registered application 'MD5Check'
  == Registered application 'MD5'
 [app_mp3.so] => (Silly MP3 Application)
  == Registered application 'MP3Player'
 [app_lookupcidname.so] => (Look up CallerID Name from local database)
  == Registered application 'LookupCIDName'
 [format_wav.so] => (Microsoft WAV format (8000hz Signed Linear))
  == Registered file format wav, extension(s) wav
 [app_senddtmf.so] => (Send DTMF digits Application)
  == Registered application 'SendDTMF'
 [skipping res_musiconhold.so]
 [format_vox.so] => (Dialogic VOX (ADPCM) File Format)
  == Registered file format vox, extension(s) vox
 [app_directed_pickup.so] => (Directed Call Pickup Application)
  == Registered application 'DPickup'
 [app_waitforring.so] => (Waits until first ring after time)
  == Registered application 'WaitForRing'
 [app_readfile.so] => (Stores content of file into a variable)
  == Registered application 'ReadFile'
 [app_setcidnum.so] => (Set CallerID Number)
  == Registered application 'SetCIDNum'
 [app_talkdetect.so] => (Playback with Talk Detection)
  == Registered application 'BackgroundDetect'
 [app_math.so] => (Basic Math Functions)
  == Registered application 'Math'
 [app_db.so] => (Database Access Functions)
  == Registered application 'DBget'
  == Registered application 'DBput'
  == Registered application 'DBdel'
  == Registered application 'DBdeltree'
 [app_waitforsilence.so] => (Wait For Silence)
  == Registered application 'WaitForSilence'
  == Manager registered action DBget
  == Manager registered action DBput
  == Manager registered action DBdel
  == Parsing '/etc/asterisk/enum.conf': Found
Asterisk Ready.
*CLI>

Man beachte es geht hier erstmal um das TEST-SYSTEM

Danke schon mal im vorraus

MFG lol
 
Laut Deiner Angabe der Nummern ist das wohl ein Anlagenanschluss, aber in der capi.conf hast Du isdnmode=msn stehen. Da sollte dann im Fall von Anlagenanschluss isdnmode=did stehen.

Abgehend waere das log mit 'set verbose 5' und 'capi debug' wichtig um zu sehen, was genau passiert.

Armin
 
capi.conf korrigiert msn => did
Set verbose 5
Capi Debugging Enable
Wahl vom SIP- Telefon:
im CLI keine Ausgabe und das SIP-Telefon sagt immer noch das die Nummer nicht existiert..

Liegt der Fehler vielleicht im Context der extensions.conf??

MFG lol
 
Ruf von ISDN nach SIP

capidebug gibt aus:

Code:
lnbe-as*CLI> set verbose 5
Verbosity was 197 and is now 5
lnbe-as*CLI> capi debug
CAPI Debugging Enabled
CONNECT_IND ID=002 #0x0053 LEN=0032
  Controller/PLCI/NCCI            = 0x101
  CIPValue                        = 0x4
  CalledPartyNumber               = default
  CallingPartyNumber              = <01 81>1099
  CalledPartySubaddress           = default
  CallingPartySubaddress          = default
  BC                              = <90 90 a3>
  LLC                             = default
  HLC                             = default
  AdditionalInfo                  = default

    -- CONNECT_IND (PLCI=0x101,DID=,CID=1099,CIP=0x4,CONTROLLER=0x1)
  == ISND1: Incoming call '1099' -> ''
INFO_IND ID=002 #0x0054 LEN=0017
  Controller/PLCI/NCCI            = 0x101
  InfoNumber                      = 0x1e
  InfoElement                     = <81 83>

INFO_RESP ID=002 #0x0054 LEN=0012
  Controller/PLCI/NCCI            = 0x101

    -- ISND1: info element PI 81 83
       > ISND1: Origination is non ISDN
INFO_IND ID=002 #0x0055 LEN=0016
  Controller/PLCI/NCCI            = 0x101
  InfoNumber                      = 0x18
  InfoElement                     = <8a>

INFO_RESP ID=002 #0x0055 LEN=0012
  Controller/PLCI/NCCI            = 0x101

    -- ISND1: info element CHANNEL IDENTIFICATION 8a
INFO_IND ID=002 #0x0057 LEN=0017
  Controller/PLCI/NCCI            = 0x101
  InfoNumber                      = 0x1e
  InfoElement                     = <81 83>

INFO_RESP ID=002 #0x0057 LEN=0012
  Controller/PLCI/NCCI            = 0x101

    -- ISND1: info element PI 81 83
       > ISND1: Origination is non ISDN
INFO_IND ID=002 #0x0058 LEN=0016
  Controller/PLCI/NCCI            = 0x101
  InfoNumber                      = 0x18
  InfoElement                     = <8a>

INFO_RESP ID=002 #0x0058 LEN=0012
  Controller/PLCI/NCCI            = 0x101

    -- ISND1: info element CHANNEL IDENTIFICATION 8a
DISCONNECT_IND ID=002 #0x0059 LEN=0014
  Controller/PLCI/NCCI            = 0x101
  Reason                          = 0x0

DISCONNECT_RESP ID=002 #0x0059 LEN=0012
  Controller/PLCI/NCCI            = 0x101

  == ISND1: CAPI Hangingup
  == ISND1: Interface cleanup PLCI=0x101
lnbe-as*CLI>
 
Hallo..



Hallo.. hab jetz soweit alles im Griff..

Nur
- SIP zu ISDN geht nicht

Das SIP Telefon sagt nur das die Telefonnummer nicht existiert und im CLI wird nichts ausgegeben.. auch nicht mitm Capidebug und Verbose 5..

Ist mein outgoingISDN Kontext nicht richtig??

Code:
[outgoingISDN]
exten => _X.,1,SetCIDNum(1390)
exten => _X.,2,Dial(CAPI/contr1/${EXTEN})
 
lol-on-tour schrieb:
Ist mein outgoingISDN Kontext nicht richtig??

Das kommt darauf wie deine extensions.conf aussieht und ob dieser Kontext
auch vom SIP Telefon erreichbar ist. Du solltest auch nicht ALLE Nummern (_X.)
einsetzen, wenn du gleichzeitig auch andere Nummern ueber andere Kontexte einbindest.

Armin
 
Meine extensions.conf steht etwas weiter oben in diesem Threat. Wie soll ich es sonst machen wenn nicht _X?? Es geht hier um ein Volumen von ca. 650 Nummern. soll ich jetzt für jede Telefonnummer ein extra Eintrag in die Konfiguration machen??
 
_X. ist nicht schlimm, aber unschoen.

Anyway, deine SIPs kommen in den Context 'users', aber in diesem Context ist keine Regel fuer CAPI...

Armin
 
Wie würde diese Regel für CAPI aussehen?? ich habe eigendlich eine regel im outgoingISDN context und dieser ist auch in der capi.conf hinterlegt..

MFG
 
Der context in der capi.conf ist nur fuer eingehende Anrufe.
Wenn, dann muesstest Du es in der sip.conf einstellen. Aber es reicht, wenn du
in den sip-contexten:
include=>outgoingISDN
hinzufuegst. Aber wie schon erwaehnt, sollte _X. nicht verwendet werden, denn so gibt es einen 'match' fuer alles, aber du hast ja auch nummern fuer sip.

Armin
 
hallo zusammen ich eine frage an lol-on-tour und zwar was bedeutet controller=1,2,3,4

unter capi.conf
hast du hier eine 4S0 isdn-karte als TE-Modus in betrieb wenn ja

ich habe auch eine 8S0-ISDN-Karte als TE-Modus und möchte ich mit asterisk in betrieb nehmen brauche ich nur unter capi.conf die isdn karte zu konfigurieren d.h

controller=1,2,3,4,5,6,7,8

und auch noch in extensions.conf oder soll ich misdn runterladen und kompilieren.


Danke
 
Mehrere Controller mit
controller=
anzugeben ist mit neuem chan-capi nicht korrekt. Fuer jeden Port muss eine eigene Interface-Sektion angelegt werden.

Armin
 
hallo armincm danke für die Antwort

und meine Frage noch wie soll ich meine 8S0 ISDN-Karte als TE-Modus mit asterisk und capi.conf funktionieren oder geht das nicht und soll ich misdn benutzen und wenn das geht mit capi wie soll ich die Controller einrichten
mfg
 
Mal eine ernste Frage: Wurde das Problem von lol-on-tour gelöst?
Er hat offensichtlich 2 AVM ISDN Fritz!Card PCI in einen seiner Rechner eingebaut.
Anderswo habe ich schon gelesen, dass das ohnehin nicht ginge (ohne Angaben von Gründen).
Kann mir jemand Auskunft geben, ob das geht?
Und wenn ja, wie, und wenn nein, warum nicht?
Das würde mich wirklich mal interessieren! Ich will ja nicht dumm sterben! :)
 
hallo armincm ich habe noch nicht verstanden was du meinst mit (anzugeben ist mit neuem chan-capi nicht korrekt. Fuer jeden Port muss eine eigene Interface-Sektion angelegt werden.)

und wie soll ich meine 8S0 ISDN-Karte die als (TE-Modus) mit capi.conf zu konfigurieren Entschuldigung für die zu viele fragen aber das ist sehr wichtig für meine Studienarbeit kannst du mir vielleicht ein ein Tip und ein Beispiel geben

mfg
 
In der capi.conf gibt es eine Sektion [general], die fuer alle Ports gültig ist. Danach kommen die Ports dran, z.B.
[ISDN1]. Fuer jeden Port muss eine solche Sektion angelegt werden und per controller= nur die Nummer von diesem Port angeben.
Die capi.conf aus dem chan-capi Paket zeigt dir genau das.
In der Port-Sektion kannst du dann mit ntmode= einstellen, ob dieser Port im NT mode laeuft oder nicht. Dass dieser Port wirklich NT mode macht, musst du natuerlich deinem Treiber beibringen.

Armin
 
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.