matt wrote:
The problem is that I don't want to call an extension, I want to call the number that was specified in the the connection i.e. [EMAIL PROTECTED] number will be different every time it is called so I don't want to have to put in an exten for every phone number in the city I'm trying to call...

Ok, then do something like this: exten => _9.,1,Dial(OH323/${EXTEN}...)



Michael.


Michael Manousos wrote:


matt wrote:

How do I get * to take an incoming oh323 call and let it dial a number?

I.E. if my boss sets up netmeeting with the gateway as my.pabxbox.com, whenever he enters a number to dial it always just dials into the pabx rather than calling that number



The context for the incoming H.323 calls must contain entries for the extensions you want to handle. The initial extension of the incoming H.323 calls is just the called number.


i.e. he wants to call 12345 he types it in and presses dial but it just goes to the message....



Setup the extension 12345:


[incoming-h323]
...
exten => 12345,1,Dial(...)



also I have developed an H323 client app which I thought I would dial the numbers as [EMAIL PROTECTED] where XXX is the number and pabx.com is the asterisk machine....



You can do it. It works.



Peace out,


Matt Riddell



Michael.


_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to