RE: [Asterisk-Users] Simulated dialtone like in other PBX

2005-04-11 Thread List Receiver
I have a question about dial tone as well, when calling a company typically
they have an answering system, i.e. press 4 for Bill etc. I am using a diax
soft-phone and have been unable to get the receiving system to forward me
on. Is there a feature change in Asterisk that needs to be enabled or is it
a problem with diax?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anton Krall
Sent: Sunday, February 20, 2005 11:03 AM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: RE: [Asterisk-Users] Simulated dialtone like in other PBX

Thx Sergey!! Ill give it a try

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sergey
Kuznetsov
Sent: Domingo, 20 de Febrero de 2005 07:34 a.m.
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Simulated dialtone like in other PBX

Easy as piece of cake.

Remove ignorepat=>9

add:

exten => 9,1,DISA(no-password|my_outbound_context)

[my_outbound_context]

exten => NXX, 1, blah-blah-blah

All the Best!
Sergey.

Peter Svensson wrote:

>On Sun, 20 Feb 2005, Anton Krall wrote:
>
>  
>
>>Im new to asterisk but is it possible to simulate a dialtone for 
>>example, in other PBX when you pick up the phone you can hear a 
>>certain dialup, which is the PBX dialtone, and when you hit 9, you can 
>>hear the PSTN dialtone, is this possible?
>>
>>
>
>I'm not sure I understand your question. 
>
>Do you want to be able to hit 9 and get a an outside line with dialtone? 
>Just add an extension to do that. For isdn you need to enable overlap 
>dialing.
>
>Or do you want Asterisk to provide a dialtone after the user have hit 9 
>as the first digit of a number? User the ignorepat option in the dialplan.
>
>Or do you want Asterisk to provide a _different_ dialtone after the 
>user have hit 9 as the first digit of a number? This may be possible, 
>but I think some hack may be needed.
>
>Peter
>
>
>___
>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
>  
>

___
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


___
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


smime.p7s
Description: S/MIME cryptographic signature
___
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

RE: [Asterisk-Users] Simulated dialtone like in other PBX

2005-02-20 Thread Anton Krall
Thx Sergey!! Ill give it a try

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sergey
Kuznetsov
Sent: Domingo, 20 de Febrero de 2005 07:34 a.m.
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Simulated dialtone like in other PBX

Easy as piece of cake.

Remove ignorepat=>9

add:

exten => 9,1,DISA(no-password|my_outbound_context)

[my_outbound_context]

exten => NXX, 1, blah-blah-blah

All the Best!
Sergey.

Peter Svensson wrote:

>On Sun, 20 Feb 2005, Anton Krall wrote:
>
>  
>
>>Im new to asterisk but is it possible to simulate a dialtone for 
>>example, in other PBX when you pick up the phone you can hear a 
>>certain dialup, which is the PBX dialtone, and when you hit 9, you can 
>>hear the PSTN dialtone, is this possible?
>>
>>
>
>I'm not sure I understand your question. 
>
>Do you want to be able to hit 9 and get a an outside line with dialtone? 
>Just add an extension to do that. For isdn you need to enable overlap 
>dialing.
>
>Or do you want Asterisk to provide a dialtone after the user have hit 9 
>as the first digit of a number? User the ignorepat option in the dialplan.
>
>Or do you want Asterisk to provide a _different_ dialtone after the 
>user have hit 9 as the first digit of a number? This may be possible, 
>but I think some hack may be needed.
>
>Peter
>
>
>___
>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
>  
>

___
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


___
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


RE: [Asterisk-Users] Simulated dialtone like in other PBX

2005-02-20 Thread Peter Svensson
On Sun, 20 Feb 2005, Anton Krall wrote:

> That app_disa is new to me... Is there a list of available apps? Im still
> quite new to asterisk but I guess you can find out which apps you have by
> using a show applications but my question would be more of how to make new
> apps or download/get new ones, is this possible?

"show applications" at the cli.

Peter


___
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


RE: [Asterisk-Users] Simulated dialtone like in other PBX

2005-02-20 Thread Matt Klein
And go here:
http://www.voip-info.org/wiki-Asterisk+-+documentation+of+application+commands
-
"Yeah, we rocked the vote all right. Those little
bastards betrayed us again."
- Hunter S. Thompson on the 2004 election.
On Sun, 20 Feb 2005, Anton Krall wrote:
That app_disa is new to me... Is there a list of available apps? Im still
quite new to asterisk but I guess you can find out which apps you have by
using a show applications but my question would be more of how to make new
apps or download/get new ones, is this possible?
Also, is there a list of command that can be used in a dialplan or are they
just apps like dial()?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Duane
Sent: Domingo, 20 de Febrero de 2005 04:48 a.m.
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Simulated dialtone like in other PBX
Anton Krall wrote:
I think it would be your last suggestion.. When I pickup the phone I
hear a tone, the sip phone box tone... Then I hit 9, no tones :) and
enter the whole phone number and it starts to ring on the other side..
So no outside dialtone get heard ever.. I was wondering if it could be
possible to make it so that after hitting 9.. The tone would change to
something else letting the user know that they are dialing on an outside
line.
Yes, you can do this, stick a extension in your dial plan for 9, then point
that to app_disa...
--
Best regards,
Duane
http://www.cacert.org - Free Security Certificates http://www.nodedb.com -
Think globally, network locally http://www.sydneywireless.com -
Telecommunications Freedom http://happysnapper.com.au - Sell your photos
over the net!
http://e164.org - Using Enum.164 to interconnect asterisk servers
"In the long run the pessimist may be proved right,
   but the optimist has a better time on the trip."
___
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
___
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
___
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


RE: [Asterisk-Users] Simulated dialtone like in other PBX

2005-02-20 Thread Matt Klein
from the console, "show modules"
-
"Yeah, we rocked the vote all right. Those little
bastards betrayed us again."
- Hunter S. Thompson on the 2004 election.
On Sun, 20 Feb 2005, Anton Krall wrote:
That app_disa is new to me... Is there a list of available apps? Im still
quite new to asterisk but I guess you can find out which apps you have by
using a show applications but my question would be more of how to make new
apps or download/get new ones, is this possible?
Also, is there a list of command that can be used in a dialplan or are they
just apps like dial()?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Duane
Sent: Domingo, 20 de Febrero de 2005 04:48 a.m.
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Simulated dialtone like in other PBX
Anton Krall wrote:
I think it would be your last suggestion.. When I pickup the phone I
hear a tone, the sip phone box tone... Then I hit 9, no tones :) and
enter the whole phone number and it starts to ring on the other side..
So no outside dialtone get heard ever.. I was wondering if it could be
possible to make it so that after hitting 9.. The tone would change to
something else letting the user know that they are dialing on an outside
line.
Yes, you can do this, stick a extension in your dial plan for 9, then point
that to app_disa...
--
Best regards,
Duane
http://www.cacert.org - Free Security Certificates http://www.nodedb.com -
Think globally, network locally http://www.sydneywireless.com -
Telecommunications Freedom http://happysnapper.com.au - Sell your photos
over the net!
http://e164.org - Using Enum.164 to interconnect asterisk servers
"In the long run the pessimist may be proved right,
   but the optimist has a better time on the trip."
___
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
___
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
___
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


RE: [Asterisk-Users] Simulated dialtone like in other PBX

2005-02-20 Thread Anton Krall
That app_disa is new to me... Is there a list of available apps? Im still
quite new to asterisk but I guess you can find out which apps you have by
using a show applications but my question would be more of how to make new
apps or download/get new ones, is this possible?

Also, is there a list of command that can be used in a dialplan or are they
just apps like dial()? 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Duane
Sent: Domingo, 20 de Febrero de 2005 04:48 a.m.
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Simulated dialtone like in other PBX

Anton Krall wrote:
> I think it would be your last suggestion.. When I pickup the phone I 
> hear a tone, the sip phone box tone... Then I hit 9, no tones :) and 
> enter the whole phone number and it starts to ring on the other side.. 
> So no outside dialtone get heard ever.. I was wondering if it could be 
> possible to make it so that after hitting 9.. The tone would change to 
> something else letting the user know that they are dialing on an outside
line.

Yes, you can do this, stick a extension in your dial plan for 9, then point
that to app_disa...

-- 

Best regards,
 Duane

http://www.cacert.org - Free Security Certificates http://www.nodedb.com -
Think globally, network locally http://www.sydneywireless.com -
Telecommunications Freedom http://happysnapper.com.au - Sell your photos
over the net!
http://e164.org - Using Enum.164 to interconnect asterisk servers

"In the long run the pessimist may be proved right,
but the optimist has a better time on the trip."
___
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


___
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


Re: [Asterisk-Users] Simulated dialtone like in other PBX

2005-02-20 Thread Sergey Kuznetsov
Easy as piece of cake.
Remove ignorepat=>9
add:
exten => 9,1,DISA(no-password|my_outbound_context)
[my_outbound_context]
exten => NXX, 1, blah-blah-blah
All the Best!
Sergey.
Peter Svensson wrote:
On Sun, 20 Feb 2005, Anton Krall wrote:
 

Im new to asterisk but is it possible to simulate a dialtone for example, in
other PBX when you pick up the phone you can hear a certain dialup, which is
the PBX dialtone, and when you hit 9, you can hear the PSTN dialtone, is
this possible?
   

I'm not sure I understand your question. 

Do you want to be able to hit 9 and get a an outside line with dialtone? 
Just add an extension to do that. For isdn you need to enable overlap 
dialing.

Or do you want Asterisk to provide a dialtone after the user have hit 9 as 
the first digit of a number? User the ignorepat option in the dialplan.

Or do you want Asterisk to provide a _different_ dialtone after the user
have hit 9 as the first digit of a number? This may be possible, but I 
think some hack may be needed.

Peter
___
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
 

___
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


Re: [Asterisk-Users] Simulated dialtone like in other PBX

2005-02-20 Thread Duane

On Sun, February 20, 2005 21:56, Peter Svensson said:

> Or have the 9 dial an outside line and get the external dialtone.

Which will only work if you're actually sending the call to an outside
line...

-- 
Best regards,
 Duane

http://www.cacert.org - Free Security Certificates
http://www.nodedb.com - Think globally, network locally
http://www.sydneywireless.com - Telecommunications Freedom
http://happysnapper.com.au - Sell your photos over the net!
http://e164.org - Using Enum.164 to interconnect asterisk servers

"In the long run the pessimist may be proved right,
but the optimist has a better time on the trip."

___
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


Re: [Asterisk-Users] Simulated dialtone like in other PBX

2005-02-20 Thread Peter Svensson
On Sun, 20 Feb 2005, Duane wrote:

> Anton Krall wrote:
> > I think it would be your last suggestion.. When I pickup the phone I hear a
> > tone, the sip phone box tone... Then I hit 9, no tones :) and enter the
> > whole phone number and it starts to ring on the other side.. So no outside
> > dialtone get heard ever.. I was wondering if it could be possible to make it
> > so that after hitting 9.. The tone would change to something else letting
> > the user know that they are dialing on an outside line.
> 
> Yes, you can do this, stick a extension in your dial plan for 9, then
> point that to app_disa...

Or have the 9 dial an outside line and get the external dialtone.

Peter


___
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


Re: [Asterisk-Users] Simulated dialtone like in other PBX

2005-02-20 Thread Duane
Anton Krall wrote:
> I think it would be your last suggestion.. When I pickup the phone I hear a
> tone, the sip phone box tone... Then I hit 9, no tones :) and enter the
> whole phone number and it starts to ring on the other side.. So no outside
> dialtone get heard ever.. I was wondering if it could be possible to make it
> so that after hitting 9.. The tone would change to something else letting
> the user know that they are dialing on an outside line.

Yes, you can do this, stick a extension in your dial plan for 9, then
point that to app_disa...

-- 

Best regards,
 Duane

http://www.cacert.org - Free Security Certificates
http://www.nodedb.com - Think globally, network locally
http://www.sydneywireless.com - Telecommunications Freedom
http://happysnapper.com.au - Sell your photos over the net!
http://e164.org - Using Enum.164 to interconnect asterisk servers

"In the long run the pessimist may be proved right,
but the optimist has a better time on the trip."
___
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


Re: [Asterisk-Users] Simulated dialtone like in other PBX

2005-02-20 Thread Olle E. Johansson
Anton Krall wrote:
I think it would be your last suggestion.. When I pickup the phone I hear a
tone, the sip phone box tone... Then I hit 9, no tones :) and enter the
whole phone number and it starts to ring on the other side.. So no outside
dialtone get heard ever.. I was wondering if it could be possible to make it
so that after hitting 9.. The tone would change to something else letting
the user know that they are dialing on an outside line.
 
For SIP, you have to understand that in most situations, Asterisk will 
not get a dialstring until the phone decides that you are done dialling.
So if you want a new dialtone after the 9, you got to configure the 
phone that way - if possible.

Or dial 9, direct 9 to the disa() app in your dial plan and provide a 
new dialtone from the PBX...

For local ZAP channels, the story is different, because there Asterisk 
will provide the dialtone.

/O
___
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


RE: [Asterisk-Users] Simulated dialtone like in other PBX

2005-02-20 Thread Anton Krall
I think it would be your last suggestion.. When I pickup the phone I hear a
tone, the sip phone box tone... Then I hit 9, no tones :) and enter the
whole phone number and it starts to ring on the other side.. So no outside
dialtone get heard ever.. I was wondering if it could be possible to make it
so that after hitting 9.. The tone would change to something else letting
the user know that they are dialing on an outside line.
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Peter Svensson
Sent: Domingo, 20 de Febrero de 2005 03:43 a.m.
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Simulated dialtone like in other PBX

On Sun, 20 Feb 2005, Anton Krall wrote:

> Im new to asterisk but is it possible to simulate a dialtone for 
> example, in other PBX when you pick up the phone you can hear a 
> certain dialup, which is the PBX dialtone, and when you hit 9, you can 
> hear the PSTN dialtone, is this possible?

I'm not sure I understand your question. 

Do you want to be able to hit 9 and get a an outside line with dialtone? 
Just add an extension to do that. For isdn you need to enable overlap
dialing.

Or do you want Asterisk to provide a dialtone after the user have hit 9 as
the first digit of a number? User the ignorepat option in the dialplan.

Or do you want Asterisk to provide a _different_ dialtone after the user
have hit 9 as the first digit of a number? This may be possible, but I think
some hack may be needed.

Peter


___
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

___
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


Re: [Asterisk-Users] Simulated dialtone like in other PBX

2005-02-20 Thread Peter Svensson
On Sun, 20 Feb 2005, Anton Krall wrote:

> Im new to asterisk but is it possible to simulate a dialtone for example, in
> other PBX when you pick up the phone you can hear a certain dialup, which is
> the PBX dialtone, and when you hit 9, you can hear the PSTN dialtone, is
> this possible?

I'm not sure I understand your question. 

Do you want to be able to hit 9 and get a an outside line with dialtone? 
Just add an extension to do that. For isdn you need to enable overlap 
dialing.

Or do you want Asterisk to provide a dialtone after the user have hit 9 as 
the first digit of a number? User the ignorepat option in the dialplan.

Or do you want Asterisk to provide a _different_ dialtone after the user
have hit 9 as the first digit of a number? This may be possible, but I 
think some hack may be needed.

Peter


___
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


Re: [Asterisk-Users] Simulated dialtone like in other PBX

2005-02-20 Thread Jon Gabrielson
Yes, this is basically the default.

Jon.


On Sunday 20 February 2005 02:20 am, Anton Krall wrote:
> Guys..
>
> Im new to asterisk but is it possible to simulate a dialtone for example,
> in other PBX when you pick up the phone you can hear a certain dialup,
> which is the PBX dialtone, and when you hit 9, you can hear the PSTN
> dialtone, is this possible?
>
> __
> Anton Krall
>
>
> ___
> 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
___
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


[Asterisk-Users] Simulated dialtone like in other PBX

2005-02-20 Thread Anton Krall
Guys..
 
Im new to asterisk but is it possible to simulate a dialtone for example, in
other PBX when you pick up the phone you can hear a certain dialup, which is
the PBX dialtone, and when you hit 9, you can hear the PSTN dialtone, is
this possible?
 
__
Anton Krall
 

___
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