Erdem HAKÄ°
2005-Oct-05 02:02 UTC
[Asterisk-Users] how can i let the user in 1th Asterisk can call the user in 2nd Asterisk?
Hi list, I set up two asterisk servers , 1001 is the first asterisk server's sip user, and 2001 is the second asterisk server's sip user. Each of them work well, but I don't konw how to connect them. I want to let the user in 1th Asterisk can call the user in 2nd Asterisk. First asterisk server ip : 192.168.3.101 Second asterisk server ip : 192.168.3.102 can someone give me some ideas about how to write this configuration in asterisk config files and which conf file should i use? Thanks, Erdem HAKI -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051005/d05f1f40/attachment.htm
oner asterisk
2005-Oct-05 02:27 UTC
[Asterisk-Users] how can i let the user in 1th Asterisk can call the user in 2nd Asterisk?
hi, I advice u to use IAX to connect 2 asterisk more better and less bandwitdh. with following config u can do. just re do for sip. *(serverA) **iax.conf* [general] register => <username>:<password>@<serverB hostname or IP> [serverB] type=friend user=<username> secret=<password> host=<serverB hostname or IP> *extensions.conf* exten => _7XXX,1,Dial(IAX2/serverB/${EXTEN:1},30,r) exten => _7XXX,2,Congestion *(serverB)* *iax.conf* [serverA] type=friend user=<username> secret=<password> host=<dynamic> | <serverA hostname or IP> *extensions.conf * exten => _8XXX,1,Dial(IAX2/serverA/${EXTEN:1},30,r) exten => _8XXX,2,Congestion On 10/5/05, Erdem HAK? <erdemh@tesas.com> wrote:> > Hi list, > > I set up two asterisk servers , 1001 is the first asterisk server's sip > user, and 2001 is the second asterisk server's sip user. Each of them work > well, but I don't konw how to connect them. I want to let the user in 1th > Asterisk can call the user in 2nd Asterisk. > > > First asterisk server ip : 192.168.3.101 <http://192.168.3.101/> > > Second asterisk server ip : 192.168.3.102 <http://192.168.3.102/> > > can someone give me some ideas about how to write this configuration in > asterisk config files and which conf file should i use? > > Thanks, > > Erdem HAKI > > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com<http://easynews.com/>-- > > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051005/9938c6ce/attachment.htm