search for: fwdvmbox

Displaying 6 results from an estimated 6 matches for "fwdvmbox".

2005 May 26
1
How do I diagnose the problem in this Asterisk test session with FWD?
...uth=rsa inkeys=freeworlddialup disallow=all context=fromiaxfwd context=fwd-out ================ EXTENSIONS CONF ================ FWDUSERID1=<FWDNUMBER> ; your calling number FWDCIDNAME="MyName"; your caller id FWDPASSWORD=secret ; your password FWDRINGS=sip/2201 ; the phone to ring FWDVMBOX=2201 ; the VM box for this user FWDPREFIX=8 [inbound-fwd] include => daytime-fwd|9:00-21:00|*|* include => nighttime-fwd|21:00-9:00|*|* ; ; Outbound ; [fwd-out] exten => _8.,1,SetCallerID(${FWDCIDNAME}) exten => _8.,2,Dial(IAX2/${FWDUSERID1}: ${FWDPASSWORD}@iax2.fwdnet.net/${EXTEN:1}...
2004 Sep 04
5
Wildcards and variable number of digits
Greetings, I'm having a miserable time getting Asterisk working with FWD. All the samples show something like... exten => _7., .... How do I get Asterisk to wait until the user is finished dialing instead of trying as soon as it gets the second digit? I can use _7XXX, and dial the FWD 3-digit test numbers fine, but I'd like to be able to dial others... Same problem for outside
2007 Oct 04
2
Voicemail/dtmf not working?
...============= extension.conf ======================================== ;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 stra...
2004 May 13
4
IAX Freeworld
I have looked all over the site(s) for help. But heres the problem. Im missing something. In coming works fine from FreeWorld via IAX. But when Dialing out i get: May 13 13:42:01 WARNING[1150495040]: chan_iax2.c:5256 socket_read: I don't know how to authenticate iaxtel to 65.39.205.121 my IAX.conf if as follows [general] port=5036 register => ######:xxxxxxxxxxxxx@iax2.fwdnet.net
2005 Feb 27
0
Interface * with ATA from ATA FXS port? (Here I go again)
...tom/pls-wait' (language 'en') -- Hungup 'Zap/1-1' Here is my incoming extensions.conf dialplan: [globals] FWDNUMBER=223611 ; your calling number FWDCIDNAME="Robert Webb"; your caller id FWDPASSWORD=password ; your password FWDRINGS=IAX2/rwebb ; the phone to ring FWDVMBOX=2002 ; the VM box for this user ANALOGPHONE=zap/2 OFFICEPHONE=SIP/2002 LAPTOPPHONE=IAX2/rwebb VMBOX=2000 PSTNOUT=zap/5 [fromPSTN] exten => s,1,LookupBlacklist exten => s,2,DigitTimeout(3) exten => s,3,ResponseTimeout(5) exten => s,4,Wait(1) exten => s,5,Background(custom/pls-wai...
2004 Dec 01
0
extension and PSTN connection
...xxxx ;IAXCOMMPASSWORD=xxxxxxxxxxxxxx #include "passwords" ; above info is in that file! CONSOLE=Console/dsp ; Console interface for demo TRUNK=Zap/g1 ; Trunk interface TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0) FWDCIDNAME="Ronald Wiplinger" FWDRINGS=sip/601 FWDVMBOX=601 ; CHANGE THAT !!! PHONE_601=SIP/601 ; office 601 Ronald PHONE_602=SIP/602 ; office 602 Ronald PHONE_603=ZAP/1 ; living room 603 cordless PHONE_604=ZAP/2 ; bed room 604 PHONE_610=IAX2/610 ; soft phone PC PHONE_710=IAX/610 ; soft phone P...