Nathan C. Smith
2005-Feb-22 10:29 UTC
[Asterisk-Users] how do I dial extensions with oh323?
I have InAccess Networks' oh323 installed and partially working. I can call the h.323 phone from asterisk using Dial(oh323/${IP_ADDRESS}). How do I dial from the phone to an asterisk extension? It does not appear to me that the phone actually registers (or attempts to register) with asterisk. I'm using Asterisk Stable and the phone in question is a polycom Soundstation IP 3000 or Netmeeting. If someone can coach me through the configuration I would be happy to do a write up for the Wiki. -Nate
George K. Konstantoulakis
2005-Feb-24 15:26 UTC
[Asterisk-Users] how do I dial extensions with oh323?
Nathan C. Smith wrote:>I have InAccess Networks' oh323 installed and partially working. I can call >the h.323 phone from asterisk using Dial(oh323/${IP_ADDRESS}). How do I >dial from the phone to an asterisk extension? It does not appear to me that >the phone actually registers (or attempts to register) with asterisk. > >No registration is needed. chan_oh323 matches contexts with prefix . So if you want to have an incomming call like 123456@ ..... to go to h323-users conetxt you should have in your [register] section in oh323.conf a prefix like : [register] ..... context=h323-users gwprefix=12 ;;; this will match incomming calls starting with 12 ;;; so 123456 will be matched here. context=h323-power-users gwprefix=99 ...... the above routes incomming calls starting with 12 -> [h323-users] 99 -> [h323-power-users] etc....>I'm using Asterisk Stable and the phone in question is a polycom >Soundstation IP 3000 or Netmeeting. > >If someone can coach me through the configuration I would be happy to do a >write up for the Wiki. > >-Nate >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >