Hi, Is it possible to use asterisk with Free World Dialup (FWD) ? Did someone manage to make it work? how? Best, -P -- __________________________________________________________ Sign-up for your own personalized E-mail at Mail.com http://www.mail.com/?sr=signup CareerBuilder.com has over 400,000 jobs. Be smarter about your job search http://corp.mail.com/careers
Yes I did. To see, dial #23195 via FWD. You will be greeted with the test asterisk message. I used samples from John Todd's web site. I have currently setup to outbound calls, not inbound yet. Awesome! http://www.loligo.com/asterisk/example-configs.2003-04-24/ Frank...> -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of > Zara Trousk > Sent: Wednesday, September 10, 2003 7:40 AM > To: asterisk-users@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? > > Best, > > -P > > -- > __________________________________________________________ > Sign-up for your own personalized E-mail at Mail.comhttp://www.mail.com/?sr=signup CareerBuilder.com has over 400,000 jobs. Be smarter about your job search http://corp.mail.com/careers _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1> -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of > Zara Trousk > Sent: Wednesday, September 10, 2003 10:40 AM > To: asterisk-users@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@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@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-----
Thank you guys a million! I?ll try this weekend and I let you know. Any suggestions on other free VoIP providers like FWD and IAXTEL ? Cheers, -Z ----- Original Message ----- From: "Leif Madsen" <leif@radiokaos.com> Date: Wed, 10 Sep 2003 11:15:11 -0400 To: <asterisk-users@lists.digium.com> Subject: RE: [Asterisk-Users] Free World Dialup (FWD).> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > -----Original Message----- > > From: asterisk-users-admin@lists.digium.com > > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of > > Zara Trousk > > Sent: Wednesday, September 10, 2003 10:40 AM > > To: asterisk-users@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@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@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----- > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- __________________________________________________________ Sign-up for your own personalized E-mail at Mail.com http://www.mail.com/?sr=signup CareerBuilder.com has over 400,000 jobs. Be smarter about your job search http://corp.mail.com/careers
Thank you guys a million! I?ll try this weekend and I let you know. Any suggestions on other free VoIP providers like FWD and IAXTEL ? Is asterisk currently supporting fax? Cheers, -Z ----- Original Message ----- From: "Leif Madsen" <leif@radiokaos.com> Date: Wed, 10 Sep 2003 11:15:11 -0400 To: <asterisk-users@lists.digium.com> Subject: RE: [Asterisk-Users] Free World Dialup (FWD).> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > -----Original Message----- > > From: asterisk-users-admin@lists.digium.com > > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of > > Zara Trousk > > Sent: Wednesday, September 10, 2003 10:40 AM > > To: asterisk-users@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@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@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----- > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- __________________________________________________________ Sign-up for your own personalized E-mail at Mail.com http://www.mail.com/?sr=signup CareerBuilder.com has over 400,000 jobs. Be smarter about your job search http://corp.mail.com/careers
>>Thank you guys a million! >>I?ll try this weekend and I let you know. >>Any suggestions on other free VoIP providers like FWD and IAXTEL ?Dont forget those are solutions that assume the * box has NO NAT in front OR a statefull / smart NAT , & some magic redirection rules> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > -----Original Message----- > > From: asterisk-users-admin@lists.digium.com > > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of > > Zara Trousk > > Sent: Wednesday, September 10, 2003 10:40 AM > > To: asterisk-users@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@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@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----- > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- __________________________________________________________ Sign-up for your own personalized E-mail at Mail.com http://www.mail.com/?sr=signup CareerBuilder.com has over 400,000 jobs. Be smarter about your job search http://corp.mail.com/careers _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
and what is if the * box is behind NAT? Any special configuration? -P ----- Original Message ----- From: TC <trclark@shaw.ca> Date: Wed, 10 Sep 2003 10:11:05 -0700 To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Free World Dialup (FWD).> >>Thank you guys a million! > >>I?ll try this weekend and I let you know. > >>Any suggestions on other free VoIP providers like FWD and IAXTEL ? > > Dont forget those are solutions that assume the * box has NO NAT in front > OR > a statefull / smart NAT , & some magic redirection rules > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > > -----Original Message----- > > > From: asterisk-users-admin@lists.digium.com > > > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of > > > Zara Trousk > > > Sent: Wednesday, September 10, 2003 10:40 AM > > > To: asterisk-users@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@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@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----- > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > -- > __________________________________________________________ > Sign-up for your own personalized E-mail at Mail.com > http://www.mail.com/?sr=signup > > CareerBuilder.com has over 400,000 jobs. Be smarter about your job search > http://corp.mail.com/careers > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- __________________________________________________________ Sign-up for your own personalized E-mail at Mail.com http://www.mail.com/?sr=signup CareerBuilder.com has over 400,000 jobs. Be smarter about your job search http://corp.mail.com/careers
Hi, I?ve tried everything you said but I still get some errors, also checked Todd?s config files, but I still get this errors: WARNING[1125342512]: File chan_sip.c, Line 435 (retrans_pkt): Maximum retries exceeded on call 34339d7d3cea741f7a87c5c35db64a08@192.168.0.10 for seqno 102 (Request) WARNING[1125342512]: File chan_sip.c, Line 435 (retrans_pkt): Maximum retries exceeded on call 13e7ce11373118d01174f0147eedb526@xxx.xxx.xxx.xxx for seqno 102 (Request) NOTICE[1125342512]: File chan_sip.c, Line 2837 (sip_reg_timeout): Registration for 'NNNNN@192.246.69.223' timed out, trying again Please note that 192.168.0.10 is my internal IP, xxx.xxx.xxx.xxx is my external IP and NNN is my FWD number (ID) sip.conf: ===[general] port = 5060 ; Port to bind to bindaddr = 0.0.0.0 ; Address to bind to context = default ; Default for incoming calls tos=reliability disallow=all allow=gsm allow=ulaw allow=alaw maxexpirey=180 ; Max length of incoming registration we allow defaultexpirey=160 ; Default length of incoming/outoing registration ; register =>NNNNN:PASS@fwd.pulver.com/EXTEN ; [fwd.pulver.com] type=friend secret=PASS username=NNNNN host=fwd.pulver.com let me know. -Z ----- Original Message ----- From: "Leif Madsen" <leif@radiokaos.com> Date: Wed, 10 Sep 2003 15:20:41 -0400 To: <asterisk-users@lists.digium.com> Subject: RE: [Asterisk-Users] Free World Dialup (FWD).> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > -----Original Message----- > > From: asterisk-users-admin@lists.digium.com > > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of > > Olle E. Johansson > > Sent: Wednesday, September 10, 2003 2:22 PM > > To: asterisk-users@lists.digium.com > > Cc: Free World Dialup - The Future of Dialing > > Subject: Re: [Asterisk-Users] Free World Dialup (FWD). > > > > > > I took the liberty of adding Leif's FWD Asterisk > > configuration to the WIKI, so for an > > - yet incomplete- overview on how to connect Asterisk and FWD > > please go to > > > > I do have to mention that my configurations are based on John Todd's > examples, so generously provided. > > - -- > Leif Madsen - Telecommunications Technology > Sheridan College - Trafalgar Campus > @: leif.madsen@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/AwUBP195ieoKt3kNIKTVEQJKKACeIMkKm352NWGdgkDyZcCTHPMEvQUAoNyl > 6wBCEx6YDElxpUlz/f4ccgpd > =meLG > -----END PGP SIGNATURE----- > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- __________________________________________________________ Sign-up for your own personalized E-mail at Mail.com http://www.mail.com/?sr=signup CareerBuilder.com has over 400,000 jobs. Be smarter about your job search http://corp.mail.com/careers
On Fri, 2003-09-12 at 14:34, Zara Trousk wrote:> Please note that 192.168.0.10 is my internal IP, xxx.xxx.xxx.xxx is my external IP and NNN is my FWD number (ID) > > ; > register =>NNNNN:PASS@fwd.pulver.com/EXTENI can assure you that FWD does work with * and from Scandanavia, some one called me from Copenhagen last night. What I have is:- In sip.conf register => NNNNN:PASS@fwd.pulver.com/NNNNN [fwd] type=peer secret=PASS username=NNNNN host=fwd.pulver.com callerid=" <NNNNNN>" nat=1 qualify=no extensions.conf ;fwd exten => ${FWDUSERNUMBER},1,Dial(${DAVE},15) exten => ${FWDUSERNUMBER},2,Voicemail2(u${DAVE_VM}) exten => ${FWDUSERNUMBER},3,Hangup exten => ${FWDUSERNUMBER},102,Voicemail2(b${DAVE_VM}) exten => ${FWDUSERNUMBER},103,Hangup -- Dave Cotton <dcotton@linuxautrement.com>
Hi, The point is I?m not behind NAT. The * box has 4 ip addresses and two of them are external (routable) IPs. So I don?t see a problem. And my default gateway is through a routable IP so, when I send packets out they go with the external IP because they are sent via a routable IP interface. -P ----- Original Message ----- From: "Olle E. Johansson" <oej@edvina.net> Date: Fri, 12 Sep 2003 15:17:15 +0200 To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Free World Dialup (FWD).> Try the CLI command: > SIP debug > ...and you'll propably see that the FWD SIP server fwd.pulver.com answers something like > "ough... That's ugly..." > > It's referring to the fact that you're trying to communicate with a private IP > address (192.168.x.x). > > With SIP clients like Xten, you configure fwdnat.pulver.com:5082 as an outbound > proxy and that'll take care of the problem. My guess is that the fwdnat SIP server > rewrites the SIP messages so the SDP fields point to the IP address outside > your NAT and that they use a Jasomi server to keep the NAT session open. > But that's a guess. I would _really_ like to know, please Jeff! > > So far I haven't got it working and haven't seen a working sample configuration > of Asterisk connecting to FWD from inside a NAT. > > Please correct me if I'm wrong. I'd love to be wrong. > > I'm dialling FWD numbers through IAXTEL.COM and can be reached from FWD by the > IAXtel.com gateway while waiting for a solution... > > See the wiki (guess I did not surprise anyone... :-) > http://www.voip-info.org/tiki-index.php?page=Asterisk%3A+How+to+connect+to+FWD > > /Olle > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- __________________________________________________________ Sign-up for your own personalized E-mail at Mail.com http://www.mail.com/?sr=signup CareerBuilder.com has over 400,000 jobs. Be smarter about your job search http://corp.mail.com/careers