Displaying 17 results from an estimated 17 matches for "_3xx".
Did you mean:
3xx
2009 Sep 10
2
Asterisk With Broadvoice
...4
host=dynamic
context=trusted
[sip.broadvoice.com]
type=peer
user=phone
host=sip.broadvoice.com
fromdomain=sip.broadvoice.com
fromuser=3017039676
secret=xxxxxxxxx
username=3017039676
authname=3017039676
insecure=very
context=trusted
dtmfmode=inband
dtmf=inband
Extensions.conf:-
[trusted]
exten=_3XX,1,dial(SIP/${EXTEN},50,t)
exten=_3XX,n,GotoIF($["${DIALSTATUS}"="BUSY"]?busy:un)
exten=_3XX,n(un),VoiceMail(${EXTEN}@default,u)
exten=_3XX,n,Hangup()
exten=_3XX,n(busy),VoiceMail(${EXTEN}@default,b)
exten=_3XX,n,Hangup
exten=3017039676,1,dial(SIP/301)
exten=_9.,1,dial(SIP/${EX...
2008 Feb 20
3
Dial+Macro and Queue
...n in the dial
plan. Why is this, i could have sworn in 1.2 if i set MACRO_RESULT=CONTINUE
that the caller exited the queue() and continued on in the dialplan...
[incomming]
exten => 1,1,Queue(mainqueue,td)
exten => 1,2,voicemail(201 at default)
exten => 1,3,hangup
[screen]
exten => _3XX,1,ChanIsAvail(SIP/${EXTEN}&IAX2/${EXTEN})
exten => _3XX,2,GotoIf($["${AVAILCHAN}" = ""]?4)
exten => _3XX,3,Dial(${CUT(AVAILCHAN,-,1)},30,mgM(screencallee,s,1))
exten => _3XX,4,Hangup
[macro-screencallee]
exten => s,1,read(SCREEN_OPT,screenoptions)
exten => s,...
2008 Aug 24
6
entering a password to have access to a sip account?!
...if line is busy or unavailable
exten => _1XX,3,HangUp()
exten => _2XX,1,Dial(SIP/${EXTEN},20) ;each ring equals to 5 seconds so it will ring 3 times
exten => _2XX,2,VoiceMail(${EXTEN}@default) ; directs to voicemail box if line is busy or unavailable
exten => _2XX,3,HangUp()
exten => _3XX,1,Dial(SIP/${EXTEN},20) ; each ring equals to 5 seconds so it will ring 3 times
exten => _3XX,2,VoiceMail(${EXTEN}@default) ; directs 2 voicemail box if line is busy or unavailable
exten => _3XX,3,HangUp()
exten =>_01,1,Dial(SIP/$(EXTEN)@300) ; old ogero line
;exten =>_01,2,Set(TIMEOUT(...
2006 Mar 15
1
Unable to forward frame
> exten => _3XX,1,Answer
> exten => _3XX,2,Dial(Sip/${EXTEN},6000,t)
> exten => _3XX,3,Hangup
Why do you Answer before you Dial here? I had a problem where calls were
misbehaving and someone asked me that same question. Without really
understanding why I removed the Answer and it then just worked.
I...
2005 Jan 17
4
REALTIME and VARIABLES
Hi,
I'm having some problem with realtime:
let's say I have a dialplan like this
[globals]
IPPHONES=_3XX
[sip]
exten=>${IPPHONES},1,Answer
A call from ip phone 300 comes in, and it's been answered.
Then I "switch" the sip context to realtime, putting the exten in the
db and using the variable name for this as in the file version.
[globals]
IPPHONES=_3XX
[sip]
switch=>Real...
2006 Mar 07
5
MWI, SER and asterisk
I have my peers registered to SER.asterisk seems to be sending mwi for
the peers seen in the sip show peers CLI command. i have my ser server
registered with asterisk as a type=friend and all clients register to
ser.how do i get mwi to work for these clients registered to SER.
Thank you,
-AA
2003 Jun 26
4
Asterisk, IAX and NAT issue
...On the one behind the router I have an X100P card installed for PSTN
connections.
In the local LAN of each PBX they are several hardware IP phones (Cisco 7960
and 7940 with SIP images, firmware image P0S3-04-4-00.bin).
I have defined the following extension in the one behind the NAT:
exten => _3XX,1,Dial(IAX/apbx@x.y.z.u/${EXTEN})
exten => _3XX,2,Hangup
exten => _3XX,102,Hangup
where x.y.z.u is the IP address of the PBX directly connected to the
internet.
apbx is the IAX user defined on that PBX in iax.conf file like that:
[apbx]
type=user
username=apbx
auth=plaintext
permit=n.n.n.n/...
2009 Dec 15
3
Best way ro run 2 or more asterisk servers?
Hello List.
I have a question regarding connecting two asterisk servers. I'm trying to learn how asterisk comunicates from server to server. I already have a server running smoothly now, I'm installing another one to test it along side the actual one.
I would like to run different scenarios:
1. Have one of the boxes at a different location outside the LAN and have them communicate.
2.
2012 Aug 20
1
Asterisk 11 - BLF on Custom devices
...39;ve found that Asterisk doesn't seem to be sending BLF updates to SIP peers that have subscribed to a hint looking at a Custom device if that Custom device state is RINGING or RING_INUSE. All other states seem to be working correctly.
The hint section of the dialplan is:
[hints]
exten => _3XX,hint,Custom:${EXTEN}
Console shows the following for core show hints with no calls:
-= Registered Asterisk Dial Plan Hints =-
_3XX at hints : Custom:${EXTEN} State:Idle Watchers 0
302 at hints : Custom:302...
2015 Jun 16
1
Variable variables
Hi
Can asterisk handle asterisk variable variables?
For example:
If I were to set
FOO300=BAR111
and I had something in a dialplan like:
_3XX,1,NoOp(${FOO${EXTEN}})
And the user had entered 300, it would output BAR111
We are using asterisk 1.8
Thanks in advance
Ish
--
Ishfaq Malik
Department: VOIP Support
Company: Packnet Limited
t: +44 (0)161 660 2350
f: +44 (0)161 660 9825
e: ish at pack-net.co.uk
w: http://www.pack-net.co.uk
R...
2005 Jan 17
1
Using a variable for EXTEN
Hi,
I tried set up a global var for an extension, like this
[globals]
IPPHONES=_3XX
[sip]
exten=>${IPPHONES},1,Answer
What I would like to do is to make a dialplan without fixed extension
numbers to change the entire dialplan according to the customer
requests: what exten number do you want for your IP Phones ? let me change
a variable and we are set!
It seems that this is...
2006 Mar 22
3
Remote dialtone
Hi,
I have two asterisks connected via IAX2 trunk. The first * use dial
prefix 2XX, the second one 3XX.
Calls routing works OK.
But I don't know how to get dialtone of remote asterisk pbx.
I'd like to get dialtone of asterisk #2 after dialing 3 and dialtone of
asterisk #1 after dialing 2.
I know something about DISA but I'm not sure if it is a right way.
Can you give me advice?
2012 Aug 23
1
GotoIf redirection to label not working correctly
...er contexts for internal/external call handling, as follows:
[users]
include => internal
include => dummyextensions
switch => DUNDi/dundi-peer
Internal office calls should get caught by the include => internal, and run through the [internal] context as follows:
[internal]
exten => _3XX,1,NoOp()
same => n,Set(E=${EXTEN})
same => n,Set(${E}_VMCONTEXT=${HOTDESK_INFO(vmcontext,${E})})
same => n,Set(USER_LOCATION=${HOTDESK_USER_STATUS(${E})})
same => n,GotoIf($[${ODBCROWS} < 1]?notloggedin)
same => n,Dial(SIP/${USER_LOCATION},20,wWU(blf-begincall^${E}^INUSE)b(blf-beg...
2005 Oct 05
2
Define variable in sip.conf
I'm looking for a way to transmit a user specific variable to my dialplan
If we use the example of the hair color, I was thinking of having something
like:
[bob]
context=users
host=dynamic
secret=password
type=friend
username=bob
hair=brown
[lary]
context=users
host=dynamic
secret=password
type=friend
username=lary
hair=black
And be able to access from the dialplan:
[users]
Exten =>
2007 Aug 15
2
"Remote" extension search?
I've heard about this, but I really can't seem to find anything on it. I've
got a strange setup that exists only because of firewall issues, and
everything about it seems fine. The setup:
SIP clients -> Asterisk (office) -> IAX -> Asterisk (colocation) -> SIP PSTN
Termination
All the extensions I want to be able to dial are on the colocation box.
What I'd really
2006 Dec 19
26
Match a Numer - then continue with dialplan
Anyone know if there's a way to match a dialplan extension, execute some code, say set a variable, and then continue with the dialplan?
I want to set a variable when the dialplan flows beyond a certain context. This would be a great feature.
Doug.
2006 Feb 19
2
Line Dropouts on E405P
...,checkavail+101(notavail),Goto(trunkbusy)
exten => h,1,GotoIf($[${SET_EMERG_FLAG} = 1]?3)
exten => h,3,SetGlobalVar(EMERGENCY=0)
[to-sip]
#include extensions_sip.conf
[queue_admin_ext]
exten => _2XX,1,Dial(ZAP/g4/1111${EXTEN},20,mA(lm_features/Queues/pls_say_thankyou_holding))
exten => _3XX,1,Dial(SIP/${EXTEN},20,mA(lm_features/Queues/pls_say_thankyou_holding))
exten => _7XX,1,Dial(ZAP/g4/1111${EXTEN},20,mA(lm_features/Queues/pls_say_thankyou_holding))
[lm1_functions]
#include extensions_lm1a.conf
#include extensions_js_play.conf
#include extensions_night_switch.conf
-------------...