Displaying 20 results from an estimated 600 matches similar to: "Maniuplate callerID based off of callerID"
2012 Oct 08
1
Asterisk, Hylafax and t38modem working together ?
Hi,
I've read this thread in this list history
http://article.gmane.org/gmane.comp.telephony.pbx.asterisk.user/261151/match=t38modem
http://sourceforge.net/tracker/?func=detail&aid=3337581&group_id=152230&atid=783657
Has anyone been successful when integrating latest version of Asterisk (10
or 1.8, for instance) with t38modem ?
My target setup is:
fax ---<PSTN>-- SPA3102
2011 Jun 10
1
Request: please test modification to EWS calendar functionality
I have expanded the EWS calendar functionality within Asterisk 1.8 so it
is now possible to access any calendar within an Exchange 2007 or 2010
server.
I have put the changes onto the reviewboard for astrisk but currently no
one responded.
So if you use the EWS calendar functionality within Asterisk and would
like to have access to any calendar in Exchange please try the patch in
the
2011 Mar 04
2
Asterisk <-> Lync / Call Center Transfer / Refer
Hey all,
Alright. So we decided to not go with Avaya for our next PBX and we are now full on into an Asterisk/Lync 2010 implementation. Asterisk/FreePBX is our SIP gateway and call center and Lync is our internal UC and IP-PBX server. I've already got Asterisk tied with our Nortel/Merridian Option 11 with QSig and all is beautiful (except for the Opt11 not receiving names from * but
2011 Apr 06
11
Asterisk 1.8.3
I have deployed several 1.8.3.2 systems as upgrades of customers systems
and now I am seeing random crashes. For some reason the builds lock up and
stop taking sip connections. Existing calls stay on but when the user hangs
up no new calls or reg attempts work. In most cases a "core restart now"
cleans things up. Some times I have to kill the asterisk process. The
stability of 1.8.2
2008 Aug 21
2
Changing callerID in a context
Hello,
I am trying to alter the outbound callerID for extensions within a
context I have created.
I wrote the following:
exten => _9.,2,ExecIf($[$["${REALCALLERIDNUM}" = "360"] | $["$
{REALCALLERIDNUM}" = "670"]]|Set|CALLERID(num)=581560)
exten => _9.,3,ExecIf($[$["${REALCALLERIDNUM}" = "361"] | $["$
2013 Dec 06
1
Paging in waves.
I've been working on writing a subroutine to page groups of phones at once
and I'm having some difficulty.
My goal is to have a user call an extension, I record the page they wish to
play, I then page out that recorded file to the phones in groups.
[sub-masspage]
exten => s,1,NoOP
same => n,Answer
same => n,Set(filename=$PAGE)
same => n,Wait(1)
same =>
2019 Feb 13
6
trouble removing + sign
I'm using BLACKLIST() to check numbers, which does not like leading +
signs. I want to test if there is a plus sign, and then remove it.
I tried:
; strip leading plus sign
same => n, Verbose( callerid 0:1 is ${CALLERID(num):0:1} )
same => n,ExecIf($["${CALLERID(num):0:1}" = "+"]?Set(CALLERID(num) =
${CALLERID(num):1})
2010 Sep 15
3
Skip Busy Agents/Channels from Queue
Is there a way skip / ignore the member whose status is busy in the Queue.
I have two channel member in queue and i have set the peer limit 2 for these
members.
I want to skip those member who are currently on the call (answered to
calls) and now their status is busy, if Queue see the busy status caller
will not enter in the Queue and go to the next priority.
[test-queue]
strategy = rrmemory
2011 May 06
1
QueueCallerAbandon is not triggering after 1.8.3.3...
Has anyone else noticed that QueueCallerAbandon is not showing up in the AMI
after the 1.8.3.3? Am I missing something? I'm getting what seems like
everything else but QueueCallerAbandon.
v/r,
Me
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110506/0d28ef21/attachment.htm>
2012 Aug 22
1
recording calls
I am trying to record calls on demand both inbound and outbound calls. I can record outbound calls just fine but not inbound calls or calls from an internally between extensions. I am using the latest asterisk 1.8.x certified version.
On an outbound call I see:
== Using SIP RTP CoS mark 5
-- Called SIP/ BVTrunk /7190000000
-- SIP/BVTrunk-00000163 is making progress passing it to
2016 Sep 01
2
Multiple phones when one is unregistered
On Tue, 30 Aug 2016 17:56:35 +0200
Administrator TOOTAI <admin at tootai.net> wrote:
> Something like
>
> exten => 5555551111,1,Verbose(Door buzzer calling)
> same => n,Set(toRing=)
> same => n,ExecIf($["${DEVICE_STATE(SIP/user1)}" = "NOT IN
> USE"]?Set(toRing=${toRing}&SIP/user1)
Failed. I checked the online docs and the syntax seems to
2009 Jul 22
3
ExecIf and empty variables (early evaluation)
Imagine that you have this code:
exten => _X!,n,Set(foo=${QUEUE_WAITING_COUNT(${QueueName})}))
If ${QueueName} happens to be unset, this will cause a warning:
[Jul 22 14:26:17] ERROR[8114]: app_queue.c:5187
queue_function_queuewaitingcount: QUEUE_WAITING_COUNT requires an
argument: queuename
The obvious solution:
exten => _X!,n,ExecIf($["${QueueName}" !=
2020 Apr 21
3
Dialplan - using multiple AND or OR in set is it possible ?
Hello,
we want to use something like
same = n,ExecIf($["A" = "B"]?Set(C=1) & Set(D=2) & ...)
Problem is that result gives C=1) & Set(D=2) & ...
Is there a possibility to use multiple AND or OR in such a way ?
--
Daniel
2016 Sep 01
2
Multiple phones when one is unregistered
On Thu, 1 Sep 2016 11:02:57 +0200
Administrator TOOTAI <admin at tootai.net> wrote:
> > [Aug 31 21:52:00] WARNING[-1][C-0001fed5] pbx.c: No application
> > 'ExecIf' for extension (unauthenticated, 5555551111, 3)
> >
> > Is there a module that I need to load?
> >
> > In case it matters I am running Asterisk 11.23.0 on NetBSD 7.0.
>
>
2007 Dec 06
1
Running AGI script if condition met?
Hello
Some of our customers call with CID blocked. I'd like to save
those numbers into a SQLite database using a command-line PHP script,
so that I can...
1. Edit the CID name through a PHP web script which will just list all
the customers in the database who have a phone number but no CID name
set
2. Look up those customers' e-mail address from this database, and
send them an e-mail
2020 Feb 13
4
Help with FUNC_MATH
Hi,
I have some dialplan code that is trying to convert 12 hour time with AM/PM
to 24 hour format. The code has something like this:
Exten =>
2,1,ExecIf(${MATH(${HOUR_SELECTED}<12)}?Set(HOUR_SELECTED=${MATH(${HOUR_SELECTED}+12,int)}))
Earlier on in the dialplan HOUR_SELECTED is set to 12. When they press
option 2 they are selecting PM. If the time is from 1PM to 11PM then I want
to add 12
2015 Mar 27
2
call between snom 300 and aastra 6731i
You would need to give more information really.
Your sip.conf file listing the entries for the phones especially which
codecs are permitted.
A copy of the 'asterisk -rvvv' console output when you make the call.
On 27/03/15 17:05, Salaheddine Elharit wrote:
> please no body has som with aastra can help me in this issue
>
> 2015-03-26 11:02 GMT+00:00 Salaheddine Elharit
>
2017 Feb 24
2
BUG or ???
Got a strange situation
[ext-queues]
...
exten => h,2,ExecIf($[${CALLERID(num)} = ' ']?Set(var29=${SHELL(curl -X
POST --header "Content-Type: application/json" --header "Accept:
application/json" -d "{\"Phone\": ${FROMEXTEN}, \"Source\": \"asterisk\"}" "
2015 Mar 20
3
outbound calls
hello list
i have an issue related to outbound calls i can contact all the number
except on number given by our provider in trunk
the issue just when i configure my trunk in our server but when i configure
the trunk directly in x-lite i can contact this number without issue
below the cli
== Using SIP RTP TOS bits 184
== Using SIP RTP CoS mark 5
-- Executing [0149xxxxxx at
2011 Mar 28
1
DTMF input while waiting in queue...
Hey all!
I'm trying to figure out how to have a queue accept an inbound caller's key
press to action on. At first I'm just trying to implement a "Press 1 to
leave a voice mail" announced and at any time in the queue, the user can
press 1 and go to the queue's voicemail. Later I'd like to have it accept
"Press 1 if this is an x issue, press 2 if this a y