[Asterisk-Users] a little oh323 questoin
Michael Manousos
manousos at inaccessnetworks.com
Tue Jun 3 08:23:55 MST 2003
Dave Alan Caruana wrote:
> many thanks Michael,
> i've modified my extensions.conf ...
>
> from a softphone i'm dialling
> SIP/1304 at 217.168.168.51
> which is the address of my asterisk installation.
>
> Asterisk quits immediately with a segmentation fault ..
> -- Executing Dial("SIP/217.168.168.49:5060", "OH323/723 at 216.52.153.206") 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" <manousos at inaccessnetworks.com>
> To: <asterisk-users at lists.digium.com>
> 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/723 at 216,52,153.207
>
> <mailto:SIP/723 at 216,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/723 at 216.52.153.207) ; 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
>>Asterisk-Users at lists.digium.com
>>http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list