Displaying 20 results from an estimated 6000 matches similar to: "Need to spoof the callerid using the AMI Originate"
2011 May 04
2
split character vector by multiple keywords simultaneously
Hi. I have a character vector that looks like this:
> temp <- c("Company name: The first company General Manager: John Doe I
> Managers: John Doe II, John Doe III","Company name: The second company
> General Manager: Jane Doe I","Company name: The third company Managers:
> Jane Doe II, Jane Doe III")
> temp
[1] "Company name: The first company
2014 Jun 26
1
Originate with Caller ID Name
I am using AMI to Originate a call.
I have been able to get the caller id number to be passed through.
However, I can't get the name to be passed through.
A person I'm working with has a Freeswitch that is able to pass the caller id name and number through for their call.
Comparing the Asterisk SIP messages to the Freeswitch SIP messages, I have narrowed the problem down to a single
2018 Mar 14
2
PJSIP Originate
I am using AMI Originate to perform a new outbound call.
The SIP Provider we send the call to wants us to pass the caller id of the person we are calling for in the Contact header.
For the AMI Originate, I pass the caller id information data in the CallerID field. However, this is never being passed through the PJSIP INVITE header
Action: Originate
ActionID: S598
Channel: PJSIP/133 at 1002
2017 Nov 22
2
Chan Local, Originate and slin
On Wed, 22 Nov 2017, Dmitriy Serov wrote:
> ?same => n,System(printf "Action: Originate\nActionID: 1\nChannel: Local/${number}@mycontext\nApplication: Confbridge\nData: ${confnum}\n" >
> /var/spool/asterisk/outgoing/${number}-${confnum})
I get:
Unknown keyword 'Action' at line 1 of /var/spool/asterisk/outgoing/...
Unknown keyword 'ActionID' at line 2 of
2010 May 18
1
Callerid with DAHDI
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all!
I'm testing a telephone connected to FXS port of a Sangoma A200 card.
But I'm observing that callerid is not working. The configuration that
I'm using in chan_dahdi.conf is the following one:
- ---------------------------------------------------------------------
;autogenerated by /usr/sbin/wancfg_dahdi do not hand edit
2010 Oct 21
1
How to kill AMI ORIGINATE on-the-fly
My application fires several calls thru AMI ORIGINATE command.
For example if I have 3 operators I do 3 ORIGINATEs.
My trouble is when one operator quit for some reason, I should kill the
corresponding ORIGINATE.
Of course, I could let the call ring and hangup after the customer pick-up.
But this is not the case, I do have to kill the corresponding ORIGINATE.
I could execute a soft hangup,
2006 Aug 29
1
First elements of a list.
Suppose I have the following list:
a <- strsplit(c("John;Smith", "Jane;Doe", "koda", "gunner"), ";")
I want to get to these two vectors without looping...
firstNames: c("John", "Jane", "koda", "gunner")
lastNames: c("Jane", "Doe", NA, NA)
Thanks
cn
[[alternative HTML
2015 Jun 13
3
idmap & migration to rfc2307
On 13/06/15 16:33, Jonathan Hunter wrote:
> Hi buhorojo,
>
> I *think* I have a stable system for the moment... so thank you :-)
>
> On 13 June 2015 at 12:50, buhorojo <buhorojo.lcb at gmail.com> wrote:
>>> I now set in smb.conf:
>>>
>>> server services = -dns +winbind -winbindd
>>>
>>> I stopped samba, then removed
2017 Jun 19
2
New AD user cannot access file share from member server
On Mon, 19 Jun 2017 14:46:34 +0200
Viktor Trojanovic <viktor at troja.ch> wrote:
> On 19 June 2017 at 14:20, lingpanda101 via samba
> <samba at lists.samba.org> wrote:
>
> > On 6/19/2017 7:51 AM, Viktor Trojanovic via samba wrote:
> >
> >> That's correct, I don't have "Unix Attributes" but through the
> >> advanced view I have
2017 Nov 22
3
Chan Local, Originate and slin
Hi all!
Asterisk 13.1.0 Ubuntu 16.04, all latest.
Can anybody explain this to me - I run Originate command from dialplan:
same => n,Originate(Local/${number}@mycontext,app,ConfBridge,${confnum})
and I get crazy sound distortion in the conference, and I see that
transcoding takes place here:
NativeFormats: (slin192)
WriteFormat: slin
ReadFormat: slin192
WriteTranscode: Yes (slin
2009 Jul 22
2
Waiting for a call to complete with AMI Originate
Hello,
I'm using an AMI Originate command to send a fax. The fax is sent by
a script, and I'd like my script to send the fax, wait until it has
succeeded or failed, then exit with an appropriate error code (it is
driven by a mail system, so the exit code will tell the mail system
whether to retry the fax later).
The script works great if the fax succeeds, or if the line is busy or
2017 Jun 19
4
New AD user cannot access file share from member server
On 6/19/2017 9:12 AM, Viktor Trojanovic via samba wrote:
> On 19 June 2017 at 14:56, Rowland Penny via samba <samba at lists.samba.org>
> wrote:
>
>> On Mon, 19 Jun 2017 14:46:34 +0200
>> Viktor Trojanovic <viktor at troja.ch> wrote:
>>
>>> On 19 June 2017 at 14:20, lingpanda101 via samba
>>> <samba at lists.samba.org> wrote:
2017 Apr 28
2
Unable to add a particular member to group (Samba 4.6.3)
On Fri, 28 Apr 2017 09:41:31 -0400
Luc Lalonde <Luc.Lalonde at polymtl.ca> wrote:
> Hello Rowland,
>
> Have you tried deleting a user, re-creating the same user and then
> try to add him to a group?
>
> I'm convinced that this will point us in the right direction to
> correct the bug.
>
Yes and to confirm it, I just did it again:
samba-tool user create User2
2007 Feb 26
1
Add-up duplicates and merge
Hello,
a have two matrices of data as below. I would like to add-up the duplicate
in terms of pair of names in rows, and then merge the values in the second
matrix to the pairs as two new variables x3 and x4.
Input
,x1,x2
jane.mike,31,43
jane.steve,32,2
jane.steve,5,3
jim.mike,76,5
jane.steve,4,4
mike.steve,54,7
mike.steve,5,7
jane.mike,7,8
and
,y
jane,0.3
jim,0.4
mike,0.1
carl,0.5
john,0.9
2009 Dec 04
2
Multiple Channel Variables with AMI Originate
Hi guys I seem to be having a problem, I don't know if it's a bug or whether
I'm just doing it incorrectly.
I want to set about 3 channel variables when I originate a call via AMI.
All the documentation I have found says to do it like this:
Variable: variable1=value|variable2=value|variable3=value
However when I do this it runs them all together and I end up with:
2007 Mar 13
4
selecting rows with more than x occurrences in a given column (data type is names)
Despite a long search on the archives, I couldn't find how to do this.
Thanks in advance for what is likely a simple issue.
I have a data set where the first column is name (i.e., 'Joe Smith',
'Jane Doe', etc). The following columns are data associated with that
person. I have many people with multiple rows. What I want is to get a
new data frame out with only the people who
2010 Oct 01
2
AMI Originate
When calling Originate Action, it rings my phone. If I do not answer, I
receive a Channel Event: Hangup, followed by receiving an
OriginateResponse event with a Failure Response, Reason 3.
My phone continues to ring.
If I answer the phone at this point, it attempts to answer, but does not
succeed.
Looking at the asterisk debug, it appears to destroy the SIP dialog for
the call. It also
2010 Nov 08
3
Get the Uniqueid of Action Originate in the AMI
Hi to all.
I'm begin a use the AMI and i have the need to get the uniqueid from the
call i have generate using the Action Originate. Anyone can help me?
When I generate these commands:
action: Originate
channel: SIP/101
application: Dial
data: SIP/100,120,Ttr
The only response I get when the call is answered, is this:
Response: Success
Message: Originate successfully queued
Thanks a
2004 Oct 18
2
default_mail_env %d var problem
Hello,
I am new to Dovecot and trying to setup on my Fedora Core 1 mail
servers (actually migrating from uw to dovecot ;-) ).
In my setup I use pam to authenticate virtual users.
All the usernames include @domainname in their usernames like
'jane at somevhost.com'.
Now path to user's home and INBOX includes
/home/vhosts/<domainname>/home/<username>.
I have added following
2011 May 05
1
Looping over graphs in igraph
Hi,
I'm trying to do some basic social network analysis with igraph in R, but
I'm new to R and haven't been able to find documentation on a couple basic
things:
I want to run igraph's community detection algorithms on a couple thousand
small graphs but don't know how to automate igraph looking at multiple
graphs described in a single csv file. My data look like something in