If it helps, here are my configurations (i have two E173 on debian
6.0 as gateway):
cat /etc/asterisk/dongle.conf
cat /etc/udev/rules.d/99-huawei-link.rules
============================
voltaire:~# cat /etc/asterisk/dongle.conf
[general]
interval=15 ; Number of seconds between trying to
connect to devices
[defaults]
context=dongle-incoming ; context for incoming calls
group=1 ; calling group
u2diag=0
language=en ; set channel default language
mindtmfgap=45 ; minimal interval from end of previews
DTMF from begining of next in ms
mindtmfduration=80 ; minimal DTMF tone duration in ms
mindtmfinterval=200 ; minimal interval between ends of DTMF
of same digits in ms
dtmf=relax ; control of incoming DTMF detection,
possible values:
; off - off DTMF tones detection,
voice data passed to asterisk unaltered
; use this value for
gateways or if not use DTMF for AVR or inside dialplan
; inband - do DTMF tones detection
; relax - like inband but with
relaxdtmf option
[dongle0]
u2diag=0
audio=/dev/hw-audio-0
data=/dev/hw-data-0
[dongle1]
u2diag=0
audio=/dev/hw-audio-1
data=/dev/hw-data-1
============================
voltaire:~# cat /etc/udev/rules.d/99-huawei-link.rules
# add symlinks for device based on USB bus address i.e. physical USB slot
ACTION!="add|change", GOTO="device_huawei_end"
#SUBSYSTEM!="usb", GOTO="device_huawei_end"
#ATTRS{idVendor}!="12d1", GOTO="device_huawei_end"
#ATTRS{idProduct}=="1446", GOTO="device_huawei_link"
#ATTRS{idProduct}=="140c", GOTO="device_huawei_link"
#ATTRS{idProduct}=="1001", GOTO="device_huawei_link"
#GOTO="device_huawei_end"
LABEL="device_huawei_link"
# USB slot from left to right (back look)
# left up
KERNEL=="ttyUSB[0-9]*", ID=="5-1:1.0", SYMLINK+="hw-modem-0"
KERNEL=="ttyUSB[0-9]*", ID=="5-1:1.1", SYMLINK+="hw-audio-0"
KERNEL=="ttyUSB[0-9]*", ID=="5-1:1.2", SYMLINK+="hw-data-0"
KERNEL=="ttyUSB[0-9]*", ID=="5-1:1.3", SYMLINK+="hw-net-0"
# right down
KERNEL=="ttyUSB[0-9]*", ID=="5-3:1.0", SYMLINK+="hw-modem-1"
KERNEL=="ttyUSB[0-9]*", ID=="5-3:1.1", SYMLINK+="hw-audio-1"
KERNEL=="ttyUSB[0-9]*", ID=="5-3:1.2", SYMLINK+="hw-data-1"
KERNEL=="ttyUSB[0-9]*", ID=="5-3:1.3", SYMLINK+="hw-net-1"
LABEL="device_huawei_end"
--
[ ]'s
Elias Andrade
Linux User 229468 | PGP/GPG: 0x40770C9F
http://eliasandrade.wordpress.com
Paranaguá - Paraná - BR [<o>]