[asterisk-users] More issues with Siren14 datalen == 0 packets

2017-04-12 Thread Richard Kenner
Another crash with a packet: $10 = {frametype = AST_FRAME_VOICE, subclass = {integer = 0, format = 0x12c62170, frame_ending = 0}, datalen = 0, samples = 640, mallocd = 1, mallocd_hdr_len = 324, offset = 64, src = 0x2ad290064a08 "siren14tolin32/speex", data = {ptr = 0x80893318,

Re: [asterisk-users] More issues with Siren14 datalen == 0 packets

2017-04-12 Thread Joshua Colp
On Wed, Apr 12, 2017, at 09:50 AM, Richard Kenner wrote: > Another crash with a packet: > > $10 = {frametype = AST_FRAME_VOICE, subclass = {integer = 0, > format = 0x12c62170, frame_ending = 0}, datalen = 0, samples = 640, > mallocd = 1, mallocd_hdr_len = 324, offset = 64, > src =

Re: [asterisk-users] More issues with Siren14 datalen == 0 packets

2017-04-12 Thread Joshua Colp
On Wed, Apr 12, 2017, at 10:29 AM, Richard Kenner wrote: > > The feed function in slinfactory explicitly does not allow frames > > without a data payload to be added to the queue. It would have prevented > > this crash. > > Ah, so the fix should really be there, righty? Yes, it already takes

Re: [asterisk-users] More issues with Siren14 datalen == 0 packets

2017-04-12 Thread Joshua Colp
On Wed, Apr 12, 2017, at 10:09 AM, Richard Kenner wrote: > > All patches need to go into JIRA with a license agreement to be > > accepted. > > Understood, but I was using it as an illustration. Note, however, that, > from a legal perspective, a patch such as this has no protectable IP (you >

Re: [asterisk-users] More issues with Siren14 datalen == 0 packets

2017-04-12 Thread Richard Kenner
> The feed function in slinfactory explicitly does not allow frames > without a data payload to be added to the queue. It would have prevented > this crash. Ah, so the fix should really be there, righty? > I think the underlying issue is that the data pointer is not NULL when > it sanely should

Re: [asterisk-users] More issues with Siren14 datalen == 0 packets

2017-04-12 Thread Richard Kenner
> All patches need to go into JIRA with a license agreement to be > accepted. Understood, but I was using it as an illustration. Note, however, that, from a legal perspective, a patch such as this has no protectable IP (you can't copyright the only way of doing something) and the GNU projects

[asterisk-users] PJSIP logging fails

2017-04-12 Thread Saint Michael
I am trying to log my SIP registration attempts. PJSIP is in logger mode, and I can see INVITES comingh, my SIP Register does not show, especially the packet I send. The only thing shown is: res_pjsip_outbound_registration.c: No response received from 'snet' on registration attempt to

Re: [asterisk-users] AGI Exec Voicemail

2017-04-12 Thread Telium Technical Support
Why not use an ALIAS and let sendmail send the email to a distribution group? -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jeff LaCoursiere Sent: Wednesday, April 12, 2017 1:09 PM To: Asterisk Users Mailing

[asterisk-users] AGI Exec Voicemail

2017-04-12 Thread Jeff LaCoursiere
Hi, I have a voicemail broadcast AGI that has been running fine for years - it collects extensions and then EXECs the Voicemail app, like this: EXEC Voicemail \"%s\" (%s is the extension list like AAA etc) This works fine, but after leaving the message and pressing "#", I just get "Thank

Re: [asterisk-users] PJSIP logging fails

2017-04-12 Thread Sree Harsha Totakura
Did you try setting the debug verbosity to a number > 3? Alternatively, if you want to see a register packet, try running wireshark on the server and capture the request packets. Sree On 04/12/2017 08:55 PM, Saint Michael wrote: > I am trying to log my SIP registration attempts. > PJSIP is in

Re: [asterisk-users] AGI Exec Voicemail

2017-04-12 Thread Jeff LaCoursiere
Its not about email - the Voicemail app allows you to record a message that gets dropped into multiple voicemail boxes. Thanks, j On 04/12/2017 12:15 PM, Telium Technical Support wrote: Why not use an ALIAS and let sendmail send the email to a distribution group? -Original