How to use speed dial in 2.2rc1

How do I use the speed dial feature in tc 2.2rc1.

I have tried various combination of *75 and 80 but to no avail.

I am alsi having difficultie using the call pickp feature.

I have tried ** as per the feature codes and havae also tried *8 but to no avail.

Can someone give me a little pointer.

Thanks in advance
-BenS

TB2 beta is missing this from the extentions_custom.conf

[custom-speed-dial]
;Speed dialing record
exten => _3003XX.,1,DBput(SysSpeed/${EXTEN:3:3}=${EXTEN:6})
exten => _3003XX.,2,SayDigits(${EXTEN:6})
exten => _3003XX.,3,playback(at)
exten => _3003XX.,4,playback(position)
exten => _3003XX.,5,SayDigits(${EXTEN:3:3})
exten => _3003XX.,6,Hangup

;Speed dialing recall and dial
exten => _3XX,1,DBget(speedref=SysSpeed/${EXTEN})
exten => _3XX,2,playback(pls-wait-connect-call)
exten => _3XX,3,Goto(outbound-allroutes,${speedref},1)
exten => _3XX,102,playback(that-number)
exten => _3XX,103,playback(is-not-in-the)
exten => _3XX,104,playback(speed-dial)
exten => _3XX,105,playback(system)
exten => _3XX,106,playback(pls-try-again)
exten => _3XX,107,playback(goodbye)
exten => _3XX,108,Macro(hangupcall)

;Speed dialing recall and tell caller what it is, part one
exten => _*3XX,1,Answer
exten => _*3XX,2,DBget(speedref=SysSpeed/${EXTEN:1})
exten => _*3XX,3,SetVar(speedreflocation=${EXTEN:1})
exten => _*3XX,4,Goto(menu-SysSpeed,s,1)
exten => _*3XX,102,playback(speed-dial)
exten => _*3XX,103,playback(num-not-in-db)
exten => _*3XX,104,playback(pls-try-again)
exten => _*3XX,105,playback(goodbye)
exten => _*3XX,106,Macro(hangupcall)

[menu-SysSpeed]
;Speed dialing recall and tell caller what it is
exten => s,1,background(speed-dial)
exten => s,2,saydigits(${speedreflocation})
exten => s,3,background(has-been-set-to)
exten => s,4,saydigits(${speedref})
exten => s,5,background(press-1)
exten => s,6,background(to-call-this-number)
exten => s,7,background(or)
exten => s,8,background(hangup-try-again)
exten => s,9,background(silence/5)
exten => s,10,background(goodbye)
exten => s,11,Macro(hangupcall)
exten => 1,1,Goto(custom-speed-dial,${speedreflocation},1)

OK I see the deal the speed dial is now a module
you must add in (The GUI I guess I really start using it)

But you must add in the phonebook mod as well…not sure i like the new way…

if you drop in the code above it gives you speed…I guess it does the demo box does not have outbound routew but it does give the prompt and will issue the dial cmd

Ok install the phone book and speeddail
pickup your phone and dail *75

go into the phonebook and enter in a number and give it a code (say 304)

now go dail *0304

**[ringing exten number] works for call pickup as well

Yes Sir I know your work well…

I am Bubbapcguy from TB / Whirlpool

I do not run TB (Yea Yea I know a Forum MOD who does not run the software)

Will go load up a TB 2 and see what is up…

I am running Freepbx RC1

in the freepbx installs I have they do not have any code from pickup of calls
the pickexten=*8 was not there…

I do not really have a way of testing that function

I can give you access to box runinng the RC1 in which speeddial does work if you would like

OK I dailed 300301[my cell phone number]

I then dailed 301 and my cell phone rings.

http://www.aussievoip.com/wiki/index.php?page=DM-SpeedDial

Still looking at the pickup stuff

Bubba,

300301XXXXXXX used to work but it does not work with the current incarnation of Trixbox2b2 and fpbx2.2rc1

The feature codes in the GUI says *75 but I have tried a number of variations but I was not successful. I even change it to 300 alas didnt work either :slight_smile:

While you are at it you should try the ** for call pickup as well… it is not functioning (for me) unless we change it from the default and untick the tickbox.

I know about the Dumb-Me Guide… I wrote it :slight_smile:

  • Ben Sharif

p/s I can see a major rewrite of Trixbox without Tears :slight_smile: