dkwok@iware.com.au
2004-Jan-15 14:19 UTC
[Asterisk-Users] re: hardware requirement asterisk
This is ifconfig on openbsd box: fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 I think this output shows that the fxp0 interface is on simplex mode. The voice degradation I referred was by using xlite soft phone. I open 2 line similtaneously and dial to FWD and back to my incoming extension. Xlite is runnning on a w2k box with realtek 100M nic in auto mode. I can bearly hear the welcome message. David Kwok -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 1878 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040115/3873e265/smime.bin
Christopher Arnold
2004-Jan-15 18:08 UTC
[Asterisk-Users] re: hardware requirement asterisk
On Fri, 16 Jan 2004, dkwok@iware.com.au wrote:> This is ifconfig on openbsd box: > fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > > I think this output shows that the fxp0 interface is on simplex mode.Yes its in simplex mode, but this parameter is NOT related to half/full duplex on the port. Check this output from my FreeBSD box: %ifconfig -a sis0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet 10.1.1.254 netmask 0xffffff00 broadcast 10.1.1.255 inet6 fe80::202:e3ff:fe23:e028%sis0 prefixlen 64 scopeid 0x1 ether 00:02:e3:23:e0:28 media: Ethernet autoselect (100baseTX <full-duplex>) status: active Its the media line you should check! The SIMPLEX in flags is wheter the interface hears its own transmissions or not. /Chris
> This is ifconfig on openbsd box: > fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > > I think this output shows that the fxp0 interface is on simplex mode. > > The voice degradation I referred was by using xlite soft phone. I open 2 > line similtaneously and dial to FWD and back to my incoming extension. > Xlite is runnning on a w2k box with realtek 100M nic in auto mode. I can > bearly hear the welcome message.In many years of doing professional network performance assessments, you found the problem Houston. Statically define all interfaces (including the switch, hope you're not useing a hub) to 10/100 full, and at least part of the problem, if not all, will disappear. :)