Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
|||||||||||||||||||||||||
|
Posted by Vincent Delporte on October 17, 2006, 9:45 am
Please log in for more thread options Hello I use those two pieces of technology, and I need to rewrite caller ID information on the fly: Some customers don't have names that are descriptive enough in their Name section of CID (eg. "Mc Donald's"), so I would need to... 1. look up the CID number in a database 2. fetch the city this customer is located 3. rewrite the CID Name from "McDonald's" to "McDonald's 78th St" 4. Have this SIP packet be sent to either the Axon PBX software, or to all the clients that are part of the ring group. Does anyone have an idea how I could do that, either on the Linksys or the Axon side? Unfortunately, Axon is a closed-source software, so I can't really do much on that end. I was thinking maybe of having some kind of proxy that would parse and rewrite data between the Linksys and the Axon. What do you think? Thank you. | |||||||||||||||||||||||||
|
Posted by Enzo Michelangeli on October 19, 2006, 10:30 am
Please log in for more thread options I think you should replace the Axon PBX with Asterisk. Come on, closed source is sooooo 20th Century! ;-) Then, you'll be able to use the service http://www.411.com/10668/search/Reverse_Phone?phone=nnnnnnnnnn through the AGI script at http://www.monetra.com/~brad/callerid_shell.agi . See also: http://www.voip-info.org/wiki/index.php?page=CallerID . Enzo | |||||||||||||||||||||||||
|
Posted by Vincent Delporte on October 19, 2006, 5:33 pm
Please log in for more thread options
On Thu, 19 Oct 2006 22:30:07 +0800, "Enzo Michelangeli" >I think you should replace the Axon PBX with Asterisk. Come on, closed
>source is sooooo 20th Century! ;-) Right, but I was up and running within... 3 minutes :-) > Then, you'll be able to use the service
Yup, looks like I'll need to add a Linux host to run Asterisk. Thanks. | |||||||||||||||||||||||||
|
Posted by Enzo Michelangeli on October 19, 2006, 8:38 pm
Please log in for more thread options
[...] > Yup, looks like I'll need to add a Linux host to run Asterisk.
If you want to avoid the complexity of setting up a Linux box, I recommend you to check out Astlinux (http://www.voip-info.org/wiki/view/AstLinux , www.astlinux.org ). It's a complete distribution that can also boot up from a CD or flash memory (including most USB thumbdrives) and save its settings to a disk partition, possibly on USB thumbdrive. It also has a simple web interface that suffices for most configuration tasks. Enzo | |||||||||||||||||||||||||
|
Posted by Vincent Delporte on October 19, 2006, 10:05 pm
Please log in for more thread options
On Fri, 20 Oct 2006 08:38:53 +0800, "Enzo Michelangeli" >If you want to avoid the complexity of setting up a Linux box, I recommend
>you to check out Astlinux (http://www.voip-info.org/wiki/view/AstLinux , >www.astlinux.org ). It's a complete distribution that can also boot up from >a CD or flash memory (including most USB thumbdrives) and save its settings >to a disk partition, possibly on USB thumbdrive. It also has a simple web >interface that suffices for most configuration tasks. Thanks. I'll check it out, in addition to alternatives like sipXPBX, Yate, and FreeSwitch. | |||||||||||||||||||||||||
| Similar Threads | Posted |
| [Linksys 3102/Axon PBX] Rewriting CID on the fly? | October 17, 2006, 9:45 am |
| linksys PAP2 from hub | June 12, 2005, 5:08 pm |
| Linksys WRT54GP2 | February 3, 2006, 1:44 pm |
| Linksys SPA3000 | July 2, 2006, 9:49 am |
| LINKSYS - SPA 2102 | April 2, 2007, 1:29 pm |
| Linksys with Cisco ATA186 | September 27, 2004, 10:32 pm |
| Linksys PAP2 router | May 11, 2005, 4:00 pm |
| Unlocking linksys PAP2 | January 17, 2005, 2:01 am |
| Linksys PAP2 hack? | February 25, 2005, 4:17 pm |
| Will something like a Linksys SRW2016 do me any good? | March 9, 2005, 8:00 pm |
| Documentation for Linksys PAP2-NA | March 17, 2005, 8:56 am |
| how to upgrade linksys pap2 | June 1, 2005, 5:15 am |
| Linksys WRT54GP2, does it do VPN passthrough? | June 20, 2005, 11:36 pm |
| VOIP QOS Configuring w/Linksys | March 24, 2006, 1:02 pm |
| Safe to put a Linksys 3000 in a DMZ | April 18, 2006, 1:04 pm |

[Linksys 3102/Axon PBX] Rewriting CID on the fly?
Yahoo!
Windows Live
del.icio.us
digg
Netscape 





>
> I use those two pieces of technology, and I need to rewrite
> caller ID information on the fly: Some customers don't have names that
> are descriptive enough in their Name section of CID (eg. "Mc
> Donald's"), so I would need to...
>
> 1. look up the CID number in a database
> 2. fetch the city this customer is located
> 3. rewrite the CID Name from "McDonald's" to "McDonald's 78th St"
> 4. Have this SIP packet be sent to either the Axon PBX software, or to
> all the clients that are part of the ring group.
>
> Does anyone have an idea how I could do that, either on the Linksys or
> the Axon side? Unfortunately, Axon is a closed-source software, so I
> can't really do much on that end.
>
> I was thinking maybe of having some kind of proxy that would parse and
> rewrite data between the Linksys and the Axon. What do you think?
>
> Thank you.