[asterisk-dev] Fwd: Help editing app_dial for extending L functionality

2014-08-09 Thread Manuel Camarg
I've recently introduced in the Asterisk code Now I would like to make some changes in the app_dial But I find one issue: Inside the argument L there is the possibility of streaming a file before timeout (LIMIT_TIMEOUT_FILE), but I cannot figure out in the code where this is being done Any idea

Re: [asterisk-dev] Trying Load a module in asterisk - fails without any message

2014-08-09 Thread Tzafrir Cohen
On Sat, Aug 09, 2014 at 05:46:44PM +0530, Deepak Bhatia wrote: Hello, I had a working application app_mymodule.so which used to work on previous asterisk version but now I am upgraded to 1.8.15-cert5 and now my module doesn't get loaded. Also it doesn't give any error. How exactly are you

Re: [asterisk-dev] Trying Load a module in asterisk - fails without any message

2014-08-09 Thread Deepak Bhatia
Hi, Thanks In the logger show channels, we get the following output Channel Type Status Configuration --- --- /var/log/asterisk/messages File Enabled- DEBUG NOTICE

Re: [asterisk-dev] Fwd: Help editing app_dial for extending L functionality

2014-08-09 Thread Matthew Jordan
On Sat, Aug 9, 2014 at 7:42 AM, Manuel Camarg sir.lo...@gmail.com wrote: I've recently introduced in the Asterisk code Now I would like to make some changes in the app_dial But I find one issue: Inside the argument L there is the possibility of streaming a file before timeout

Re: [asterisk-dev] [Code Review] 3833: Allow sending voicemail to multiple email addresses

2014-08-09 Thread abelbeck
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3833/#review13058 --- trunk/apps/app_voicemail.c

Re: [asterisk-dev] [Code Review] 3833: Allow sending voicemail to multiple email addresses

2014-08-09 Thread rmudgett
On Aug. 9, 2014, 3:42 p.m., abelbeck wrote: trunk/apps/app_voicemail.c, line 5045 https://reviewboard.asterisk.org/r/3833/diff/2/?file=66291#file66291line5045 next appears to be off by one, not generating enough commas. char *next = emailsbuf; fixes the