lume
New Member
- Joined
- May 5, 2009
- Messages
- 27
- Reaction score
- 0
i have a few disa's set up for some family members that travel. i noticed that most of the time the calls remain "active" even after they have hung up and finished.
this is a problem as if i dont catch it and hang them up myself then there are these extremely long calls... i thought a way around this would be to make a special context for the disa calls. i put this in extensions_custom.conf
[internal-limit-time]
exten => _.,1,Set(TIMEOUT(absolute)=3600)
exten => _x.,n,Answer()
exten => _x.,n,Goto(from-internal,${EXTEN},1)
though the calls are still not hanging up. any ideas?
the cli, when a call is initiated even states the time limit and when it will warn the caller?
im confused?
this is a problem as if i dont catch it and hang them up myself then there are these extremely long calls... i thought a way around this would be to make a special context for the disa calls. i put this in extensions_custom.conf
[internal-limit-time]
exten => _.,1,Set(TIMEOUT(absolute)=3600)
exten => _x.,n,Answer()
exten => _x.,n,Goto(from-internal,${EXTEN},1)
though the calls are still not hanging up. any ideas?
the cli, when a call is initiated even states the time limit and when it will warn the caller?
im confused?