Hello All, I have 4 Broadvoice lines. If I call any of the lines it shows that is coming from the first line. exaple register=XXXXXXXXX1@sip.broadvoice.com:passwd:XXXXXXXXX1@sip.broadvoice.com register=XXXXXXXXX2@sip.broadvoice.com:passwd:XXXXXXXXX2@sip.broadvoice.com register=XXXXXXXXX3@sip.broadvoice.com:passwd:XXXXXXXXX3@sip.broadvoice.com register=XXXXXXXXX4@sip.broadvoice.com:passwd:XXXXXXXXX4@sip.broadvoice.com If I call XXXXXXXXX3 it shows that someone called XXXXXXXXX1. ANY HELP Please. I'm using Asterisk@Home Ver 1 Thanks, David
register=XXXXXXXXX1@sip.broadvoice.com:passwd:XXXXXXXXX1@sip.broadvoice.com/ XXXXXXXXX1 register=XXXXXXXXX2@sip.broadvoice.com:passwd:XXXXXXXXX2@sip.broadvoice.com/ XXXXXXXXX2 This is what I did. I used the BV number as an "extension" and handled it in a context. There may be better way. James Taylor MetroTel 3505 Summerhill Road Suite 11 Texarkana, Tx 75503 903-793-1956 -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of David Shaw Sent: Thursday, May 26, 2005 10:26 AM To: Asterisk Users Mailing List Subject: [Asterisk-Users] multiples broadvoice lines Hello All, I have 4 Broadvoice lines. If I call any of the lines it shows that is coming from the first line. exaple register=XXXXXXXXX1@sip.broadvoice.com:passwd:XXXXXXXXX1@sip.broadvoice.com register=XXXXXXXXX2@sip.broadvoice.com:passwd:XXXXXXXXX2@sip.broadvoice.com register=XXXXXXXXX3@sip.broadvoice.com:passwd:XXXXXXXXX3@sip.broadvoice.com register=XXXXXXXXX4@sip.broadvoice.com:passwd:XXXXXXXXX4@sip.broadvoice.com If I call XXXXXXXXX3 it shows that someone called XXXXXXXXX1. ANY HELP Please. I'm using Asterisk@Home Ver 1 Thanks, David _______________________________________________ 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
trixter http://www.0xdecafbad.com
2005-May-26 08:52 UTC
[Asterisk-Users] multiples broadvoice lines
This is not just a broadvoice problem this occurs with at least stanaphone as well. Basically it appears to be a bug unless there is a special trick that is required to have multiple accounts from the same proxy. If you have 1 proxy but multiple registers and all it uses the same extension for all of them. It doesnt seperate between contexts or anything. Quite anoying. I would suggest that you contact asterisk-dev or whatever to see about getting someone more familiar with the system to fix this, since this is the 2nd time you posted about this problem and last time you got no response. Just wanted to add its not broadvoice specifically, so people dont try to say "well it must be something they are doing use someone else" rather than actually fixing the problem. A bad workaround would be to set different proxies for each line but that can get very ugly if for any reason your network isnt well connected to 4 unique proxies (lab, lax, chi, dca, mia, nyc). On Thu, 2005-05-26 at 08:25 -0700, David Shaw wrote:> Hello All, I have 4 Broadvoice lines. If I call any of the lines it > shows that is coming from the first line. > > exaple > > register=XXXXXXXXX1@sip.broadvoice.com:passwd:XXXXXXXXX1@sip.broadvoice.com > register=XXXXXXXXX2@sip.broadvoice.com:passwd:XXXXXXXXX2@sip.broadvoice.com > register=XXXXXXXXX3@sip.broadvoice.com:passwd:XXXXXXXXX3@sip.broadvoice.com > register=XXXXXXXXX4@sip.broadvoice.com:passwd:XXXXXXXXX4@sip.broadvoice.com > > If I call XXXXXXXXX3 it shows that someone called XXXXXXXXX1. > > ANY HELP Please. > > I'm using Asterisk@Home Ver 1 > > Thanks, David > > _______________________________________________ > 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-- Trixter http://www.0xdecafbad.com UK +44 870 340 4605 Germany +49 801 777 555 3402 US +1 360 207 0479 or +1 516 687 5200 FreeWorldDialup: 635378 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050526/b0649217/attachment.pgp
trixter http://www.0xdecafbad.com
2005-May-26 08:55 UTC
[Asterisk-Users] multiples broadvoice lines
On Thu, 2005-05-26 at 10:37 -0500, jltaylor wrote:> register=XXXXXXXXX1@sip.broadvoice.com:passwd:XXXXXXXXX1@sip.broadvoice.com/ > XXXXXXXXX1 > register=XXXXXXXXX2@sip.broadvoice.com:passwd:XXXXXXXXX2@sip.broadvoice.com/ > XXXXXXXXX2 > > This is what I did. I used the BV number as an "extension" and handled it > in a context. > There may be better way.Yeah but the asterisk bug is that it ignores the context if you use different ones in the account into. They all must goto the same context (smae with stanaphone) which kinda sucks, but ... oh and a tip: do *NOT* use 1NXXXXXX for the extension. The leading 1 will match the dialing rules that broadvoice provides and it will cause it to loop (I found that out the hardway, 20-30 outbound calls via broadvoice within 5 seconds). Leave off the leading one and it should be fine (which is how I do it for multiple accounts that way I know the extensions are unique and all). -- Trixter http://www.0xdecafbad.com UK +44 870 340 4605 Germany +49 801 777 555 3402 US +1 360 207 0479 or +1 516 687 5200 FreeWorldDialup: 635378 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050526/6444d807/attachment.pgp
I know this might be a bit late, but I think one could edit their hosts files (in the /etc) and add as many different proxies as they like: sip1.broadvoice.com XXX.XXX.XXX.XXX (ip address of the actual broadvoice proxy) sip2.broadvoice.com XXX.XXX.XXX.XXX (ip address of the actual broadvoice proxy) sip3.broadvoice.com XXX.XXX.XXX.XXX (ip address of the actual broadvoice proxy) sip4.broadvoice.com XXX.XXX.XXX.XXX (ip address of the actual broadvoice proxy) It is a bit messy, but DNS will resolve correctly to the IP address and you have several different proxy names to use in different contexts. Correct me if I'm wrong. I pretty new at all this (about 1 week into *) Erick 480-775-2885 X 2501 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050630/b06ef856/attachment.htm