[Asterisk-Users] Free World Dialup (FWD).

Leif Madsen leif at radiokaos.com
Wed Sep 10 08:15:11 MST 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> -----Original Message-----
> From: asterisk-users-admin at lists.digium.com 
> [mailto:asterisk-users-admin at lists.digium.com] On Behalf Of 
> Zara Trousk
> Sent: Wednesday, September 10, 2003 10:40 AM
> To: asterisk-users at lists.digium.com
> Subject: [Asterisk-Users] Free World Dialup (FWD).
> 
> 
> 
> Hi,
> 
> Is it possible to use asterisk with Free World Dialup (FWD) ? 
> Did someone manage to make it work? how?

Yes.. Very simple.

; sip.conf

[general]
disallow=all
allow=gsm
allow=ulaw
allow=alaw
context = from-sip
maxexpirey=180
defaultexpirey=160
tos=reliability
register=FWD##:password at fwd.pulver.com/EXTENSION

[fwd.pulver.com]
type=friend
secret=password
username=FWD##
host=fwd.pulver.com

; extensions.conf

[fwd-out]
exten => _7.,1,SetCallerID(${FWDUSERID})
exten => _7.,2,SetCIDName(${FWDUSERNAME})
exten => _7.,3,Dial(SIP/${EXTEN:1}@fwd.pulver.com)
exten => _7.,4,Playback(invalid)
;exten => _7.,5,Hangup
exten => _7.,5,DISA,no-password|intern

[from-sip]
exten => EXTENSION,1,Dial(${PHONE1},30)
exten => EXTENSION,2,Voicemail(u${PHONE1VM})
exten => EXTENSION,3,Hangup
exten => EXTENSION,102,Voicemail(b${PHONE1VM})
exten => EXTENSION,103,Hangup

At least that's what I have.  You may want to find John Todd's
example files.

- --
Leif Madsen - Telecommunications Technology
Sheridan College - Trafalgar Campus
@: leif.madsen at sheridanc.on.ca
ICQ: 3445119        FWD: 18924
IAX: 1-700-674-5480

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com>

iQA/AwUBP18//+oKt3kNIKTVEQKWmQCdE+AZ60zI+2tCNW0yJfERKh8mr3IAn3nW
l8lwmTGJAuJrruPlwwUFUxdL
=t2mU
-----END PGP SIGNATURE-----




More information about the asterisk-users mailing list