Displaying 3 results from an estimated 3 matches for "_61nxxnxxxxxx".
Did you mean:
_1nxxnxxxxxx
2004 Jun 01
2
BroadVoice usage?
...er:password@sip.broadvoice.com:5060/phonenumber
[broadvoice]
type=friend
username=phonenumber
secret=password
host=proxy.broadvoice.com
dtmfmode=inband
disallow=all
allow=ulaw
allow=alaw
extensions.conf
; calls via BroadVoice
exten => _6NXXXXXX,1,Dial,SIP/1925${EXTEN:1}@broadvoice
exten => _61NXXNXXXXXX,1,Dial,SIP/${EXTEN:1}@broadvoice
exten => _6011.,1,Dial,SIP/${EXTEN:1}@broadvoice
exten => _6.,2,Congestion
Anyone else have BroadVoice working?
Michael Swan
Neon Software, Inc.
2004 May 05
1
strange sip behavior (looping back to my own extension vm)
Hello-
I am currently testing with a carrier that seems to be having some trouble
around toll-free (800 number) access. While a problem, its the resulting
behavior that I'm finding disconcerting.
When I dial an 800#, I get the following response:
-- Executing Macro("SIP/2700-e10b", "carrier-out|18005558355|70|r") in
new stack
-- Executing
2003 May 25
1
iconnecthere problem 481 "Call Leg/Transaction Does Not Exist"
...om/2905
[iconnect]
type=friend
username=mylogin
password=mypassword
host=natrelay.deltathree.com
#EXTENSIONS.conf
[general]
static=yes
writeprotect=no
[globals]
[intern]
include => iconnecthere
[iconnecthere]
;Outbound calls to PSTN numbers via iconnecthere.com's SIP service
exten => _61NXXNXXXXXX,1,Dial,SIP/${EXTEN-1}@iconnect
exten => _61NXXNXXXXXX,2,Congestion
#SIP DEBUG
*CLI> dial 616507148980@iconnecthere
*CLI> WARNING[1194325696]: File pbx.c, Line 821
(pbx_substitute_variables_temp): The use of 'EXTEN-foo' has been derprecated
in favor of 'EXTEN:foo'
--...