From: Walter B. <wb...@pr...> - 2011-08-11 15:35:48
|
hi, does anybody know whether i can change the name [imsixxx] to for example [jo] in sip.conf in asterisk? i did this, and kind of worked after making some adjustments like making host = 127.0.0.1 i'm not sure whether this has to do with openbts or asterisk. should i change the host manually to the ip described above or leave it as dynamic and use the imsi? what's better? thanks in advance, |
From: gm p. <gm...@ya...> - 2011-08-15 03:31:36
|
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.......... |
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 > > |
From: gm p. <gm...@ya...> - 2011-08-16 02:02:40
|
thanks for ur reply....... i have done all things as u told ... do i need any scrpit write anything in the hlr.sqlite ? do u have any example ? if i write i need additional program in hlr.cpp in the function to store the data in the databasedoes it reflects ?? thanks in advances ... |
From: Kurtis H. <khe...@cs...> - 2011-08-11 20:02:10
|
Generally no. OpenBTS sends the REGISTER message with the IMSI name, and there's no configuration to change that. You can, with a lot of effort, configure asterisk to know that [jo] and [IMSIXXXX] are the same, but I wouldn't suggest it. I did write a stateless proxy (called HLRProxy) that does something similar though. If this is an important need of yours, you should contact me off list. On Thu, Aug 11, 2011 at 8:35 AM, Walter Barmak <wb...@pr...> wrote: > > hi, > > does anybody know whether i can change the name [imsixxx] to for example > [jo] in sip.conf in asterisk? > > i did this, and kind of worked after making some adjustments like making > host = 127.0.0.1 > > i'm not sure whether this has to do with openbts or asterisk. > > should i change the host manually to the ip described above or leave it > as dynamic and use the imsi? what's better? > > thanks in advance, > > > > > ------------------------------------------------------------------------------ > Get a FREE DOWNLOAD! and learn more about uberSVN rich system, > user administration capabilities and model configuration. Take > the hassle out of deploying and managing Subversion and the > tools developers use with it. > http://p.sf.net/sfu/wandisco-dev2dev > _______________________________________________ > Openbts-discuss mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openbts-discuss > |
From: Alexander C. <ale...@gm...> - 2011-08-11 20:11:58
|
Kurtis, Would you mind sharing your proxy with the whole community? On Thu, Aug 11, 2011 at 16:01, Kurtis Heimerl <khe...@cs...> wrote: > Generally no. OpenBTS sends the REGISTER message with the IMSI name, > and there's no configuration to change that. You can, with a lot of > effort, configure asterisk to know that [jo] and [IMSIXXXX] are the > same, but I wouldn't suggest it. > > I did write a stateless proxy (called HLRProxy) that does something > similar though. If this is an important need of yours, you should > contact me off list. > > On Thu, Aug 11, 2011 at 8:35 AM, Walter Barmak <wb...@pr...> wrote: >> >> hi, >> >> does anybody know whether i can change the name [imsixxx] to for example >> [jo] in sip.conf in asterisk? >> >> i did this, and kind of worked after making some adjustments like making >> host = 127.0.0.1 >> >> i'm not sure whether this has to do with openbts or asterisk. >> >> should i change the host manually to the ip described above or leave it >> as dynamic and use the imsi? what's better? >> >> thanks in advance, >> >> >> >> >> ------------------------------------------------------------------------------ >> Get a FREE DOWNLOAD! and learn more about uberSVN rich system, >> user administration capabilities and model configuration. Take >> the hassle out of deploying and managing Subversion and the >> tools developers use with it. >> http://p.sf.net/sfu/wandisco-dev2dev >> _______________________________________________ >> Openbts-discuss mailing list >> Ope...@li... >> https://lists.sourceforge.net/lists/listinfo/openbts-discuss >> > > ------------------------------------------------------------------------------ > Get a FREE DOWNLOAD! and learn more about uberSVN rich system, > user administration capabilities and model configuration. Take > the hassle out of deploying and managing Subversion and the > tools developers use with it. > http://p.sf.net/sfu/wandisco-dev2dev > _______________________________________________ > Openbts-discuss mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openbts-discuss > -- Regards, Alexander Chemeris. |
From: Kurtis H. <khe...@cs...> - 2011-08-11 20:13:44
|
It's available in the ucb branch right now! I just haven't gotten around to writing documentation for it on the wiki, as I'm the only user. On Thu, Aug 11, 2011 at 1:11 PM, Alexander Chemeris <ale...@gm...> wrote: > Kurtis, > > Would you mind sharing your proxy with the whole community? > > On Thu, Aug 11, 2011 at 16:01, Kurtis Heimerl <khe...@cs...> wrote: >> Generally no. OpenBTS sends the REGISTER message with the IMSI name, >> and there's no configuration to change that. You can, with a lot of >> effort, configure asterisk to know that [jo] and [IMSIXXXX] are the >> same, but I wouldn't suggest it. >> >> I did write a stateless proxy (called HLRProxy) that does something >> similar though. If this is an important need of yours, you should >> contact me off list. >> >> On Thu, Aug 11, 2011 at 8:35 AM, Walter Barmak <wb...@pr...> wrote: >>> >>> hi, >>> >>> does anybody know whether i can change the name [imsixxx] to for example >>> [jo] in sip.conf in asterisk? >>> >>> i did this, and kind of worked after making some adjustments like making >>> host = 127.0.0.1 >>> >>> i'm not sure whether this has to do with openbts or asterisk. >>> >>> should i change the host manually to the ip described above or leave it >>> as dynamic and use the imsi? what's better? >>> >>> thanks in advance, >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Get a FREE DOWNLOAD! and learn more about uberSVN rich system, >>> user administration capabilities and model configuration. Take >>> the hassle out of deploying and managing Subversion and the >>> tools developers use with it. >>> http://p.sf.net/sfu/wandisco-dev2dev >>> _______________________________________________ >>> Openbts-discuss mailing list >>> Ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/openbts-discuss >>> >> >> ------------------------------------------------------------------------------ >> Get a FREE DOWNLOAD! and learn more about uberSVN rich system, >> user administration capabilities and model configuration. Take >> the hassle out of deploying and managing Subversion and the >> tools developers use with it. >> http://p.sf.net/sfu/wandisco-dev2dev >> _______________________________________________ >> Openbts-discuss mailing list >> Ope...@li... >> https://lists.sourceforge.net/lists/listinfo/openbts-discuss >> > > > > -- > Regards, > Alexander Chemeris. > |
From: Alexander C. <ale...@gm...> - 2011-08-11 20:30:07
|
Great! Then don't move your discussion off the list and other people will learn from the conversation :) On Thu, Aug 11, 2011 at 16:12, Kurtis Heimerl <khe...@cs...> wrote: > It's available in the ucb branch right now! > > I just haven't gotten around to writing documentation for it on the > wiki, as I'm the only user. > > On Thu, Aug 11, 2011 at 1:11 PM, Alexander Chemeris > <ale...@gm...> wrote: >> Kurtis, >> >> Would you mind sharing your proxy with the whole community? >> >> On Thu, Aug 11, 2011 at 16:01, Kurtis Heimerl <khe...@cs...> wrote: >>> Generally no. OpenBTS sends the REGISTER message with the IMSI name, >>> and there's no configuration to change that. You can, with a lot of >>> effort, configure asterisk to know that [jo] and [IMSIXXXX] are the >>> same, but I wouldn't suggest it. >>> >>> I did write a stateless proxy (called HLRProxy) that does something >>> similar though. If this is an important need of yours, you should >>> contact me off list. >>> >>> On Thu, Aug 11, 2011 at 8:35 AM, Walter Barmak <wb...@pr...> wrote: >>>> >>>> hi, >>>> >>>> does anybody know whether i can change the name [imsixxx] to for example >>>> [jo] in sip.conf in asterisk? >>>> >>>> i did this, and kind of worked after making some adjustments like making >>>> host = 127.0.0.1 >>>> >>>> i'm not sure whether this has to do with openbts or asterisk. >>>> >>>> should i change the host manually to the ip described above or leave it >>>> as dynamic and use the imsi? what's better? >>>> >>>> thanks in advance, >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Get a FREE DOWNLOAD! and learn more about uberSVN rich system, >>>> user administration capabilities and model configuration. Take >>>> the hassle out of deploying and managing Subversion and the >>>> tools developers use with it. >>>> http://p.sf.net/sfu/wandisco-dev2dev >>>> _______________________________________________ >>>> Openbts-discuss mailing list >>>> Ope...@li... >>>> https://lists.sourceforge.net/lists/listinfo/openbts-discuss >>>> >>> >>> ------------------------------------------------------------------------------ >>> Get a FREE DOWNLOAD! and learn more about uberSVN rich system, >>> user administration capabilities and model configuration. Take >>> the hassle out of deploying and managing Subversion and the >>> tools developers use with it. >>> http://p.sf.net/sfu/wandisco-dev2dev >>> _______________________________________________ >>> Openbts-discuss mailing list >>> Ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/openbts-discuss >>> >> >> >> >> -- >> Regards, >> Alexander Chemeris. >> > -- Regards, Alexander Chemeris. |