Transfer button disabled on manual dial
Posted: Wed Jul 03, 2013 8:30 am
hi......evryone;
my vicidial version : 2.7 rc1
asterisk version :1.8.22
whenever i make a manual dial even without override option ;the transfer button,park button are disabled. but the same are enabled for inbound & autodial calls.
Also on manual dial, the "NO LIVE CALL" on the agent screen does not get updated to "LIVE CALL" even though the call is established. I think maybe both the issues are related.
i am using a sip trunk from another asterisk server with asterisk version 1.4.39 with digium TE121 pri card.
sip trunk configuration under carrier are as follows:
register string as :
Register=> cc120:test@192.168.1.7/662XXXXX
trunk configuration :
[662XXXXX]
disallow=all
allow=ulaw
allow=alaw
allow=gsm
type=friend
username=cc120
secret=test
host=192.168.1.7
fromuser=cc120
Authuser=cc120
insecure=invite
context=trunkinbound
global string :
TESTSIPTRUNKP = SIP/6620XXXX
dialplan entry for trunk under carrier :
exten => _XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _XXXXXXXXXX,2,Dial(${TESTSIPTRUNKP}/${EXTEN},60,To)
exten => _XXXXXXXXXX,3,Hangup
my cli shows following output on manual dial :
-- Executing [986XXXXXXX@default:2] Dial("Local/8600053@default-000000a0;1", "SIP/66XXXXXX/986XXXXXXX,60,To") in new stack
== Using SIP RTP CoS mark 5
-- Called SIP/66XXXXXX/986XXXXXXX
-- SIP/66XXXXXX-00000057 is making progress passing it to Local/8600053@default-000000a0;1
== Manager 'sendcron' logged on from 127.0.0.1
-- Executing [58600053@default:1] MeetMe("Local/58600053@default-000000a1;2", "8600053,Fmq") in new stack
> Channel Local/58600053@default-000000a1;1 was answered.
-- Executing [8309@default:1] Answer("Local/58600053@default-000000a1;1", "") in new stack
-- Executing [8309@default:2] Monitor("Local/58600053@default-000000a1;1", "wav,20130703-185437_986XXXXXXX") in new stack
-- Executing [8309@default:3] Wait("Local/58600053@default-000000a1;1", "3600") in new stack
== Manager 'sendcron' logged off from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
== Manager 'sendcron' logged on from 127.0.0.1
== Manager 'sendcron' logged on from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
-- SIP/66XXXXXX-00000057 answered Local/8600053@default-000000a0;1
any help on this issue will be appreciated
thanks in advance.........
my vicidial version : 2.7 rc1
asterisk version :1.8.22
whenever i make a manual dial even without override option ;the transfer button,park button are disabled. but the same are enabled for inbound & autodial calls.
Also on manual dial, the "NO LIVE CALL" on the agent screen does not get updated to "LIVE CALL" even though the call is established. I think maybe both the issues are related.
i am using a sip trunk from another asterisk server with asterisk version 1.4.39 with digium TE121 pri card.
sip trunk configuration under carrier are as follows:
register string as :
Register=> cc120:test@192.168.1.7/662XXXXX
trunk configuration :
[662XXXXX]
disallow=all
allow=ulaw
allow=alaw
allow=gsm
type=friend
username=cc120
secret=test
host=192.168.1.7
fromuser=cc120
Authuser=cc120
insecure=invite
context=trunkinbound
global string :
TESTSIPTRUNKP = SIP/6620XXXX
dialplan entry for trunk under carrier :
exten => _XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _XXXXXXXXXX,2,Dial(${TESTSIPTRUNKP}/${EXTEN},60,To)
exten => _XXXXXXXXXX,3,Hangup
my cli shows following output on manual dial :
-- Executing [986XXXXXXX@default:2] Dial("Local/8600053@default-000000a0;1", "SIP/66XXXXXX/986XXXXXXX,60,To") in new stack
== Using SIP RTP CoS mark 5
-- Called SIP/66XXXXXX/986XXXXXXX
-- SIP/66XXXXXX-00000057 is making progress passing it to Local/8600053@default-000000a0;1
== Manager 'sendcron' logged on from 127.0.0.1
-- Executing [58600053@default:1] MeetMe("Local/58600053@default-000000a1;2", "8600053,Fmq") in new stack
> Channel Local/58600053@default-000000a1;1 was answered.
-- Executing [8309@default:1] Answer("Local/58600053@default-000000a1;1", "") in new stack
-- Executing [8309@default:2] Monitor("Local/58600053@default-000000a1;1", "wav,20130703-185437_986XXXXXXX") in new stack
-- Executing [8309@default:3] Wait("Local/58600053@default-000000a1;1", "3600") in new stack
== Manager 'sendcron' logged off from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
== Manager 'sendcron' logged on from 127.0.0.1
== Manager 'sendcron' logged on from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
-- SIP/66XXXXXX-00000057 answered Local/8600053@default-000000a0;1
any help on this issue will be appreciated
thanks in advance.........