Chris, I do not have VoicePulse Open Access, but I do have an incoming number through VoicePulse Connect. You might want to give the following a try unless you get a repsonse back from someone who uses Open Access specifically. (I found the access1.voicepulse.com address from another posting.)
Edit sip.conf and extensions.conf as follows, editing the 2165551212 to match your assigned phone number from VoicePulse, as well as filling in your userid and password. To have the extension go to another context than default, you must specify it as the context in the general section in sip.conf - I was unable to get the normal peer matching to work for voicepulse, at the moment I suspect its due to inconsistent rev mappings for their ip's. If you do not have an extension that matches your number, it will defer to 's'. sip.conf ; in your [general] section add: register => userid:[EMAIL PROTECTED] extensions.conf ; add an extension matching your phone number to your default context (or the ; context specified in sip.conf) exten => 2165551212,1,Answer exten => 2165551212,2,Wait,1 exten => 2165551212,3,Playback(vm-goodbye) exten => 2165551212,4,Hangup Hope this works for you - it does for me with VoicePulse Connect. Randy On Fri, Jan 14, 2005 at 10:19:17PM -0500, Chris Wallace wrote: > > Has any messed with getting Asterisk to work using the Voice Pulse > Open Access plan? I currently have 2 numbers with Voice Pulse, 1 is a > number that is assigned to their hardware device (Sipura SPA-2000), > the other is a Open Access number that uses SIP from any device (you > must authenticate with them). I want to be able to use the Open > Access number on my Asterisk server here at home with no FXO cards. I > have having a hard time getting this to work; I have only been using > Asterisk for about a week now. I have managed to get Asterisk working > with a plain phone line going into an XP100. This list is an awesome > tool, any help would be appreciated!!! > > > Chris > _______________________________________________ > Asterisk-Users mailing list > [email protected] > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
