Re: LCR1.14-MISDNV2-Asterisk11-No DialTone?

Thomas Hilber <i4l-usr-O/[email protected]> Sun, 5 Oct 2014 15:22:49 +0200
Newsgroups gmane.linux.isdn.i4l.user
Message-ID <[email protected]>
On Sat, Oct 04, 2014 at 08:23:51AM -0700, Gianni Veloce wrote:
> Seems working BUT: I get no Diatone at all when picking up the extension ISDN phone.....

a few years ago when I setup my telephone system I had similar
probs. I solved the issues by simply adding 'lcr_config' or
'answer' at some strategic points in the dial plan like this:

[s0-internal1] 
; overlap dialing:
; don't remove lcr_config() here. as a side effect
; a dialtone is heard.
exten => s,1,lcr_config(eoslec)
exten => s,n,Goto(disa-out,s,1)

; en-bloc dialing:
; don't remove Answer here. No ringtone and sometimes even no voice
; can be heard at the very beginning of the connection.
exten => _[0-9].,1,lcr_config(eoslec)
exten => _[0-9].,n,Answer
exten => _[0-9].,n,Goto(dial-out,${EXTEN},1)

maybe it helps you 

Cheers
    Thomas