Re: [OpenSER-Users] kagoor voiceflow replacement

2008-04-15 Thread Robert McNaught
All - thank you for your replies. Jens - you mentioned that it is possible to use a B2BUA to overcome nat traversal rather than a session border controller - this seems a simpler concept, and certainly easier to configure. I am familiar with asterisk a lot more than openser. My question is this.

[OpenSER-Users] userblacklist

2008-04-15 Thread Helmut Kuper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, is it possible to add a way to userblacklist so that we have two tables (one for incomming and one for outgoing (user|global)blacklists) ? I enhanced userblacklist module following the sledge hammer method (just duplicating the code) so I have n

Re: [OpenSER-Users] Question about installing openser

2008-04-15 Thread Norman Brandinger
Pete, Have you tried: "apt-get install fakeroot" ? Regards, Norm Pete Kay wrote: > Hi, > > Sorry to trouble everyone again. I apt-get all the dependencies, but > I am getting another error: > > ser:/usr/src/openser-1.3.1-notls# make deb > ln -sf packaging/debian-etch debian > dpkg-buildpackage

Re: [OpenSER-Users] Question about installing openser

2008-04-15 Thread Pete Kay
Hi, Sorry to trouble everyone again. I apt-get all the dependencies, but I am getting another error: ser:/usr/src/openser-1.3.1-notls# make deb ln -sf packaging/debian-etch debian dpkg-buildpackage -rfakeroot -tc dpkg-buildpackage: source package is openser dpkg-buildpackage: source version is 1

Re: [OpenSER-Users] Question about installing openser

2008-04-15 Thread Iñaki Baz Castillo
El Tuesday 15 April 2008 15:15:57 Pete Kay escribió: > /usr/bin/dpkg-buildpackage: line 193: fakeroot: command not found Hi, you must read the line errors, it's very intuitive: fakeroot: command not found So you don't have "fakeroot" command in your computer. Then you must to look for a deb pa

Re: [OpenSER-Users] kagoor voiceflow replacement

2008-04-15 Thread Jens Thiele
Klaus Darilion <[EMAIL PROTECTED]> writes: > Gentrice's kaiser schrieb: >> Hi, >> >> The hard part is upper register . It means user auth information is >> stored in Broadsoft instead of your mysql DB. > > If broadsoft supports "Path" then it should be easy by forwarding the > REGISTER to broads

Re: [OpenSER-Users] Question about installing openser

2008-04-15 Thread Iñaki Baz Castillo
El Tuesday 15 April 2008 13:52:31 Pete Kay escribió: > dpkg-checkbuilddeps: Unmet build dependencies: debhelper (>= 5) dpatch > libexpat1-dev libxml2-dev libpq-dev libradiusclient-ng-dev > unixodbc-dev libxmlrpc-c3-dev libperl-dev libsnmp-dev libdb4.4-dev > libconfuse-dev libldap2-dev libcurl3-gnut

Re: [OpenSER-Users] Question about installing openser

2008-04-15 Thread Norman Brandinger
Pete, The key information is: Unmet build dependencies: debhelper (>= 5) dpatch libexpat1-dev libxml2-dev libpq-dev libradiusclient-ng-dev unixodbc-dev libxmlrpc-c3-dev libperl-dev libsnmp-dev libdb4.4-dev libconfuse-dev libldap2-dev libcurl3-gnutls-dev You can for example issue the following co

Re: [OpenSER-Users] Question about installing openser

2008-04-15 Thread Pete Kay
Hi, Thank you all for your inputs. When I tried to do "make deb", I am getting error: ser:/usr/src/openser-1.3.1-notls# make deb bison -d -b cfg cfg.y cfg.y: conflicts: 1 shift/reduce flex cfg.lex ln -sf packaging/debian-etch debian dpkg-buildpackage -rfakeroot -tc dpkg-buildpackage: source pack

Re: [OpenSER-Users] Question about installing openser

2008-04-15 Thread Iñaki Baz Castillo
El Tuesday 15 April 2008 13:03:27 Pete Kay escribió: > Hi all, > > I am trying to get Openser 1.3.1 installed on Debian. It gave me a > lot of errors when I try to "make" from the source. Could someone > please tell me the list of packages I should install before building > Openser? Instead of "

[OpenSER-Users] dispatcher and auto reload of previously failed GWs

2008-04-15 Thread Miroslav HOSTINSKY
Hello all, I have problem with dispatcher module in openser 1.3.1 I am not able to correctly setup scenario when failed GWs will be automatically reloaded back by openser, when they will be available. My openser.cfg: -- mpath = "/usr/lib/openser/modules" debug = 3 fork = no log_stder

Re: [OpenSER-Users] Question about installing openser

2008-04-15 Thread Norman Brandinger
Hi Pete, Another suggestion is to issue a "make deb" from the OpenSER directory. "make deb" checks for dependent software and will throw an error message if any of them aren't installed. Just install the packages mentioned. Regards, Norm Henning Westerholt wrote: > On Tuesday 15 April 2008,

Re: [OpenSER-Users] Question about installing openser

2008-04-15 Thread Henning Westerholt
On Tuesday 15 April 2008, Pete Kay wrote: > I am trying to get Openser 1.3.1 installed on Debian. It gave me a > lot of errors when I try to "make" from the source. Could someone > please tell me the list of packages I should install before building > Openser? > > By the way, I haven't been able

[OpenSER-Users] Question about installing openser

2008-04-15 Thread Pete Kay
Hi all, I am trying to get Openser 1.3.1 installed on Debian. It gave me a lot of errors when I try to "make" from the source. Could someone please tell me the list of packages I should install before building Openser? By the way, I haven't been able to find a step-by-step guides on installing

Re: [OpenSER-Users] presence module dialog handling

2008-04-15 Thread Anca Vamanu
Hi Sigrid, Thank you for your report. Dialogs were removed from cache, but not from database. And since you are probably running presence in a fallback to db mode, the dialogs were still found there. I have made a commit that should fix this problem. Could you please take the 'presence' module

[OpenSER-Users] Openser and Portabilling100

2008-04-15 Thread Jaas
Hi all, I would like to know if there could be same problems with OpenSER and PortaBilling100 because I have to choose a billing system for the ISP I work. I don't see any document with interaction between these two systems... Alternatively, can you give me hints about a good and complete b

[OpenSER-Users] Problem with redirection (302 Moved temporarly)

2008-04-15 Thread Antonio Reale
Hi all, I have a Linksys SPA2102 with 2 phones configured with the same account/number. If I call that number both phones ring and all is OK. The problem is that if I set a call forwarding on one of the two line on the SPA only one phone rings. Openser receives the 302 message from the SPA but the

Re: [OpenSER-Users] kagoor voiceflow replacement

2008-04-15 Thread Klaus Darilion
Gentrice's kaiser schrieb: > Hi, > > The hard part is upper register . It means user auth information is > stored in Broadsoft instead of your mysql DB. If broadsoft supports "Path" then it should be easy by forwarding the REGISTER to broadsoft and adding a Path header. Further, save() (before