[Asterisk-Users] RE: Why I can't hear anything from my sjphone asanh323 endpoint?

2004-10-28 Thread Willis Wang
Donny, 

Thanks a lot, I find it in the wiki: 

http://www.voip-info.org/tiki-index.php?page=Asterisk%20mpg123%20redhat 

I'll try it soon. 

Willis
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Why I can't hear anything from my sjphone as an h323 endpoint?

2004-10-27 Thread Willis Wang
When I call asterisk(registered as an endpoint on gnugk) from sjphone(also 
registered on gnugk),
I can see following on the asterisk console: 

*CLI   == Starting H323/ip$192.168.1.125:3260/4096 at default,20030060,1 
failed so falling back to
exten 's'
  -- Executing Wait(H323/ip$192.168.1.125:3260/4096, 1) in new stack
  -- Executing Answer(H323/ip$192.168.1.125:3260/4096, ) in new stack
  -- Executing DigitTimeout(H323/ip$192.168.1.125:3260/4096, 5) in new 
stack
  -- Set Digit Timeout to 5
  -- Executing ResponseTimeout(H323/ip$192.168.1.125:3260/4096, 10) in 
new stack
  -- Set Response Timeout to 10
  -- Executing BackGround(H323/ip$192.168.1.125:3260/4096, 
demo-congrats) in new stack 

Is there anything wrong with my mpg123? I can't hear anything from sjphone, 
and after I dropped the
call,
I can't use 'stop now' to quit asterisk, and there will always be a process 
called mpg123 running: 

mpg123 -q -s --mono -r 8000 -b 2048 -f 4096 fpm-calm-river.mp3 
fpm-sunshine.mp3 

My linux version is debian woody 3.0 2.4.27-1-686, and the mpg321 package 
version is 0.2.10.3 

thanks a lot!
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Error when compiling asterisk-oh323

2004-10-24 Thread Willis Wang
When I try to compile asterisk-oh323, errors as following: 

for x in wrapper asterisk-driver; do make -C $x all || exit 1 ; done
make[1]: Entering directory `/root/willis/asterisk-oh323-0.6.3b/wrapper'
./check_ver /root/willis/pwlib pwlib
./check_ver /root/willis/openh323 openh323
gcc -shared -Wl,-soname,liboh323wrap.so -o liboh323wrap.so wrapper_misc.o 
asteriskaudio.o wrapendpoint.o wrapconnection.o wrapper.o wrapcaps.o
make[1]: Leaving directory `/root/willis/asterisk-oh323-0.6.3b/wrapper'
make[1]: Entering directory 
`/root/willis/asterisk-oh323-0.6.3b/asterisk-driver'
gcc -Wall -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE 
-I/root/src/asterisk/include -I../wrapper -g -c -o chan_oh323.o chan_oh323.c
chan_oh323.c: In function `oh323_call':
chan_oh323.c:1237: structure has no member named `callerid'
chan_oh323.c:1239: structure has no member named `callerid'
chan_oh323.c:1241: structure has no member named `callerid'
chan_oh323.c: In function `ast_oh323_new':
chan_oh323.c:2381: structure has no member named `dnid'
chan_oh323.c:2391: structure has no member named `callerid'
chan_oh323.c:2392: structure has no member named `callerid'
chan_oh323.c:2393: structure has no member named `callerid'
chan_oh323.c:2398: structure has no member named `callerid'
chan_oh323.c:2399: structure has no member named `callerid'
chan_oh323.c:2400: structure has no member named `callerid'
chan_oh323.c:2402: structure has no member named `callerid'
chan_oh323.c:2407: structure has no member named `callerid'
chan_oh323.c:2408: structure has no member named `callerid'
chan_oh323.c:2410: structure has no member named `callerid'
chan_oh323.c:2412: structure has no member named `callerid'
chan_oh323.c:2416: structure has no member named `callerid'
chan_oh323.c:2419: structure has no member named `ani'
chan_oh323.c:2419: structure has no member named `callerid'
chan_oh323.c:2425: structure has no member named `callerid'
chan_oh323.c:2426: structure has no member named `callerid'
chan_oh323.c: In function `load_module':
chan_oh323.c:4697: warning: passing arg 4 of `ast_channel_register' from 
incompatible pointer type
make[1]: *** [chan_oh323.o] Error 1
make[1]: Leaving directory 
`/root/willis/asterisk-oh323-0.6.3b/asterisk-driver'
make: *** [subdirs_all] Error 1 

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users