Hallo,
ich möchte, daß wenn ich von einem Telefon an der TK-Anlage die NST 22 anrufe, ein Freizeichen bekomme und ich dann weiterwählen kann.
Wenn ich mit "asterisk -dddvvv" Asterisk starte, bekomme ich die folgende Fehlermeldung:
NOTICE[11829]:chan_sip.c:6854 handle_response: Failed to authenticate on REGISTER to '<sip:[email protected]>;tag=as21d3dxxx'
NOTICE[11829]: chan_sip.c:4045 sip_reg_timeout: -- Registration for '[email protected]' timed out, trying again
Wenn ich die Nebenstelle 22 anrufe, bekomme ich die folgende Fehlermeldung:
== Starting CAPI/contr1/22-0 at capi-in,22,1 failed so falling back to exten 's'
-- started pbx on channel (callgroup=0)!
== Starting CAPI/contr1/22-0 at capi-in,s,1 still failed so falling back to context 'default'
WARNING[11829]: pbx.c:1892 ast_pbx_run: Channel 'CAPI/contr1/22-0' sent into invalid extension 's' in context 'default', but no invalid handler
Hat jemand eine Idee an was das liegen könnte?
Gruß Ralf
ich möchte, daß wenn ich von einem Telefon an der TK-Anlage die NST 22 anrufe, ein Freizeichen bekomme und ich dann weiterwählen kann.
Wenn ich mit "asterisk -dddvvv" Asterisk starte, bekomme ich die folgende Fehlermeldung:
NOTICE[11829]:chan_sip.c:6854 handle_response: Failed to authenticate on REGISTER to '<sip:[email protected]>;tag=as21d3dxxx'
NOTICE[11829]: chan_sip.c:4045 sip_reg_timeout: -- Registration for '[email protected]' timed out, trying again
Wenn ich die Nebenstelle 22 anrufe, bekomme ich die folgende Fehlermeldung:
== Starting CAPI/contr1/22-0 at capi-in,22,1 failed so falling back to exten 's'
-- started pbx on channel (callgroup=0)!
== Starting CAPI/contr1/22-0 at capi-in,s,1 still failed so falling back to context 'default'
WARNING[11829]: pbx.c:1892 ast_pbx_run: Channel 'CAPI/contr1/22-0' sent into invalid extension 's' in context 'default', but no invalid handler
Hat jemand eine Idee an was das liegen könnte?
Code:
sip.conf:
[general]
context=default
port=5060
bindaddr=0.0.0.0
srvlookup=yes
register => 0322230xxxxx:passwort:[email protected]/0322230xxxxx
;
[t-online]
type=friend
username=Ralfxxx
secret=passwort
host=tel.t-online.de
fromuser=0322230xxxxx
fromdomain=tel.t-online.de
canreinvite=no
qualify=no
disallow=all
allow=alaw
allow=ulaw
allow=ilbc
allow=g726
allow=g729
allow=gsm
insecure=very
nat=no
dtmfmode=info
tos=0x18
Code:
capi.conf
[general]
nationalprefix=0
internationalprefix=00
rxgain=0.8
txgain=0.8
[interfaces]
msn=22
isdnmode=ptmp
incomingmsn=22
controller=1
group=1
softdtmf=0
accountcode=
context=capi-in
echocancel=no
devices =2
Code:
extensions.conf
[general]
static=yes
writeprotect=no
[globals]
CONSOLE=Console/dsp
TRUNKMSD=1
exten => 22,1,DISA,no-password|out_t-online
[out_t-online]
exten => _.,1,SetCIDName(0322230xxxxx)
exten => _.,2,Dial(SIP/${EXTEN}@t-online,,tr)
Gruß Ralf