similar to: calls hang up even after Background() message eventhough response timeout is set to 10 sec

Displaying 20 results from an estimated 3000 matches similar to: "calls hang up even after Background() message eventhough response timeout is set to 10 sec"

2006 Nov 27
0
calls hang up even after Background() messageeventhough response timeout is set to 10 sec
The problem was that autofallthrough=yes was set in extensions.conf > I'm experiencing a strange problem. My inbound calls are hanging up > right after Background() message even though response timeout is set to > 10 sec. > > [voicepulseincoming] > > exten=>_X.,1,Answer > exte=>_X.,n,GotoIfTime(9:00-17:00|mon-thu|*|*?business-hours,s,1) >
2005 Feb 19
3
Still asterisk startup crash plz help
Hi, First i would like to thank the kind people of the list who have answered my previuos mail, but i am still stuck as asterisk still crashes upon startup, i have read the install article at http://www.voip-info.org/wiki-Asterisk+Step-by-step+Installation and i have search the asterisk archives, but i still cant get asterisk to work, i have tried reinstalling asterisk but it still complains and
2006 Dec 19
6
No music on hold?
Hi all, I've got Asterisk 1.2.10 up and running on Debian using the back ports. I noticed that it didn't come with mpg123 or depend on it and I believe I read somewhere that asterisk now handles it's own mp3 playback? Is this true? If so I must have a problem, because I hear no music when putting someone on hold. When looking at the console when putting someone on hold, I see
2006 Nov 14
1
How to use Sipura SPA3k POTS line to dial Asterisk SIP phones?
My SIP phones can dial out through Sipura SPA3k to POTS for local and 911 calls _but_ incoming POTS calls are being swallowup somehow. Am I on the right track with the code snippit below? sip.conf: --------- In sip.conf the following code is _supposed_ to ring the SIP phones when a POTS line call comes in through Sipuara to Asterisk. [spa3k-pstn-in] ; Pots-line-in from Sipura ; If
2006 Jan 26
3
Chan_capi on builds 7955>8320 strangeness
Hello All, I am having an odd problem with Armin's chan-capi_cm on builds higher than 7955. It would seem that this happens on anything higher than 7955. What is happening is the isdn is ringing, then asterisk does a goto-if and just hangs. Asterisk itself is ok, but the isdn then rings out or busys out on the other side. Outgoing works fine, this only seems to effect incoming. I
2009 Sep 17
1
Changing or Adding a Line to the Extensions.conf in Asterisk
I have a Asterisk PBX System with Redhat Linux Fedora 4, Webmin version 1.400 and I am simply trying to configure into the "Extensions.conf" script an entry that will add to the "Auto-Attendant" a line that will allow a "Caller" to enter a "0" (Zero) will then ring the extension(s) of the "Operator" to speak directly with the "OPERATOR"
2010 Jan 04
2
caller getting cut off intermittently
I have recently moved our asterisk server from our LAN to a Debian Lenny server (Asterisk 1.4.21.2~dfsg-3 ) with a public IP outside our network. Our phones are behind a natted firewall. An ITSP provides a PSTN to SIP termination for incoming calls Public ITSP -->Asterisk server-->Natted firewall-->extension (192.168.1.x) Everything works fine (incoming/outgoing audio etc.) except
2005 Aug 27
2
gotoiftime
Does anyone know if gotoiftime can take any subset of 7 days for the days of the week or only a contiguous range? I want to use gotoiftime to change dialplan behavior on Monday, wedneday and Friday -- Executing GotoIfTime("Zap/8-1", "09:00-20:00|MON WED FRI|?21") in new stack Aug 27 19:27:25 WARNING[2676]: pbx.c:3729 get_dow: Invalid day 'MON WED FRI',
2007 Apr 30
2
don't want call to get answered
In my * box I've configured two queues and incoming number and whenever any one calls those number call comes to my *box and it sends call to my agents in queue. but if no agent is available it still answer the call. Is there any why when my agents are not available I don't want call to get answered. Here is my dialplan: exten => xxxx,1,GotoIfTime(*|*|20|dec?ccagents,xxxx,6) exten
2005 Jan 14
1
gotoiftime - different hours
If I have different opening hours on different days, can I accomodate that in a single gotoiftime, or will I need to filter them out one by one ? For example, our hours are Mon-Fri 9:00-17:00 and Sat 09:00-13:00 can this be done something like GotoIfTime([9:00-17:00|mon-fri][9:00-13:00|sat]|*|*?open,s,1) or something like that, or do I have to do:
2006 Jan 07
1
Possible bug with GotoIfTime
Running a fairly recent subversion release of Asterisk, I'm running into a problem using labels (as opposed to priorities) with this application. Here is the dialplan segment: ; isolate gotoiftime bug with labels ;exten => 806,1,GotoIfTime(8:00-20:00,*,*,*?2:4) exten => 806,1,GotoIfTime(8:00-20:00,*,*,*?light:dark) exten => 806,n(light),noop(light) exten => 806,n,hangup exten
2008 Jun 24
1
GotoIfTime Function
I am trying to use the GotoIfTime function and get a busy signal. What I am trying to accomplish is to have the system tell callers that we are closed after 5:00pm. Here is the code below. ; If we're open, then go to the open context ; We're open from 9am to 6pm Monday through Friday exten => 3200,1,GotoIfTime(09:00-17:59,mon-fri,*,*?open,3200,1) ; ; We're also late on Tuesday and
2003 Dec 19
2
GotoIfTime help
Hey All, I need to forward an extension to an other depending on the current time but I could not get it done with GotoIfTime. What I'm trying to do is ring on the extension 1 if time is between 8:00AM and 2:00PM and on extension 2 if is between 2:01PM 11:00PM. exten => 111,1,GotoIfTime(8:00-14:00|*|*|1-12?333) exten => 111,2,Dial(${Person1}) exten => 111,3,Dial(Hangup) exten
2006 Nov 22
1
gotoiftime and blocking calls
I am trying to use the Gotoiftime CMD to not allow calls to be placed between the hours of 12am-5am, except if you know the PIN number to dial out and if the call is for 911. What is the best way to implement this solutions? I have the gotoiftime like so: exten => s,1,GotoIfTime(5:00-11:59|mon-fri|*|*?custom-blacklist,s,1) and using Read for the PIN like so: exten => s,3,Read(Secret,,3)
2010 Jun 29
1
Problem with GoToIfTime
Hello list, why is it that GoToIfTime thinks a date of **|*|29-*|jun *is not valid ?? [Jun 29 14:06:34] -- Executing [s at macro-vac:10] *GotoIfTime*("SIP/testcorp-00000036", "**|*|29-*|jun*?onvac") in new stack [Jun 29 14:06:34] WARNING[3076]: pbx.c:4127 get_range: Invalid end day '*', assuming none [Jun 29 14:06:34] -- Executing [s at macro-vac:11]
2006 Oct 18
2
gotoiftime and Macro question
Is there a way to run a macro in a GotoIfTime statement ?? from the wiki documentation it seems not, but...... I would like to do something like this: ......... 554,3,GotoIfTime(08:30-14:30|mon-wed|*|*?Macro(exten-vm,novm,567)) it does not work, as expected from documentation any workaround to call an extension WITHOUT vm (also if vm for that extension is present...) as a consequence of a Time
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
2006 Oct 15
3
VoicePulse Connect 4 Channel Limit?
Does anyone know what happens if you try to have 5 concurrent outgoing channels with VoicePulse Connect? Does it give you an error message or a reorder or something? I'm worried about using them as my primary carrier if this is the case. I noticed that they supposedly only allow 4 channels for free and then you have to pay $20 a month extra per channel. I'm guessing this is for inbound
2007 Jul 17
5
Asterisk PRI Busy Problem
Hi, I've an PRI coming to my asterisk ,calls are coming fine and my agents are able to answer no prob. but I've an agreement with my telco with some incoming no if the no of calls on these no are more then 3 then send to another no. they use busy signal to divert call on another number so I'm sending the call to Congestion() if no of calls in this group are more then 3. But my
2004 Jul 01
3
R: execute a context from cron
> I want to have call forwarding (from the POTS) > turned on at the close of work and turned off > automatically by *. I would have a look at GotoIfTime: http://www.voip-info.org/wiki-Asterisk+cmd+GotoIfTime That should be much easier than a cron job Regards -Manuel ___________________________________________________ Ticinocom SA - Via Stazione 5 - 6600 Muralto Tel 0844 007070 - Fax