Displaying 4 results from an estimated 4 matches for "fwduserid1".
Did you mean:
fwduserid
2005 May 26
1
How do I diagnose the problem in this Asterisk test session with FWD?
...: <FWDNUMBER>
REFRESH : 60
=================
IAX CONF
================
register => <FWDNUMBER>:FWDPASSWD@iax2.fwdnet.net
[iaxfwd]
type=user
auth=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:...
2004 Dec 18
4
Free World Dialup and Asterisk
...ret=password
fromuser=431044
fromdomain=fwd.pulver.com
host=fwd.pulver.com
insecure=very
canrenvite=no
nat = yes
dtmfmode=inband
[fwd2]
type=friend
secret=password
username=421058
fromuser=421058
fromdomain=fwd.pulver.com
host=fwd.pulver.com
dtmfmode=inband
nat=yes
canreinvite=no
extensions.conf
FWDUSERID1=421058
FWD1USERNAME=Gonzalo Gasca
FWDUSERID2=431044
FWD2USERNAME=Gonzalo Gasca
FWDPREFIX=*
[fwd1-out]
exten => _8.,1,SetCallerID(${FWDUSERID2})
exten => _8.,2,SetCIDName(${FWD2USERNAME})
exten => _8.,3,Dial(SIP/${EXTEN:1}@fwd1,70)
exten => _8.,4,Macro(fastbusy)
exten => _8.,5,Hangup...
2005 Aug 27
2
Problems with registration
...OFFICE PHONE #2" <7890>
mailbox=7890
dtmfmode=rfc2833
nat=0
AND HERE IS MY EXTENSIONS.CONF FILE
[general]
static=yes
writeprotect=no
autofallthrough=yes
clearglobalvars=no
priorityjumping=no
[globals]
CONSOLE=Console/dsp
PHONES1=SIP/7890 ; Phone 1 Def
PHONES1VM=7890 ; Phone 1 VM Def
FWDUSERID1=691657
MYNAME1=My name
MYPHONE1=691657
TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0)
[fwd-forced-fwd1]
; Check to see if the called number starts with a "7" and
; if so, set the call parameters and bounce the call to the
; Free World Dialup SIP server.
;
; NOTE...
2004 Dec 22
2
Can't Receive/Send Calls
...law
type=friend
host=dynamic
dtmfmode=inband
username=101
secret=testing123
context=home
nat=no
[102]
disallow=all
allow=ulaw
type=friend
host=dynamic
dtmf=inband
username=102
secret=testing123
context=home
nat=no
; Extensions.conf
[general]
static=yes
writeprotect=no
[globals]
MAINPHONE=SIP/101
FWDUSERID1=533990
FWD1USERNAME=Norman Zhang
FWDPREFIX=*
HOMENUMBER=XXXXXXXXXX
; Macros
[macro-fastbusy]
exten => s,1,Answer
exten => s,2,Wait,1
exten => s,3,Playback(ss-noservice)
exten => s,4,Wait(30)
exten => s,5,Hangup
[macro-dialoutsip]
exten => s,1,SetCallerID(${FWDUSERID1})
exten =...