Tag : exten
Ive edited my diaplan to print some data on screen with statementslike:[foobar]exten = foo,1,Verbose(0,Whatever I need to display)exten = bar,1,Verbose(0,Some more text)When using rasterisk and entering channel originate Local/foo@foobar applicat..
List Next question where google did not spit out an unsable answer. When redirecting a call with Transfer, I would like to correctly indicate the reason. I did try this: exten => XX,1,NoOp(Call to ${EXTEN} from ${CALLERID(all)}) exten => XX,n,Dial(SIP/..
In my context I have:exten => _NXXXXXX,1,Set(CHANNEL(m..
I am using this dialplan to record incoming calls:….. exten => 3331122,n,Set(MONITOR_FILE=${RECDIR}/${UNIQUEID})exten => 3331122,n,MixMonitor(${MONITOR_FILE}.wav,b)exten => 3331122,n,GoSub(stdexten(${Ext1007}))exten => 3331122,n,Voicemail(1007@default,)ex..
I created a dummy dialplanwhere I ask the user to enter the age.[macro-age]exten => s,1,Background(my/age);;Play recorded message to enter age exten => s,n,WaitExten(10)exten => _XX,1,Set(AGE=${EXTEN});; this line is not executing, instead dialplan..
Im trying to address a problem with users transferring to invalid destinations.In my sip peer Im setting both __FORWARD_CONTEXT and __TRANSFER_CONTEXT to a context with a extension defined below to set some CDR variables before the call is transferred.[customer-forward]ex..
all, Im having issues with overwrite caller id, when I call someone my caller id should be mycompanyinc but instead my id shows up as my extension number 101.this is what i have in sip.conf[101]type=friend context=sipphones ..