Re: [Asterisk-Users] BudgeTone-100 Early Dial

2003-09-09 Thread Hielke Christian Braun
> On Tue, 2003-09-09 at 16:03, Tilghman Lesher wrote:
> > Why not just use DISA:
> > 
> > exten => 9,1,DISA(no-password|outgoing)
> 
> Because I didn't know about it. :)  I'll try it out.
> 

Thanks, the workaround with the dialtone works great. Just had some
trouble getting a wav file of a dialtone. If anybody needs it, i put
it on my site: http://www.unco.de/asterisk/dialtone.wav

The problem i had with the DISA option is that transfers with the #
did not work anymore.  


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


Re: [Asterisk-Users] BudgeTone-100 Early Dial

2003-09-09 Thread Steve Meyers
On Tue, 2003-09-09 at 16:03, Tilghman Lesher wrote:
> Why not just use DISA:
> 
> exten => 9,1,DISA(no-password|outgoing)

Because I didn't know about it. :)  I'll try it out.

Steve

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


Re: [Asterisk-Users] BudgeTone-100 Early Dial

2003-09-09 Thread Tilghman Lesher
On Tuesday 09 September 2003 16:46, Steve Meyers wrote:
> On Tue, 2003-09-09 at 11:41, Hielke Christian Braun wrote:
> > I have one problem with the BudgeTone phones and early dial. When i
> > dial a long external number with 9+, * starts to dial to early with
> > just a few digits. The outgoing call is placed through the SIP
> > provider Nikotel. Is there some timeout i can increase so that *
> > waits for all the digits before placing the SIP call? The firmware
> > on the phones is 1.0.3.81 and they use SIP Info to sent DTMF.
> > Sending via inband or RFC2833 did not work at all. The * version is
> > a week old from CVS. When not using early dial it works fine.
>
> I told the Grandstream guys about the problem about a month ago, they
> said they'd look into it.  The BudgeTones handle 4-5 digits okay (I
> can't remember which), but at some point they crap out from too many
> 484's.
>
> The way I handled it was to make the extension 9 go to a context that
> plays a fake dialtone in the background, and handles the actual phone
> number from there.  In my main context, I have:
>
> exten => 9,1,Goto(dialtone,s,1)



Why not just use DISA:

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

-Tilghman

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


Re: [Asterisk-Users] BudgeTone-100 Early Dial

2003-09-09 Thread Steve Meyers
On Tue, 2003-09-09 at 11:41, Hielke Christian Braun wrote:
> I have one problem with the BudgeTone phones and early dial. When i
> dial a long external number with 9+, * starts to dial to early with
> just a few digits. The outgoing call is placed through the SIP provider
> Nikotel. Is there some timeout i can increase so that * waits 
> for all the digits before placing the SIP call? The firmware on the 
> phones is 1.0.3.81 and they use SIP Info to sent DTMF. Sending via 
> inband or RFC2833 did not work at all. The * version is a week old
> from CVS. When not using early dial it works fine. 

I told the Grandstream guys about the problem about a month ago, they
said they'd look into it.  The BudgeTones handle 4-5 digits okay (I
can't remember which), but at some point they crap out from too many
484's.

The way I handled it was to make the extension 9 go to a context that
plays a fake dialtone in the background, and handles the actual phone
number from there.  In my main context, I have:

exten => 9,1,Goto(dialtone,s,1)

Then I have a dialtone context:

[dialtone]
exten => s,1,Answer
exten => s,2,Background(dialtone)
exten => 11,1,Macro(localcall-number,911)
exten => 911,1,Macro(localcall)
exten => _NXX,1,Macro(localcall)
exten => _1NXXNXX,1,Macro(localcall)

And a couple Macros:

[macro-localcall]
exten => s,1,Macro(localcall-number,${MACRO_EXTEN})
   
 [macro-localcall-number]
;${ARG1} - number to call
exten => s,1,Dial(${POTSGROUP}/${ARG1})
exten => s,2,Playback(vm-goodbye)
exten => s,3,Hangup
exten => s,102,Congestion

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


Re: [Asterisk-Users] BudgeTone-100 Early Dial

2003-09-09 Thread WipeOut .
> Hello,
> 
> this is my first post to the list. I have to say that i am really
> impressed with *. Every day i find a new great feature to play
> around with. Also the SIP support has come a long way in just half a
> year. Just wanted to thank the programmers for this great software.
> 
I Agree!!

> 
> I have one problem with the BudgeTone phones and early dial. When i
> dial a long external number with 9+, * starts to dial to early with
> just a few digits. The outgoing call is placed through the SIP provider
> Nikotel. Is there some timeout i can increase so that * waits 
> for all the digits before placing the SIP call? The firmware on the 
> phones is 1.0.3.81 and they use SIP Info to sent DTMF. Sending via 
> inband or RFC2833 did not work at all. The * version is a week old
> from CVS. When not using early dial it works fine. 
> 
Then don't use early dial.. so you have to wait 5 seconds when you make a call.. so 
what.. or you can dial the number and hit the send button if you really don't want to 
wait the 5 seconds..

Later..
-- 
__
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr

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


RE: [Asterisk-Users] BudgeTone-100 Early Dial

2003-07-08 Thread Paul Barrett
Hi Stephen

Thanks for the reply

I am using inband DTMF and firmware version 1.0.3.72

Paul


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Stephen R.
Besch
Sent: 07 July 2003 23:50
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] BudgeTone-100 Early Dial


Paul,

First, make sure that you use inband DTMF. As far as I know, out of band 
still does not work.  Second, make sure that the firmware is up to date. 
  The "silent DTMF" problem was fixed a few releases ago (at rev 
xx.xx.xx.60 I believe).

-- 
Stephen R. Besch, Ph.D.
SachsLab
320 Cary Hall
SUNY at Buffalo
Buffalo, NY 14214
(716) 829-3289 x106

___
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