Go Back   Wireless and Wifi Forums > News > Newsgroups > uk.telecom.voip
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-03-2006, 01:03 AM
Sparks
Guest
 
Posts: n/a
Default Number rewrite with Trixbox

Hi,

Is there an easy way (preferably with the web interface) to have a number
rewrite with Trixbox?

I would like the following to happen...

User dials 118XXX - system actually calls an 0800 number, via a preset
trunk.


I have tried creating an outgoing rule that matches "118XXX" and passes it
to my Sipgate trunk, then in the Sipgate trunk I have "118XXX|+0800NUMBER"

This does not work, it seems I can only use the + to prefix numbers, not
suffix them.

I also tried this in the Sipgate trunk "0044800NUMBER+118XXX"

This then passes "0044800NUMBER118XXX" but unlike the PSTN, the irelevent
digits are not ignored, and Sipgate tells me an error has occurred.

Any ideas people!

Ta!

--

Sparks...



Reply With Quote
  #2 (permalink)  
Old 12-03-2006, 01:26 AM
Graham
Guest
 
Posts: n/a
Default Re: Number rewrite with Trixbox


"Sparks" <postmaster@127.0.0.1> wrote in message
news:45722200$0$628$bed64819@news.gradwell.net...
> Hi,
>
> Is there an easy way (preferably with the web interface) to have a number
> rewrite with Trixbox?
>
> I would like the following to happen...
>
> User dials 118XXX - system actually calls an 0800 number, via a preset
> trunk.
>
>
> I have tried creating an outgoing rule that matches "118XXX" and passes it
> to my Sipgate trunk, then in the Sipgate trunk I have "118XXX|+0800NUMBER"
>
> This does not work, it seems I can only use the + to prefix numbers, not
> suffix them.
>
> I also tried this in the Sipgate trunk "0044800NUMBER+118XXX"
>
> This then passes "0044800NUMBER118XXX" but unlike the PSTN, the irelevent
> digits are not ignored, and Sipgate tells me an error has occurred.
>
> Any ideas people!
>
> Ta!
>
> --


Assumming I have correctly guessed what you are doing, can
I ask if you have succesfully pre-registered for 0800118FREE
service trial?
When I try I get dumped on a "Page not found"
--

Graham.
%Profound_observation%



Reply With Quote
  #3 (permalink)  
Old 12-03-2006, 01:46 AM
Graham
Guest
 
Posts: n/a
Default Re: Number rewrite with Trixbox


> When I try I get dumped on a "Page not found"



Never mind, I just tried again and it worked/
--

Graham.
%Profound_observation%



Reply With Quote
  #4 (permalink)  
Old 12-03-2006, 09:15 AM
Jono
Guest
 
Posts: n/a
Default Re: Number rewrite with Trixbox


"Sparks" <postmaster@127.0.0.1> wrote in message
news:45722200$0$628$bed64819@news.gradwell.net...
> Hi,
>
> Is there an easy way (preferably with the web interface) to have a number
> rewrite with Trixbox?
>
> I would like the following to happen...
>
> User dials 118XXX - system actually calls an 0800 number, via a preset
> trunk.
>
>
> I have tried creating an outgoing rule that matches "118XXX" and passes it
> to my Sipgate trunk, then in the Sipgate trunk I have "118XXX|+0800NUMBER"
>
> This does not work, it seems I can only use the + to prefix numbers, not
> suffix them.
>
> I also tried this in the Sipgate trunk "0044800NUMBER+118XXX"
>
> This then passes "0044800NUMBER118XXX" but unlike the PSTN, the irelevent
> digits are not ignored, and Sipgate tells me an error has occurred.
>
> Any ideas people!
>
> Ta!
>
> --
>
> Sparks...


I resorted to either deal with it in my Sipura Dial Plans, or in
extensions.custom.conf add something like this:

exten => 118118,1,Dial(SIP/0800800150@TRUNK)

With this near the top of extensions.custom.conf, anyone dialling 118118
will actually be passed to the 0800 number.

Perhaps exten => _118XXX,1,Dial(SIP/0800800150@TRUNK) would let you cater
for any 118 number.......not played much with variables myself.

BTW what's the 0800 number you want to translate to? If it's a directories
number, it won't last long if you post it here, though.



Reply With Quote
  #5 (permalink)  
Old 12-03-2006, 09:21 AM
Jono
Guest
 
Posts: n/a
Default Re: Number rewrite with Trixbox


"Jono" <jono@NoThanksNeverBlueYonder.com> wrote in message
news:LAwch.10807$k74.294@text.news.blueyonder.co.u k...

> BTW what's the 0800 number you want to translate to? If it's a directories
> number, it won't last long if you post it here, though.


Seen the other thread in uk.t.



Reply With Quote
  #6 (permalink)  
Old 12-04-2006, 10:58 AM
Sparks
Guest
 
Posts: n/a
Default Re: Number rewrite with Trixbox


"Jono" <jono@NoThanksNeverBlueYonder.com> wrote in message
news:LAwch.10807$k74.294@text.news.blueyonder.co.u k...
>
> "Sparks" <postmaster@127.0.0.1> wrote in message
> news:45722200$0$628$bed64819@news.gradwell.net...
>> Hi,
>>
>> Is there an easy way (preferably with the web interface) to have a number
>> rewrite with Trixbox?
>>
>> I would like the following to happen...
>>
>> User dials 118XXX - system actually calls an 0800 number, via a preset
>> trunk.
>>
>>
>> I have tried creating an outgoing rule that matches "118XXX" and passes
>> it to my Sipgate trunk, then in the Sipgate trunk I have
>> "118XXX|+0800NUMBER"
>>
>> This does not work, it seems I can only use the + to prefix numbers, not
>> suffix them.
>>
>> I also tried this in the Sipgate trunk "0044800NUMBER+118XXX"
>>
>> This then passes "0044800NUMBER118XXX" but unlike the PSTN, the irelevent
>> digits are not ignored, and Sipgate tells me an error has occurred.
>>
>> Any ideas people!
>>
>> Ta!
>>
>> --
>>
>> Sparks...

>
> I resorted to either deal with it in my Sipura Dial Plans, or in
> extensions.custom.conf add something like this:
>
> exten => 118118,1,Dial(SIP/0800800150@TRUNK)
>
> With this near the top of extensions.custom.conf, anyone dialling 118118
> will actually be passed to the 0800 number.
>
> Perhaps exten => _118XXX,1,Dial(SIP/0800800150@TRUNK) would let you cater
> for any 118 number.......not played much with variables myself.
>
> BTW what's the 0800 number you want to translate to? If it's a directories
> number, it won't last long if you post it here, though.


Great, this works a treat :-)
_118XXX,1,Dial(SIP/08001183733@Spigate1)
Now any 6 digit 118 number will route to this 0800 number :-)

Thanks!

(0800 118 FREE(3733)) is an advert sponsored free directory service from
118118)

Apparently you need to register on http://www.118.com/ but I just called it
from a number I didn't register, and it still seems to work anyway!

Sparks...



Reply With Quote
  #7 (permalink)  
Old 12-04-2006, 12:22 PM
Jono
Guest
 
Posts: n/a
Default Re: Number rewrite with Trixbox

"Sparks" <postmaster@127.0.0.1> wrote in message
news:4573ff1d$0$623$bed64819@news.gradwell.net...
>
> Great, this works a treat :-)
> _118XXX,1,Dial(SIP/08001183733@Spigate1)
> Now any 6 digit 118 number will route to this 0800 number :-)


Glad it worked.

> Thanks!


No probs.


> (0800 118 FREE(3733)) is an advert sponsored free directory service from
> 118118)


Yes, I noticed the other thread in uk.t after I'd asked.

> Apparently you need to register on http://www.118.com/ but I just called
> it from a number I didn't register, and it still seems to work anyway!


I just tried it on an unregistered line, with a withheld CLI & it worked. I
even got the correct number read back to me. Very clever, if a bit tedious.



Reply With Quote
  #8 (permalink)  
Old 12-04-2006, 12:41 PM
Sparks
Guest
 
Posts: n/a
Default Re: Number rewrite with Trixbox

"Jono" <no@no.co.uk> wrote in message
news:aqUch.11478$k74.11303@text.news.blueyonder.co .uk...
> "Sparks" <postmaster@127.0.0.1> wrote in message
> news:4573ff1d$0$623$bed64819@news.gradwell.net...
>>
>> Great, this works a treat :-)
>> _118XXX,1,Dial(SIP/08001183733@Spigate1)
>> Now any 6 digit 118 number will route to this 0800 number :-)

>
> Glad it worked.
>
>> Thanks!

>
> No probs.
>
>
>> (0800 118 FREE(3733)) is an advert sponsored free directory service from
>> 118118)

>
> Yes, I noticed the other thread in uk.t after I'd asked.
>
>> Apparently you need to register on http://www.118.com/ but I just called
>> it from a number I didn't register, and it still seems to work anyway!

>
> I just tried it on an unregistered line, with a withheld CLI & it worked.
> I even got the correct number read back to me. Very clever, if a bit
> tedious.


I am not so sure if it is using voice recognition as you might expect, it
asks for the name you are looking for, then the address - but there is no
feedback, it just seems to record you for X amount of time (If you are still
speaking after the time has expired, it doesn't wait for you to stop
speaking), then it takes ages to return with your number - It's probably
someone listening and doing a manual search!

Sparks...



Reply With Quote
  #9 (permalink)  
Old 12-04-2006, 04:27 PM
Jono
Guest
 
Posts: n/a
Default Re: Number rewrite with Trixbox


"Sparks" <postmaster@127.0.0.1> wrote in message
news:45741733$0$623$bed64819@news.gradwell.net...

>>
>> I just tried it on an unregistered line, with a withheld CLI & it worked.
>> I even got the correct number read back to me. Very clever, if a bit
>> tedious.

>
> I am not so sure if it is using voice recognition as you might expect, it
> asks for the name you are looking for, then the address - but there is no
> feedback, it just seems to record you for X amount of time (If you are
> still speaking after the time has expired, it doesn't wait for you to stop
> speaking), then it takes ages to return with your number - It's probably
> someone listening and doing a manual search!


It's funny you should make that last comment. I said exactly the same to a
colleague.

Are you listening in on my conversations?



Reply With Quote
  #10 (permalink)  
Old 12-05-2006, 12:56 AM
Sparks
Guest
 
Posts: n/a
Default Re: Number rewrite with Trixbox

"Jono" <no@no.co.uk> wrote in message
news:U%Xch.11592$k74.7398@text.news.blueyonder.co. uk...
>
> "Sparks" <postmaster@127.0.0.1> wrote in message
> news:45741733$0$623$bed64819@news.gradwell.net...
>
>>>
>>> I just tried it on an unregistered line, with a withheld CLI & it
>>> worked. I even got the correct number read back to me. Very clever, if a
>>> bit tedious.

>>
>> I am not so sure if it is using voice recognition as you might expect, it
>> asks for the name you are looking for, then the address - but there is no
>> feedback, it just seems to record you for X amount of time (If you are
>> still speaking after the time has expired, it doesn't wait for you to
>> stop speaking), then it takes ages to return with your number - It's
>> probably someone listening and doing a manual search!

>
> It's funny you should make that last comment. I said exactly the same to a
> colleague.
>
> Are you listening in on my conversations?


Maybe :-)

....and stop looking at those disgusting web sites!!



Reply With Quote
Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
New Permanent International Call-through on a geographic number Mikael Armstrong uk.telecom.mobile 1 02-09-2007 05:35 PM
Re: VSPs allowing BT number porting? Linker3000 uk.telecom.voip 6 01-19-2007 06:33 PM
Could anything more go wrong with an o2 upgrade than this? (long) Anim uk.telecom.mobile 8 12-09-2006 09:30 AM
2 SIMS on the same number Craig@Run-By.Me.uk uk.telecom.mobile 4 11-02-2006 10:15 AM
Sipgate with Trixbox Sparks uk.telecom.voip 4 08-04-2006 10:40 PM


All times are GMT. The time now is 08:05 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45