Page 1 of 1

transfer call via sip/iax2

PostPosted: Tue Jul 15, 2014 5:42 am
by ed123
AIX2 and Sip trunking is working i can call using a sip and dial the other side and connect successfully.


server1 - received inbound call and pass the call to server2
server2 - agents login and waiting for inbound call from server1

prob:
-how can i route the call from server1 to server2?
-tried to set the DID to route to a prefix but no luck.

dial prefix in carrier settings(sip/aix2)
exten => _85,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _85,2,Dial(sip/${EXTEN:2}@SIP123,,tToR)
exten => _85,3,Hangup

VERSION: 2.7-401a
BUILD: 130508-2256
© 2013 ViciDial Group
single server
goautodial 3.0

Re: transfer call via sip/iax2

PostPosted: Wed Jul 16, 2014 4:58 am
by ed123
any help please

Re: transfer call via sip/iax2

PostPosted: Mon Jul 21, 2014 2:17 pm
by GaD
Are both server Vicidial servers? Both?

Re: transfer call via sip/iax2

PostPosted: Fri Jul 25, 2014 3:13 am
by ed123
yes, both are the same specs and the same setup of vicidial.

Re: transfer call via sip/iax2

PostPosted: Fri Jul 25, 2014 4:47 am
by striker
post your cli log..

also your dialplan seems wrong, it only dials 85
exten => _85,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _85,2,Dial(sip/${EXTEN:2}@SIP123,,tToR)
exten => _85,3,Hangup

change it to

exten => _85X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _85X.,2,Dial(sip/${EXTEN:2}@SIP123,,tToR)
exten => _85X.,3,Hangup