VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
asterisk at voipbusine... Guest
|
Posted: Sat Oct 01, 2016 1:22 pm Post subject: [asterisk-users] Adding a pause when transfering a call |
|
|
All;
When I transfer a call to another extension, I can simply press *2 and then the extension number, say 101. No big deal. The problem I am having is in programming a speed dial key to dial *2101, which is failing. The only thing I can think of is that the speed dial key is dialing the string too fast and Asterisk sees it as <*2101> instead of <*2><101> which fails. How do other people get around this?
Thanks;
John |
|
Back to top |
|
|
becker at yukonho.de Guest
|
Posted: Sun Oct 02, 2016 12:18 pm Post subject: [asterisk-users] Adding a pause when transfering a call |
|
|
On Sat, 1 Oct 2016, Tech Support wrote:
Quote: | in programming a speed dial key to dial *2101, which is failing. The only
thing I can think of is that the speed dial key is dialing the string too
fast and Asterisk sees it as <*2101> instead of <*2><101> which fails. How
do other people get around this?
|
I had spent a good year looking at "failed dialing" problems that I
might have been able to solve if the timing had been differant.
My solution wasn't in adding a pause in the dial string but rather
in the way Asterisk processes execution of it's Dial-Plan.
Look at: for a detail of a post I sent a while back
http://lists.digium.com/pipermail/asterisk-users/2016-May/289265.html
Quote: | In short, adding the line:
in chan_dahdi.conf changed everything!!
|
Depending on the channel your using: this might fix your problem.
good luck,
Stefan
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
Join the Asterisk Community at the 13th AstriCon, September 27-29, 2016
http://www.asterisk.org/community/astricon-user-conference
New to Asterisk? Start here:
https://wiki.asterisk.org/wiki/display/AST/Getting+Started
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|