search for: zap_incom

Displaying 2 results from an estimated 2 matches for "zap_incom".

2007 Oct 15
2
Stupid Question #1 - Testing the "s" exten from a SIP Phone
...rd 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
2007 Oct 04
2
Voicemail/dtmf not working?
...====================== ;exten => $name,$priority,$application() [globals] ALANL=SIP/100 OUTBOUNDTRUNK=Zap/1 FWDNUMBER=867*** ; My FreeWorldDialup Number FWDCIDNAME="Alan Lord" ; My CLI FWDPASSWORD=****** FWDRINGS=${ALANL} ; Phone to ring FWDVMBOX=1000 ; Voice Mail Box (not yet setup) [zap_incoming] ; Channel defined in zapata.conf exten => s,1,Answer( ) exten => s,2,Set(TIMEOUT(digit)=5) exten => s,3,Set(TIMEOUT(response)=30) exten => s,4,Background(vm-enter-num-to-call) exten => s.5,Wait(5) ;Try to stop line hanging up straight away - failed exten => t,1,Goto(s,2) ; Re...