QUESTION Can you help me with BULK911 setup?

rchalk

Active Member
Joined
Feb 19, 2010
Messages
403
Reaction score
55
I am trying to get this to work without success. For testing purposes, I have set the Emergency Caller ID of the phone, and set up a custom trunk, with the Custom Dial String as [email protected]911.com. Then I set an outgoing route to match dial pattern 922, and destination to the new trunk. I marked this as an Emergency Route. Now when I try to dial 922, I get an immediate Call Failed, and a busy signal. Can anyone see what I am doing wrong? Thanks.
 

mainenotarynet

Not really a Guru - Just a long time user
Joined
May 29, 2010
Messages
754
Reaction score
155
Their website is of no use or any help, but from what I see it may be that you need the format of sip:[email protected]

Their diagrams show that the requests are sent to bulkvs not bulk911. But this is off the top of my head.

If all else fails they do have a tel # on their contacts page.

Sorry.
 

atsak

Guru
Joined
Sep 7, 2009
Messages
2,384
Reaction score
438
Here are my trunk settings (I use IP authentication)

host=sip.bulk911.com
type=peer
disallow=all
allow=ulaw,g729
qualify=yes

I configure an outbound route for 911 and 922 to go to that trunk.

Works fine.
 

rchalk

Active Member
Joined
Feb 19, 2010
Messages
403
Reaction score
55
Thank you both. I'll work on this tonight.



Here are my trunk settings (I use IP authentication)

host=sip.bulk911.com
type=peer
disallow=all
allow=ulaw,g729
qualify=yes

I configure an outbound route for 911 and 922 to go to that trunk.

Works fine.
 

rchalk

Active Member
Joined
Feb 19, 2010
Messages
403
Reaction score
55
I used the settings above, and it seems to work just fine! I asked them if this was an accepted method, and they said yes, so my problems are solved. Many thanks!
 

Forameta

New Member
Joined
Jan 30, 2015
Messages
1
Reaction score
0
i am suggle with bulk911,

i am using asterisk 11

entry in xmpp.conf

[bulk911]
type=client
serverhost=sip.bulkvs.com
username=my login info
secret= my password

entry in motif.conf

[bulk911]
context=incoming-motif
disallow=all
allow=ulaw,g729
connection=bulk911

entry in extension.conf
exten => _NXXXXXX,1,Set(CALLERID(dnid)=922${CALLERID(dnid)}) ; replace xxx with your area code
exten => _NXXXXXX,n,Goto(922${EXTEN},1) ; replace xxx with your area code
exten => _NXXNXXXXXX,1,Set(CALLERID(dnid)=1${CALLERID(dnid)})
exten => _NXXNXXXXXX,n,Goto(1${EXTEN},1)
exten => _1NXXNXXXXXX,1,Dial(Motif/bulk911/${EXTEN}@sip.bulkvs.com,,r)


entry in sip.conf
[202]
deny=0.0.0.0/0.0.0.0
secret = mysecret
dtmfmode = rfc2833
canreinvite=no
context = home
host = dynamic
trustrpid=yes
sendrpid=no
type = friend
nat=no
qualify=yes
qualifyfreq=60
transport=udp
encryption=no
callgroup=
pickupgroup=
dial=SIP/202
mailbox=202@home
permit=0.0.0.0/0.0.0.0
callerid = User2
callcounter=yes
faxdetect=no

try in outboundroute

{([1-9]x?*(Mpli)):pp},{911:sp2(myphone number here>$2)},{922:sp2(my phone number here>$2)},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1},{(<**2:>(Msp2)):sp2},{(<**9:>(Mpp)):pp},{(Mpli):pli}


it is not working for me what do I miss. please help. thanks
 
Last edited:

Members online

Forum statistics

Threads
25,809
Messages
167,745
Members
19,239
Latest member
dbradford
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top