Re: [asterisk-users] Call Processing Slow 11 seconds

2006-09-11 Thread G.Jacobsen



You could disable dialing altogether unless they 
press hash - that way they would learn about the hash key feature pretty quickly 
:-)
 
Unfortunately I dont see an easy solution since a 
dialplan covering all possibilities may be too complicated.
 
Cheers
 
Gerry
 
 

  - Original Message - 
  From: 
  [EMAIL PROTECTED] 
  To: Asterisk Users Mailing List - 
  Non-Commercial Discussion 
  Sent: Saturday, September 09, 2006 8:27 
  PM
  Subject: RE: [asterisk-users] Call 
  Processing Slow 11 seconds
  
  Yes that works. I'm using Linksys adapter, is there a code I can put in 
  the dial plan to prevent users from putting # after the number? I have a lot 
  of people on the server and cannot ask them all to be pushing # after every 
  call. Thanks for the tip and any help will be appreciated.
   
  -- 
Original message -- From: "G.Jacobsen" <[EMAIL PROTECTED]> 

In 
case you use an adapter or voip phone: Did you try to press hash # after the 
number ? - then the adapter/voip phone dials immediately and 
doesnt wait for the next digit timeout.
 
Cheers
 
Gerry
 

  -Original MessageFrom: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of 
  [EMAIL PROTECTED]Sent: Samstag, 9. September 2006 
  15:15To: asterisk-users@lists.digium.comSubject: 
  [asterisk-users] Call Processing Slow 11 seconds
  I'm having some slowness issue with Asterisk. When a number is dialed 
  it takes 11 seconds before it rings out. I been considering using openser 
  for the call processing and leaving asterisk for voicemail and conference 
  bridge. I get a dialtone rightaway when the receiver is picked up but 
  after dialing the number but within asterisk extensions and pstn numbers 
  takes 11 seconds before ringing out. Anyone else experiencing this. I use 
  Asterisk 1.2.3
  
  

  ___--Bandwidth and 
  Colocation provided by Easynews.com --asterisk-users mailing 
  listTo UNSUBSCRIBE or update options visit:   
  http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Call Processing Slow 11 seconds

2006-09-09 Thread Andres

[EMAIL PROTECTED] wrote:

Thanks, I tried that and did not work for me. My users are calling US 
number and without the # at the end of the last digit dials it takes 
11 seconds before it starts ringing.
 


If you are dialing 11 digits then set the Linksys Dial Plan to: 
(1xx), the phone will dial out right after the last digit.  You 
will need to modify the dial plan if there are other patterns as well 
that are expected.


--
Andres
Technical Support
http://www.telesip.net

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Call Processing Slow 11 seconds

2006-09-09 Thread broadbandvoice

Thanks, I tried that and did not work for me. My users are calling US number and without the # at the end of the last digit dials it takes 11 seconds before it starts ringing. 
 
-- Original message -- From: Alberto Sagredo <[EMAIL PROTECTED]> > Yes you could script a dialplan putting ... and S0 (zero) at the end. > > An example : > > (xxS0) It will dial 6 digits directly when you enter the 6th. > > You could learn how to adapt your Linksys dialplan looking this wiki. > > http://voip.wikispaces.com/ > > [EMAIL PROTECTED] escribió: > > Yes that works. I'm using Linksys adapter, is there a code I can put > > in the dial plan to prevent users from putting # after the number? I > > have a lot of people on the server and cannot ask them all to be > > pushing # after every call. Thanks for the tip and any help will be > > appreciated. > > > > > > --
  O
riginal message -- > > From: "G.Jacobsen" <[EMAIL PROTECTED]>> > In case you use an adapter or voip phone: Did you try to press > > hash # after the number ? - then the adapter/voip phone dials > > immediately and doesnt wait for the next digit timeout. > > > > Cheers > > > > Gerry > > > > > > -Original Message > > *From:* [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Behalf Of > > [EMAIL PROTECTED] > > *Sent:* Samstag, 9. September 2006 15:15 > > *To:* asterisk-users@lists.digium.com > > *Subject:* [asterisk-users] Call Processing Slow 11 seconds > > > > I'm having some slowness issue with Asterisk. When a number is > > dialed it takes 11 seconds before it rings out. I been > > conside
 ring u
sing openser for the call processing and leaving > > asterisk for voicemail and conference bridge. I get a dialtone > > rightaway when the receiver is picked up but after dialing the > > number but within asterisk extensions and pstn numbers takes > > 11 seconds before ringing out. Anyone else experiencing this. > > I use Asterisk 1.2.3 > > > > > >  > > > > Asunto: > > RE: [asterisk-users] Call Processing Slow 11 seconds > > De: > > "G.Jacobsen" <[EMAIL PROTECTED]>> > Fecha: > > Sat, 9 Sep 2006 17:20:05 + > > Para: > > "Asterisk Users Mailing List - Non-Commercial Discussion" > > > > > > Para: > > "Asterisk Users Mailing List - Non-Commercial Discussion" > 
> > > > > > > ___ > > --Bandwidth and Colocation provided by Easynews.com -- > > > > asterisk-users mailing list > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > >  > > > > ___ > > --Bandwidth and Colocation provided by Easynews.com -- > > > > asterisk-users mailing list > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > ___ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing li
 st > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users 

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Call Processing Slow 11 seconds

2006-09-09 Thread Alberto Sagredo

Yes you could script a dialplan putting ... and S0 (zero) at the end.

An example :

(xxS0) It will dial 6 digits directly when you enter the 6th.

You could learn how to adapt your Linksys dialplan looking this wiki.

http://voip.wikispaces.com/

[EMAIL PROTECTED] escribió:
Yes that works. I'm using Linksys adapter, is there a code I can put 
in the dial plan to prevent users from putting # after the number? I 
have a lot of people on the server and cannot ask them all to be 
pushing # after every call. Thanks for the tip and any help will be 
appreciated.
 


-- Original message --
From: "G.Jacobsen" <[EMAIL PROTECTED]>
In case you use an adapter or voip phone: Did you try to press
hash # after the number ? - then the adapter/voip phone dials
immediately and doesnt wait for the next digit timeout.
 
Cheers
 
Gerry
 


-Original Message
*From:* [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
[EMAIL PROTECTED]
*Sent:* Samstag, 9. September 2006 15:15
*To:* asterisk-users@lists.digium.com
    *Subject:* [asterisk-users] Call Processing Slow 11 seconds

I'm having some slowness issue with Asterisk. When a number is
dialed it takes 11 seconds before it rings out. I been
considering using openser for the call processing and leaving
asterisk for voicemail and conference bridge. I get a dialtone
rightaway when the receiver is picked up but after dialing the
number but within asterisk extensions and pstn numbers takes
11 seconds before ringing out. Anyone else experiencing this.
I use Asterisk 1.2.3


----

Asunto:
RE: [asterisk-users] Call Processing Slow 11 seconds
De:
"G.Jacobsen" <[EMAIL PROTECTED]>
Fecha:
Sat, 9 Sep 2006 17:20:05 +
Para:
"Asterisk Users Mailing List - Non-Commercial Discussion" 



Para:
"Asterisk Users Mailing List - Non-Commercial Discussion" 




___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
  



___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
  


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [asterisk-users] Call Processing Slow 11 seconds

2006-09-09 Thread broadbandvoice

Yes that works. I'm using Linksys adapter, is there a code I can put in the dial plan to prevent users from putting # after the number? I have a lot of people on the server and cannot ask them all to be pushing # after every call. Thanks for the tip and any help will be appreciated.
 
-- Original message -- From: "G.Jacobsen" <[EMAIL PROTECTED]> 

In case you use an adapter or voip phone: Did you try to press hash # after the number ? - then the adapter/voip phone dials immediately and doesnt wait for the next digit timeout.
 
Cheers
 
Gerry
 

-Original MessageFrom: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of [EMAIL PROTECTED]Sent: Samstag, 9. September 2006 15:15To: asterisk-users@lists.digium.comSubject: [asterisk-users] Call Processing Slow 11 seconds
I'm having some slowness issue with Asterisk. When a number is dialed it takes 11 seconds before it rings out. I been considering using openser for the call processing and leaving asterisk for voicemail and conference bridge. I get a dialtone rightaway when the receiver is picked up but after dialing the number but within asterisk extensions and pstn numbers takes 11 seconds before ringing out. Anyone else experiencing this. I use Asterisk 1.2.3

--- Begin Message ---
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
--- End Message ---
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [asterisk-users] Call Processing Slow 11 seconds

2006-09-09 Thread G.Jacobsen



In 
case you use an adapter or voip phone: Did you try to press hash # after the 
number ? - then the adapter/voip phone dials immediately and doesnt 
wait for the next digit timeout.
 
Cheers
 
Gerry
 

  -Original MessageFrom: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of 
  [EMAIL PROTECTED]Sent: Samstag, 9. September 2006 
  15:15To: asterisk-users@lists.digium.comSubject: 
  [asterisk-users] Call Processing Slow 11 seconds
  I'm having some slowness issue with Asterisk. When a number is dialed it 
  takes 11 seconds before it rings out. I been considering using openser for the 
  call processing and leaving asterisk for voicemail and conference bridge. I 
  get a dialtone rightaway when the receiver is picked up but after dialing the 
  number but within asterisk extensions and pstn numbers takes 11 seconds before 
  ringing out. Anyone else experiencing this. I use Asterisk 
1.2.3
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Call Processing Slow 11 seconds

2006-09-09 Thread broadbandvoice

I'm having some slowness issue with Asterisk. When a number is dialed it takes 11 seconds before it rings out. I been considering using openser for the call processing and leaving asterisk for voicemail and conference bridge. I get a dialtone rightaway when the receiver is picked up but after dialing the number but within asterisk extensions and pstn numbers takes 11 seconds before ringing out. Anyone else experiencing this. I use Asterisk 1.2.3

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users