News & Reviews
More How-To's & Tips More News
More Reviews Device Configuration Tools
No account yet? Create one
Forgot your Username or Password?

Welcome to the Voxilla VoIP Forum.

Voxilla has been a trusted source for accurate, up-to-date information on the IP Communications industry since 2002. A dedicated staff of reporters and engineers produce feature articles and product reviews to keep industry watchers abreast of the people, companies, and trends driving a fast moving market.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.





Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old August 14th, 2008, 06:47 PM
kenneth snider kenneth snider is offline
Junior Member
 
Join Date: Aug 2008
Posts: 6
kenneth snider is on a distinguished road
Default Setup IPKall in Asterisk

Thanks in advance for anyone that can help.

I'm a newbie to *NOW and IPKall. So any info will be helpful.

I registered on Free World Dialup and received my info. I then registered on IPKall and received my number. Now I would like to set it up so that my IPKall number is directly linked to Asterisk and not via FWD.

I followed instructions given on a couple of posts but none of it worked.

My *NOW server is DMZ enabled. I have a registered account on Dyndns.org and I have the DNS Updater installed and running.

1. Do I need to setup the trunk in Asterisk as IAX or SIP?
2.What info do I use in my IPKall setup?
3. When setting up the trunk in Asterisk what information do I use?

Any further information would be appreciated.

Once agian...thank you in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old August 15th, 2008, 12:24 AM
rizsher rizsher is offline
Senior Member
 
Join Date: Jul 2004
Posts: 1,116
rizsher
Default Re: Setup IPKall in Asterisk

These are the trunk details I use in FreePBX, I suppose *Now would be similar:

Trunk Name: 3601234567 (replace with your 10 digit IPKall number)

Incoming Settings:

User Context: from-trunk
User Details:

type=peer
insecure=very
host=voiper.ipkall.com
dtmfmode=rfc2833
disallow=all
context=from-trunk
allow=ulaw&alaw
echocancel=yes

Thats all, set your IPKall account to point to :
Account Type: SIP
Sip Phone Number: your 10 digit IPKall number
Proxy: Your dyndns domain name
__________________
nerdvittles.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old August 15th, 2008, 12:41 AM
kenneth snider kenneth snider is offline
Junior Member
 
Join Date: Aug 2008
Posts: 6
kenneth snider is on a distinguished road
Default Re: Setup IPKall in Asterisk

Thanks for your reply. However I still have one problem.

My IPKall number still stays engaged all the time. Even when I point it to FWD Communicator.

Your assistance will be appreciated.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old August 15th, 2008, 12:44 AM
rizsher rizsher is offline
Senior Member
 
Join Date: Jul 2004
Posts: 1,116
rizsher
Default Re: Setup IPKall in Asterisk

IPKAll seems a bit erratic sometimes in terms of number activation... also, it takes a while before any changes you make to the proxy get implemented... I suggest you wait and see..
__________________
nerdvittles.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old August 15th, 2008, 12:59 AM
kenneth snider kenneth snider is offline
Junior Member
 
Join Date: Aug 2008
Posts: 6
kenneth snider is on a distinguished road
Default Re: Setup IPKall in Asterisk

Thanks I appreciate. I thought it might be something to do with the the IPKall settings but I had it right. Thanks again.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old August 15th, 2008, 12:59 AM
  #6 (permalink)  
Old August 15th, 2008, 06:03 PM
kenneth snider kenneth snider is offline
Junior Member
 
Join Date: Aug 2008
Posts: 6
kenneth snider is on a distinguished road
Default Re: Setup IPKall in Asterisk

I'm still having the same problem with my IPKall number. It still stays busy all the time. I've even tested it with FWD. I've waited about 24hrs and it still gives me a busy signal.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old August 15th, 2008, 06:04 PM
rizsher rizsher is offline
Senior Member
 
Join Date: Jul 2004
Posts: 1,116
rizsher
Default Re: Setup IPKall in Asterisk

Create another number, maybe lucky this time!!.
__________________
nerdvittles.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old August 15th, 2008, 06:09 PM
kenneth snider kenneth snider is offline
Junior Member
 
Join Date: Aug 2008
Posts: 6
kenneth snider is on a distinguished road
Default Re: Setup IPKall in Asterisk

I have...yesterday. And I still haven't even received a reply on that.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old August 19th, 2008, 02:53 PM
acomputerdood acomputerdood is offline
Junior Member
 
Join Date: Aug 2008
Posts: 4
acomputerdood is on a distinguished road
Default Re: Setup IPKall in Asterisk

hey, did you see my post? http://forum.voxilla.com/ipkall-supp...tml#post118052 (ipkall + asterisk + IAX) that's my setup and my ipkall 360 number directly dials my asterisk box over IAX.


i couldn't get SIP working through my NAT, so i went with IAX.

my ipkall setup is:
Account type: *IAX
IAX Username: 360xxxxxxx
IAX Proxy: dyndns.host.name/360xxxxxx


and in asterisk, my iax.conf:
[360xxxxxxx]
type=user
username=360xxxxxxx
context=ipkall-in
host=voiper.ipkall.com

now, for the context "ipkall-in", we need an associated entry in our extensions.conf:
[ipkall-in]
exten => 360xxxxxxx,1,Dial(SIP/101,20,r)
exten => 360xxxxxxx,2,Voicemail,u100
exten => 360xxxxxxx,102,Voicemail,b101

you could probably get away with only the first exten line - the others are for voicemail.

so NOW, the Dial line will call my phone "SIP/101", which is my PAP device registered via SIP. so in sip.conf i need:
[101]
type=friend
host=dynamic
username=101
secret=password
mailbox=101
dtmfmode=rfc2833
callerid="adam" <101>
disallow=all
allow=gsm
allow=alaw
allow=ulaw
canreinvite=no


turning on "iax2 debug" from the console should help you figure out if ipkall is even getting to your asterisk box. make sure you have port 4569 open on your NAT.

Last edited by acomputerdood : August 19th, 2008 at 02:55 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old August 20th, 2008, 02:22 PM
kenneth snider kenneth snider is offline
Junior Member
 
Join Date: Aug 2008
Posts: 6
kenneth snider is on a distinguished road
Default Re: Setup IPKall in Asterisk

Hey guys,

Thank you so much for your info. I finally found the problem. I had to point the number directly to my intener IP address otherwise it doesn't work.

I now have a working number for calls...thanks a million to everyone.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old August 20th, 2008, 02:22 PM
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:



Similar Threads for: Setup IPKall in Asterisk
Thread Thread Starter Forum Replies Last Post
voipbuster and ipkall setup gool54 IPKall Support Forum 0 October 22nd, 2007 12:46 AM
IpKall & FreeCall setup Jvanka IPKall Support Forum 0 March 14th, 2007 05:08 PM
Proper IPkall setup ernieg92 IPKall Support Forum 1 February 2nd, 2007 12:19 AM
Setup X-lite for IPKall tuhuy IPKall Support Forum 3 September 27th, 2006 05:18 PM
I need setup ipkall acount in Asterisk@home. syscon3 IPKall Support Forum 1 July 2nd, 2006 01:14 AM



All times are GMT. The time now is 03:33 AM.


vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 3.0.0 ©2007, Crawlability, Inc. Logos and trademarks are the property of Voxilla or their respective owner. All other content © 2003-2007 by Voxilla, Inc.