Re: [OpenSIPS-Users] Sending CDR over event_datagram module

2014-07-16 Thread Răzvan Crainea
Hi, Dan! You are right, this seems to be a bug. The second event shouldn't be E_ACC_CDR, but E_ACC_EVENT. I fixed this in the git code, thanks for noticing it. Setting the CDR_FLAG on BYE messages means that you explicitly want to account that message. That's why you have two events: a CDR

[OpenSIPS-Users] False dialogs due to network failures

2014-07-16 Thread Jorge Luis Ortea
Hi all, I'm using OpenSIPS 1.8. with several Asterisk. When Proxy SIP manages a call keeps a dialog with (called,caller,Asterisk) through store_dlg_value function from dialog module. Later through get_dialog_info function it match calls and resolves transfers issue. I have the following

Re: [OpenSIPS-Users] False dialogs due to network failures

2014-07-16 Thread Schneur Rosenberg
create_dialog with Pp flag. On Jul 16, 2014 10:45 AM, Jorge Luis Ortea dar...@hotmail.com wrote: Hi all, I'm using OpenSIPS 1.8. with several Asterisk. When Proxy SIP manages a call keeps a dialog with (called,caller,Asterisk) through store_dlg_value function from dialog module. Later

Re: [OpenSIPS-Users] Sending CDR over event_datagram module

2014-07-16 Thread Dan Christian Bogos
Hey Razvan, I have hit the bug out of missing knowledge about how to gerate CDRs :). For me there is no issue with BYEs since I only need INVITEs to generate accounting. Anyway, happy to contribute as bug finder ;). Thanks again for your support! DanB

Re: [OpenSIPS-Users] Sending CDR over event_datagram module

2014-07-16 Thread Dan Christian Bogos
Razvan, Sorry just noticed your question on pseudovariable in BYE. Yes, you are right, I did not set it in BYE but only in INVITE. In that case I accept that there is no bug there. DanB ___ Users mailing list Users@lists.opensips.org

[OpenSIPS-Users] Opensips 1.11 Error: bearer capability not authorized

2014-07-16 Thread mimic...@gmail.com
My OpenSips version 1.11 has two domains (192.168.x.x and 80.x.x.x ) configured. and I can call devices within my LAN, however I am unable to make calls from a device connected outside my LAN. The error message I receive in SIP client (zoiper) says bearer capability not authorized Captured from

Re: [OpenSIPS-Users] False dialogs due to network failures

2014-07-16 Thread Bogdan-Andrei Iancu
Or, be sure and set a reasonable dialog lifetime (like maybe 2 hours) together with the B flag (to send BYEs one dialog timeout). Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 16.07.2014 13:14, Schneur Rosenberg wrote: create_dialog with Pp

Re: [OpenSIPS-Users] t_relay

2014-07-16 Thread Bogdan-Andrei Iancu
Gary, Maybe take a look at the 0x02 flag for t_relay() : http://www.opensips.org/html/docs/modules/1.12.x/tm.html#id294571 by default, t_relay() is internally sending a negative reply if not able to send the request out (like DNS failure, bad IP, network error, etc). Regards, Bogdan-Andrei

Re: [OpenSIPS-Users] Opensips 1.11 Error: bearer capability not authorized

2014-07-16 Thread Bogdan-Andrei Iancu
Hi, The logs show your OpenSIPS trying to connect via TCP to the 80.x.x.x IP, but not connection accepted. Is that destination supposed to accept TCP conns ?? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 16.07.2014 14:27,

Re: [OpenSIPS-Users] Presence - subscription does not exists problem

2014-07-16 Thread Bogdan-Andrei Iancu
Hi Chris, So the record is not found in memory. You can try to following - run the MI command subs_phtable_list to list you all the subscriptions from memory (watchers). Do that after the initial SUBSCRIBER (to see your new subscription) and after that from time to time (like 20-30 secs) to

Re: [OpenSIPS-Users] engage_rtp_proxy and unforce_rtp_proxy

2014-07-16 Thread Ali Pey
Thank you Razvan. Great info. Regards, Ali Pey On Wed, Jul 16, 2014 at 3:28 AM, Răzvan Crainea raz...@opensips.org wrote: Hi, Ali! Rtpproxy offers an interface to communicate with it over network, through the communication socket (the -s parameter or the RTPProxy server). You can send

Re: [OpenSIPS-Users] create mediaproxy certificates

2014-07-16 Thread Dan Pascu
On 15 Jul 2014, at 22:55, Edwin eahaselh...@gmail.com wrote: Hi Adrian, I already did, but still don't get it (I know to google before asking). I really don't know what to do in what order (even after reading the readme and the openssl site a lot of times). I hope someone will just

Re: [OpenSIPS-Users] create mediaproxy certificates

2014-07-16 Thread Dan Pascu
On 15 Jul 2014, at 20:51, Edwin eahaselh...@gmail.com wrote: Hi Saúl, In fact I have installed opensips and mediaproxy-dispatcher on Debian and the mediaproxy-relay on two other Debian servers. But tinyca2 had to run on a server with a Gui (like KDE or Gnome), which I (rather) don't run.

[OpenSIPS-Users] set_dlg_profile not setting value

2014-07-16 Thread Schneur Rosenberg
Hi Bogdan and the OpenSIPS community I'm trying to limit concurrent calls on a group of sip devices, I got stuck setting the profile in the dialog, its just not being set in the db. I created to new tables, one that I store all the sip devices and to which group they belong to, the second table

Re: [OpenSIPS-Users] set_dlg_profile not setting value

2014-07-16 Thread Brett Nemeroff
Do you see the active calls number going up? Are you sure your calls are hitting the block performing the set_dlg_profile. I'd put an xlog right before the set_dlg_profile just to be sure. Depending on the db_mode you might not actually see this value change in the DB. Either way, the important

Re: [OpenSIPS-Users] t_relay

2014-07-16 Thread Gary Nyquist
Thanks Bogdan Liviu, I have implemented the failure_route technique suggested by Liviu. It is working fine. Will try with t_relay(0x2) and let this forum know how it works. I think it should fail and return -6 (- generic send failed), because the transport of the RURI (Callee Device) is

[OpenSIPS-Users] WARNING:core:get_send_socket: protocol/port mismatch

2014-07-16 Thread Gary Nyquist
Hi, I am getting this error in the log. WARNING:core:get_send_socket: protocol/port mismatch Any advice how to fix it? Thanks -Gary ___ Users mailing list Users@lists.opensips.org