Displaying 9 results from an estimated 9 matches for "lizhong".
2007 Jul 09
2
Very bad TDMF tone !
hello, all of asteriskers:
i am using tdm400P in my office. i tested that TDMF generated by asterisk is so bad. the sound is very soft and quality is so bad. i am using asterisk 1.2.18. most of time, the # key can not be detected correctly. Does anyone has that problem?
please give me a hit for that problem!
thanks!
zhu
---------------------------------
????????3.5G???20M???
2008 Nov 12
4
test OpenVox B400P and junghans card for dahdi BRI wcb4xxp
hello:
thanks for Tzafrir Cohen for dahdi testing.
I installed dahdi-2.1-r3c svn code and asterisk1-6
for testing OpenVox B400P and junghans card. i fund that there is bug (i think) to dectect NT or TE mode. actually on the board,
i set it as TE mode, but after start wcb4xxp, but
it show the port is NT mode. to detect the TE mode, I modefy the code in base.c
2009 Mar 20
1
chan_ss7 with ringing, but no voice stream.
hello, all of users:
sorry, resend it again for clarifying the message. I have implemented cha_ss7 in china. initially, the
chan_ss7 can not support the call group. i modify the code.
now the problem is that, both sides can hear the ring, but i
can not hear the voice from each other.
i think the ss7 does not send the voice steam to the destination.
in chan_ss7, i added:
2007 Aug 07
3
test the email-list
test only. good luck!
james.zhu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070807/0fd2b827/attachment.htm
2007 May 14
1
`PATH_MAX' undeclared here (not in a function) in asterisk!
...asterisk-1.4.2/include/asterisk/paths.h:39: `PATH_MAX' undeclared here (not in a function)
/usr/src/asterisk-1.4.2/include/asterisk/paths.h:40: `PATH_MAX' undeclared here (not in a function)
In file included from ael_lex.c:19:
does anyone know that problem? please give me a help!
thanks!
zhulizhong
---------------------------------
????????3.5G???20M???
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070514/0cb55945/attachment.htm
2007 May 15
0
PATH_MAX' undeclared here (not in a function) in asterisk!
hello, James FitzGibbon:
thank you for your help. i am very new to arm-linux and embedded linux. i think what you said is right. i am not very sure the steps i taken are correct. i post it here and please give me some help. it might be help other arm-linux users too. i installed all necessary libraries in my linux. if i just install asterisk under my linux. there is no problem. but when i
2007 May 21
0
compile asterisk in arm-linux!
...18 in arm-linux. i got this error :dlfcn.c:40: mach-o/dyld.h: No such file or directory. i check the /usr/include dir, there is no mach-o dir and dyld.h file in /usr/include. i think i am missing somethings in the cross-compile tools. Does nayone know that problem? please give me a hint!
thanks!
zhulizhong
---------------------------------
????????-3.5G???20M???
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070521/ed8d59f3/attachment.htm
2008 Oct 23
0
command - set sip_codec- does not work with asterisk-1.4.21
hello:
i want to test the g729 with asterisk. my scenario is sipp(ulaw)->asterisk1 with g729->asterisk2 with g729.
I want to test g729 module with asterisk-1.4.21, when i make calls from asterisk 1 to asterisk 2, the asterisk 1 always send ulaw to asterisk 2. my sip in asterisk 1 is with codec g729 and enforce that use g729, the sip in asterisk 2 also work with G729 only, but asterisk 2
2009 Mar 12
0
compile error: implicit declaration of function drv_dbg
hello,
I try to open the debug to compile dahdi with wcb4xxp,
=================base.c============================================
#ifdef DEBUG_LOWLEVEL_REGS
if (unlikely(DBG_REGS))
drv_dbg(b4->dev, "read 0x%02x from 0x%p\n", ret, b4->addr + reg);
#endif
if (unlikely(pedanticpci)) {
udelay(3);
}
================================================================