Yealink Forums

Full Version: T28P & T38G: Speed Dial delay or pause between DTMF
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7
Hello,

Did you do this feature ?

Call to voicemail : 9999
Login : 002353
Password : 1234

I would like to have 9999{pause}login in order to access directly to my voicemail.

Something like that : Line Key 6 > voicemail > value= 9999,002353 > Line1

The file as attached

Thanks
(04-25-2015 12:22 AM)Yealink_James Wrote: [ -> ]Hi

We are developing the feature. It should be available in Q3 2015.

Regards,
James

Hi James - This feature is really necessary for pauses when speed dialing into voice mail, conference calls and extensions. Will the feature also be available for the T32G and T48G models?
Hi,
is there any news regarding the "pause" feature?
Customers asking for this in connection to door phone.
Scenario:
1) you need to call door phone e.g. ext 100
2) after pause yopu need to send key sequence to unlock the door e.g. 1234

Customers in big companies on reception need this as one button sequence, so need to assign on DSS key sequence: 100,1234.
Of course there is many many more cases where it could be used.


Marek
Hi Marek,

the feature will be available in T21_E2/T23/T27/T29/T4x in Q3 this year.
Probably in August.

Regards,
James
Will this be available for the T26 model?
Has the pause been implemented yet?
Yealink_James

I've just found this thread and just wanted to add my input to the long list of people wanting / expecting / hoping that Yealink add the 'pause' with comma functionality to the Yealink T4x phones.

I can see that v80 firmware was released on the 08 Aug 2015, but the release notes do not mention this as a new feature.

I'm not sure if I can manually update our phones with the downloaded firmware or if I need to get the okay from our phone provider first.

In the mean time, can anyone say if this feature has been added?
Can I create a speeddial like 0800xxxxxxxx,xxxxxxx# ??

Regards, Derek
-
We also need this feature. Is very very useful.
This could be a SOLUTION when using Asterisk:
Here is code for an Asterisk-Application inside Askozia (Asterisk based PBX).
Code:
1,Answer()
n,Dial(SIP/333,,D(wwww#9)L(5000))
n,Hangup()
This uses the DIAL-Command: http://www.voip-info.org/wiki/view/Asterisk+cmd+Dial
Explanation: It will dial extension 333 (which could be a doorbell). It then waits 2 seconds (4 times w = 4 times 0.5 seconds). It will then send DTMF "#9". It will hangup after 5 seconds (5000ms).

Please edit into real asterisk-code and share here!
This could be it:
Code:
; DTMF_Sample_333
[DIALPLAN-APPLICATION-383207416556cd1d417069]
exten => _[0-9a-zA-Z*#]!,1,Dial(SIP/333,,D(wwww#9)L(5000))
exten => _[0-9a-zA-Z*#]!,n,Hangup()
exten => s,1,Dial(SIP/333,,D(wwww#9)L(5000))
exten => s,n,Hangup()

Hope this helps anybody! Please give feedback!
Has this been completed yet?
I believe we are in the 4th quarter of 2015 and need this on a T48G
Pages: 1 2 3 4 5 6 7
Reference URL's