similar to: config from DB

Displaying 20 results from an estimated 4000 matches similar to: "config from DB"

2008 Oct 06
1
AEL and swap from macros to contexts
Hi, according to discussion on asterisk IRC, where people said, that macros will be depracated, I tried to migrate from macros to contexts and Gosub but if I try to use gosub in extensions.ael, ael compiler complains, that I shouln't use Gosub app, but I can't find ael keyword, that will be Gosub equivalent, or can I ignore this ael warnings? thanks PJ LOG: lev:3 file:pval.c
2008 Oct 02
1
Asterisk Queue question
When the asterisk a queue reset their counters? I 'm talking about this kind of info in asterisk console. >show queue 600 600 has 0 calls (max unlimited) in 'ringall' strategy (4s holdtime), W:0, C:14, A:8, SL:0.0% within 0s I just say that because I have a queue with strategy "Fewest Calls" working for a couple of mouths, and a new agent has been added this
2008 Nov 20
1
Macro conversion in 1.6
I create my sip users using a common macro in 1.4: [internal] exten => 200,1,Macro(phones|200|SIP/200) [macro-phones] exten => s,1,Dial(${ARG2}|45|Tt) etc... But now in 1.6 this fails: -- Executing [200 at handsets:1] Macro("SIP/201-0942b530", "phones|200|SIP/200") in new stack [Nov 20 08:55:55] WARNING[5958]: app_macro.c:201 _macro_exec: No such context
2008 Nov 27
5
Any 1.6 SendFAX example ?
Hi, Do you have any example showing how to use SendFAX ? I can see several examples of ReceiveFAX but not a single one showing SendFAX. Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081127/b41ca08b/attachment.htm
2008 Nov 21
2
Log level of 500 Server Internal Error.
Hi, VERBOSE[6120] logger.c: -- Got SIP response 500 "Server Internal Error" I just noticed that i sometimes get those back from provider. They are currently general SIP message log entries with verbose level 3. I wonder if such SIP fails could generate at least WARNING in log? Currently i'm checking logs for warnings and errors, so i probably have missed those.. It would be
2008 Sep 02
4
AgentCallbackLogin AddQueueMember
Hi i have problem with AddQueueMember logic. I need login Agent(Member) in asterisk. use this option: for example: AddQueueMember(queuetest,SIP/ekiga,10,,Agent/13) and now i want to call to this Agent: exten => _1XX,1,Dial(Agent/${EXTEN:1}) call to 113 and asterisk should call to Agent => 13 on interface SIP/ekiga. This doesn't work, How can i do this on Asterisk 1.4(not
2008 Aug 21
2
Changing callerID in a context
Hello, I am trying to alter the outbound callerID for extensions within a context I have created. I wrote the following: exten => _9.,2,ExecIf($[$["${REALCALLERIDNUM}" = "360"] | $["$ {REALCALLERIDNUM}" = "670"]]|Set|CALLERID(num)=581560) exten => _9.,3,ExecIf($[$["${REALCALLERIDNUM}" = "361"] | $["$
2008 Oct 27
11
Fring: Open VPN client to be installed on the mobile, which mobile?
Hi All; I do not know if anyone faced such case in dealing with open vpn (as we need it for fring to be used from the mobile: Which mobile can be used to install the open vpn client on it, so we can use it to do a vpn channel with the server that has open vpn server? Regards Bilal
2008 Mar 11
3
Call tracing - Asterisk 1.4
Hi guys I've just read this about the upcoming release of * 1.6: ?Better reporting through a new call event logging capability in Asterisk 1.6 will allow complete tracking of events that take place during a call. The goal, according to Fleming, is to provide more detail than traditional CDR (Call Detail Recording) features offer and to allow for more granular tracking and auditing.? That
2008 Nov 23
1
Asterisk 1.6 mysql cdr log problem
Hi all! I've installed a new Asterisk 1.6.0.1 with addons and dahdi drivers and tools but my calls aren't logged. I'd enabled mysql log and noticed that asterisk send a 'DESC cdr' so connection is working between asterisk and mysql and I am able to call other phones so Asterisk is working as well. No error messages on startup though. Any idea why is it happen? As I realized
2008 Dec 18
2
Asterisk 1.4.22 Queues problems (Fifo or not ?)
Hi, I'm having a question with asterisk queue system, is it a fifo or a lifo or random ? Sometimes when we have people waiting in the queue and new agents are connected to handle the load the first call that is handled is not the one which is already waiting for 4min, but the new one which has just arrived. However this doesn't happens everytimes Is it normal ? regards, benoit
2008 Nov 21
1
Ping
Ping -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081121/8392150e/attachment.htm
2008 Nov 28
1
Priority between calls from different queues
Hi! I want to know the way that calls are answer in this case... I have queue1 and queue2, one agent that receive call from both queues. queue1 <- call1 queue1 <- call2 queue2 <- call3 queue2 <- call4 In my test the agent answer calls in this order: call1,call3,call2 and call4. I think this must be in this order call1,call2, call3, call4 like a big FIFO. Its ok this behavior? Could
2008 Dec 05
2
CLI and choice of messages
Is there a way, for debugging purpose, to have a level where only Noop() cmds are shown in the CLI but nothing else in the dialplan appears (except for errors and warnings or course)? Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081205/d3069cc9/attachment.htm
2009 May 25
1
New tutorial: storing audio recordings per day
Hi everyone, after doing the same thing multiple times and struggling to remember how it was done, I have prepared a small tutorial that explains how to save monitored files in different folders per day. This is quite useful becausethe resultingfile system is way more manageable than having maybe 100,000 files all saved in the same folder. You can find the tutorial here:
2009 Aug 26
2
application missed in asterisk 1.6.1 - SetCallerID()
Hi A few day ago, I notice that some applications missed in asterisk 1.6.1 release even if *.so file which normally create them were compiled during Asterisk install. SetCallerID(), SetCIDNum(), SetCIDName(), SetLanguage() ... and maybe so more. anyone already notice that to ? If it's not normal, anyone have an solution to it ? -------------- next part -------------- An HTML attachment was
2008 Jun 03
8
Queue is sending calls to Agents even when they are in use
Hi, I have an simple queue and agents defines with memeber => SIP/123. If for example Agent "SIP/123" has an call, the queue didnt care and tries to send additional calls to this agents. So Iam loosing time. SIP/123 (In use) has taken no calls yet How to stop this, especially when the device is not able to send an BUSY back. Use LOCAL channels and parse 'show queues' or
2008 Jan 18
3
Accessing a MySQL database and using the same db for cdr
Hi guys, Does someone use a mysql database for accessing data and in the same time for storing cdr ? if that is the case, which module is used ? thanks -- Cyril SCETBON
2008 Mar 17
6
Handling 3 different call ending causes
Hello List, I'm using a dialstring like the one below. I want to have three different things happening depending on exit cause. Dial(SIP/${phonenumber},20,gL(20000[:5000][:5000])) These 3 things could happen: 1, Caller hangs up 2, Callee hangs up 3, The 20 seconds is up and call is terminated from Asterisk. Is there a way to separate these 3? Thanks, Best regards, Tobias --------------
2008 Oct 10
3
Compile logger-mysql.c with UNDEFINED REF to `mysql_error'
Sorry to post a C compile error on this mailing list but this is Asterisk related. Basically, I was following http://www.plack.net/index.php/2007/01/07/asterisk_modification_for_queu e_logging to patch logger.c and Makefile in Asterisk 1.4.* in order to write queue_log to mySQL database. When I ran make, it complained: In function `write_mysql_logger': [...]