similar to: Last guy to get BV working outbound?

Displaying 20 results from an estimated 3000 matches similar to: "Last guy to get BV working outbound?"

2005 Mar 22
0
Still no Broadvoice Outbound. (Bump)
I'm still not getting my outbound to work. I've seen two patches relevant to broadvoice for chan_sip.c which apparently have already been added to CVS. I'm dropping all outgoing calls after ~30 secs. Asterisk doesn't seem to know they're gone though. I called my cell w/ broadvoice and turned on sip debug AFTer the call had physically dropped: *CLI> sip show registry
2006 Jun 19
1
Asterisk --> BV: Incoming does not work....
Asterisk seems to register just fine with BroadVoice (asterisk -r, and then sip show registry shows sip.broadvoice.com is "Registered") ...but when I try to call my broadvoice number (from a cell phone), it rings one single time and then says "The party you are trying to reach is not available to take your call." This doesn't seem to be an Asterisk message but seems to be
2005 Mar 17
0
Re: Last guy to get BV working outbound
Wow, thanks Brian! Everything I saw said the patch was only needed on older releases. I've updated several times over the last week. I patched two systems today, one 3/11/05 and one 3/17/05 and now they both work. Should have posted here sooner! Brian G. On Thu, 2005-03-17 at 13:28, Brian Buhrow wrote: > Hello. I'm writing in response to your message to the ASterisk-users >
2005 Mar 08
1
Broadvoice latest changes and still not working- An Additional Server
I have been going crazy with this also since Sat. Our server was working perfectly with BV but will now not place calls to BV. Incoming from BV works fine. I felt sad rebooting it today, it had been running for almost 200 days! Here is my error message from the console... Notice I am running today's CVS Connected to Asterisk CVS-03/08/05-14:32:39 currently running on com (pid = 1624)
2005 Jan 26
4
A working BroadVoice config example
I finally got my incoming and outgoing to work on Broadvoice with a configuration file that is no where close to the one given by them. Here it Is (sip.conf). For others who have a working config could u please share so that I could compare. Thank You [broadvoice] type=friend username=[number] fromuser=[number] secret=[password] host=sip.broadvoice.com fromdomain=sip.broadvoice.com
2005 Mar 04
2
Broadvoice + incoming call works only for ~2 minutes
Hi, all. The asterisk setup is working fine, receiving calls via broadvoice "initially". ? When call comes in via broadvoice number, asterisk picks it up and routes correctly, as long as the call came in within ~2 min from the previous one. In other words, as long as a call comes in within ~2 min since the previous one, asterisk will answer the call. However, if the call comes in
2008 Mar 16
1
Problem with incoming calls on Broadvoice after upgrade to 1.4.18
Hi all, I just upgraded to Asterisk 1.4.18 a few days ago and I don't use Broadvoice TOO often, however I have a Vermont number with them and so my mother in law calls it to talk to my wife once in a while, so that's why it took me so long to notice it wasn't working. Anyway, when she calls she gets a busy signal (as I've tested when calling it from my cell). When I enable
2005 Mar 23
1
BV Outbound Drop fixed .
Compiled from CVS today and no more dropping outbound calls after 40 secs. :D (was using cvs from 3 days ago) (just thought I'd pass it along in case anyone is still strugling with broadvoice calls)
2005 Sep 05
2
USING TWO ACCOUNTS WITH BROADVOICE
Hi, I have two accounts with broadvoice. Now, I want to be able to distinguish between them. I though that this would be simple by adding "/EXTEN" at the end of the register statement. For example: register => num1:pass@sip.broadvoice.com/1000 Unfortunately, this is not working. When I call into my box I hear busy tone. My config looks like this: [root@voip asterisk]# cat sip.conf
2017 Aug 26
2
Register Allocation and Scheduling Issues
Hello, I have defined 8 registers in registerinfo.td file in the following order: R_0, R_1, R_2, R_3, R_4, R_5, R_6, R_7 But the generated assembly code only uses 2 registers. How to enable it to use all 8? Also can i control the ordering like after R_0 can i use R_5 without changes in registerinfo.td? What changes are required here? either in scheduling or register allocation phases?
2005 Jan 05
4
Broadvoice / * re-register issues
HELP! Ok, so I have the following SIP.CONF: [general] context=default port=5060 bindaddr=10.1.1.200 externip = XX.XXX.XX.XX localnet=10.0.0.0/255.0.0.0 disallow=all allow=ulaw allow=g729 allow=g726 allow=alaw register => ##########@sip.broadvoice.com:XXXXXXXXX:##########@sip.broadvoice.com/1234 [sip.broadvoice.com] type=peer host=sip.broadvoice.com fromdomain=sip.broadvoice.com
2004 Oct 23
7
Asterisk and Broadvoice, no incoming voice
I just signed up for the BroadVoice service a few hours ago, but for the life of me I can't get any incoming voice. The incoming connection is fine as it rings my extension from outside, but I can't hear anyone talking. Outgoing voice is working fine though. I've been looking through the archives, but I haven't found a solution to the problem yet. I even tried another router
2005 Feb 24
5
Asterisk With Broadvoice
I have configured asterisk with the AMP php configuration utility. I am able to make outgoing calls through broadvoice but incoming calls are sent to BV's Voicemail and never actually enter the IVR. When I show sip debug info through the asterisk prompt it actually reads the incoming call from BV but then issues a busy signal sending the call to BV's voicemail. I also modified
2004 Nov 26
2
Help with broadvoice outbound plz... ;)
*sigh* Ok, I have fought and fought with this. I have read all the FAQ's, I have scanned the list archives. I can receive calls on * from my Broadvoice acct, but I cannot place calls... I have the 'World Unlimited' plan, and like 5 area codes that are local to me in Dallas. Can anyone help me? here are my config files... - sip.conf - [general] context=default ;
2005 Feb 13
1
Broadvoice international dialling question
I'd be grateful if someone could point me in the right direction. I have a Broadvoice trunk attached to Asterisk which I use for frequent calls to the UK using the following in extensions.conf exten => _0[1-68].,1,Ringing exten => _0[1-68].,2,Dial(SIP/BV/01144${EXTEN:1}) exten => _0[1-68].,3,Hangup The caller hears immediate ringing, though it seems that Broadvoice
2005 Mar 12
1
Broadvoice outgoing problems
Hello All, I'm just getting into *, and trying to use a Broadvoice account. It works inbound, but Outbound fails no matter what sip.conf parameters I try. From the recent posts here I think it could be: A bad CVS release - I will try to download and build from a new one Broadvoice not challenging and/or Asterisk not responding with an Authorization: in the INVITE header. I am
2005 Aug 21
2
Broadvoice Issue
I did a quick google search of the lists site and couldn't find a definitive answer, so if it's there, I apologize for asking again. Starting about noon yesterday, I am no longer able to send/receive calls via Broadvoice. When calling in, I get a fast busy, and when calling out I get the following error: -- Executing Dial("SIP/112-572a",
2004 Dec 04
2
Broadvoice outbound 404 error
Is anyone else experiencing 404 errors on outbound dial with Broadvoice? I've followed the instructions posted by Broadvoice to configure sip.conf, and inbound calling works fine. Every time I try to dial out, I get a 404 "Not Found" error. Here are the relevant sections from my configs. sip.conf: context=broadvoice-in register =>
2005 Feb 26
1
Dial out through Broadvoice
Hello all, When I call the Broadvoice number all is good. When I try to call out through DISA on my broadvoice line i get the following: Executing Dial("SIP/147.135.0.129-0815bc60", "SIP/16037862111@proxy.bos.broadvoice.com|30") in new stack -- Called 16037862111@proxy.bos.broadvoice.com -- Got SIP response 480 "Temporarily Not Available" back from
2005 Aug 19
2
Sudenly unable to get incoming from Broadvoice
So it was all working well and then suddenly I'm unable to get incoming calls from BV. Outgoing is fine. I'm using AAH. I have the following settings; register=9738281625@sip.broadvoice.com:PASSWORD-GOES-HERE:9738281625@sip.broadvoice.com/2208 [broadvoice] username=9738281625 user=phone type=peer secret=PASSWORD-GOES-HERE qualify=1000 port=5060 nat=yes insecure=very