From: Kurtis H. <khe...@cs...> - 2011-08-16 00:19:29
|
It'll help a lot if you actually look at the code, as that's the scope of the documentation at this point. It's a stateless proxy, so it won't output anything when it's running. If you don't see a stack trace, that's a good sign ;). You'll need to set OpenBTS to point to the proxy's port (set in the file), and set the proxy to point at Asterisk/Freeswitch (again in HLRProxy.py). Lastly, you'll need to build a sqlite3 database with the IMSI->ID pairings you want and point the script at it (again in the file, along with the DB schema). With these three things done, the script should automatically switch the headers out of the SIP packets and redirect them to Asterisk/FS, giving you the behavior you want. On Sun, Aug 14, 2011 at 8:28 PM, gm praveen <gm...@ya...> wrote: > hi > > can you explain how to HLRProxy.py get it work ? bcoz i am unable get > message when i run it in command prompt. > i am running the openbts in virtual machine > i have made to run the asterisk 192.168.1.44 on my ip address but i unable > get any data from the HLRProxy.py > > thanks in advance.......... > > ------------------------------------------------------------------------------ > uberSVN's rich system and user administration capabilities and model > configuration take the hassle out of deploying and managing Subversion and > the tools developers use with it. Learn more about uberSVN and get a free > download at: http://p.sf.net/sfu/wandisco-dev2dev > > _______________________________________________ > Openbts-discuss mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openbts-discuss > > |