FAQ chan lcr
From mISDN.org
[edit] FAQ[edit] How do I enable the OSLEC echo cancelorUse lcr_config if on an mISDN channel exten => XYZ,1,lcr_config(eoslec) or exten => XYZ,1,lcr_config(eoslec(deftaps=128)) Use dial from other channels like SIP exten => XYZ,1,Dial(LCR/<interface>/<destination>/eoslec(deftaps=128)) [edit] How can I send DTMF to the called NumberExample to change the notification number from your TNet-Box(Germany) from your own destination exten => 08003302424,1,Dial,LCR/<interface>/08003302424/:s:t|40|D(www0wwwwwww3323#0190668668**00) Watch out ! [edit] Howto use clip no screeningasterisk dialplan:
exten => _X.,n,SetCallerPres(allowed)
exten => _X.,n,Set(CALLERID(num)=8912345678))
exten => _X.,n,Dial,LCR/ext/${EXTEN}
Watch out ! lcr interface.conf: screen-out unknown % national % [edit] Callforwarding with Keypad ElementsYou can modify the Callforwarding rules at your providers switch. To do that chan_lcr supports keypad Elements. A sample dialplan could look like: ;Enable Callforward ;Forwards the call to German T-NetBox exten => AB-an,1,Dial(LCR/dialin/*21*08003302424*7605#/k) exten => AB-an,n,Hangup ;Disable Callforward exten => aus,1,Dial(LCR/dialin/#21*7605#/k) exten => aus,n,Hangup |
