Displaying 2 results from an estimated 2 matches for "voicepulseincoming".
2006 Nov 27
1
calls hang up even after Background() message eventhough response timeout is set to 10 sec
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)
exten=>_X.,n,GotoIfTime(9:00-15:00|fri|*|*?business-hours,s,1)
exten=>_X.,n,GotoIfTime(*|*|*|*?after-business-hours,s,1)
[after-business-hours]
exten=>s,1,Answer
exten=>s,n,Set(TIMEOUT(digit)...
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)
> exten=>_X.,n,GotoIfTime(9:00-15:00|fri|*|*?business-hours,s,1)
> exten=>_X.,n,GotoIfTime(*|*|*|*?after-business-hours,s,1)
>
> [after-business-hours]
>
> exten=>s...