search for: u50

Displaying 2 results from an estimated 2 matches for "u50".

Did you mean: 50
2006 Jun 22
1
Re: Can I enter an extension to dial whilevoicemail is playing?
...git extension while the > > > other extension is ringing, but this doesn't seem to be working for me > > > either... > > > > > > Here is my new config: > > > > > > exten => s,1,Dial(SIP/50,23,r,d) > > > exten => s,2,VoiceMail( u50@default) > > > exten => s,3,Playback(vm-goodbye) > > > exten => s,4,Hangup > > > > > > exten => 1,1,SayDigits(1) > > > exten => 2,1,SayDigits(2) > > > exten => 10,1,SayDigits(10) > > > > > > However, when my phon...
2006 Jun 19
1
Can I enter an extension to dial while voicemail is playing?
I have a very, very simple Asterisk setup in my house. I have a Sipura 3000 with a PSTN line connected and one analog phone connected. The [incoming] context looks like this: exten => s,1,Dial(SIP/50,23,r) exten => s,2,VoiceMail(u50@default) exten => s,3,Playback(vm-goodbye) exten => s,4,Hangup As you can see, when somebody calls in if I don't answer in 23 seconds then they are forwarded to my voicemail. How can I make it so I can call an enter extensions either while the phone is ringing or while the voicemail mes...