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 June 10th, 2008, 05:20 PM
Gasman Gasman is offline
Member
 
Join Date: Jun 2008
Posts: 90
Gasman is on a distinguished road
Question Dial a VOIP number?

Hi,

I have just bought a SPA3102 and after much reading on this forum have created this dialplan.

(x | 100S0<:@gw0> | 999S0<:@gw0> | 112S0<:@gw0> | 151S0<:@gw0> | 1471S0<:@gw0> | 1571S0<:@gw0> | 9200S0<:@gw1> | 0[58]0x.S0<:@gw0> | 00x.S0<:@gw1> | <0:0044>[12]x.S0<:@gw1> | <0:0044>[67]x.S0<:@gw1> | 084x.S0<:@gw1> | <087:004487>x.S0<:@gw1> | <:00441792> [2-9]xxxxxS0<:@gw1> | <#90,:141>xx.S0<:@gw0> |<#91:08081701701S0>xx.S0<:@gw0> | 118! | 09! )

How do I amend it so that I am able to call a friend who is on the same network (Draytel) with a userid of only 6 digits and ensure that it dials him and not the equivalent local number.?

TIA
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old June 10th, 2008, 10:43 PM
TheFug's Avatar
TheFug TheFug is offline
Junior Member
 
Join Date: Nov 2007
Location: Nederlands
Posts: 20
TheFug is on a distinguished road
Default Re: Dial a VOIP number?

Maybe using Mysipswitch as a main sip account ? and use the "gw" 's for betamax like providers ? setting a dialplan in one line gets complicated,
checkout: www.mysipswitch.com and check the forums there, to get your start information... the "switch" feature is a free service, so...no gain no pain..
__________________
Thanks, Bedankt,
The Fug
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old June 11th, 2008, 09:57 AM
Gasman Gasman is offline
Member
 
Join Date: Jun 2008
Posts: 90
Gasman is on a distinguished road
Default Re: Dial a VOIP number?

Thanks for that, looks interesting, but at present I can only see a need for my having one sip provider, unless they start to get flaky.

I was looking for a solution using my current dial plan. I'm only just geting into this and do not really wan to start learning a whole new dial plan syntax.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old June 11th, 2008, 05:02 PM
TheFug's Avatar
TheFug TheFug is offline
Junior Member
 
Join Date: Nov 2007
Location: Nederlands
Posts: 20
TheFug is on a distinguished road
Default Re: Dial a VOIP number?

Okay, what you must do, is making a preset in your dialplan, which dials a sip uri : sip:123456@sip.provider.com where 123456 is the usernumber of callee, at his sip.provider.com
__________________
Thanks, Bedankt,
The Fug
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old June 11th, 2008, 07:36 PM
Gasman Gasman is offline
Member
 
Join Date: Jun 2008
Posts: 90
Gasman is on a distinguished road
Default Re: Dial a VOIP number?

Bedankt,

Thanks for that. I knew I could put it on a speedial, but do I just put 'sip:123456@sip.provider.com' between 2 pipes? (|).

I was looking for a more generic method as more friends come onboard voip, and creating an entry for each would involve a lot of maintenance.

I've noticed there are a lot of dial plan gurus here, and hoping someone will be able to offer a method to do this.

Update:

Ok, After a lot more searching I believe I have found a solution which is generic for a VSP at least. I'll need to use a separate prefix for each provider but I've added '<#0,:>xx.<:@draytel.org>' to my dial plan and that appears to work. If I need another provider I plan to use #1, #2 etc.

If someone can offer a better method, I'm keen to learn.

TIA

Last edited by Gasman : June 12th, 2008 at 12:09 PM. Reason: Update of result
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 11th, 2008, 07:36 PM
  #6 (permalink)  
Old June 12th, 2008, 07:43 PM
TheFug's Avatar
TheFug TheFug is offline
Junior Member
 
Join Date: Nov 2007
Location: Nederlands
Posts: 20
TheFug is on a distinguished road
Default Re: Dial a VOIP number?

Ideal would be the use of the so called alias numbers, or just like you have your number with FreeWorldDialup, and you're using Sipbroker to "peer" to other networks, you then only use numbers, and *'s

Btw. Sipbroker is a part of Voxalot...
__________________
Thanks, Bedankt,
The Fug
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old June 14th, 2008, 07:45 PM
msun msun is offline
Senior Member
 
Join Date: Dec 2006
Location: UK
Posts: 121
msun is on a distinguished road
Default Re: Dial a VOIP number?

A trick you could try is to use an element in the dialplan which filters the 6 digit number from other numbers. Perhaps all normal numbers begin with a 0 (as in the UK) so if the 6 digit number begins with a non zero, perhaps 8 or something, you could have an element such as:-

|8xxxxxS0<:@gw1>|

The element says if the number begins with an 8, dial "straight out" (to GW1) as soon a 6 digits are received by the ATA.

Last edited by msun : June 14th, 2008 at 07:48 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old June 14th, 2008, 08:48 PM
Gasman Gasman is offline
Member
 
Join Date: Jun 2008
Posts: 90
Gasman is on a distinguished road
Default Re: Dial a VOIP number?

THanks Msun,

I have an element in the dial plan that allows me to dial only the local number, so for 01792-896212 I only need to dial 896212.

Unfotunately Draytel begin with an 8, and a lot of local numbers are 88*, 87*, so the ATA would not know if 896212 is local or draytel VoIP number. As mentioned, I am happy to dial #0 then the number. This appears to work great, and I will not need to have too many extra vsps added.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old June 20th, 2008, 08:02 AM
aussieguy aussieguy is offline
Junior Member
 
Join Date: Jun 2008
Posts: 6
aussieguy is on a distinguished road
Default Re: Dial a VOIP number?

play woth the option below

(seemed to originate from the phoneguy, what a man)

<111:1002@10.10.10.2:5060> pressing 111, will dial the following IP address.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old June 20th, 2008, 10:57 AM
Gasman Gasman is offline
Member
 
Join Date: Jun 2008
Posts: 90
Gasman is on a distinguished road
Default Re: Dial a VOIP number?

Thanks, but I've settled on #0 for draytel. I'll use #1 for the next vsp and so on.
Also I need to dial the number. Over here in the UK, most of our IP addresses are dynamic unless you pay a lot more for a static address.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 20th, 2008, 10:57 AM
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:



Similar Threads for: Dial a VOIP number?
Thread Thread Starter Forum Replies Last Post
how to use voip (sip) phone to dial pstn number tomhungston Grandstream Support Forum 3 June 23rd, 2008 06:25 PM
How to dial and outside number using an IAX trunk lololito Asterisk Support Forum 1 January 15th, 2006 09:24 PM
Dial a SIP number VANDERBOG Grandstream Support Forum 3 October 26th, 2005 05:36 PM
Can I dial a number from a computer? Test99 Linksys (Sipura) VoIP Support Forum 4 May 22nd, 2005 09:08 PM
Cannot dial Voxilla's number scunyngham VoicePulse Support Forum 3 March 19th, 2005 10:22 AM



All times are GMT. The time now is 10:39 PM.


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.