Re: [SR-Users] LCR database issues

2010-11-10 Thread Lee Archer
Sorry, yes I am referring to Siremis. The web interface is great but I think mandatory values need to be highlighted somehow and columns with a value of 0 should display 0 when you edit them and not be blank. Regards Lee From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Sent:

[SR-Users] Variable substitution with Dispatcher

2010-11-10 Thread Lee Archer
Hi, I am trying to compare 3.0.4 and 3.1 and the following works in 3.1 but not 3.0.4. Should this work in 3.0 or was it only fixed for 3.1? ds_select_dst($tU,"4"); Regards Lee ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing lis

[SR-Users] "append_rpid_hf()" and "append_hf()" issues

2010-11-10 Thread Dominguez Jover, Ricardo
Hi everybody, I've been testing and setting up kamalio 3.0.3 with MySQL since a few weeks ago. All the basic functionalities are working properly, but now I have an issue which I'm not been able to solve by myself. I've read documentation and posts, but no idea about what is happening. This is

Re: [SR-Users] "append_rpid_hf()" and "append_hf()" issues

2010-11-10 Thread Dominguez Jover, Ricardo
Hi Alex, I think I'm doing what you say, look at the configuration my config file: append_rpid_hf("$fU", ";party=calling;id-type=subscriber;privacy=off;screen=yes"); consume_credentials(); (the following lines are commented) ### I also tested the following #

Re: [SR-Users] "append_rpid_hf()" and "append_hf()" issues

2010-11-10 Thread Alex Balashov
Ricardo, The 'rpid' value is loaded from the 'subscriber' table as part of the authentication functions; if you consume_credentials() before it, it will be gone. You should append_rpid_hf() the RPID header first, and consume_credentials() afterward. Cheers, -- Alex On 11/10/2010 03:57 AM

[SR-Users] Asterisk 1.6 and Kamailio 3.1 realtime integration tutorial

2010-11-10 Thread Daniel-Constantin Mierla
Hello, I got the time to upgrade my tutorial about Asterisk and Kamailio realtime integration to latest stable release of Kamailio, v3.1.0: You can find the document at: * http://asipto.com/u/c Hope it is useful for some people within this community. Cheers, Daniel -- Daniel-Constantin Mi

Re: [SR-Users] multidomain: running multiple kamailio on one host

2010-11-10 Thread Miklos Tirpak
On 11/09/2010 10:03 AM, Klaus Darilion wrote: Am 05.11.2010 18:19, schrieb MÉSZÁROS Mihály: 2010-11-05 09:31 keltezéssel, Alex Balashov írta: On 11/05/2010 04:10 AM, MÉSZÁROS Mihály wrote: Hello all! Is there any known problem to run multiple kamailio/sip-router instance in one host. I ne

[SR-Users] append_branch

2010-11-10 Thread Rizwan Qureshi
Hi All, I just want to know how I can use append_branch() function for register requests. What I want to do is register all users on all asterisk servers by forwarding the register requests (to all asterisk servers) and then if the sip proxy throws call to any of the server the asterisk server, the

[SR-Users] Extension state

2010-11-10 Thread Lucas Alvarez
Hi, is there a way "database driven" to know who is using the phone? Thanks in advance. Lucas ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr

Re: [SR-Users] Extension state

2010-11-10 Thread Uriel Rozenbaum
You can use dialog module to track living dialogs (hence sessions). You can use it with a DB backend, so YES. On Wed, Nov 10, 2010 at 6:41 PM, Lucas Alvarez wrote: > Hi, is there a way "database driven" to know who is using the phone? Thanks > in advance. > Lucas > ___