search for: nactionid

Displaying 5 results from an estimated 5 matches for "nactionid".

Did you mean: actionid
2017 Nov 22
3
Chan Local, Originate and slin
...rence, and I see that transcoding takes place here: NativeFormats: (slin192) WriteFormat: slin ReadFormat: slin192 WriteTranscode: Yes (slin at 8000)->(slin at 192000) ReadTranscode: No When I do the same from a call file like: same => n,System(printf "Action: Originate\nActionID: 1\nChannel: Local/${number}@mycontext\nApplication: Confbridge\nData: ${confnum}\n" > /var/spool/asterisk/outgoing/${number}-${confnum}) the sound is perfect and this is what I see on the channel params: NativeFormats: (slin) WriteFormat: slin ReadFormat: slin WriteTranscode:...
2017 Nov 22
2
Chan Local, Originate and slin
On Wed, 22 Nov 2017, Dmitriy Serov wrote: > ?same => n,System(printf "Action: Originate\nActionID: 1\nChannel: Local/${number}@mycontext\nApplication: Confbridge\nData: ${confnum}\n" > > /var/spool/asterisk/outgoing/${number}-${confnum}) I get: Unknown keyword 'Action' at line 1 of /var/spool/asterisk/outgoing/... Unknown keyword 'ActionID' at line 2 of /var/spool/a...
2008 Feb 28
1
C Code to connect to Asterisk Manager Interface
...sd,(struct sockaddr *) &clientaddr, sizeof(clientaddr)); printf("\nBinding successful ..."); connect(sd,(struct sockaddr *) &serveraddr, sizeof(serveraddr)); printf("\nConnected ..."); *msg=(char)"Action: Login\r\nUsername: admin\r\nSecret: admin\r\nActionID: 1\r\n\r\n"; send(sd,msg,strlen(msg)+1,0); close(sd); return(1); } Please correct me where I am going wrong. In manager.conf the username and secret has been defined. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium....
2005 Feb 28
1
Manager "Message: Originate failed" beinggenerated when callee does not pick up
<<I am getting "Message: Originate failed" even the phone is ringing on the other end of the line.>> Originate will ring your own extension first and when you pick up, call the other number. If you don't pick up your extension, you will receive the message you see. Bill Seddon ________________________________ From: asterisk-users-bounces@lists.digium.com on behalf
2017 Nov 22
2
Chan Local, Originate and slin
...for you, maybe you have a different > OS or Asterisk version. > > On Wed, Nov 22, 2017, 8:02 PM Steve Edwards <asterisk.org at sedwards.com> > wrote: > >> On Wed, 22 Nov 2017, Dmitriy Serov wrote: >> >> > same => n,System(printf "Action: Originate\nActionID: 1\nChannel: >> Local/${number}@mycontext\nApplication: Confbridge\nData: ${confnum}\n" > >> > /var/spool/asterisk/outgoing/${number}-${confnum}) >> >> I get: >> >> Unknown keyword 'Action' at line 1 of /var/spool/asterisk/outgoing/... >>...