Re: [asterisk-users] Question about SIP Dial

2014-08-18 Thread Gopalakrishnan N
It supposed to be like this Dial(SIP/${EXTEN}#ip.add.re.ss) Regards On Fri, Aug 15, 2014 at 6:20 AM, CDR vene...@gmail.com wrote: In channel PJSIP I use this format Dial(PJSIP/endpoint/sip:${EXTEN}@ip.add.re.ss) what would be the equivalent of this format in old SIP? I tried

Re: [asterisk-users] log caller hangup events

2014-08-18 Thread Gopalakrishnan N
Hi, You can use Hangup handler. May be this post can you help you, http://gblades.blogspot.in/2013/07/how-to-get-sip-response-code-in.html Regards On Mon, Aug 18, 2014 at 9:45 AM, Paul Greenberg p...@greenberg.pro wrote: All, I would like to log a message whenever a party hangs up a

[asterisk-users] AMI Elastix

2014-08-18 Thread Усин Айбек
Hi all! I have trouble with connection to AMI 1.1 wich enabled on Elastix *Asterisk Call Manager/1.1* *Action: Login Username: admin Secret: qweasd123* *Response: Error* *Message: Missing action in request* Elastix versions: * Kernel* * Linux(x86_64)-2.6.18-348.1.1.el5* * Elastix* *

Re: [asterisk-users] AMI Elastix

2014-08-18 Thread Усин Айбек
update new state: * == Client from 192.168.0.95, failed to authenticate in 30 seconds* * == Connect attempt from '192.168.0.95' unable to authenticate* * == Client from 192.168.0.95, failed to authenticate in 30 seconds* * == Connect attempt from '192.168.0.95' unable to authenticate* *--

Re: [asterisk-users] AMI Elastix

2014-08-18 Thread Steven Howes
On 18 Aug 2014, at 09:27, Усин Айбек prince...@gmail.com wrote: I have trouble with connection to AMI 1.1 wich enabled on Elastix Asterisk Call Manager/1.1 Action: Login Username: admin Secret: qweasd123 Response: Error Message: Missing action in request You are missing the newline

Re: [asterisk-users] log caller hangup events

2014-08-18 Thread Paul Greenberg
Hi, I am mostly concerned with inbound calls. Would it work the same? Regards, Paul From: asterisk-users-boun...@lists.digium.com asterisk-users-boun...@lists.digium.com on behalf of Gopalakrishnan N gopalakrishnan...@gmail.com Sent: Monday, August 18,

Re: [asterisk-users] AMI Elastix

2014-08-18 Thread Усин Айбек
Thanks, im find it/ but in win7 it doesnt work. and it work under linux 2014-08-18 18:02 GMT+06:00 Steven Howes steve-li...@geekinter.net: On 18 Aug 2014, at 09:27, Усин Айбек prince...@gmail.com wrote: I have trouble with connection to AMI 1.1 wich enabled on Elastix *Asterisk Call

Re: [asterisk-users] AMI Elastix

2014-08-18 Thread Mikael Fredin
On 18 August 2014 15:35, Усин Айбек prince...@gmail.com wrote: Thanks, im find it/ but in win7 it doesnt work. and it work under linux That's because windows terminates newlines differently, you should convert newlines under windows to windows format (\r\n). --

[asterisk-users] Error opening file for reading: Permission denied

2014-08-18 Thread Mitch Claborn
Asterisk 12.4 I am seeing message Error opening file for reading: Permission denied several times during the asterisk startup (asterisk -cv) but it doesn't say which file. Is there a way to find out which file is having trouble? -- Mitch --

Re: [asterisk-users] Error opening file for reading: Permission denied

2014-08-18 Thread Paul Greenberg
Mitch, Is it the below error? if ((fd = open(filename, O_RDONLY)) 0) { ast_log(LOG_WARNING, Cannot open file '%s' for reading: %s\n, filename, strerror(errno)); return NULL; } Regards, Paul From: