[Asterisk-Users] H.323 Gateway Connection

asterisk at ebctech.com asterisk at ebctech.com
Tue Jul 1 10:12:29 MST 2003


exten => _91XXXXXXXXXX,1,Dial(H323/${EXTEN:1}@10.0.1.5)

${EXTEN:1} will grab all the digits you sent in 91XXXXXXXXXX and the :1, in
${EXTEN:1}, tells it to drop the first digit.

Michael
 
 
>I'm trying to setup Asterisk to allow users to dial out to the PSTN using a
>remote box supporting h.323. I'm using chan_h323.so, and I'm able to make
>outbound calls to a client like netmeeting with a line like this:
>
>exten => 242,1,Dial(h323/xxx.xxx.xxx.xxx)
>
>And I'm able to receive incoming calls to asterisk. However I'm not sure
>how
>to route calls to the remote h.323 gateway. In my naïve state I've tried
>something like this (xxx is the IP of the h.323 gw):
>
>exten => 244,1,Dial(h323/xxx.xxx.xxx.xxx/PSTN-NUMBER-HERE)
>






More information about the asterisk-users mailing list