Re: [OpenSIPS-Users] Miliseconds precision for accounting module

2014-04-11 Thread Ryan Mitchell
Hello Mac, Each row in the acc table is for a transaction. To make a proper CDR out of the data, you have to combine rows to find the start and end of the call. That can be harder than it sounds, especially with forking (parallel, or the more common case of serial forking when you are LCR routin

[OpenSIPS-Users] Issue in VIA Header

2014-04-11 Thread B. Buitenhuis
Hello, I'm facing the same problem as: https://github.com/OpenSIPS/opensips/issues/190 When I look at a wireshark, I see the following in the VIA header: Via: SIP/2.0/UDP \000\000\000\000\000\000\000\000\000\000\000\000\000:5060;branch=z9hG4bK9414.22d66c76.0 As far as I can see it's only with t

Re: [OpenSIPS-Users] help playing a prompt when backend is down

2014-04-11 Thread Jeff Pyle
I catch the 408 in a failure_route and re-route (t_relay) the call to a media server to play the recording. I haven't tried any rtpproxy-specific methods. - Jeff On Fri, Apr 11, 2014 at 6:00 PM, frank fox wrote: > > Greetings, > > Is there any recommendations for my proxy to play an audio th

[OpenSIPS-Users] help playing a prompt when backend is down

2014-04-11 Thread frank fox
Greetings, Is there any recommendations for my proxy to play an audio through rtpproxy when there is no response sent back from my UAS? I would like to play a notify prompt to inform users that my system is down. Can one of these two functions really work for my situation or there are some

[OpenSIPS-Users] playing a prompt when backend is down

2014-04-11 Thread frank fox
Greetings, Is there any recommendations for my proxy to play an audio through rtpproxy when there is no response sent back from my UAS? I would like to play a notify prompt to inform users that my system is down. Can one of these two functions really work for my situation or there are somethin

Re: [OpenSIPS-Users] Miliseconds precision for accounting module

2014-04-11 Thread Maciej Bylica
Ryan, One more question. Currently i have some db extra attrs setup. My acc table looks like following: ++--+--+-+-++ | Field | Type | Null | Key | Default | Extra | ++--+--+---

Re: [OpenSIPS-Users] OPTIONS over TCP

2014-04-11 Thread Vincent DOCQUOIS
Hi Bogdan, FYI it has fixed my problem Thanks Vincent > > > Le 8 avr. 2014 à 12:16, Bogdan-Andrei Iancu a écrit : > >> I ment the configuration in dr_gateways table. >> >> Bogdan >> >> >> Sent from Samsung Mobile >> >> >> Original message >> From: Vincent DOCQUOIS >>

Re: [OpenSIPS-Users] Miliseconds precision for accounting module

2014-04-11 Thread Maciej Bylica
Hi Ryan, Thanks for prompt reply. I am about to check this out. Mac. 2014-04-10 22:03 GMT+02:00 Ryan Mitchell : > Using db_extra to stuff custom data into your acc table, use the $time var > with a format such as "%s.%N" or similar. > > Or, as you suggested, do it on the database level with a