[SR-Users] call forking using dbaliases not working for un-NATed clients

2012-09-18 Thread Yufei Tao
Hi I have a strange problem on forking calls to a group of users. For example I have two users y2 and y3 in dbaliases, both with alias_username 'group'. And y2 and y3 both registers with Kamailio fine. When I make a call to 'group' from a third client y1, what my kamailio.cfg does is: do an alias_

[SR-Users] AUTOREPLY call forking using dbaliases not working for...

2012-09-18 Thread strobel
*** AUTOREPLY VON yufei@redembedded.com * Vielen Dank für Ihre Nachricht. Leider bin ich in der Zeit vom 17.09.2012 bis einschließlich 21.09.2012 nicht im Haus. Ihre E-Mail wird in meiner Abwesenheit nicht weitergeleitet. Bitte wenden Sie s

[SR-Users] Registration Authentication Error

2012-09-18 Thread Nathaniel L Keeling III
Hello, we are testing the new version of Kamailio, 3.3 and are getting authentication error when trying to register a sip account. We have a db backend in which we used kamctl to add the user to the db. We are using the kamailio.cfg script created during the install with changes for our envir

[SR-Users] "Command not found" error during "make install"

2012-09-18 Thread Youngjin Park
Hi, I faced the following error during installing "sip-router" by command "make install" after successful compilation by command "make all". I will appreciate you so much if you can shed light on. My system is 32 bit Fedora. Thanks in advance. Youngjin install -m 644 README /usr/local/share/doc/

Re: [SR-Users] call forking using dbaliases not working for un-NATed clients

2012-09-18 Thread Klaus Darilion
I suspect that the branch route is first executed for the NATed client. Then the 'received' column is used as destination URI. When executing the branch route again, the destination URI is still the value from the previous branch, and lookup() will not overwrite is as 'received' is not availabl

Re: [SR-Users] Kamailio Presence module

2012-09-18 Thread Andreas Granig
On 09/17/2012 10:36 AM, Gary Shergill wrote: > root@opensep:~# service kamailio restart > Not starting Kamailio: invalid configuration file! > -e > 0(7892) : [cfg.y:3591]: parse error in config file > /etc/kamailio/kamailio.cfg, line 392, column 32-36: syntax error > 0(7892) : [cfg.y:3591]: p

[SR-Users] "Command not found" error during "make install"

2012-09-18 Thread Youngjin Park
Hi, I faced the following error during installing "sip-router" by command "make install" after successful compilation by command "make all". I will appreciate you so much if you can shed light on. My system is 32 bit Fedora. Thanks in advance. Youngjin install -m 644 README /usr/local/share/doc/

Re: [SR-Users] "Command not found" error during "make install"

2012-09-18 Thread Alex Balashov
Sounds like you want to install docbook. :) On 09/18/2012 06:41 PM, Youngjin Park wrote: Hi, I faced the following error during installing "sip-router" by command "make install" after successful compilation by command "make all". I will appreciate you so much if you can shed light on. My syst

Re: [SR-Users] "Command not found" error during "make install"

2012-09-18 Thread Youngjin Park
sorry to post it twice. it was not my intention. anyway, I guess I am installing docbook. do I need extra module for this? anything missing? I check out sip-router and kamailio, and tried to build them and install them. Thanks in advance. Youngjin On Tue, Sep 18, 2012 at 3:59 PM, Alex Balashov w

Re: [SR-Users] "Command not found" error during "make install"

2012-09-18 Thread Iwan Budi Kusnanto
On Wed, Sep 19, 2012 at 6:32 AM, Youngjin Park wrote: > sorry to post it twice. it was not my intention. anyway, I guess I am > installing docbook. do I need extra module for this? anything missing? You need to install docbook2x > I check out sip-router and kamailio, and tried to build them and

Re: [SR-Users] Kamailio Presence module

2012-09-18 Thread Gary Shergill
Hi again everyone, Changing the DBURL in the kamailio.cfg to what the url is seems to stop the error from before. However, now kamailio is failing to start. The following is the output when kamailio is restarted; root@opensep:~# service kamailio restart Restarting Kamailio: loading modules unde

[SR-Users] IM on Kamailio

2012-09-18 Thread Gary Shergill
Hi Kamailio Community, I've been configuring the presence module on Kamailio and trying to get it working, using the following as a guideline; http://nil.uniza.sk/instant-messaging/simple/configuring-im-and-presence-kamailio-31-howto >From that I assumed that enabling Presence would mean that IM

Re: [SR-Users] Registration Authentication Error

2012-09-18 Thread Daniel-Constantin Mierla
Hello, can you paste the module parameters for auth and auth_db module? Or check the combination of password column and calculate_ha1 are ok. I guess you are using your custom configuration file, maybe you can give a quick test with default configuration just to see if the passwords match.