Displaying 20 results from an estimated 30000 matches similar to: "Manger-command Getvar?"
2023 Jul 06
0
Getvar of CHANNEL not working for a couple of items
I found a clue as to why the second leg is not returning a local or remote address:
[2023-07-06 11:40:35] WARNING[253072]: pjsip/dialplan_functions.c:903 channel_read_pjsip: No transport information for channel PJSIP/222-0000007d
[2023-07-06 11:40:35] WARNING[935126]: func_channel.c:527 func_channel_read: Unknown or unavailable item requested: 'pjsip,local_addr'
[2023-07-06 11:40:35]
2023 Jul 05
1
Getvar of CHANNEL not working for a couple of items
On Tue, Jul 4, 2023 at 7:52 PM TTT <lists at telium.io> wrote:
> Building on my last message, I am trying to get CHANNEL data using getvar
> (through the AMI). And although I'm getting responses, some values
> returned seem illogical. For example, phone 111 calls phone 222 via the
> PBX. Here's the data I get back
>
>
>
>
>
> Channel A:
2023 Jul 04
1
Getvar of CHANNEL not working for a couple of items
Building on my last message, I am trying to get CHANNEL data using getvar (through the AMI). And although I'm getting responses, some values returned seem illogical. For example, phone 111 calls phone 222 via the PBX. Here's the data I get back
Channel A: "1688509741.112" , name: "PJSIP/111-00000064" , is originator: Y , call-Id: "u.l6kcou25cax60 at
2023 Jul 05
1
Getvar of CHANNEL not working for a couple of items
Channel A: "1688509741.112" , name: "PJSIP/111-00000064" , is originator: Y , call-Id: "u.l6kcou25cax60 at mydomain.com <mailto:u.l6kcou25cax60 at mydomain.com> " , local_uri: "<sip:222 at mydomain.com <mailto:sip%3A222 at mydomain.com> ;user=phone>" , local_tag: "1734d973-c4da-4ae8-a37d-5f7065f1fe54" , local_addr:
2004 Jul 21
2
fonction Getvar
Hia ....
i try to use the fonction Getvar of asterisk to get a variable myDNIS
that i have define. i use it as follow
Action: Getvar
Channel: SIP...
Variable: myDNIS
but asterisk don't know it .i have the response as follow
Response: Error
Message: Invalid/unknown command
does everybody meet this problem . i try all possible combination and
nothing
help please ..!! :-(
thanks in advance
2023 Jul 04
1
Getvar of CHANNEL not working for a couple of items
The following AMI command works well for all of the information I want:
action: Getvar
actionid: act1
channel: PJSIP/Twilio-NA-W-3-In-00000028
Variable: CHANNEL(pjsip,XXXX)
Where XXXX can be one of the many available items. However, when I create a call from A to B, all of the items return properly except: local_addr and remote_addr. More specifically, they return correctly for the A leg (that
2011 Jan 26
1
Caching CALLERID(dnid)
Hi,
We encounter a problem with the variable CALLERID(dnid)
We use E1 lines where we can make an inbound call or an outbound call on the same channel (not at the same time)
If the CALLERID(dnid) is not used, than the CALLERID(dnid) will be the CALLERID(dnid) of the previous call
For example:
- First we get a inbound call on channel DAHDI/11-1 with CALLERID(dnid) = '655871460'
We read
2005 Jun 19
3
Libtiff 3.5.7 - recommended version for spandsp
Hi,
package tiff-v3.5.7 contains the currently recommended version
of libtiff in order to run spandsp (fax support for asterisk).
Imho tiff-v3.5.7 is not very easy to find in the internet, and
maybe will almost disappear, because it is an "old" version,
I put it on our little asterisk download page. Maybe it'll help
someone.
It works fine together with the other asterisk stuff
2006 Mar 02
5
Milliwatt Analyzer available
Hi,
some days ago we discused here the need for an analyzer
for the 1000 Hz tone, as opposite application to Milliwatt.
Here it is: Mwanalyze
http://planinternet.net/download/voip/asterisk/app_mwanalyze.c
It performs a Fourier analysis for a fixed frequency
and tells the amplitude.
The frequency is not limited to 1000 Hz, but can be passed
as argument. The periode duration must be a mulitple
2006 Mar 27
2
How to disable event_log?
Hi,
how can I disable event_log in order to reduce
hard disk activity?
I can't find any hints in conf files.
Must I hack the source code or even use brutal
methods like creating a dir called event_log in
the log dir, in order to prevent asterisk from
creating an event_log file? (Just chmod a-w event_log does not
work, unfortunately.)
Thanks for any hints!
Roger.
2004 Aug 27
2
how to fetch a call?
Hi,
there is a feature, which I would like to use with asterisk,
and I assume it exists.
Unfortunately I don't know how to say it in english.
In german it's "einen Ruf heranholen".
It means:
The phone set of my collegue is ringing, and I'm hearing
the ringing.
I know, that my collegue is not at his desk, and now
I want to answer the call at my phone (instead of
running to
2006 Mar 24
2
How to nice agi scripts?
Hi,
I have unpleasent short audio gaps when a
perl based agi scripts starts.
Thus, I now started to put all those things in C programmed
daemons for fast-agi.
Anyway I'm looking for another mean, which would help me
more quickly.
I noticed, that all agi scripts are running with system
priority -11, like asterisk does. This is really waste of
priority. I would like to have the AGI scripts
2005 Jan 06
1
Numbering plan for incoming call CLID on chan_zap (PRI)
Hi,
whatever dialplan I'm using for outgoing calls via
PRI (Digium card, chan_zap), the callerid when receiving
calls has no leading zeros, which are normally used to distinguish
local, national and international calls in Europe.
The number has always the area code in front, but the
country code only for foreign calls.
Now I'm looking for any mean to decide, whether the
received
2004 Aug 27
0
Re: how to fetch a call? (Tony Mountifield)
Remote Call Pick up feature is very much implemented in asterisk. You
can pick up a call for another extension by dialing *8#
To be able to do that, you need to have the extensions in the same
pickup group, configurable through sip.conf and zapata.conf.
-- sudhir
> ------------------------------
>
> Message: 14
> Date: Fri, 27 Aug 2004 14:17:26 +0000 (UTC)
> From:
2005 Jul 18
0
why $cdr{'CALLERID'} and $cdr{'DNID'} are empty in perl agi connected with asterisk manager
hello perl experts
i am working with "ast-rad-acc.pl" from
http://www.voip-info.org/tiki-index.php?page=PortaOne+Radius+auth
i dont know why $cdr{'DNID'} and $cdr{'CALLERID'}
under 'sub send_acc {' are empty. i m successfully
connected with asterisk manager and when call i hangup
my perl application is getting that all other thing
are ok but i dont know why only
2006 Jun 12
2
No reinvite - reason?
Hi,
I put reinvite=yes in my sip.conf.
For testing, I restricted the codecs to alaw.
I have no modifiers in my dial command.
Thus, there should be no reason not to reinvite.
Call (sip, authenticated) comes in and is forward
via SIP (not authenticated) to another asterisk box.
Unfortunately, media path still passes through the asterisk
box in the middle.
Using sip debug I even can't find
2004 Jan 26
0
Digium FXO Card
Hi,
I wish to know if GNUGk can work with * running as a gateway with the Digium
FXO card.
Kindly share your experiences in case there are some issues which one must
know before going in for such a setup.
Also, I've been reading about the DialTone detection capability by the
hardware in different countries. What are the issues with it?
Thanks & Regards,
Deepak
----- Original Message
2008 Apr 11
1
manger hangup call
Is there a way to tell the difference in an agi
between the person actually hanging up the phone
and the manager interface doing a hangup command?
Thanks,
Jerry
2006 Nov 22
0
in Asterisk Manger its Unauthentication User and Host ..........
Hello Users.........
I'm Now doing on Asterisk Manager for My knowledge Growth, Can anybody
explan me on Asterisk Manager settings.......
in manager.conf
[general]
enabled =yes
port = 5038
bindaddr = 192.168.2.75
displayconnects = yes
[hyperion]
secret = hyperion
permit=192.168.2.76/255.255.255.0
deny=0.0.0.0/0.0.0.0
read = system,call,log,verbose,command,agent,user
write =
2007 Dec 17
2
SIP call interrupted after 64 seconds
Hi,
some months ago, I had the problem with an asterisk-1.4.x-
Version, that some calls (but not all) were interrupted
64 seconds after connect (a call limit of 86400 seconds
was installed using the S()-parameter).
It was just a test machine, and later, I switched to callweaver,
and the problem had gone. Thus, I never investigated this problem.
Now, I upgraded a machine for production use to