News & Reviews
More How-To's & Tips More News
More Reviews Device Configuration Tools
No account yet? Create one
Forgot your Username or Password?

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.





Closed Thread
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old October 3rd, 2006, 05:51 AM
funman1 funman1 is offline
Junior Member
 
Join Date: Oct 2006
Posts: 3
funman1 is on a distinguished road
Default AAH and Broadvoice inbound Fast busy signal?

I'm very new here, so thanks in advance to anyone who tries to help on this one.
I setup my AAH server this weekend and have been pulling my hair out since.

I got voipjet for outbound to work quite nicely, however the inbound is making me go crazy. I have tried every config on the net I could find for this, and none seem to work, at all.
After reading stuff on here I think it may be something with inbound rules like extn=blah stuff.
I don't know how to get the debug stuff like others do.

Thanks in advance for your help.
~Steve~


Here is my config files.

Extensions_additional.conf

[globals]
#include globals_custom.conf
CALLFILENAME = ""
DIAL_OPTIONS = tr
TRUNK_OPTIONS = r
DIAL_OUT = 9
FAX =
FAX_RX = system
FAX_RX_EMAIL = fax@mydomain.com
INCOMING = group-all
NULL = ""
OPERATOR =
PARKNOTIFY = SIP/200
RECORDEXTEN = ""
RINGTIMER = 15
DIRECTORY = both
AFTER_INCOMING =
IN_OVERRIDE = forcereghours
REGTIME = 7:55-17:05
REGDAYS = mon-fri
DIRECTORY_OPTS = e
DIALOUTIDS = 1/2/3/
OUT_1 = ZAP/g0
VM_PREFIX = *
TONEZONE = us
ALLOW_SIP_ANON = yes
FAX_RX_FROM = freepbx@gmail.com
VM_DDTYPE =
VM_GAIN =
OUT_2 = IAX2/VoIPJet
OUTPREFIX_2 =
OUTMAXCHANS_2 =
OUTCID_2 = 916676xxxx
OUTCID_3 = 916676xxxx
OUTMAXCHANS_3 = 2
OUTPREFIX_3 =
OUT_3 = SIP/BroadVoice

;end of [globals]

[app-recordings]
include => app-recordings-custom
exten => *77,1,Macro(user-callerid,)
exten => *77,n,Wait(2)
exten => *77,n,Macro(systemrecording,dorecord)
exten => *99,1,Macro(user-callerid,)
exten => *99,n,Wait(2)
exten => *99,n,Macro(systemrecording,docheck)
; end of [app-recordings]

[app-dialvm]
include => app-dialvm-custom
exten => *98,1,Answer
exten => *98,n,Wait(1)
exten => *98,n,VoiceMailMain()
exten => *98,n,Macro(hangupcall,)
exten => _*98.,1,Answer
exten => _*98.,n,Wait(1)
exten => _*98.,n,Macro(get-vmcontext,${EXTEN:3})
exten => _*98.,n,VoiceMailMain(${EXTEN:3}@${VMCONTEXT})
exten => _*98.,n,Macro(hangupcall,)
; end of [app-dialvm]

[app-vmmain]
include => app-vmmain-custom
exten => *97,1,Answer
exten => *97,n,Wait(1)
exten => *97,n,Macro(user-callerid,)
exten => *97,n,Macro(get-vmcontext,${CALLERID(num)})
exten => *97,n,VoiceMailMain(${CALLERID(num)}@${VMCONTEXT})
exten => *97,n,Macro(hangupcall,)
; end of [app-vmmain]

[app-userlogonoff]
include => app-userlogonoff-custom
exten => *12,1,Macro(user-logoff,)
exten => *12,n,Hangup
exten => *11,1,Macro(user-logon,)
exten => *11,n,Hangup
exten => _*11.,1,Macro(user-logon,${EXTEN:3},)
exten => _*11.,n,Hangup
; end of [app-userlogonoff]

[app-zapbarge]
include => app-zapbarge-custom
exten => 888,1,Macro(user-callerid,)
exten => 888,n,Set(GROUP()=${CALLERID(number)})
exten => 888,n,Answer
exten => 888,n,Wait(1)
exten => 888,n,ZapBarge()
exten => 888,n,Hangup
; end of [app-zapbarge]

[ext-test]
include => ext-test-custom
exten => 7777,1,Goto(from-pstn,s,1)
exten => 666,1,Goto(ext-fax,in_fax,1)
exten => h,1,Macro(hangupcall,)
; end of [ext-test]

[ext-did]
include => ext-did-custom
exten => 916676xxxx,1,Set(FROM_DID=916676xxxx)
exten => 916676xxxx,n,Set(FAX_RX=disabled)
exten => 916676xxxx,1,Dial(SIP/125)
exten => 916676xxxx,n,Goto(ext-local,125,1)
exten => s,1,Noop(No DID or CID Match)
exten => s,n,Answer
exten => s,n,Wait(2)
exten => s,n,Playback(ss-noservice)
exten => s,n,SayAlpha(${FROM_DID})
exten => _[*#X].,1,Set(FROM_DID=${EXTEN})
exten => _[*#X].,n,Noop(Received an unknown call with DID set to ${EXTEN})
exten => _[*#X].,n,Goto(ext-did,s,1)
; end of [ext-did]

[ext-local]
include => ext-local-custom
exten => 125,1,Macro(exten-vm,novm,125)
exten => 125,hint,SIP/125
; end of [ext-local]

[outbound-allroutes]
include => outbound-allroutes-custom
include => outrt-001-9_outside
exten => foo,1,Noop(bar)
; end of [outbound-allroutes]

[outrt-001-9_outside]
include => outrt-001-9_outside-custom
exten => _9.,1,Macro(dialout-trunk,2,${EXTEN:1},,)
exten => _9.,n,Macro(outisbusy,)
; end of [outrt-001-9_outside]

[from-internal-additional]
include => from-internal-additional-custom
include => app-recordings
include => app-dialvm
include => app-vmmain
include => app-userlogonoff
include => app-zapbarge
include => ext-test
include => ext-local
include => outbound-allroutes
exten => h,1,Hangup
; end of [from-internal-additional]


-------------------------------------------------

Then
sip_additional.conf

register=916676xxxx@sip.broadvoice.com:xxxxxxxxxx: 916676xxxx@sip.broadvoice.com/9166761xxxx

[125]
username=125
type=friend
secret=12345
record_out=Adhoc
record_in=Adhoc
qualify=no
port=5060
nat=never
mailbox=125@device
host=dynamic
dtmfmode=rfc2833
context=from-internal
canreinvite=no
callerid=Comp <125>

[BroadVoice]
username=916676xxxx
user=phone
type=peer
secret=xxxxxxxxxxx
regexten=916676xxxx
qualify=yes
nat=yes
insecure=very
host=sip.broadvoice.com
fromuser=916676xxxx
fromdomain=sip.broadvoice.com
dtmfmode=inband
dtmf=inband
disallow=all
context=from-pstn
canreinvite=no
authuser=916676xxxx
authname=916676xxxx
allow=ulaw
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2 (permalink)  
Old October 4th, 2006, 05:37 AM
funman1 funman1 is offline
Junior Member
 
Join Date: Oct 2006
Posts: 3
funman1 is on a distinguished road
Default Re: AAH and Broadvoice inbound Fast busy signal?

buhler, buhler, anyone, anyone.

Help,,,, please....

~Steve~
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread


Thread Tools
Display Modes Rate This Thread
Rate This Thread:



Similar Threads for: AAH and Broadvoice inbound Fast busy signal?
Thread Thread Starter Forum Replies Last Post
Can't dial out. Fast busy signal. pap2 ladca2003 Linksys (Sipura) VoIP Support Forum 0 September 26th, 2006 03:34 AM
Fast Busy Signal salinajellykid IPKall Support Forum 3 May 9th, 2006 04:27 PM
Fast Busy Signal klassik IPKall Support Forum 1 April 10th, 2006 05:17 PM
No busy tones can be heard while connecting (busy signal) isepic Asterisk Support Forum 1 December 19th, 2005 05:37 AM
PSTN-to-VOIP gateway call getting fast busy ( broadvoice ) gcn1@yahoo.com Linksys (Sipura) VoIP Support Forum 4 October 31st, 2005 05:16 AM



All times are GMT. The time now is 09:15 AM.


vBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd. SEO by vBSEO 3.0.0 ©2007, Crawlability, Inc. Logos and trademarks are the property of Voxilla or their respective owner. All other content © 2003-2007 by Voxilla, Inc.