similar to: Setting caller id value on outgoing calls using .call files

Displaying 20 results from an estimated 6000 matches similar to: "Setting caller id value on outgoing calls using .call files"

2007 Oct 04
1
Asterisk Caller ID Info
Hi Asterisk Users, I was wondering why a call that is received from Asterisk shows a caller ID 'Unknown' . So here is the scenario, 'A' calls 'Asterisk'. 'A' joins a conference on 'Asterisk'. 'Asterisk' calls 'B'. 'B' gets joined to the same conference also. 'B' somehow receives the caller ID 'Unknown' and not the
2007 Dec 06
2
Print CALLERID in CLI during "pri debug "
Hi all, I was wondering if it is possible to print the callerid value in the CLI when doing 'pri debug span 1' For example > Call Ref: len= 2 (reference 2707/0xA93) (Terminator) > Message type: CONNECT (7) > [18 03 a9 83 97] > Channel ID (len= 5) [ Ext: 1 IntID: Implicit PRI Spare: 0 Exclusive Dchan: 0 > ChanSel: Reserved >
2007 Nov 26
2
Get IP address of an incoming or outgoing SIP call
Hi * Users, What is the way from the dial-plan to get the IP address of an incoming or outgoing SIP call? I can see the IP address of the SIP call using 'sip show peers' from the CLI. Thanks Regards -- Arpit Mehta Graduate Student Department of Computer Science Columbia University Tel: 1-646-387-5998
2007 May 17
2
Call to an arbitrary outbound number by asterisk
Hi, I have a strange problem. I have a TE110p digium card. I want to dial 19173995791 when any incoming call comes in. What is happening is that when I dial 19173-995791. Asterisk picks up the first 5 digits assuming it is the extension and appends 212-85 (here in the university most numbers start with this) in front . Therefore I get connected to some random number 212-85-(19173) (where the
2007 Nov 02
3
use dial plan passed arg value in C agi code
Hello * users, I know that passing variable in the AGI script is by exten => _.,1,AGI(simple_c_prgm|123|789) ; 123, 789 are arguments being passed and simple_c_prgm is C code Now how will I receive these variables within C code ? Is it by the same way arguments are passed in command line to C by using argc and argv or there is more to be done than that? Thanks Regards -- Arpit Mehta
2007 Sep 18
2
ISDN PRI debug in Asterisk
Hi all, Does Asterisk contain a full fledged ISDN packet sniffer. By giving the command " pri intense debug span 1 " , does it debug every packet received (control and voice/data packets) ? Thanks -- Arpit Mehta Graduate Student Department of Computer Science Columbia University Tel: 1-646-387-5998
2007 Jul 08
2
Auto Fall Through when kicking users in MeetMe
Hi all, My scenario is such that I have three users connected to a conference. CLI> meetme list 1234 User #: 01 9176502096 <no name> Channel: Zap/23-1 (unmonitored)00:00:32 User #: 02 john john Channel: SIP/john-b7800468 (unmonitored) 00:00:28 User #: 03 6463875998 <no name> Channel: Zap/22-1 (unmonitored)00:00:19 3 users in that
2007 May 31
2
How to read SIP debug?
Hi all, i need to study the SIP protocol. can anybody tell me about any ebook which could halp me understand the sip protocol, architecture, and how to read and understand the sip signalling when i use "sip debug" in asterisk? -- Rizwan Hisham Software Engineer AXVOICE Inc. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 May 19
1
Call someone to instantly join conference using MeetMe
Hi, I was just wondering how would the application be where the Asterisk calls a number and that number joins the conference as soon as the call connects. There would be only one conference already defined in meetme.conf and there is one person already joined the conference. Currently MeetMe requires a person dialing into it and the joining the conference. How could this be done using MeetMe or
2007 Nov 02
1
Get value from linux terminal to dialplan in Asterisk ?
Hello Asterisk Users, I wanted to know a simple way in which I could read some file from a console (say by using system command) and based on that either return true or false back to dialplan. Is there any built in command in Asterisk for that ? What are the options do I have ? Are there any sample code to do so ? Thanks a lot Regards -- Arpit Mehta Graduate Student Department of Computer
2007 May 31
1
Compilation after Source code changes in Asterisk
hi, This might be the most obvious thing to you. I need to change some parts of the source code of Asterisk. I was wondering if we have to compile the whole source code again everytime using the commands (which i think might take some time to compile again) cd /usr/src/asterisk-version make make install or is there a faster and better way to do things Thanks a lot for all the help i have
2007 Oct 07
0
Getting DTMF digits
I forgot to add that this is a T1 ISDN PRI line on which I am sending the DTMF digits. Regards Arpit On 10/5/07, Arpit Mehta <arpitm at gmail.com> wrote: > Hi, > > Is there any way to get the DTMF digit preferably in the > extensions.conf . The dtmf digits would be entered by the user > like"1234567890P1234#" . It doesnt matter whether to put 'P' or
2006 May 24
1
Placing call files in/var/spool/asterisk/outgoing/ does not work
> you should mv the file (and in the same filesystem, so 'rename' is used) > You might want to chmod or even chown the file first as well. I wrote a little script that does all of this before the .call file is mv'd into the outgoing directory: cp /tmp/test3.call /tmp/test1.call chmod 666 /tmp/test1.call chgrp asterisk /tmp/test1.call chown asterisk /tmp/test1.call mv
2004 Aug 23
1
H323 outgoing calls
Does asterisk support using an H.323 provider for outgoing calls? From everything I have found, it looks like it does. However, I have had no success in getting it to work. I would really appreciate if somebody could give me a hand. I am using the channel that comes with asterisk. I have also tried using the channel from inaccessnetoworks but have not had any more success. My provider
2009 Feb 27
5
Polymorphic association..explain the extra query ?
Can anyone explain to me the sql query done in the last step : http://pastie.org/402200 -- Arpit Jain --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group,
2007 Dec 21
3
error installing gems
Hi all. While installing gems i am getting an error: ERROR: Error installing gem xml-simple-1.0.11.gem[.gem]: install directory thname:e:/ruby/lib/ruby/gems/1.8/gems/xml-simple-1.0.11> not absolute Ruby Version = 1.8.4 Rails Version = 1.2.5 Gems Version = 0.9.4 can anybody provide any pointers??? Thanks Arpit.
2007 Dec 01
1
REFER mesage extraction using SIP_HEADER
Hi * users, I would like to extract the information present in the SIP REFER message that comes to asterisk. Would SIP_HEADER() allow me to do that ? I have used SIP_HEADER() for extracting the to and from SIP headers previously. Thanks Regards -- Arpit Mehta Graduate Student Department of Computer Science Columbia University Tel: 1-646-387-5998
2011 Aug 12
1
.call files in /var/spool/asterisk/outgoing
Hi ! I have a python script that create and move .call files to /var/spool/asterisk/outgoing Sometimes...(in this case after 500 successfull calls) Asterisk don?t make the calls and the .call files are in the "outgoing" forever... Any Ideas? I'm using Asterisk 1.4.22 (in 1.4.36 was the same behavior) In my python script I move .call files using ... import shutil
2011 Jun 02
2
How to continue processing a context after a Hangup
Good afternoon, I'm trying to write a simple callback context, but i need to hangup an incoming call and then call the origin number back, the problem is that asterisk stops processing the call after Hangup() application then it is not able to dial the origin number back. Sorry for the grammatical erros. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 Sep 22
1
AMI vs. Dialplan Originate
On Tuesday 22 September 2020 at 13:27:27, Joshua C. Colp wrote: > On Tue, Sep 22, 2020 at 7:37 AM Antony Stone wrote: > > Hi. > > > > (Asterisk 16.2.1) > > > > I'm using AMI Originate to initiate calls, and I'm passing some > > additional data in to the dialplan context using the Variable: > > parameter. Works fine. > > > >