Displaying 4 results from an estimated 4 matches for "_81xxxxxxxxxx".
Did you mean:
_1xxxxxxxxxx
2005 Mar 17
1
Last guy to get BV working outbound?
...oice.com:pword:508XXXXXXX@sip.broadvoice.com
;
[broadvoice]
type=peer
host=sip.broadvoice.com
secret=pword
fromuser=508XXXXXXX
username=508XXXXXXX
authuser=508XXXXXXX
fromdomain=sip.broadvoice.com
context=incoming
canreinvite=no
dtmfmode=inband
qualify=yes
in extensions.conf:
[default]
exten => _81XXXXXXXXXX,1,Dial(SIP/${EXTEN:1}@broadvoice)
exten => _81XXXXXXXXXX,2,Congestion()
exten => _81XXXXXXXXXX,102,busy()
Other Asterisk info:
*CLI> sip show registry
Host Username Refresh State
147.135.0.128:5060 508XXXXXXX 120 Registered
*CLI>
*CLI> show version
Ast...
2005 Mar 22
0
Still no Broadvoice Outbound. (Bump)
...;>>>>>>>dtmfmode=inband
>>>>>>>>>>qualify=yes
>>>>>>>>>>
>>>>>>>>>>in extensions.conf:
>>>>>>>>>>[default]
>>>>>>>>>>exten => _81XXXXXXXXXX,1,Dial(SIP/${EXTEN:1}@broadvoice)
>>>>>>>>>>exten => _81XXXXXXXXXX,2,Congestion()
>>>>>>>>>>exten => _81XXXXXXXXXX,102,busy()
>>>>>>>>>>
>>>>>>>>>>Other Asterisk info:
>&...
2004 Sep 04
5
Wildcards and variable number of digits
Greetings,
I'm having a miserable time getting Asterisk working with FWD. All the
samples show something like...
exten => _7., ....
How do I get Asterisk to wait until the user is finished dialing instead of
trying as soon as it gets the second digit?
I can use _7XXX, and dial the FWD 3-digit test numbers fine, but I'd like to
be able to dial others...
Same problem for outside
2007 Feb 15
0
SIP Redirect from Asterisk behind a NAT
...-------
;============================== GLOBALS ==============================
;---------------------------------------------------------------------
;
[globals]
;
;Dial Patterns
LOCAL_PATTERN=_NXXXXXX
LD_PATTERN=_1XXXXXXXXXX
INT_PATTERN=_011.
FORCE_SIP_LOCAL_PATTERN=_8NXXXXXX
FORCE_SIP_LD_PATTERN=_81XXXXXXXXXX
FORCE_SIP_INT_PATTERN=_8011.
FORCE_FXO_LOCAL_PATTERN=_9NXXXXXX
FORCE_FXO_LD_PATTERN=_91XXXXXXXXXX
FORCE_FXO_INT_PATTERN=_9011.
;
;---------------------------------------------------------------------
;============================= MACRO ==============================
;-----------------------------...