Hi, all I finally got myself one of those SIPURA boxes. It is labeled as Linksys, but this is actually a SP3000 box. Anyway, unit has lots of configuration parameters. Not all are obvious. At the moment it registers against my *, but all the calls I do from analog phone connected to it, go to VoIP channel. As this part is still in testing, I want all the outgoing calls got to PSTN by default and dial, say 0, to get an "outside VoIP line". I would like to do it as part of SP3000 configuration, not as part of * dialplan. Can someone help me? Thanks, Rudolf P.S. I am reading the manual now, but it is rather large. I want to have SP3000 installed now, but to avoid screams from my wife, I want analog phone to work as an analog phone for now while I am playing with configuration and * dialplans.
RumaTech wrote:> Hi, all > > I finally got myself one of those SIPURA boxes. It is labeled as > Linksys, but this is actually a SP3000 box. > > Anyway, unit has lots of configuration parameters. Not all are obvious. > At the moment it registers against my *, but all the calls I do from > analog phone connected to it, go to VoIP channel. As this part is > still in testing, I want all the outgoing calls got to PSTN by default > and dial, say 0, to get an "outside VoIP line". > I would like to do it as part of SP3000 configuration, not as part of > * dialplan. Can someone help me? >Use the gw0 directive in your SPA Dialplan. For example to get all 7 digit dialed calls to go out the FXO port, you can put in the following code: xxxxxxx<:@gw0>> Thanks, > Rudolf > > P.S. I am reading the manual now, but it is rather large. I want to > have SP3000 installed now, but to avoid screams from my wife, I want > analog phone to work as an analog phone for now while I am playing > with configuration and * dialplans. > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >-- Andres Technical Support http://www.telesip.net
On Sat, Apr 22, 2006 at 11:19:35PM +1000, RumaTech scribbled:> As this part is still in testing, I want all the outgoing calls got to > PSTN by default and dial, say 0, to get an "outside VoIP line". > I would like to do it as part of SP3000 configuration, not as part of > * dialplan. Can someone help me?I use the following dialplan within the Sipura: ([2-79]11<:@gw0>|999<:@gw0>|112<:@gw0>|0[12]x.|[*x]xx.<:@gw0>|<#9,:>[*x]x.|**) Using this, all emergency numbers go directly to PSTN, all numbers starting with 01 and 02 go via VoIP, and all other numbers go through PSTN. Any number prefixed with #9 is then forced to go through VoIP, with the initial #9 not being passed to Asterisk. Adapt and use. :-) Hope this helps, Roshan -- http://roshan.info Be different, act normal.