Displaying 5 results from an estimated 5 matches for "daeyong".
Did you mean:
daeryong
2005 Feb 16
5
problem : undefined symbol.
I downloaded asterisk to use cvs to checkout the release version.
After installing, I would like to load module chan_h323.so but there is some
error :
*CLI> load chan_h323.so
Feb 17 15:22:38 WARNING[2865]: loader.c:258 ast_load_resource:
/usr/lib/asterisk/m
odules/chan_h323.so: undefined symbol: __use_ast_pthread_create_instead__
Unable to load module chan_h323.so
*CLI>
How can I solve
2005 May 09
0
How can I send e164 ID to my gatekeeper?
Hi.
I'm using Asterisk & oh323.
My gatekeeper needs h323 ID and e164 ID for registration.
But I don't know how to send e164 ID.
I configure register section in my oh323.conf file like below.
[general]
<<snip>>
gatekeeper=xxx.xxx.xxx.xxx
[register]
alias=abc
alias=777
<<snip>>
And the gatekeeper doesn't need passward.
It authenticates to use only both h323
2005 May 20
0
why can't my asterisk restart?
Hi.
I use Asterisk-CVS HEAD version.
When I type a command 'restart gracefully', then asterisk just stop.
Messages are :
[root ]# asterisk -vvvgc
== Parsing '/etc/asterisk/asterisk.conf': Found
== Parsing '/etc/asterisk/extconfig.conf': Not found (No such file or
directory)
>>>>>> snip messages.
Asterisk Ready.
*CLI> restart gracefully
Waiting
2005 May 29
2
Recording does not stop.
Hello.
Though I pressed # after I finished recording my voice, but application
record() did not stop.
dialplan is :
exten => 0,1,Record(recordyourmessage.gsm)
exten => 0,2,Playback(recordyourmessage)
exten => 0,3,Hangup
I don't want either silence and maxduration time.
Can you help?
Regards.
Kim.
2005 May 11
1
re:oh323 driver compiling problem
Hi.
Download pwlib, openh323 Janus-patch at
http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries
Refer how to compile
http://www.mail-archive.com/asterisk-users@lists.digium.com/msg86875.html
Cheers.
Kim.
>
> Message: 1
> Date: Wed, 11 May 2005 16:42:25 +0100
> From: Cesar Garcia <cesar.garcia@idecnet.com>
> Subject: [Asterisk-Users] oh323 driver compiling