| |
| News & Reviews |
Welcome to the Voxilla VoIP Forum.
Voxilla has been a trusted source for accurate, up-to-date information on the IP Communications industry since 2002. A dedicated staff of reporters and engineers produce feature articles and product reviews to keep industry watchers abreast of the people, companies, and trends driving a fast moving market.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
Voxilla VoIP Forum |
Asterisk with multiple broadvoice accounts incoming callsTechnical support, how-to guides, troubleshooting, and general assistance, from beginner to seasoned pro, this is where to discuss Asterisk, the most powerful open source PBX. |
| | LinkBack (5) | Thread Tools | Rate Thread | Display Modes |
| |||
| I have two bv accounts with my asterisk. I don't have problem making outgoing calls but incoming calls are problem. I can only get incoming calls from only one account and not both. I tried all possibilities and found that it should be asterisk issue handling two bv registrations. If anyone succeeded with this kind of configuration please post your configuration. Thanks. |
| |||
| Thanks mberlent. I followed your instructions and it worked 90%. The calls are coming thru and ringing the extensins properly. But the only thing i noticed is, if i call my first bv number its going thru properly. If i call the second number its ringing the extensions but in the asterisk logs, i m seeing my first number in the records.. my first bv number is 925xxxx042 and my second number is 614xxxx309. Here is the snippet for when i call my first bv number which looks good. Code: -- Executing Goto("SIP/925xxxx042-8bc8", "call-home-1|s|1") in new stack
-- Goto (call-home-1,s,1)
-- Executing Answer("SIP/925xxxx042-8bc8", "") in new stack
-- Executing Dial("SIP/925xxxx042-8bc8", "SIP/200|60|t") in new stack
-- Called 200
-- SIP/200-c83b is ringing
-- SIP/200-c83b answered SIP/925xxxx042-8bc8 Code: -- Executing Goto("SIP/925xxxx042-3594", "call-home-2|s|1") in new stack
-- Goto (call-home-2,s,1)
-- Executing Answer("SIP/925xxxx042-3594", "") in new stack
-- Executing Dial("SIP/925xxxx042-3594", "SIP/301|60|t") in new stack In my sip.conf i have this: Code: ;bv accounts register=>614xxxx309@sip.broadvoice.com:<secret>:614xxxx309@sip.broadvoice.com/614xxxx309 register=>925xxxx042@sip.broadvoice.com:<secret>:925xxxx042@sip.broadvoice.com/925xxxx042 Code: [from-broadvoice] exten => 614xxxx309,1,Goto(call-home-2,s,1) exten => 925xxxx042,1,Goto(call-home-1,s,1) Do you have any clue about why my first bv number is appearing in call log when i call the second bv number. The outgoing is fine because i can see two different entries. Thanks in advance. |
| ||||
| Yes, I have observed this phenomenon with regard to all services on my Asterisk that have more than one account associated with them. This includes BroadVoice, StanaPhone, FWD, SIPphone and a couple of others. Call processing is correct, but the log and channel info reports show the first one registered, regardless of which one was actually in use. What I do about this is to prepend the channel name onto the Calling Name ID. So, "John Smith" becomes "BV2368-John Smith".
__________________ Please do not send technical questions via PM. Please post all questions to the forum. |
| |||
| So albeit, I'm VERY new to this software. I am pretty good with linux and know my away around hardware etc. That being said, I setup a home *@h box, and it's working great, 2 trunks voipjet outgoing, broadvoice incoming. Now, I am at work, attempting to setup a single trunk setup, using broadvoice unlimited package. I am able to do outgoing calls fine, but incoming is a no go. I've practically mirrored my good, home workign config on this server (simply swapping in diff't phone # and password) and still, when I call I get "This line is busy your call cannot be completed..etc" I do see a quick entry of the call in asterisk console w/ sip debug on but that's it. I've followed the tutorial @ chayden.net to get both servers setup, and has worked great, just wondering what may be different here on this setup causing problems. I can and will post config entries if needed, just don't want to flood the original post. Any and all help will be appreciated. Sidenote: this is a great community, and glad I found it. |
| | |
| |||
| Re: My post being moved here I'm not sure this should have been moved. As my setups are independent of eachother, not using the same broadvoice account (2 sep accts, and 2 sep servers) However, any help would be appreciated. |
| ||||
| The advice in this thread applies directly to your problem. You need to make sure that your sip.conf and extensions.conf segments perform all of the functions described here.
__________________ Please do not send technical questions via PM. Please post all questions to the forum. |
| |||
| Well I don't have lines similar to those above on my working *@home server, so I'm not sure that's exactly it. I'm only trying to get the same deal working, just with a different account and different server. Here is my sip_additional.conf snippet of the trunks my extensions.conf snippet Code: register=2136341497@sip.broadvoice.com:<removed>:2136341497@sip.broadvoice.com/0002136341497 [2136341497] username=2136341497 user=phone type=user secret=<removed for security reasons> qualify=100 insecure=very host=sip.broadvoice.com fromdomain=sip.broadvoice.com dtmfmode=inband dtmf=inband context=from-pstn fromuser=2136341497 authname=2136341497 callerid=2136341497 [broadvoice] username=2136341497 user=phone type=peer secret=<removed for security reasons> insecure=very host=sip.broadvoice.com fromuser=2136341497 fromdomain=sip.broadvoice.com dtmfmode=inband dtmf=inband context=from-pstn canreinvite=no authname=2136341497 Code: [general] port = 5060 ; Port to bind to (SIP is 5060) bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine) disallow=all pedantic=no allow=ulaw allow=alaw context = from-sip-external ; Send unknown SIP callers to this context callerid = Unknown #include sip_nat.conf #include sip_custom.conf #include sip_additional.conf Code: [from-sip-external] ;give external sip users congestion and hangup ;exten => _.,1,AbsoluteTimeout(15) ;exten => _.,2,Congestion ;exten => _.,3,Hangup exten => _.,1,Wait(1) exten => _.,2,Goto(from-pstn,s,1) Hopefully this helps? NOTE: I removed passwords, in actual conf files the authpassword is present. |
| |||
| Seems like we are registering ok, no? Reliably Transmitting: REGISTER sip:sip.broadvoice.com SIP/2.0 Via: SIP/2.0/UDP xx.xx.xx.xx:5060;branch=z9hG4bK4d5f4b53 From: <sip:2136341497@sip.broadvoice.com>;tag=as5af9c8 c2 To: <sip:2136341497@sip.broadvoice.com> Call-ID: 6c104773566bc9e436687c572e6f8134@127.0.0.1 CSeq: 102 REGISTER User-Agent: Asterisk PBX Expires: 120 Contact: <sip:0002136341497@xx.xx.xx.xx> Event: registration Content-Length: 0 (no NAT) to 147.135.8.128:5060 asterisk1*CLI> Sip read: SIP/2.0 200 OK Call-ID: 6c104773566bc9e436687c572e6f8134@127.0.0.1 CSeq: 102 REGISTER From: <sip:2136341497@sip.broadvoice.com>;tag=as5af9c8 c2 To: <sip:2136341497@sip.broadvoice.com> Via: SIP/2.0/UDP sip.broadvoice.com:5060;branch=z9hG4bK4d5f4b53 Contact: <sip:2136341497@xx.xx.xx.xx> Expires: 672 Event: registration User-Agent: Asterisk PBX Content-Length: 0 --- I removed the IP because it is an external box, no offense to you all |
| |||
| We do get some sort of response when someone does call. Sip read: ACK sip:2136341497@##.##.##.##:5060 SIP/2.0 Call-ID: ff034f-d@147.135.8.128 CSeq: 1 ACK From: "XXX XXXXX "<sip:XXXXXXXXXX@##.##.##.##;user=phone>;tag=e gij To: "XXXX XXXXXX"<sip:XXXXXXXXXX@##.##.##.##;user=phone>;tag =as09f1f352 Via: SIP/2.0/UDP 147.135.8.128:5060;received=72.34.43.48 Content-Length: 0 7 headers, 0 lines Destroying call 'ff034f-d@147.135.8.128' |
| | |
| Thread Tools | |
| Display Modes | Rate This Thread |
| |
| LinkBack to this Thread: http://forum.voxilla.com/asterisk-support-forum/asterisk-multiple-broadvoice-accounts-incoming-calls-13554.html | |||
| Posted By | For | Type | Date |
| Asterisk mit QSC - IP-Phone-Forum | This thread | Refback | December 8th, 2006 10:07 PM |
| Asterisk mit QSC - IP-Phone-Forum | This thread | Refback | December 8th, 2006 09:44 PM |
| Asterisk mit QSC - IP-Phone-Forum | This thread | Refback | December 8th, 2006 05:50 PM |
| Asterisk mit QSC - IP-Phone-Forum | This thread | Refback | December 8th, 2006 05:36 PM |
| lanceweber's bookmarks tagged with | This thread | Refback | October 23rd, 2006 03:34 AM |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Asterisk is driving me nuts with multiple incoming trunks | vpnwiz | Asterisk Support Forum | 3 | February 1st, 2006 03:33 AM |
| Incoming Calls to the Gateway Accounts in my SPA3K? | tinumok | Linksys (Sipura) VoIP Support Forum | 4 | October 7th, 2005 02:48 PM |
| SPA3000: incoming calls from multiple VOIP accounts | dsokolic | Linksys (Sipura) VoIP Support Forum | 1 | January 25th, 2005 02:03 PM |
| SP-3000 Question - terminating calls form multiple accounts | dsokolic | Linksys (Sipura) VoIP Support Forum | 4 | January 20th, 2005 03:13 AM |
| different accounts for incoming and outgoing calls w/1001 | fdrewett | Linksys (Sipura) VoIP Support Forum | 12 | December 5th, 2004 09:54 AM |