search for: setcid

Displaying 9 results from an estimated 9 matches for "setcid".

Did you mean: set_id
2007 Jan 25
1
dialplan and "*"
Hi, I'm analyzing freepbx extensions. When creating ivr with freepbx, it writes like this: exten => 1111,1,Answer exten => 1111,n,GotoIf($["${CONTEXT}"="from-internal"]?USERCID:SETCID) exten => 1111,n(USERCID),Macro(user-callerid,) exten => 1111,n(SETCID),Set(CALLERID(name)=${CALLERIDNAME}) exten => 1111,n,Set(MONITOR_FILENAME=/var/spool/asterisk/monitor/q${EXTEN}-${TIMESTAMP}-${UNIQUEID}) exten => 1111,n,Queue(1111|t|||300) exten => 1111*,1,Macro(agent-add,1111,)...
2013 Oct 08
2
CID NAME NOT FOUND
Last month I moved a 1.4.x Asterisk install to Asterisk 11.5.1. Everything is working well, until I noticed that Caller ID between facilities are showing properly, on the phone display, until the handset is picked up, then it's displaying NAME NOT FOUND. I do database lookup against extension number (Of remote PBX) and use that as the MySQL key to pull name. Snippet below: -- Executing
2004 Sep 02
5
Any way to _always_ execute certain commands in a dialplan context?
I've got a need to do something like the following: [foo-context] exten => _.,1,SetCIDNum(123) exten => _.,2,SetCIDName(XYZ) include => local include => tollfree But of course, this example won't work. The goal here is this: if a call ends up being handled by the "local" or "tollfree" contexts, I want those SetCID*** commands executed. Otherwise, I...
2006 Nov 08
0
Queue forks asterisk and then leaves the extra processes lying around
...tually do anything or interfere with the first asterisk instance. Has anyone had any problems like this? Am I doing something wrong? The appropriate part of my dial plan looks like this: exten => 101,1,Answer exten => 101,n,GotoIf($["${CONTEXT}"="from-internal"]?USERCID:SETCID) exten => 101,n(USERCID),Macro(user-callerid,) exten => 101,n(SETCID),Set(CALLERID(name)=${CALLERIDNAME}) exten => 101,n,Set(MONITOR_FILENAME=/var/spool/asterisk/monitor/q${EXTEN}-${TIMESTAMP}-${UNIQUEID}) exten => 101,n,Queue(101|tr|||30) exten => 101,n,Goto(ext-local,83,1) exten =&...
2006 Nov 08
1
Queue forks asterisk and then leaves the extraprocesses lying around
...tually do anything or interfere with the first asterisk instance. Has anyone had any problems like this? Am I doing something wrong? The appropriate part of my dial plan looks like this: exten => 101,1,Answer exten => 101,n,GotoIf($["${CONTEXT}"="from-internal"]?USERCID:SETCID) exten => 101,n(USERCID),Macro(user-callerid,) exten => 101,n(SETCID),Set(CALLERID(name)=${CALLERIDNAME}) exten => 101,n,Set(MONITOR_FILENAME=/var/spool/asterisk/monitor/q${EXTEN}-${TIMES TAMP}-${UNIQUEID}) exten => 101,n,Queue(101|tr|||30) exten => 101,n,Goto(ext-local,83,1) exten =...
2006 Mar 10
1
cidname via IAX2?
Hello, I'm having an apparent issue where caller id name isn't coming through my IAX2 channels. The name shows up in the asterisk cdr log, but my IAX2 application doesn't receive it. I'm running asterisk 1.2.4. Is this a known problem or config issue? Thanks!
2004 Aug 29
2
Sip device not login or register calls to that device go to busy voicemail not un-available
I feel this is in error some place. If I call a sip device that is not registered or not connected at the time. Asterisk will send that call to voicemail to busy not unavailable. Is there a way to correct this? Ariel Batista Kasi International - Computer Networking Ph: 305-574-6721 Fx: 305-574-0212 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 May 11
2
Lookup ${EXTEN} in database, update context/route if found... AGI?
Greetings all- I have a handful of Asterisk 1.4.x installations where users dial 'outbound calls' to the PSTN even though the destination is on the same Asterisk box or on another Asterisk box on the same network. Instead of paying twice for the call to go out to the PSTN on one channel and back in on another channel, I'd like the ability to lookup the destination number in a MySQL
2006 Nov 05
1
asterisk DTMF detection
...(timeconditions,2,1) -- Executing GotoIfTime("mISDN/4-1", "08:30-17:00|mon-fri|*|*?ext-queues|1|1") in new stack -- Goto (ext-queues,1,1) -- Executing Answer("mISDN/4-1", "") in new stack -- Executing GotoIf("mISDN/4-1", "0?USERCID:SETCID") in new stack -- Goto (ext-queues,1,4) -- Executing Set("mISDN/4-1", "CALLERID(name)=HelpDesk:") in new stack -- Executing Set("mISDN/4-1", "MONITOR_FILENAME=/var/spool/asterisk/monitor/q1-20061106-143629-1162776983.2") in new stack -- Exe...