Transferring call to elsewhere

hi Mohsen, i want to transfer call sip from sip server A to sip server B, and sip B is another machine and my code is mentioned below but its not working can you help me out? it would be great.
Dial(SIP/3193354650@10.180.77.710)
can I mention the sip name of server B ip 10.180.77.710 also?

If you just want to send the call from asterisk A to asterisk B, first you need to create sip section (trunk) for asterisk B inside asterisk A and vise versa.
then you could dial from asterisk A to asterisk B like this:
Dial(SIP/3193354650@asteriskB)

this ip is incorrect:10.180.77.710
you should double check it

hey mohsen, thanks for the reply. both sip trunk are configured on both end server A and server B.
but call is not getting connect on customer number when i am initiating from server B.

exten => 3197501157,n,Dial(SIP/TG76/3362313648@10.180.77.76)

this is the code TG76 is the sip name which configured on server B and 10.180.77.76 is the IP of server B.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.