Displaying 4 results from an estimated 4 matches for "_20x".
Did you mean:
20x
2007 May 24
1
Parking Lot CallerID
...in, is there
anyway around this?
This is a basic idea of what I've done to try to capture the CID in
testing:
exten => 200,1,SetGlobalVar(P1NAME=${CALLERID(NAME)})
exten => 200,n,SetGlobalVar(P1NUM=${CALLERID(NUM)})
exten => 200,n,Park()
exten => _20x,1,Wait(1)
exten => _20x,n,NoOp(${DIAL_OPTIONS})
exten => _20x,n,Set(CALLERID(NAME)=${P1NAME})
exten => _20x,n,Set(CALLERID(NUM)=${P1NUM})
exten => _20x,n,NoOp(${CALLERID(NAME)} ${CALLERID(NUM)})
exten => _20x,n,ParkedCall(${EXTEN})
Beings the...
2007 Oct 03
1
Parking lot problems
...from-internal
[727]
type=friend
secret=1234
dial=SIP/727
callerid=Conference Room <727>
mailbox=727 at default <mailto:mailbox=727 at default>
allowsubscribe=yes
host=dynamic
context=from-internal
EXTENSIONS.CONF:
[from-internal]
include => parkedcalls
exten => _20X,1,Goto(parkedcalls,${EXTEN},1)
[park-dial]
exten => t,1,Goto(from-internal,900,1)
FEATURES.CONF
[general]
parkext => 200
parkpos => 201-205
context => parkedcalls
parkingtime => 30
parkhints = yes
-------------- next part --------------
An HTML attachment was scrubbed...
U...
2004 Jun 11
0
context of a transfer
...cemail I manually add the
"2" back on). However, when transferring, I cannot use the "2" and can
only use the 2-digit extension number.
I do this because I wanted 301-308 to be used to dial directly into the
user's voicemail. I can probably rearrange my dialplan to put _20X all
in one context rather than 2 -> _0X in separate contexts, but then I
think I will lose the ability I was after: to transfer a call directly
into another extension's VM without ringing their phone...
Thanks!
-Michael
2007 Mar 26
2
Polycom 601 loop
I tried to add a couple of SIP phones (polycom 601s) to my existing
asterisk installation. I can successfully make a call from the SIP phone
to any other phone (inside or outside), but I can not make any calls to
a SIP phone. Attached are the pertinent parts of sip.conf and
extensions.conf.
The log starts off normal with:
Mar 26 09:51:15 DEBUG[4885] chan_zap.c: DTMF digit: 2 on Zap/55-1
Mar