similar to: Swift from eagi, problems with prosody rate

Displaying 20 results from an estimated 800 matches similar to: "Swift from eagi, problems with prosody rate"

2007 Apr 11
3
Execute EAGI script with params from extensions.conf
How can I execute an EAGI script with params from extensions.conf Example python script: InfMsg -s 1 in my extensions.conf exten => 492,1,Answer exten => 492,2,eagi,InfMsg -s 1 exten => 492,3,Hangup() It doesn?t work my * report... -- Executing [92@telpin-112:2] EAGI("Zap/4-1", "InfMsg -s 1") in new stack -- Launched AGI Script /var/lib/asterisk/agi-bin/InfMsg
2017 Sep 07
2
Strange SASL issue
2017-09-07 15:04 GMT+02:00 Sami Ketola <sami.ketola at dovecot.fi>: > > > On 7 Sep 2017, at 16.03, Antoine Nguyen <ngu.antoine at gmail.com> wrote: > > > > 2017-09-07 14:29 GMT+02:00 Aki Tuomi <aki.tuomi at dovecot.fi>: > > > >> > >> > >> On 07.09.2017 15:26, Antoine Nguyen wrote: > >>> Hi all, > >>>
2017 Sep 07
2
Strange SASL issue
2017-09-07 14:29 GMT+02:00 Aki Tuomi <aki.tuomi at dovecot.fi>: > > > On 07.09.2017 15:26, Antoine Nguyen wrote: > > Hi all, > > > > I've just upgraded my server from debian 8 to debian 9 and I now > encounter > > a strange issue. I'm using prosody (XMPP server), configured to > > authenticate against dovecot using SASL and a unix socket.
2007 Dec 12
4
Enable/Disable Sip without registration
I try to configure that only registered sips can make calls. How can I do that? I was looking in sip.conf but I didn?t found wath opition configure this functionality. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071212/cfed2687/attachment.htm
2009 Feb 26
3
Getting SIP field P-Asserted-Identity from EAGI
Hi, using EAGI variables like agi_request agi_channel agi_language agi_type agi_uniqueid agi_callerid agi_dnid agi_rdnis agi_context agi_extension agi_priority agi_enhanced agi_accountcode I get a lot of data about a call, but I need to obtain P-Asserted-Identity value from a SIP call. Are tehe any eagi variable to get that? Or have you any solution?? Thanks!!! -------------- next part
2012 Jul 24
5
DAHDI problems
Is a normal functionality? when I do #dahdi_cfg -vvvvvv In my Asterisk console shows this.... [Jul 24 13:39:08] NOTICE[30263]: chan_dahdi.c:9461 pri_dchannel: PRI got event: HDLC Abort (6) on Primary D-channel of span 1 If I do this a lot of times...then [Jul 24 13:39:20] NOTICE[30263]: chan_dahdi.c:9461 pri_dchannel: PRI got event: HDLC Abort (6) on Primary D-channel of span 1 [Jul 24
2012 Mar 07
1
Finish ChanSpy() when channel spied hangs up
Is there any way to do this? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120307/77764e4b/attachment.htm>
2017 Sep 07
2
Strange SASL issue
Hi all, I've just upgraded my server from debian 8 to debian 9 and I now encounter a strange issue. I'm using prosody (XMPP server), configured to authenticate against dovecot using SASL and a unix socket. This setup was working fine on debian 8. Now, each time I try to connect using my XMPP client, the authentication fails and I see the following error in logs: auth: Error: BUG:
2015 Jun 23
5
Samba4 Secondary DC as Backup DC (redundancy)
Hi, I've sucessfull created a secondary DC using the wiki manual ( https://wiki.samba.org/index.php/Join_a_domain_as_a_DC), and is working perfectly, user and groups are synced on both and I can use any of them for login using clients like Owncloud, Prosody, python scripts... Now my question is: ?how I can use that secondary DC as backup when the main fails?. I've tried to disable the
2015 Jun 23
2
Samba4 Secondary DC as Backup DC (redundancy)
On Tue, 23 Jun 2015, Rowland Penny wrote: > On 23/06/15 18:58, Daniel Carrasco Mar?n wrote: >> Hi, >> >> I've sucessfull created a secondary DC using the wiki manual ( >> https://wiki.samba.org/index.php/Join_a_domain_as_a_DC), and is working >> perfectly, user and groups are synced on both and I can use any of them >> for >> login using
2012 Sep 12
3
kernel: dahdi: Master changed to TE2/0/2 --- Is a normal message
I have a server with an asterisk ss7 link connected to a Siemens working well for over a year. A few days ago I started having problems with signaling. I found the following logs in / var / log / messages Sep 12 11:49:25 call3 kernel: [1018427.030959] dahdi: Master changed to TE2/0/2 Sep 12 11:49:25 call3 kernel: [1018427.120740] dahdi: Master changed to TE2/0/1 Sep 12 11:49:26 call3 kernel:
2008 Sep 23
1
Create groups from data to compute lm?
Hello, Below are the first two rows from my dataset and the header. This dataset has 5749 rows and I want to select only certain rows to be used based on existing grouping values. I am trying to group the data based on the values under 'ex_bin'. (e.g a group for 250, 251, 252, 500, 501, 502) I would then like to perform a lm for each grouping. My data: > all[1:2,] year extent scape
2015 Jun 23
2
Samba4 Secondary DC as Backup DC (redundancy)
El 23/6/2015 8:11 p. m., "Rowland Penny" <rowlandpenny at googlemail.com> escribi?: > > On 23/06/15 18:58, Daniel Carrasco Mar?n wrote: >> >> Hi, >> >> I've sucessfull created a secondary DC using the wiki manual ( >> https://wiki.samba.org/index.php/Join_a_domain_as_a_DC), and is working >> perfectly, user and groups are synced on both
2014 Jul 21
1
chan_motif / res_xmpp problems
I've now replicated my setup on a host with a single IPv4 address and I am still having trouble with the ICE negotiation. I am trying to call from Jitsi to Asterisk through a Prosody XMPP server. Asterisk successfully registers with the XMPP server and appears to be available in the buddy list in Jitsi. Jitsi is being run with the "-4" command line option to use IPv4 only just in
2008 Dec 29
3
Join empty queue property
I want the callers don't join in a queue when the agents are busy. I suposse it is easy but i can't get the solution for this. Can you suggest me something? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081229/3545ab8c/attachment.htm
2006 Jun 27
2
special characters in db
This is my first message in this list, so hi everybody!!! (by the way, sorry for my english) I am developing a spanish applications, so some data has special characters (?, ?, ?, etc...) in database.... The problem is that those caracters display incorrectly in browser, how can I handle that situation with RoR??? Does it exist a "parser" that convert those characters in their
2007 Aug 29
2
Best text-to-speech
Hi! I need to use text to speech, what is the best application? Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070829/bc69eb9d/attachment.htm
2007 Jun 27
2
Problems compiling Asterisk 1.4.5
Hi! I have this errors compiling Asterisk 1.4.5 cdr_tds.c:86:2: warning: #warning "You have older TDS, you should upgrade!" cdr_tds.c: In function `tds_log': cdr_tds.c:213: error: too many arguments to function `tds_process_simple_query' cdr_tds.c: In function `mssql_connect': cdr_tds.c:326: error: `TDSCONNECTINFO' undeclared (first use in this function) cdr_tds.c:326:
2007 Mar 19
4
Queue App - Free agent and waiting calls
<asterisk-users@lists.digium.com>Asterisk 1.4 I have strategy= leastrecent and autofill = yes I have 2 agents, one is answering a call and the other is free and have some calls waiting in the queue. Only when the first agent hangup the second agent receive the first call in the queue. It happends some times. This behavior still happend in 1.4.1 version. Thanks a lot. -------------- next
2012 Jan 26
1
Error in ifelse(append, "a", "w") : , (list) object cannot be coerced to type 'logical'
Hello I will appreciate your help with the following. Running a script in R 2.14.1 under windows vista I get the following error message: Error in ifelse(append, "a", "w") : (list) object cannot be coerced to type 'logical' However, the very same script runs perfectly well under Ubuntu. My understanding is that this type of error is associated to