login | register
Wed 01 of Aug, 2007 [10:21 UTC]

voip-info.org

Search with Google
Search this site with Google. Results may not include recent changes.

Web www.voip-info.org
Shoutbox
  • Aykut, Wed 01 of Aug, 2007 [07:53 UTC]: Hi all, does anybody know about Thomson ST2030 SIP phone. I have upgraded it to latest version (1.56) but "Hold" and "Conf" features are not working after the upgrade ?? Do you know any solution or do you have Ver. 1.52 ?? Where can I find it?
  • Edward J Brown, Tue 31 of Jul, 2007 [23:33 UTC]: Has anybody experienced Choppy voice quality when using a Linksys SPA942 in an Asterisk Conference bridge? It works fine with my polycom and Cisco, but sucks with my Linksys.
  • www.astawerks.com, Fri 27 of Jul, 2007 [18:00 UTC]: does anyone use asterisk on top of clark connect? does it work good?
  • simon, Fri 27 of Jul, 2007 [14:16 UTC]: Hi All, Has anyone here managed to get the Cisco79x1 to successfully fail over to the backup proxy. I have 2 asterisk servers , handsets all register and function, except that backup proxy function doesn't work. Any working example would be very apprecia
  • Matthew Richmond, Thu 26 of Jul, 2007 [03:40 UTC]: using the page() application to page across our building...often the meetme conferences don't disconnect after the caller hangs up. Anyone else having this problem. (using Polycom phones)
  • Matthew Richmond, Wed 25 of Jul, 2007 [02:58 UTC]: thanks Nicholas Blasgen! I haven't worked with AGI before, but there's always a first! Thanks again!
  • Nicholas Blasgen, Tue 24 of Jul, 2007 [19:18 UTC]: Matthew Richmond, AGI will handle all that for you.
  • sam, Mon 23 of Jul, 2007 [16:39 UTC]: need help - certain voicemail extension will stop working and recording voicemail on asterisk - anyone know why and how to fix it? Thanks
  • john haji, Mon 23 of Jul, 2007 [14:55 UTC]: free calls to pakistan
  • bong, Sat 21 of Jul, 2007 [19:09 UTC]: hi good day to all can anyone help me how to configured the nortel sip to the signaling server and how to activate in mobile w/ sip compatible without mcs
Server Stats
  • Execution time: 0.20s
  • Memory usage: 2.18MB
  • Database queries: 28
  • GZIP: Disabled
  • Server load: 1.38

Asterisk settings Broadvoice distinctive ring support

Broadvoice offers the option to have two alternative numbers associated with your primary number. Unfortunately incoming calls to those alternative numbers are directed at your primary number. The only way to distinguish them from the primary number is that the SIP Alert-Info header is set with a distinctive ring sequence. For a default Broadvoice configuration, the Alert-Info header will look like <http://127.0.0.1/Bellcore-dr3> for the first alternate, and <http://127.0.0.1/Bellcore-dr4> for the second alternate.

Historically, it's been difficult to get at that information, but the latest versions of Asterisk (1.2 and above) now provide the needed support.

I have Broadvoice configured so that the primary number is a local number (2015551234), the first alternative is a toll-free number (8885551234), and the second alternative is a number in the UK which I give to relatives (441715551234). The intention is that callers to the local number get a menu, callers to the toll-free number go straight to voicemail (so the minutes don't get burnt up), and callers from the UK ring every phone in the house because they rarely make "international" calls, so it must be important. Also, Asterisk does not answer incoming calls from the UK until somebody picks up.

This is the configuration used with an unpatched Asterisk@Home 2.1/2.2 and Asterisk Management Portal 1.10.010 to make this happen. Your mileage may vary with other configurations, but the principals remain the same.

  1. Get Broadvoice working for the primary number. There are plenty of pages elsewhere describing this. Note that with current versions of Asterisk no patches are required. There's no point in proceeding until you have a basic Broadvoice configuration working.
  2. Using Asterisk@Home, create incoming routes for each of your alternative numbers, in this case 8885551234 and 441715551234, and define how you want the calls processed.
  3. Create an incoming route that will be used to process calls to the main number. For this example it's called bv-main. Note that this cannot be your Broadvoice main number. Again, define how you want calls to the main number to be processed.
  4. Now go back to the incoming route for your main number (in this case 2015551234), and change the processing to Custom-App, and set the value to custom-bv-incoming,s,1
  5. We're almost done - resist the temptation to apply the changes, as there's one more change to make.
  6. Now you need to open a shell window on your Asterisk box, and use your favorite text editor edit the file /etc/asterisk/extensions_custom.conf, and add the following lines to the end of the file. Note that the extensions need to be modified to match the incoming numbers defined previously:-
[custom-bv-incoming]
exten => s,1,Noop(Alert-Info -> '${SIP_HEADER(Alert-Info)}')
exten => s,2,Gotoif($["${SIP_HEADER(Alert-Info)}" = "<http://127.0.0.1/Bellcore-dr3>"]?ext-did,8885551234,1)
exten => s,3,Gotoif($["${SIP_HEADER(Alert-Info)}" = "<http://127.0.0.1/Bellcore-dr4>"]?ext-did,441715551234,1)
; Note the priority in the next line is set to 2
exten => s,4,Goto(ext-did,bv-main,2)

  • That's it - You're done - you can tell Asterisk to apply the changes.

This configuration should survive any configuration changes made through Asterisk Management Portal, but it may not survive version updates as it makes certain assumptions about how AMP organizes configuration files.


BroadVoice/Asterisk configuration help is also available at the BroadVoice Support Forum.
Created by Tim Hunt, Last modification by Eric Chamberlain on Tue 27 of Feb, 2007 [20:28 UTC]

Comments Filter

by Thomas Gibbons on Sunday 03 of September, 2006 [13:35:21 UTC]
I have a similar setup (minus Asterisk@Home). The alternate number that I have is also a UK number but for some reason, it is never registering that I've picked the call up. It just keeps ringing on their end and I hear silence. Do you know of any incompatibility between UK and US tones or anything that could be causing a problem?

Please update this page with new information, just login and click on the "Edit" or "Add Comment" button above. Get a free login here: Register Thanks! - support@voip-info.org

Page Changes | Comments

Sponsored by:

Terms of Service Privacy Policy
© 2003-2007 Arte Marketing, Inc.

Powered by bitweaver