I'm connecting to an NEC t1 card via t100p (working great so far!) however I'm having problems dialing from the NEC system to an asterisk extension (sip-grandstream). If I hit the trunck line and dial REAL quick 103 I get the sip extension ringing; if I don't I get an invalad selection message from asterisk - and I can see on the console only one or two digits arrived. How can I globally make asterisk wait for several seconds on that t100p? Thanks, t o n y
On Wed, 2004-05-26 at 13:11, Tony wrote:> I'm connecting to an NEC t1 card via t100p (working great so far!) > however I'm having problems dialing from the NEC system to an asterisk > extension (sip-grandstream). If I hit the trunck line and dial REAL > quick 103 I get the sip extension ringing; if I don't I get an invalad > selection message from asterisk - and I can see on the console only one > or two digits arrived. > > How can I globally make asterisk wait for several seconds on that t100p?You don't want it to wait several seconds, you want it to only wait the amount of time to know what it is you keyed. My guess is you have some form of wildcard matching going on and you are getting caught early. Provide some of your configs for real help. -- Steven Critchfield <critch@basesys.com>
Tony wrote:>I'm connecting to an NEC t1 card via t100p (working great so far!) >however I'm having problems dialing from the NEC system to an asterisk >extension (sip-grandstream). If I hit the trunck line and dial REAL >quick 103 I get the sip extension ringing; if I don't I get an invalad >selection message from asterisk - and I can see on the console only one >or two digits arrived. > >How can I globally make asterisk wait for several seconds on that t100p? > >Thanks, > >t o n y > >_______________________________________________ >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 > > >Tony, I may not fully understand you question but it sounds like digittimeout is what you are looking for. http://www.voip-info.org/tiki-index.php?page=Asterisk+cmd+DigitTimeout Please keep me informed on your progress, off you list if you like. I'd really like to do pretty much the same thing towards the end of this year and I'm having a hard time making my vendor pbx vendor understand why/what I want to do. -Jeff