Re: [Asterisk-Users] Probably not hard but I'm just a no0b with *

2003-12-18 Thread Michael Manousos
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


[Asterisk-Users] Probably not hard but I'm just a no0b with *

2003-12-17 Thread matt
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

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

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

Peace out,

Matt Riddell

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


Re: [Asterisk-Users] Probably not hard but I'm just a no0b with *

2003-12-17 Thread Michael Manousos
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


Re: [Asterisk-Users] Probably not hard but I'm just a no0b with *

2003-12-17 Thread matt
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...

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


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


Re: [Asterisk-Users] Probably not hard but I'm just a no0b with *

2003-12-17 Thread Andrew Thompson
- Original Message -
From: matt [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, December 17, 2003 2:48 PM
Subject: Re: [Asterisk-Users] Probably not hard but I'm just a no0b with *


 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...

Work out the exact dialstring required to dial out to the world from your
client.

Then look at the pattern matching extenstions in extensions.conf

-
Andrew Thompson http://aktzero.com/
Your eyes are weary from staring at the CRT. You feel sleepy. Notice how
restful it is to watch the cursor blink. Close your eyes. The opinions
stated above are yours. You cannot imagine why you ever felt otherwise.



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


Re: [Asterisk-Users] Probably not hard but I'm just a no0b with *

2003-12-17 Thread matt
Andrew Thompson wrote:

Work out the exact dialstring required to dial out to the world from your
client.
Then look at the pattern matching extenstions in extensions.conf
 

I'm not sure I understand

Sorry...

If I were to pick up the internal phone line i just use the same dial 
string as I put for openh

[voip-h323]
exten = _9X.,1,Dial(Zap/1/{$EXTEN:1})
And the number I enter in NetMeeting is 9XXX where XXX is a 
phone number local to the
* pabx box.  I also have the pabx box set up at the gateway in Net Meeting.



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