[Asterisk-Users] chan_oh323: __use_ast_pthread_create_instead__
(was: chan_oh323 loading error)
Balgansuren Batsukh
balgaa at newcom.mn
Wed Aug 25 18:26:35 MST 2004
Hi Roger,
Thank you very much. It is working!
Regards,
Balgaa
----- Original Message -----
From: "Roger Schreiter" <roger at planinternet.de>
To: <asterisk-users at lists.digium.com>
Sent: Thursday, August 26, 2004 4:16 AM
Subject: [Asterisk-Users] chan_oh323: __use_ast_pthread_create_instead__
(was: chan_oh323 loading error)
> Hi,
>
> > chan_oh323.so: undefined
> > symbol: __use_ast_pthread_create_instead__
>
> is not a bug, it's a hint:
>
> use "ast_pthread_create" instead [what your were using]
>
> and means:
> replace in asterisk-oh/asterisk-driver/chan_oh323.c
> at line 3764
> "pthread_create"
> by
> "ast_pthread_create"
>
> Roger.
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list