this might be a better dump:
#0 0x41ec7279 in ast_oh323_new (i=0x810e538, state=0) at chan_oh323.c:1170 #1 0x41ec786e in oh323_request (type=0x4971aa6c "OH323", format=8, data=0x4971a91c) at chan_oh323.c:1302 #2 0x0805878f in ast_request (type=0x4971aa6c "OH323", format=4, data=0x810e538) at channel.c:1488 #3 0x41d7ba6f in dial_exec (chan=0x810cdc8, data=0x4971aa6c) at app_dial.c:478 #4 0x0806055a in pbx_exec (c=0x810cdc8, app=0x80e5cf0, data=0x4971adac, newstack=1) at pbx.c:393 #5 0x080672b8 in pbx_extension_helper (c=0x810cdc8, context=0x0, exten=0x810cf8c "1304", priority=1, callerid=0x8105250 "217.168.168.49", action=135290696) at pbx.c:1125 #6 0x08062292 in ast_pbx_run (c=0x8105f48) at pbx.c:1609 #7 0x08067971 in pbx_thread (data=0x810e538) at pbx.c:1822 #8 0x4003b2b6 in start_thread () from /lib/tls/libpthread.so.0
Can't see anything strange around the crash point. Also, from your previous posting, with the other core dump, (it occured inside the "oss_new(...)" function of chan_oss), it seems that the problem is somewhere else and not in H.323. Do you use the latest CVS code of Asterisk?
hope u're still around to help!! (Michael, ie) i've been away from office for 2 days ..
cheers Dave
Michael.
----- Original Message ----- From: "Michael Manousos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 6:17 PM Subject: Re: [Asterisk-Users] a little oh323 questoin
Dave Alan Caruana wrote:
(gdb) bt #0 oss_new (p=0x41be3aa0, state=5) at chan_oss.c:698 #1 0x41bad7d2 in console_dial (fd=1, argc=0, argv=0xbfffe290) at chan_oss.c:902 #2 0x08069b1a in ast_cli_command (fd=1, s=0x41bae940 "Console") at cli.c:1006 #3 0x0807b32e in main (argc=1102817156, argv=0x41be3af4) at
asterisk.c:496
#4 0x42015574 in __libc_start_main () from /lib/tls/libc.so.6
that's the debug output exactly after it crashed ...
This doesn't seem like a call between a SIP an OH323 channel. The crash occurs inside chan_oss.
Dave
Michael.
----- Original Message ----- From: "Michael Manousos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 5:39 PM Subject: Re: [Asterisk-Users] a little oh323 questoin
Dave Alan Caruana wrote:
doesn't seem to be dumping a core at all .... if it is, can't find it.
Turn it on by running: ulimit -c 1000000
Michael.
Dave
----- Original Message ----- From: "Michael Manousos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 5:23 PM Subject: Re: [Asterisk-Users] a little oh323 questoin
Dave Alan Caruana wrote:
many thanks Michael, i've modified my extensions.conf ...
from a softphone i'm dialling
SIP/[EMAIL PROTECTED] which is the address of my asterisk installation.
Asterisk quits immediately with a segmentation fault .. -- Executing Dial("SIP/217.168.168.49:5060",
"OH323/[EMAIL PROTECTED]") in
new stack Segmentation fault
You should provide the backtrace of this core dump. Run: gdb /usr/sbin/asterisk <core_file_name>
From gdb run:
bt
and sent the output.
Michael.
help!! :)
cheers Dave
----- Original Message ----- From: "Michael Manousos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 4:28 PM Subject: Re: [Asterisk-Users] a little oh323 questoin
Dave Alan Caruana wrote:
hi, just wanted to know what's the proper syntax for an h323 extension.
exten => 555,1,dial(SIP/[EMAIL PROTECTED],52,153.207
<mailto:SIP/[EMAIL PROTECTED],52,153.207>)
dials SIP extension 723 on IP 216.52.153.207,
what is the h323 equivalent of that ??
Using asterisk-oh323:
exten => 555,1,Dial(OH323/[EMAIL PROTECTED]) ; No gatekeeper exten => 555,1,Dial(OH323/216.52.153.207) ; No gatekeeper, ; default extension exten => 555,1,Dial(OH323/723) ; Gatekeeper
available
cheers Dave
Michael.
_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
