Asterisk SIP Trunk calling thorugh other server – Communicating two asterisk server
Asterisk SIP Trunk calling thorugh other server – Communicating two asterisk server Configuration:- Configure the following sip account in both the asterisk server like below. ServerA ServerB [serverB] type=peer context=phones host=10.0.30.47 defaultuser=serverA allow=all [serverA] type=peer context=phones host=10.0.10.16 defaultuser=serverB allow=all Now change the dialplan on both the server like the :- configure extensions.conf :- exten => … Read more