Hat jemand einen vernünftigen Link für ein Howto?
Konfiguration aktuell: ubuntu 9.04
Kernel 2.6.28-r15 generell
mISDN v2
lcr_20090906.tar.gz
mISDNuser_20090906.tar.gz
/usr/local/lcr/interface.conf
/usr/local/lcr/routing.conf
/etc/asterisk/extensions.conf
Wenn ich das so mache stürzt Asterisk beim Faxanruf ab
Konfiguration aktuell: ubuntu 9.04
Kernel 2.6.28-r15 generell
mISDN v2
lcr_20090906.tar.gz
mISDNuser_20090906.tar.gz
/usr/local/lcr/interface.conf
Code:
[mISDNextern]
portnum 0
screen-in national % 0%
screen-in international % 00%
ptp
/usr/local/lcr/routing.conf
Code:
[main]
remote=asterisk interface=mISDNintern : remote application=asterisk exten=0
remote=asterisk interface=mISDNextern : remote application=asterisk
default : efi
/etc/asterisk/extensions.conf
Code:
[mISDNextern] ;Anruf über ISDN empfangen
exten => 680438,1,Goto(FAXin,s,1) ; Faxempfang privat
[FAXin] ; Fax Empfang
exten => s,1,Answer()
exten => s,n,Set(LOCALSTATIONID=0800680438)
exten => s,n,Set(LOCALHEADERINFO=anonymisiert & getötet)
exten => s,n,Set(FAXFILE=/var/spool/asterisk/fax/${CALLERID(num)}-${UNIQUEID}.tif)
exten => s,n,RxFAX(${FAXFILE},ecm)
exten => s,n,Hangup()
exten => h,1,NoOp(RxFAX completed)
Wenn ich das so mache stürzt Asterisk beim Faxanruf ab
[Sep 11 17:29:31] WARNING[2326]: chan_sip.c:12892 handle_response: Remote host can't match request NOTIFY to call '[email protected]'. Giving up.
[Sep 11 17:29:33] WARNING[2326]: chan_sip.c:12892 handle_response: Remote host can't match request NOTIFY to call '[email protected]'. Giving up.
[Sep 11 17:30:13] NOTICE[2327]: chan_lcr.c:1252 receive_message: [call=NULL ast=NULL] Received new ref by LCR, due to incomming call. (ref=8)
[Sep 11 17:30:13] NOTICE[2327]: chan_lcr.c:315 alloc_call: [call=0 ast=NULL] Call instance allocated.
[Sep 11 17:30:13] NOTICE[2327]: chan_lcr.c:803 lcr_in_setup: [call=8 ast=NULL] Incomming setup from LCR. (callerid 680438, dialing 680438)
[Sep 11 17:30:13] NOTICE[2327]: chan_lcr.c:712 lcr_start_pbx: [call=8 ast=lcr/12] Try to start pbx. (exten=680438 context=mISDNextern complete=no)
[Sep 11 17:30:13] NOTICE[2327]: chan_lcr.c:351 send_message: [call=NULL ast=NULL] Sending MESSAGE_OVERLAP to socket.
[Sep 11 17:30:13] NOTICE[2327]: chan_lcr.c:749 lcr_start_pbx: [call=8 ast=lcr/12] Extensions matches.
[Sep 11 17:30:13] NOTICE[2327]: chan_lcr.c:780 lcr_start_pbx: [call=8 ast=lcr/12] Starting call to Asterisk due to matching extension.
asterisk*CLI>
Disconnected from Asterisk server