[SR-Users] New features: dialog - list dialogs via rpc using matching expressions

2018-12-06 Thread Daniel-Constantin Mierla
Hello, being discussed and requested couple of times via lists, irc channel and discussions at events world wide, I just want to send a short note to announce that yesterday I pushed a new rpc command to dialog module that returns dialog records that match on conditions applied to request uri,

Re: [SR-Users] Auth_xkeys module - freeing already freed pointer

2018-12-06 Thread José Seabra
Hello Daniel, Thank you for the support. I confirm that your patch fixes the issue. Best regards José Daniel-Constantin Mierla escreveu no dia terça, 4/12/2018 à(s) 10:19: > Hello, > > can you try with master branch or with the patch from the next commit? > > - >

Re: [SR-Users] Auth_xkeys module - freeing already freed pointer

2018-12-06 Thread Daniel-Constantin Mierla
Hello, ok, thanks for testing and reporting back. I will backport these days... Cheers, Daniel On 06.12.18 15:26, José Seabra wrote: > Hello Daniel, > Thank you for the support. > > I confirm that your patch fixes the issue.  > > Best regards > José > > Daniel-Constantin Mierla

[SR-Users] Assistance with re.subst & newline

2018-12-06 Thread Mark Hall
Hi, I am using rtpengine to proxy audio to/from media servers. The outbound calls are being rejected by a couple of my carriers (although accepted by others), and the closest that I have been able to find for the reason is the inclusion of "a=rtcp:x" in the SDP generated by rtpengine.

Re: [SR-Users] Assistance with re.subst & newline

2018-12-06 Thread Richard Fuchs
On 06/12/2018 07.17, Mark Hall wrote: Hi, I am using rtpengine to proxy audio to/from media servers. The outbound calls are being rejected by a couple of my carriers (although accepted by others), and the closest that I have been able to find for the reason is the inclusion of

Re: [SR-Users] Assistance with re.subst & newline

2018-12-06 Thread Mark Hall
Hi Richard, Yes, that did the trick - many thanks. I don't see this in the docs anywhere and it didn't come up during many, many www searches. I would have saved myself a lot of frustration if only I'd taken the time to read the source code. (btw - still have the carrier issue - ah

Re: [SR-Users] Assistance with re.subst & newline

2018-12-06 Thread Daniel-Constantin Mierla
Hello, just for the records, as I saw in the discussion thread that there is a solution with a flag given to rtpengine, but can be useful for similar situations -- better use sdp_remove_line_by_prefix() from sdpops rather than subst regexp -- see:   -