similar to: Originate with Caller ID Name

Displaying 20 results from an estimated 5000 matches similar to: "Originate with Caller ID Name"

2020 Aug 07
2
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
I'm trying to transition from AMI to ARI. Running into a small hiccup when I try to create (originate a call) with the caller id name and number I can pass the Name and Number if the name has no spaces in it and it shows up in my PhonerLite application. curl -v -u asterisk:asterisk -X POST http://asterisk:astersk at localhost:8088/ari/channels/mycallerid.1?endpoint=PJSIP/1003 at
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
2020 Aug 07
3
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
Hi Dan, as far as PPI and PAI Header, we use the channel Vars in order to do that. In Latest Asterisk you can set Channel vars within the create command in the Body. Just set the PJSIP(add,PAI) as you would do it in Dialplan. https://blogs.asterisk.org/2020/07/22/ari-create-channel-with-variables/ BR Jöran On Fri, Aug 7, 2020 at 7:06 PM Dan Cropp <dan at amtelco.com> wrote: > An
2020 Aug 10
2
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
Hi Dan, i would do something like this (it is not a copy of what we are doing but an example of how i would do it) Important here is the "--data" and "-H" Option as well as the "variables" section within the Body. I added the callerid function here as well as it is the sample in the asterisk wiki. curl -v -H "Content-Type: application/json" -u
2020 Aug 07
0
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
An additional follow-up question, if I need to set the P-Asserted-Identity on the create (originate), is there a way to do this with ARI? From: asterisk-users <asterisk-users-bounces at lists.digium.com> On Behalf Of Dan Cropp Sent: Friday, August 7, 2020 11:51 AM To: 'asterisk-users at lists.digium.com' <asterisk-users at lists.digium.com> Subject: [asterisk-users] With ARI,
2014 Dec 10
4
PJSIP configuration question
Not sure why, but Vitelity changed the settings to IP based authentication on me. Here's the new sip.conf settings they sent me. type=friend dtmfmode=auto host=64.2.142.93 allow=all nat=yes canreinvite=no trustrpid=yes sendrpid=yes When I use these settings to originate calls using the sip.conf they sent me, everything works. Action: Originate ActionID: S8 Channel:
2020 Aug 10
0
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
Hi Jöran, Would it be possible to see an example using curl of how you are passing the PAI Header through ARI create? Dan From: asterisk-users <asterisk-users-bounces at lists.digium.com> On Behalf Of Jöran Vinzens Sent: Friday, August 7, 2020 12:10 PM To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com> Subject: Re: [asterisk-users] With
2020 Aug 10
0
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
Hi Dan, i did it wrong, sorry: curl -v -H "Content-Type: application/json" -u asterisk:asterisk -X POST " http://localhost:8088/ari/channels/newChannelId" <http://localhost:8088/ari/channels/1400609726.3/play?media=sound:hello-world> --data '{ "endpoint": "SIP/Alice", "variables": { "CALLERID(name)": "Alice" ,
2013 Aug 08
2
Freeswitch with Digium T316 timed out, T316 timed out
Hi I am trying to deploy freeswitch with Digium TE121 card for my office setup, but it is continuously showing Signaling is up and channels are down except D channel. Our Architecture is like We have freeswitch installed with libpri1.4 and Dahdi. I am from India and here we are having E1 trunk. Dahdi Configuration is cat system.conf # Autogenerated by /usr/sbin/dahdi_genconf on Wed Aug 7
2013 May 30
2
Executing a dynamic sequence of applications
Hello, I'm researching the possibilities of multiple communication platforms like Asterisk and FreeSwitch for handling a dynamic sequence of applications to execute, like Playback, Read, etc. This only applies to originating a call from an external application by using the AMI Manager and the Originate action. I need to know the following: 1) Does the Originate action support multiple
2014 Dec 10
1
PJSIP configuration question
Thank you for the speedy reply. My originate string is something like the following where xxxxx is really the sip provider's supplied IP address 1234567890 is really the phone number I am dialing PJSIP/outbound.vitelity.net/1234567890 In the chan_sip based solution, it's... SIP/outbound.vitelity.net/1234567890 Have a great day! Dan -----Original Message----- From:
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,
2005 Jun 20
1
Looking for PRI Outbound Caller ID Configuration
I'm having trouble setting the outbound caller ID on calls I make from my PRI trunk group. The PRIs are served out of a 5ESS. Telco has set the PRIs up for user provided caller id information, so I believe I just don't have it set up right in my dialplan or something. I can't seem to find an example of setting the outbound caller ID specifically for a 5ESS. Does anyone have an
2009 Jul 26
3
Not getting inbound CallerID name on Asterisk
We have an inbound PRI connected to our Cisco 3825 router which is then passing the calls to Asterisk as SIP calls. We're getting the CallerID number but not the CallerID name. We are seeing the name in the RPID field with a SIP trace on the Asterisk box but don't understand why it's not registering as the CallerID name. Here is a link to pastebin with the Sip trace. In it you
2006 Feb 02
3
Slightly OT: OpenPBX.org and Freeswitch
This is slightly OT in that it isn't specifically *-related, but I was wondering what the members of the * user community felt about these two subjects. I've been perusing the OpenPBX.org mail list and the current hot topic is the fact that their project has come to a grinding halt. They are concerned that they don't have enough people working on their project. They feel that * has
2008 Jan 22
2
Difference between Asterisk and FreeSwitch
what is the difference between FreeSwitch and Asterisk , whitch one is more scalable and reliable? _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Apr 16
2
sip tcp support
Hi all, i have asterisk 1.2.17 with sip tcp support and i am trying to connect asterisk with HiPath 4000 V.3.0 using SIP. I can see the registration from the HG3540. But when i try to place a call from Asterisk to HiPath, the call fails with SIP/2.0 603 Declined. The strange thing is that the first INVITE uses tcp and the response is a 100 TRYING, the next 7 INVITE are using udp and the respose
2012 Jan 03
4
Asterisk, FreeSWITCH, TrixBox, SER, OpenSER, sipX, CallWeaver, and YATE.
Hi, Please help me understand the following applications and what are its advantages if we compare between each of them. Asterisk, FreeSWITCH, TrixBox, SER, OpenSER, sipX, CallWeaver, and YATE. Regards, Kaushal -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120103/ffad2be6/attachment.htm>
2014 Jun 25
2
OPTIONS Request without username <-> Forbidden
Hi gurus!!! I have a Freepbx with Asterisk 1.8.25.0 with a sip trunk on the pstn Every minute asterisk sends an OPTION Request, i beleived that it's related to qualify functions. The every minute annoyng answer of the pstn is "403 Forbidden". Some people told that asterisk is not sending the username in the OPTION, required by the pstn. Taking a look of the example of rfc3261.txt
2017 Apr 19
2
Asterisk 1.8.32.3 : no video (h.264)
Hello using asterisk 1.8.32.3 I am not able to make a call with video support. I do not know what I am missing to make this video call. Codec h264 should be supported. sip*CLI> core show codecs Disclaimer: this command is for informational purposes only. It does not indicate anything about your configuration. INT BINARY HEX TYPE NAME