Moderators: enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, s0lid
Not quite sure how you could use 2 NICs or 2 asterisks with one account to one provider.chill_master wrote:I will be using two different VOIP, later on I will let go of the other VOIP and just use one.
Try GSM, try g729 too, and YOU hear how it sounds, then conclude.chill_master wrote:I'm using g711. I've read reviews of g729 that the quality is not really good. I was opting to use iLBC but it's hard to find a VOIP provider that implements it with a good review.
You make 2 accounts to 2 providers in asterisk. Next you route the packets to the appropriate interface.chill_master wrote:how can you make asterisk route the call to a specific NIC?
iface eth1 inet static
pre-up /usr/sbin/ethtool -s eth1 speed 100 duplex full autoneg off
address 10.17.17.4
netmask 255.255.255.0
network 10.17.17.0
broadcast 10.17.17.255
up route add -net 10.17.17.0 netmask 255.255.255.0 dev eth1
down route del -net 10.17.17.0 netmask 255.255.255.0 dev eth1
On the contrary, we use MANY asterisk boxes with one "account" on one provider. In some, we need merely list the IP address, in others they allow for the creation of a new "device" (for authentication purposes), but the $$ is a single account. After all, a company with 5 locations is not likely to open 5 accounts for telephone servers and have to keep track of balances in all of them.okli wrote:Not quite sure how you could use 2 NICs or 2 asterisks with one account to one provider.chill_master wrote:I will be using two different VOIP, later on I will let go of the other VOIP and just use one.
If opting for one provider, you may need another account with it and another asterisk box used as trunk, or in load balancing setup with number of trunks split between the two.
There could be better solutions perhaps, can't think of any easy right now.
I agree wholeheartedly, gsm & g729 are excellent, but everyone has their own experience. A lot of factors are involved (stability of your network, load on your server, distance to your VOIP, reliability of the network path to your VOIP ...). Trying to "calculate" is pointless, it's much easier to test. But remember: ONE good call on g729 does not mean you will be able to make 40! I do have clients who use ulaw for a specific number of trunks, and above that switch to g729 to allow for enough lines for overflow.Try GSM, try g729 too, and YOU hear how it sounds, then conclude.chill_master wrote:I'm using g711. I've read reviews of g729 that the quality is not really good. I was opting to use iLBC but it's hard to find a VOIP provider that implements it with a good review.
My though was for account as username@provider. If there are username1 and username2 with the same VoIP provider having one IP, how would you route the calls via 2 ISPs if OP goes for the 2 NICs option? This is what I can't figure out.williamconley wrote:On the contrary, we use MANY asterisk boxes with one "account" on one provider. In some, we need merely list the IP address, in others they allow for the creation of a new "device" (for authentication purposes), but the $$ is a single account. After all, a company with 5 locations is not likely to open 5 accounts for telephone servers and have to keep track of balances in all of them.
you're gonna have to slow down for me, dude. i'm old. too many acronyms, i lost the question entirely.okli wrote:My though was for account as username@provider. If there are username1 and username2 with the same VoIP provider having one IP, how would you route the calls via 2 ISPs if OP goes for the 2 NICs option? This is what I can't figure out.
All other variations, with 2 asterisks or 2 IPs of the provider, should be easily doable, but interesting is the above scenario
I wanted to to do this for less bandwidth consumption, where I wanted like 5 agents will be using the asteriskA passing thru ISP A and 5 agents using asteriskB passing thru ISP B.
so I don't need to pay for a big bandwidth in one ISP.
Yep, gotta at least have different port. major VoIP providers will ask the port to send the calls to, which then allows the use of several ports, and then you can route based on port.okli wrote:I hoped you had something under your hat ( white pigeon? ), for the case with 2 NICs/ISPs and a single VoIP provider/single account/trunk/IP/port to it. This would be interesting to figure out.
Return to ViciDialNow - GoAutoDial
Users browsing this forum: No registered users and 31 guests