Displaying 2 results from an estimated 2 matches for "_59xx".
Did you mean:
59xx
2005 Jun 13
1
about timeouts
...e, all works
fine; if X=30sec, I've a tear down without voicemail; if X=20sec, but
5901 is logged in, I've a tear down after 7-8 sec on x-lite without
wait 20sec+voicemail as configuration.
I think there's a problem with * timeouts. What could I do?
my extensions.conf:
exten => _59XX,1,Dial(SIP/${EXTEN},20,tTr)
exten => _59XX,2,Hangup
exten => 5901,1,Dial(SIP/5901,20,tTr)
exten => 5901,2,Voicemail(u601)
exten => 5901,3,Hangup
Any suggestion will be appreciated
Regards
Andrea
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)
iD4DBQFCrWHdMakHrsrHP9wRAksbA...
2004 Sep 10
0
chan_agent and SIP UA transfers fail
...nnel
using old-school transfer]
-- SIP/5916-5212 answered Zap/24-1
-- Hungup 'Zap/24-1'
[relevant configs; too big to include all, trimmed for efficiency]
****[extensions.conf]****
[intra-office] ;extensions go here, agent dials this context
include => parkedcalls
exten => _59XX,1,Dial(SIP/${EXTEN},60)
[from-sip]
exten => 338,1,AgentCallbackLogin(|${CALLERIDNUM}@intra-office)
****[queues.conf]****
[general]
[default]
[tech]
...irrelevant stuff snipped...
joinempty = yes
member => Agent/@4 ;(broken)
;member => SIP/5939 ;(works)
****[agents.conf]****
[agents]
....