[Asterisk-Users] a little oh323 questoin

Michael Manousos manousos at inaccessnetworks.com
Tue Jun 3 07:28:55 MST 2003


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.





More information about the asterisk-users mailing list