Re: [OpenSIPS-Users] Set $(branch(q)[0]) with AVP or Script Variable

2011-06-30 Thread Razvan Crainea
Hello Duane, Indeed the $(branch(q)[x]) should receive only int values. But according to your logs, the $avp(s:exten1_q_value) seems to have a string value. I've just tested the code below and works fine: * $avp(q) = 1000; $(branch(q)[0]) = $avp(q); * Please double check your AVP really has an

Re: [OpenSIPS-Users] MWI Notify Request

2011-06-30 Thread Nicolas Dupuis
Hi, In my case there are 3 differents servers : - Registrar Server - Voicemail Server - Presence Server If i understand, my voicemail server must send to my presence server a Publish request. My presence server save information (in memory cache or database) and if it receives a subscribe

[OpenSIPS-Users] missed call records

2011-06-30 Thread Chris Martineau
Hi, I am trying to sort out some issues with how my missed call and failure records are recorded. My cfg file sets up the acc settings as follows... modparam(acc, db_url,mysql://opensips:opensipsrw@localhost/opensips) modparam(acc, db_flag, 1) modparam(acc, db_missed_flag, 2)

[OpenSIPS-Users] CDRTool prepaid bebits correct customer with wrong pricing of another

2011-06-30 Thread Jan Baumann
Good afternoon, I have updated to CDRTool 8.1.2, callcontrol 2.0.12 and mediaproxy 2.5.0 running together with an older opensips 1.5.3. Everything works perfectly for postpaid calls. I now have come across very strange behaviour when testing prepaid calls. After terminating a prepaid call I get

[OpenSIPS-Users] opensips loadbalancer with db_mysql

2011-06-30 Thread vip killa
when i try to make a call i get this in the opensips log: opensip1 /usr/local/sbin/opensips[32130]: ERROR:load_balancer:do_load_balance: unknown resource in input string I think its because my load_balancer table is empty but i do not know what im supposed to put in there... mysql describe

Re: [OpenSIPS-Users] CDRTool prepaid bebits correct customer with wrong pricing of another

2011-06-30 Thread Tijmen de Mes
Hi, We have never seen this before. Have you done al the migration steps required to go to 8.1.2? Also which php version are you using? Best regards, Tijmen de Mes AG Projects. Op 6/30/11 1:40 PM, Jan Baumann schreef: Good afternoon, I have updated to CDRTool 8.1.2, callcontrol 2.0.12

Re: [OpenSIPS-Users] CDRTool prepaid bebits correct customer with wrong pricing of another

2011-06-30 Thread Jan Baumann
Hi, thank you for the quick answer. I at least think I did the mirgration of the mysql structures correctly. Everything else works as expected and with no sql errors. I am using latest php 5.3.6 and mysql 5.1.51, both compiled from source. Upgrade was performed due to problems with the

Re: [OpenSIPS-Users] Osipsconsole and XMLRPC support

2011-06-30 Thread Carlo Dimaggio
Il 29/06/11 14.40, Mike Tesliuk ha scritto: you can use the perl to do this, take a look on the link below http://search.cpan.org/~rdietrich/xmlrpc-pureperl-0.03/lib/XMLRPC/PurePerl.pm http://search.cpan.org/%7Erdietrich/xmlrpc-pureperl-0.03/lib/XMLRPC/PurePerl.pm take a look on mi_xmlrpc

Re: [OpenSIPS-Users] Set $(branch(q)[0]) with AVP or Script Variable

2011-06-30 Thread duane . larson
I am guessing you are using the latest trunk version of OpenSIPS since you aren't using s: or i: with your AVP. The older versions don't appear to let you do it so I will upgrade and it should work if you can do it. Thanks. On Jun 30, 2011 3:19am, Razvan Crainea razvancrai...@opensips.org

Re: [OpenSIPS-Users] CDRTool prepaid bebits correct customer with wrong pricing of another

2011-06-30 Thread Tijmen de Mes
Hi, Increasing the verbosity can not be done. You can only show the warnings you may get from php. This can be done by commenting out error reporting line in the global config. You can test the rating engine by connecting to it over telnet and the port you configured. This way you can see

Re: [OpenSIPS-Users] opensips loadbalancer with db_mysql

2011-06-30 Thread Tushar Jain
Hi, In your load_balancer table you have to mention the dst_uri (gateway client in ur freepbx) resources(no of channels available in your freepbx), Probe mode set to be 2 if you want to probe your freepbx after a given period. | id | group_id | dst_uri | resources |

[OpenSIPS-Users] [NEW] Topology Hiding based on dialog module

2011-06-30 Thread Anca Vamanu
Hi all, A new feature has been added to OpenSIPS trunk and will be present in the 1.7 release: topology hiding functionality based on dialog module. It is a lightweight topology hiding built as an extension of dialog module. It does not change the dialog elements (to tag, from tag, callid), but

[OpenSIPS-Users] distributed opensips , is it possible ?

2011-06-30 Thread Zeeshan Ali Shah
Hi , In Conference scenario i need some suggestion for the following 1) Speaker connects from US , and Listeners from US and ASIA . All of them using software clients 2) How to enable load balancing in such a way that Users from ASIA connect to ASIA's Server and US from US's Server . But they

Re: [OpenSIPS-Users] [NEW] Topology Hiding based on dialog module

2011-06-30 Thread Brett Nemeroff
On Thu, Jun 30, 2011 at 9:12 AM, Anca Vamanu anca.vam...@gmail.com wrote: A new feature has been added to OpenSIPS trunk and will be present in the 1.7 release: topology hiding functionality based on dialog module. It is a lightweight topology hiding built as an extension of dialog module. It

Re: [OpenSIPS-Users] Osipsconsole and XMLRPC support

2011-06-30 Thread Mike Tesliuk
I dont know, but we can use xmlrpc on opensips-cp to change things on various opensips servers, so i think that you can do this directrly on database with another software/script and use xml_rpc to do a reload on the changed cofiguration. 2011/6/30 Carlo Dimaggio jaasmail...@gmail.com Il

[OpenSIPS-Users] [NEW] uac changes

2011-06-30 Thread Ovidiu Sas
Hello all, The uac module has been restructured. There is a new uac_auth module which provides a common API for authentication. The uac_auth module MUST be loaded before the following modules: - uac; - uac_registrant; The uac_auth module SHOULD be loaded before b2b_entities in order to enable

Re: [OpenSIPS-Users] New module: registrant

2011-06-30 Thread Ovidiu Sas
Hello all, The registrant module has been renamed to uac_registrant, to better reflect it's functionality. Regards, Ovidiu Sas On Thu, Mar 10, 2011 at 9:21 AM, Ovidiu Sas o...@voipembedded.com wrote: Hello all, There is a new module available for opensips: registrant. This module allows

Re: [OpenSIPS-Users] [NEW] Topology Hiding based on dialog module

2011-06-30 Thread Anca Vamanu
Hi Brett, On Thu, Jun 30, 2011 at 5:40 PM, Brett Nemeroff br...@nemeroff.com wrote: On Thu, Jun 30, 2011 at 9:12 AM, Anca Vamanu anca.vam...@gmail.comwrote: A new feature has been added to OpenSIPS trunk and will be present in the 1.7 release: topology hiding functionality based on dialog

[OpenSIPS-Users] SVN freeze - start testing 1.7

2011-06-30 Thread Bogdan-Andrei Iancu
Hi all, I'm happy and proud to declare the freeze for the SVN trunk containing OpenSIPS version 1.7 - this means there will no more code for new feature - the code will be intensively and extensively tested and only bug fixes will be allowed to SVN. The plan is to have ~2 weeks of testing

Re: [OpenSIPS-Users] SVN freeze - start testing 1.7

2011-06-30 Thread duane . larson
A couple of things I noticed when updating config UAC_Auth module is new and I am getting a HTTP 404 error when trying to hit the page http://www.opensips.org/html/docs/modules/devel/uac_auth.html Then I am not sure if you need to update a couple of the Development module documents

Re: [OpenSIPS-Users] SVN freeze - start testing 1.7

2011-06-30 Thread Ovidiu Sas
On Thu, Jun 30, 2011 at 3:36 PM, duane.lar...@gmail.com wrote: A couple of things I noticed when updating config UAC_Auth module is new and I am getting a HTTP 404 error when trying to hit the page http://www.opensips.org/html/docs/modules/devel/uac_auth.html There is a cron job that updates

[OpenSIPS-Users] Nathelper ping does not consistently ping all contacts

2011-06-30 Thread James Lamanna
Hi, I've noticed after a period of time, Nathelper will stop sending pings to some contacts. I've verified that the contact is still registered (it is even in the location table) but the ping process appears to skip some contacts for unknown reasons. Could someone please look into this? I have

[OpenSIPS-Users] Add Q Value to current SIP URI

2011-06-30 Thread duane . larson
I am playing with the $branch variable and also append_branch/serialize_branches and I was wondering how I can accomplish the following A call comes in for 1234 In my script I append_branch() So now my branch[0] = 1234 Now I do $ru = 5678 Then branch(q)[0] = 80 Is there any way to set the

Re: [OpenSIPS-Users] Nathelper ping does not consistently ping all contacts

2011-06-30 Thread Andrew Pogrebennyk
James, On 01.07.2011 06:42, James Lamanna wrote: Hi, I've noticed after a period of time, Nathelper will stop sending pings to some contacts. I've verified that the contact is still registered (it is even in the location table) but the ping process appears to skip some contacts for unknown