Speed dial with pause

dad311

Guru
Joined
Jan 13, 2008
Messages
604
Reaction score
2
Has anybody setup/used speed dial with pauses? I have some phone numbers that dial a PBX that ask for an extension. I would like to setup my speed dial to dial the PBX, wait 5 seconds and dial an extension. Is this possible?
 

RizSher

Guru
Joined
Oct 18, 2007
Messages
146
Reaction score
7
I use the following to setup my own speed dials:

exten => 4262,1,playback(pls-wait-connect-call)
exten => 4262,2,Dial(SIP/VoipTalk/0207123456,,D(895256#ww012458#))
exten => 4262,3,Hangup

4262: Speed DIal Code
VoipTalk: The Trunk I want the number to dial thru
0207123456: Number for a Caling Card service I use
895256: Calling card a/c number
012458: Pin Number

The # after the calling card a/c number and pin is required byt his particular calling card service, some don't need this
ww: adds a sufficient pause b/w the account number and pin.

The only shortcoming of this is that you have to specify a particular trunk, can't rely on your outbound routes to failover to the next trunk if the first one fails
 

dad311

Guru
Joined
Jan 13, 2008
Messages
604
Reaction score
2
I use the following to setup my own speed dials:

exten => 4262,1,playback(pls-wait-connect-call)
exten => 4262,2,Dial(SIP/VoipTalk/0207123456,,D(895256#ww012458#))
exten => 4262,3,Hangup

4262: Speed DIal Code
VoipTalk: The Trunk I want the number to dial thru
0207123456: Number for a Caling Card service I use
895256: Calling card a/c number
012458: Pin Number

The # after the calling card a/c number and pin is required byt his particular calling card service, some don't need this
ww: adds a sufficient pause b/w the account number and pin.

The only shortcoming of this is that you have to specify a particular trunk, can't rely on your outbound routes to failover to the next trunk if the first one fails


I get the "pls wait" playback, but then a fast busy. Im get the following message:

-- Called VP-SIP-SFO/18886111234#
-- Got SIP response 500 "Nice try" back from 67.108.9.183
-- SIP/VP-SIP-SFO-09cd3f60 is circuit-busy

Any ideas?
 

dad311

Guru
Joined
Jan 13, 2008
Messages
604
Reaction score
2
I get the "pls wait" playback, but then a fast busy. Im get the following message:

-- Called VP-SIP-SFO/18886111234#
-- Got SIP response 500 "Nice try" back from 67.108.9.183
-- SIP/VP-SIP-SFO-09cd3f60 is circuit-busy

Any ideas?

Fixed, I used a different trunk (callwithus) instead of Voice pulse.

thanks for your help
 

Members online

Forum statistics

Threads
25,834
Messages
167,892
Members
19,259
Latest member
dancosge
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top