|
|
|
date: Tue, 18 Dec 2007 00:31:57 +0000,
group: uk.telecom.voip
back
Voxalot routing incoming calls by dialled number
I'd like to have some sip devices registered to my voxalot account, and
have incoming calls routed to one or other of them according to the
number being dialled. This seems such an obvious requirement that I'm
sure it must be obvious, but I can't see where to set it up.
Any suggestions?
date: Tue, 18 Dec 2007 00:31:57 +0000
author: Iain
|
Re: Voxalot routing incoming calls by dialled number
"Iain" wrote in message
news:1197937914.18619.0@proxy01.news.clara.net...
> I'd like to have some sip devices registered to my voxalot account, and
> have incoming calls routed to one or other of them according to the number
> being dialled. This seems such an obvious requirement that I'm sure it
> must be obvious, but I can't see where to set it up.
>
> Any suggestions?
http://forum.voxalot.com will probably give you more wide ranging answers.
However Voxalot does not work in the way you envisage.
Assuming the devices have different public IP addresses (and they are
dynamic), you could use someone like dyndns.org to register each IP and then
forward calls to a sip address based on that domain (e.g.
sip:123456@mydomain.com works on a Fritz!Box, where 123456 is your Voxalot
user name and mydomain.com is the domain registered with dyndns). If you
have a static public IP then you could just use the form
sip:123456@123.123.123.123.
If all your devices are registered using the same public IP address, then it
is a bit more complicated. I won't spend the time going into this, just in
case the above has answered your question.
This is only one idea. With a few more details about precisely what you are
trying to acheieve, I am sure people can and will suggest other ways as
well.
date: Tue, 18 Dec 2007 21:02:12 GMT
author: Herman whitehouse.madhouse.thisisaspamtraptakemeout!@bigfoot.com
|
Re: Voxalot routing incoming calls by dialled number
"Iain" wrote in message
news:1197937914.18619.0@proxy01.news.clara.net...
> I'd like to have some sip devices registered to my voxalot account, and
> have incoming calls routed to one or other of them according to the number
> being dialled. This seems such an obvious requirement that I'm sure it
> must be obvious, but I can't see where to set it up.
>
> Any suggestions?
If the number dialled = a voip account, then you could assign each
provider to a separate voxalot account and point each of your devices
towards the relevant one. This presumes that you have some other
reason to use Voxalot in the first place, like outgoing call routing.
I do something similar, but for a different reason,
I use two voxalot accounts so I can make "internal"
calls between the phones connected to the two ports
of my PAP2 ATA.
Lets say my two Voxalot accounts are 123456 and 654321
So account 123456 has an entry in the dial plan thus:
pattern _10
replacement ${EXTEN:2}654321
provider voxalot
and account 654321 has the reciprocal
pattern _10
replacement ${EXTEN:2}123456
provider voxalot
The rest of the dialplan is identical on both accounts for
outgoing call routing, incoming calls are not catered for
except calls from the other handset; dialling 10 on either
rings the other, using Voxalot as a free PABX.
I suppose someone else could call me via Voxalot, but it's never
happened yet.
--
Graham
%Profound_observation%
date: Tue, 18 Dec 2007 23:17:05 -0000
author: Graham.
|
|
|