(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
