yes ----- Original Message ----- From: "Ethan" <telmnstr@757.org> To: <asterisk-users@lists.digium.com> Sent: Tuesday, July 13, 2004 3:22 PM Subject: [Asterisk-Users] Rotary phones? (No, I'm serious)> > Will the FXS cards that work with asterisk handle rotary? Are there any > channel banks that can convert rotary to touch tone (like some sorta > bridge)? > > The goal is to be able to log input from rotary phones. Full PBX > functionality would be nice but... > > (It's for a project, not for serious production). > > -- > // Ethan O'Toole > // http://users.757.org/~ethan > _______________________________________________ > 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 >
Will the FXS cards that work with asterisk handle rotary? Are there any channel banks that can convert rotary to touch tone (like some sorta bridge)? The goal is to be able to log input from rotary phones. Full PBX functionality would be nice but... (It's for a project, not for serious production). -- // Ethan O'Toole // http://users.757.org/~ethan
Steven Critchfield
2004-Jul-13 15:25 UTC
[Asterisk-Users] Rotary phones? (No, I'm serious)
On Tue, 2004-07-13 at 14:22, Ethan wrote:> Will the FXS cards that work with asterisk handle rotary? Are there any > channel banks that can convert rotary to touch tone (like some sorta > bridge)? > > The goal is to be able to log input from rotary phones. Full PBX > functionality would be nice but... > > (It's for a project, not for serious production).I don't know how serious pulse dial is, but it is supported in asterisk. You will not likely find any device that converts pulse to tone though. Although it might be possible if it went through a channel that doesn't use pulse dialing like sip. -- Steven Critchfield <critch@basesys.com>
Check wiki for patch... maybe it's you best option. Regards, Gus ----- Original Message ----- From: "Ethan" <telmnstr@757.org> To: <asterisk-users@lists.digium.com> Sent: Tuesday, July 13, 2004 4:22 PM Subject: [Asterisk-Users] Rotary phones? (No, I'm serious)> > Will the FXS cards that work with asterisk handle rotary? Are there any > channel banks that can convert rotary to touch tone (like some sorta > bridge)? > > The goal is to be able to log input from rotary phones. Full PBX > functionality would be nice but... > > (It's for a project, not for serious production). > > -- > // Ethan O'Toole > // http://users.757.org/~ethan > _______________________________________________ > 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
steve@daviesfam.org
2004-Jul-13 22:55 UTC
[Asterisk-Users] Rotary phones? (No, I'm serious)
On Tue, 13 Jul 2004, Ethan wrote:> > Will the FXS cards that work with asterisk handle rotary? Are there any > channel banks that can convert rotary to touch tone (like some sorta > bridge)? > > The goal is to be able to log input from rotary phones. Full PBX > functionality would be nice but... > > (It's for a project, not for serious production).Well - my UK phones' hook-flash always looks like a loop-disconnect 1 to my Asterisk box. So it looks like loop-disconnect dialling is detected. Looking at the code definitely pulse dialling is handled. Steve