Apologies if this messages appears more than once, somehow sending it via gmane's nntp-server doesn't work as expected. Been trying to send this message for 2 days now, without success so far... --- Hello, I'm exploring the capablities of Asterisk and must say I'm really impressed! However, I don't need most of the options, but can't figure out the things that appear simple to me... We share our 3 phonelines with 20 users (students). There's a (pre-WWII) ISDN-PBX which some of the students want to keep. Since only 5 handsets can be attached I thought Asterisk would be a perfect solution for the remaining 15 students. So far I managed to get things running, but if I configure extensions.conf like exten => s,1,Answer exten => s,2,DigitTimeout(10) exten => s,3,ResponseTimeout(20) exten => s,4,Background(vm-extension) the old PBX users can nolonger answer the line, since Asterisk answers it. Is it possible to answer an incoming call by dialing (eg.) an * (or dial 8)? (also possible to broadcast caller ID without answering???) Thanks in advance! -- ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm
> So far I managed to get things running, but if I configure extensions.conf > like > > exten => s,1,Answer > exten => s,2,DigitTimeout(10) > exten => s,3,ResponseTimeout(20) > exten => s,4,Background(vm-extension) > > the old PBX users can nolonger answer the line, since Asterisk answers it.How about this: exten => s,1,Wait,10 exten => s,2,Answer exten => s,3,Background(vm-extension) That way the call will ring your old PBX for 10 seconds, and if no-one picks it up then the autoattendant kicks in. Cheers, Faiz
> > So far I managed to get things running, but if I configureextensions.conf> > like > > > > exten => s,1,Answer > > exten => s,2,DigitTimeout(10) > > exten => s,3,ResponseTimeout(20) > > exten => s,4,Background(vm-extension) > > > > the old PBX users can nolonger answer the line, since Asterisk answersit.> > How about this: > > exten => s,1,Wait,10 > exten => s,2,Answer > exten => s,3,Background(vm-extension) > > That way the call will ring your old PBX for 10 seconds, and if no-onepicks> it up then the autoattendant kicks in. >So we need to wait for 10 seconds, before we can answer the line. It would be great if it is possible (by dialing 8) Asterisk picks up a ringing line and puts it through to the accepting softphone. Thanks, Dirk> Cheers, > Faiz > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Maybe Matching Threads
- Problem in performing goodness of fit test in R.
- Two questions, first about contingency tables, and second about table () and data.frame (), from a visually impaired user.
- Reading results of commands in Microsoft Word typed in the terminal window, A question from a Blind R user.
- Digit detect during a Background() inside a Macro wrongly jumps b ack to the calling context to match digits?
- couple of how-to-do it in R questions regarding corelations and mean and SD of likert items