Hello
I see that someone has created a new option in openser_mysql.sh called serweb in the cvs head version.
The purpose seems to be to create separate datatables for serweb.
However I cant get this option to work - the script always prompts be the command syntax. Unfortunately my shell scripting capabilities are substandard so I cannot gather from the code which parameters are expected.
Can anyone enlighten me what the correct syntax is and whether the new table are supposed to created in the openser database or a separate database ?
I got serweb to work with openser 1.0.1 however I need the new UAC AVP related functions so I need the new openser version - and dont want to break serweb.
TIA
Gerry
Hi
The syntax is openser_mysql.sh serweb
It creates the tables required for serweb on the existing openser database but depending of the serweb version you need to create/alter some tables.
Juliano
_____
De: users-bounces@openser.org [mailto:users-bounces@openser.org] Em nome de G.Jacobsen Enviada em: segunda-feira, 22 de maio de 2006 12:39 Para: users@openser.org Assunto: [Users] serweb option in openser_mysql.sh ?
Hello
I see that someone has created a new option in openser_mysql.sh called serweb in the cvs head version.
The purpose seems to be to create separate datatables for serweb.
However I cant get this option to work - the script always prompts be the command syntax. Unfortunately my shell scripting capabilities are substandard so I cannot gather from the code which parameters are expected.
Can anyone enlighten me what the correct syntax is and whether the new table are supposed to created in the openser database or a separate database ?
I got serweb to work with openser 1.0.1 however I need the new UAC AVP related functions so I need the new openser version - and dont want to break serweb.
TIA
Gerry
-- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.392 / Virus Database: 268.6.1/344 - Release Date: 19/5/2006
Thanks Juliano,
Its working now - naively, I used the mysqldb.sh script in the sources - and not the openser_mysql.sh after installation. Dumped the database and created it again now.
With the create option the script asks now whether serweb tables should be created. Everything seems to be fine now.
Thanks
Gerry
----- Original Message ----- From: Juliano Duque To: 'G.Jacobsen' ; Sent: Monday, May 22, 2006 7:19 PM Subject: RES: [Users] serweb option in openser_mysql.sh ?
Hi
The syntax is openser_mysql.sh serweb
It creates the tables required for serweb on the existing openser database but depending of the serweb version you need to create/alter some tables.
Juliano
------------------------------------------------------------------------------ De: users-bounces@openser.org [mailto:users-bounces@openser.org] Em nome de G.Jacobsen Enviada em: segunda-feira, 22 de maio de 2006 12:39 Para: users@openser.org Assunto: [Users] serweb option in openser_mysql.sh ?
Hello
I see that someone has created a new option in openser_mysql.sh called serweb in the cvs head version.
The purpose seems to be to create separate datatables for serweb.
However I cant get this option to work - the script always prompts be the command syntax. Unfortunately my shell scripting capabilities are substandard so I cannot gather from the code which parameters are expected.
Can anyone enlighten me what the correct syntax is and whether the new table are supposed to created in the openser database or a separate database ?
I got serweb to work with openser 1.0.1 however I need the new UAC AVP related functions so I need the new openser version - and dont want to break serweb.
TIA
Gerry
-- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.392 / Virus Database: 268.6.1/344 - Release Date: 19/5/2006
-- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.392 / Virus Database: 268.6.1/344 - Release Date: 19/5/2006
Hi ! I wanna know how to configure the .cfg file to forward the soubscriber message from A user to B user.
best regards Javier
Hi Javier,
shortly, you need to forward the SUBSCRIBE requests based on user location - lookup("location").
regards, bogdan
Klaus Darilion wrote:
Javier Ramirez wrote:
Hi ! I wanna know how to configure the .cfg file to forward the soubscriber message from A user to B user.
please read the "getting started" guide from onsip.org
regards klaus
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
I read all documentation from internet, and nothing.
please
if (method=="SUBSCRIBE") {
if (!t_newtran()) {
sl_reply_error();
};
handle_subscription("registrar");
# break;
};
when I coment the "break;" the SUBSCRIBER message is forward to B user.
if I don´t coment the break, the SUBSCRIBER end in OpenSER.
why ?
best Regards
Javier
Hi,
as I see you are trying to use the PA for presence - that's a different story. So, what do you want:
1) presence end-2-end directly between end-users 2) presence via PA - the users will talk only with the PA and not directly.
regards, bogdan
Javier Ramirez wrote:
I read all documentation from internet, and nothing.
please
if (method=="SUBSCRIBE") {
if (!t_newtran()) { sl_reply_error(); }; handle_subscription("registrar");
# break;
};
when I coment the "break;" the SUBSCRIBER message is forward to B user.
if I don´t coment the break, the SUBSCRIBER end in OpenSER.
why ?
best Regards
Javier