similar to: QUEUE_PRIO

Displaying 20 results from an estimated 5000 matches similar to: "QUEUE_PRIO"

2010 Jun 09
1
[compat] section in asterisk.conf : compatibility with pipe delimiter
Dear all after an upgrade to 1.6 from 1.4 (as explained in the UPGRADE-1.6.txt file) the | delimiter is not working by default. I've added a compat section in asterisk.conf a [options] dontwarn = yes [compat] pbx_realtime=1.4 res_agi=1.4 app_set=1.4 And restarted Asterisk, but i still have problem to have the | delimiter working, [Jun 9 23:20:54] DEBUG[11744]: pbx.c:3122
2010 Mar 15
1
CDR: Add Dialed Number Identifierfield (DNID) field into MySQL
Hi, I would like to see the DNID in my MySQL CDR logs. I have read one big thread in the Asterisk Developer List, but I could not figure out how to implement it ? Is there a simple step-by-step. Thx in advance. Vai
2010 Nov 03
6
Migration from 1.2 to 1.8 in production
Hello Everyone, We are running asterisk 1.2.x version in production environment since last 5 year and we have no issue at all, But now time to upgrade. and i heard about 1.8 which has introduce many features. I am wondering should I use asterisk 1.8 in production ? or should I go with 1.4 or 1.6 stable version? I would like if you suggest me which version would be good for production since
2006 May 03
3
Setting QUEUE_PRIO
Has anyone tried to use this? I have: exten => 2944000,1,Queue(some_q) exten => 2944000,2,Set(QUEUE_PRIO=10) exten => 2944000,3,Queue(some_q) When the user enters the queue again, they are being put at the back of the queue. It seems this new variable does not work. Doug.
2009 Sep 15
3
dCAP Exam
Hi folks, Is there anywhere I can possibly get a model of the exam itself, maybe possible scenarios for the prac, etc? To people who have done the exam....any helpful hints ? Thanks,
2010 Mar 10
2
PGSQL application
Does the application PGSQL has been removed from Asterisk? Couldn't find it on Asterisk source and addons. Atenciosamente, Vin?cius Fontes Gerente de Seguran?a da Informa??o Canall Tecnologia em Comunica??es Passo Fundo - RS - Brasil +55 54 2104-7000 Information Security Manager Canall Tecnologia em Comunica??es Passo Fundo - RS - Brazil +55 54 2104-7000
2009 Nov 11
2
Bug or feature: SIP chanvars not overriden
Hello, Using 1.6.2-rc5, my settings include: [local-phone](!) context=mylocal type=friend nat=no canreinvite=no host=dynamic qualify=yes dtmf=info language=fr call-limit=5 subscribecontext=subs disallow=all allow=alaw t38pt_udptl=no setvar=accountcode=foo [168](local-phone) defaultuser=168 secret=pass168 callerid=John Doe<168>
2009 Sep 23
4
Error When Using Postgresql Schema With Realtime Sip
I am using asterisk 1.6.1.6 and have been setting up a system to use a Postgresql database as the realtime DB via the ODBC route. I have got extensions and voicemail working but am having trouble with SIP The problem seems to be with using a schema. If I put the table "sip" in the schema "foo" then I add this entry to extconfig.conf sippeers => odbc,psqldb,foo.sip Restart
2010 Mar 12
3
Time counting down and # detect
Hi all, Here is the script i want to make - Caller call to a number to record a message - Asterisk answer and start recording message as following + User press * to start recording + Record is finished if: + User press # + OR message duration reach 60 second + Hangup How do you counting down 60s, and how to detect # (i make a test using Read() but it cant read #) Thanks in advance
2010 Sep 21
3
Unexplained message in 1.6.2
Every time I start Asterisk or do a simple reload I see this message: "Cannot open maximum file descriptor 32767 at boot? No such file or directory" Does anybody have some idea of what can it be? It did not happen in version 1.4. Philip -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Nov 18
2
exceeds the maximum size of ast_fdset error on Asterisk-1.8.0
Hi Friends, i have installed and configure asterisk-1.8.0. When i have tried asterisk start get below errors and not able to start asterisk. *FD 32767 exceeds the maximum size of ast_fdset!* Thanks in advance. -- Best Regards, Rajnikant Vanza -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Apr 01
3
Exceptionally long voice queue length errors...
Hi, I'm seeing a lot of "Exceptionally long voice queue length" errors in my logs, and then I seem to have a problem where Asterisk will drop the registration for a significant number of phones (they go UNREACHABLE), but then they come back approximately a minute later. Is this some sort of load problem? Or something else? Thank you. -- James
2010 May 05
3
CDR to MS-SQL via ODBC issue
Hi guys, Having issue with getting CDR to write to MS-SQL via ODBC. > cdr_odbc: Connected to freetds-connector > cdr_odbc: Error in PREPARE -1 > cdr_odbc: Query FAILED Call not logged! == Spawn extension (cisco, ##########, 2) exited non-zero on 'IAX2/astYYYY-507 Isql test: [xxx at YYYY asterisk]# isql freetds-connector XXXXXXX YYYYYYYYY
2010 Jul 02
3
GotoIfTime problem
hi, all recently, i face a GotoIfTime problem GotoIfTime("08:00:00-07:00:00,mon-sun,*,*?95040263008,start") as you can see the section is 08:00:00-07:00:00 , which is the begin time is later than the end time what's this refers then? in my test , my system time is 10:57:00, but this check will pass, although i guess i will not. is begin time later than the end time means
2003 Jul 02
9
BIG problem with multiple rings before pickup
Hi All... I have a maddening problem... I have Asterisk configured to pick up a line after 4 rings. I do this to allow my fax machine to pick up a particular distinctive ring pattern, so I don't have to pay for a dedicated fax line. If someone calls the line, lets it ring 3 times and then hangs up, Asterisk answers the line, and holds it off hook forever, constantly playing the
2009 Sep 18
4
console color
Hoping someone can help me understand what is happening here; we start asterisk as a service at boot (actually, with heartbeat) on CentOS using the asterisk init script installed with "make config" upon reboot of the server (when the asterisk service is first started by heartbeat) we get color in the console when we connect to it using asterisk -r after the execution of
2009 Dec 17
6
Feature Request: GotoIfTimeWithOffset
Hi, When I was testing an IVR, I realized I miss a function I would call GotoIfTimeWithOffset. Today, this IVR is using function AEL GotoIfTime in several places. The problem is if it's 11pm at the moment I'm testing this IVR, I can't nicely test the 9am or 2pm branch. GotoIfTimeWithOffset would get 2 incoming arguments : - the first is a time range (just like GotoIfTime), - the
2010 May 05
1
IAX2 Auto-congesting call due to slow response
Hi all, I am trying to connect to a softphone application using an Iax channel on Asterisk 1.4.30. I can do outbound calls, from softphone to asterisk, but not inbound from asterisk to softphone. I get the following Debug: ---------------------------------------------------------------------- ---------------------------------------------------------------------- Tx-Frame Retry[000] -- OSeqno:
2010 Jun 18
1
What's diff between ${CDR(start)} , ${CDR(answer)} , ${CDR(calldate)}
hi,all for a long time, i cant understand the difference between ${CDR(calldate)} and ${CDR(start)} , ${CDR(answer)} i know ${CDR(start)} mean when a call is start. and ${CDR(answer)} means when a call was pick up. but what's ${CDR(calldate)} mean? Could you help me ? Thansk a lot! -- Thanks for your supporting, have a nice day. Sucan
2010 Sep 30
2
Asterisk 1.6.2.10 Internal timing
Hello list, I get the following error : pbx_extension_helper: No application Page for extension Apparently I have no timing source installed. But I thought that Dahdi did not need to be installed for timing ?! And that there is some internal timing in Asterisk 1.6.2.10 ? Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: