Displaying 2 results from an estimated 2 matches for "fwdpasswd".
Did you mean:
fwdpassword
2004 Dec 22
1
SIP URI Dialplan?
I've got soft phone that allows me to dial SIP URI's. I'd like to
route these calls through a provider to be completed, because I'm
beind a NAT box and doing it directly doesn't work.
Right now I've got an extension defined like this:
Dial(IAX2/${FWDUSERID}:${FWDPASSWD}@${FWDSERVER}/**356<username>)
This will connect a call to FWD and call a user at FWD. It works nicely.
What I'd like to do is write a dialplan that recognizes:
<username>@sip.earthlink.net
and does a dial like the one above.
As far as I can tell the dial plans only allow me to sp...
2005 May 26
1
How do I diagnose the problem in this Asterisk test session with FWD?
...121:4569]
Tx-Frame Retry[002] -- OSeqno: 000 ISeqno: 000 Type: IAX Subclass: REGREQ
Timestamp: 00019ms SCall: 00001 DCall: 00000 [65.39.205.121:4569]
USERNAME : <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...