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

Reply via email to