Alan Lord
2007-Oct-15 21:28 UTC
[asterisk-users] Stupid Question #1 - Testing the "s" exten from a SIP Phone
Can I do this? I have a x100p card on my PSTN line and I have an incoming context for these calls which uses the "s" extension. I'm wanting to set up a simple IVR and would like to be able to test the dialplan as I go. But having to dial-in on my PSTN line each time is going to cost me money. Can I connect to my zap_incoming context from my locally connected SIP phone? I'm sure this is possible but it's late and I'm a bit brain dead. Cheers -- The way out is open! http://www.theopensourcerer.com
Mojo with Horan & Company, LLC
2007-Oct-15 21:56 UTC
[asterisk-users] Stupid Question #1 - Testing the "s" exten from a SIP Phone
Alan Lord wrote:> Can I do this? > > I have a x100p card on my PSTN line and I have an incoming context for > these calls which uses the "s" extension. I'm wanting to set up a simple > IVR and would like to be able to test the dialplan as I go. But having > to dial-in on my PSTN line each time is going to cost me money. Can I > connect to my zap_incoming context from my locally connected SIP phone? > > I'm sure this is possible but it's late and I'm a bit brain dead. > > Cheers > >Something like this should work: [locally_connected_sip_phone_context] exten => 123,1,Goto(zap_incoming,s,1) Moj
Alan Lord
2007-Oct-16 08:23 UTC
[asterisk-users] Stupid Question #1 - Testing the "s" exten from a SIP Phone
Mojo with Horan & Company, LLC wrote: > Something like this should work:> > [locally_connected_sip_phone_context] > exten => 123,1,Goto(zap_incoming,s,1) > > MojThanks - perfect. Alan -- The way out is open! http://www.theopensourcerer.com