Hello, I need a solution how can i get customer number displayed on agent web pages while i am transferring survey call from server-1 to server-2, these servers are not clusters so equation would be
server1 SEnder => Remote Agent => Press-1 => callmenu/Exten = > (with blank wav, after 1 sec timeout)
exten => _244422,1,Set(CALLERID(all)=${CUSTPHONE})
exten => _244422,n,Dial(sip/SERVER-2 IP/244422)
Server2 Receiver => DID(244422)=>INGROUP => agent
But the number is broken, its showing as V1198xxxxxxxxxxxxxxxx...instead of 123456789
while i debug 2nd server cli, it shows as
From: "V1191834520004476798" <sip:123456789@Server-1 IP>;tag=as485d85a8
Tried:
to change ingroup handle method in receiver as CID / closer /ani , nothing changed.
to change dialplan with Callerid as
exten => _X,1,Set(CALLERID(all)=${phone_number})
exten => _X,1,Set(CALLERID(num)=${CUSTPHONE})
no luck
I am using vicibox 8.01, with Asterisk 11,
Intel Xeon Dedicated
Prompt reply would be highly appreciable.