I'm presently working on provisioning VoIP to a traditional key system. I have a single SIP DID inbound that gives me a maximum of 2 concurrent channels. I need an ATA that will ring the second station port when the first is in use. What devices will do this with a single sip registration with the provider? Thanks, Eric -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080616/16858b15/attachment.htm
On Mon, 16 Jun 2008, Eric Fort wrote:> I'm presently working on provisioning VoIP to a traditional key system. I > have a single SIP DID inbound that gives me a maximum of 2 concurrent > channels. I need an ATA that will ring the second station port when the > first is in use. What devices will do this with a single sip registration > with the provider?Er, Asterisk will do this with a TDM400 card or clone. Expensive ATA though :) But maybe an AVM Fritz! box will work for you too... Gordon
On Tue, Jun 17, 2008 at 7:37 AM, Gordon Henderson <gordon+asterisk at drogon.net> wrote:> But maybe an AVM Fritz! box will work for you too...Would anyone care to recommend a good quality, stable ATA these days for just a single cordless phone connected to one SIP provider. Sipura used to be well thought-of. Are they still the best? /r
On Wed, 18 Jun 2008, Benny Amorsen wrote:> "Steve Totaro" <stotaro at totarotechnologies.com> writes: > >> I have heard many people (and even a good friend of mine and the >> Asterisk community) feel ill immediately when around active DECT. > > He can make a lot of money if he can demonstrate that.Continuing to stray off topic... I once had a friend that could "hear" the difference between a VT100 (a CRT terminal for all you young pups) in 80 column mode and one in 132 column mode. He fould the "132 mode" to be annoying. Maybe your friend is sensitive to something other than the radio in your DECT. Or was it all DECTs? Thanks in advance, ------------------------------------------------------------------------ Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000
On Wednesday 18 June 2008 09:07:51 Steve Edwards wrote:> On Wed, 18 Jun 2008, Benny Amorsen wrote: > > "Steve Totaro" <stotaro at totarotechnologies.com> writes: > >> I have heard many people (and even a good friend of mine and the > >> Asterisk community) feel ill immediately when around active DECT. > > > > He can make a lot of money if he can demonstrate that. > > Continuing to stray off topic... > > I once had a friend that could "hear" the difference between a VT100 (a > CRT terminal for all you young pups) in 80 column mode and one in 132 > column mode. He fould the "132 mode" to be annoying.Some of us can still hear the high pitched screech that certain CRTs make.> Maybe your friend is sensitive to something other than the radio in your > DECT. Or was it all DECTs?It should be noted that if they really are sensitive to the EMI emitted from those devices, a tinfoil hat would block the interference (as long as it contains no holes). -- Tilghman
On Wed, Jun 18, 2008 at 5:05 PM, Tilghman Lesher <tilghman at mail.jeffandtilghman.com> wrote:> those devices, a tinfoil hat would block the interference (as long as it > contains no holes).How can you put holes in interference?
hello all, was wondering if some1 could help me to add an option to my incoming operator menu. currently, when some1 calls in, he gets a recorded msg asking for him to punch in an extension or dial 100 for operator assistance wht i want is to add 2 other things; firstly, if in a period of time the person didnt punch in an extension i want him to b directed atomaticly to the operator. 2ndly, to add an option of lets say, press 2 to listen to availabe extensions this is my extensions.conf [sipura-line] exten => 201,1,Answer() ; Answer inbound calls exten => 201,2,Playback(silence/1) exten => 201,3,Background(simzy1) ; input an extension exten => 201,4,Wait(8) include => spa exten => 201,n,Hangup() [spa] exten =>_201,1,GoTo(sipura-line,${EXTEN},1) exten => _1XX,1,Dial(SIP/${EXTEN},15) ;each ring equals to 5 seconds, so it will ring 3 t\ imes exten => _1XX,2,VoiceMail(${EXTEN}@default) exten => _1XX,3,HangUp() exten => _2XX,1,Dial(SIP/${EXTEN},15) ;each ring equals to 5 seconds, so it will ring 3 t\ imes exten => _2XX,2,VoiceMail(${EXTEN}@default) exten => _2XX,3,HangUp() exten =>_01,1,Dial(SIP/200) exten => 203,1,VoicemailMain exten => _2XX,1,Dial(SIP/${EXTEN},15) _________________________________________________________________ Discover the new Windows Vista http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080618/ace7b1a5/attachment.htm
randulo wrote:> On Wed, Jun 18, 2008 at 5:05 PM, Tilghman Lesher > <tilghman at mail.jeffandtilghman.com> wrote: > >> those devices, a tinfoil hat would block the interference (as long as it >> contains no holes). >> > > How can you put holes in interference? > >... and how many would it take to fill the Albert Hall? -- Drew Gibson Systems Administrator OANDA Corporation www.oanda.com
Third time you have posted a variation of the same email. Do you expect someone to write your dialplan for you? Why not just use FreePBX, TrixBox, or hire someone at this point? Thanks, Steve Totaro On Wed, Jun 18, 2008 at 11:40 AM, RoLaNd RoLaNd <r_o_l_a_n_d at hotmail.com> wrote:> hello all, > > > was wondering if some1 could help me to add an option to my incoming > operator menu. > > currently, when some1 calls in, he gets a recorded msg asking for him to > punch in an extension or dial 100 for operator assistance wht i want is to > add 2 other things; > > firstly, if in a period of time the person didnt punch in an extension i > want him to b directed atomaticly to the operator. > 2ndly, to add an option of lets say, press 2 to listen to availabe > extensions > > this is my extensions.conf > > [sipura-line] > exten => 201,1,Answer() ; Answer inbound calls > exten => 201,2,Playback(silence/1) > exten => 201,3,Background(simzy1) ; input an extension > exten => 201,4,Wait(8) > include => spa > exten => 201,n,Hangup() > > [spa] > exten =>_201,1,GoTo(sipura-line,${EXTEN},1) > exten => _1XX,1,Dial(SIP/${EXTEN},15) ;each ring equals to 5 seconds, so it > will ring 3 t\ > imes > exten => _1XX,2,VoiceMail(${EXTEN}@default) > exten => _1XX,3,HangUp() > exten => _2XX,1,Dial(SIP/${EXTEN},15) ;each ring equals to 5 seconds, so it > will ring 3 t\ > imes > exten => _2XX,2,VoiceMail(${EXTEN}@default) > exten => _2XX,3,HangUp() > exten =>_01,1,Dial(SIP/200) > exten => 203,1,VoicemailMain > exten => _2XX,1,Dial(SIP/${EXTEN},15) > > > > ________________________________ > Discover the new Windows Vista Learn more! > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >