; ; DAHDI telephony ; ; Configuration file ; ; You need to restart Asterisk to re-configure the DAHDI channel ; CLI> reload chan_dahdi.so ; will reload the configuration file, ; but not all configuration options are ; re-configured during a reload (signalling, as well as ; PRI and SS7-related settings cannot be changed on a ; reload. ; ; This file documents many configuration variables. Normally unless you ; know what a variable means or that it should be changed, there's no ; reason to unrem lines. ; ; remmed-out examples below (those lines that begin with a ';' but no ; space afterwards) typically show a value that is not the defauult value, ; but would make sense under cetain circumstances. The default values ; are usually sane. Thus you should typically not touch them unless you ; know what they mean or you know you should change them. [channels] usecallingpres=yes echocancel = yes echocancelwhenbridged = yes ; para evitar problemas con fax va en no ;echotraining debe ser no con oslec echotraining=no rxgain = 0.0 txgain = 0.0 signalling = mfcr2 mfcr2_variant = ar mfcr2_get_ani_first=yes mfcr2_max_ani = 10 mfcr2_max_dnis = 20 mfcr2_category=national_subscriber mfcr2_logdir=span1 ;mfcr2_call_files=yes ;lo configuro desde la consola cli mfcr2_loglevel=error,warning,debug,notice,cas,mf ;lo configuro desde la consola cli ;mfcr2_logging=all ;mfcr2_immediate=no ;immediate=no mfcr2_mfback_timeout=8000 ; agregué para abasto mfcr2_allow_collect_calls=no mfcr2_double_answer=no mfcr2_immediate_accept=no mfcr2_skip_category=no ;hidecallerid=no ;con yes no pasa el callerid mfcr2_advanced_protocol_file = /etc/asterisk/r2proto.conf mfcr2_forced_release=yes ;cambié para ver si se va el error "clear fo" mfcr2_charge_calls=yes group=1 context=e1-incoming_tr1 channel=>1-15 context=e1-incoming_tr2 channel=>32-46 context=e1-incoming_tr3 channel=>63-77 context=e1-incoming_tr4 channel=>94-108 group=2 context=e1-outgoing channel=>17-31 channel=>48-62 channel=>79-93 channel=>110-124