Displaying 20 results from an estimated 5000 matches similar to: "Function IMPORT and Local channels"
2009 Jun 15
1
Function IMPORT
Hi,
I've just discovered IMPORT function existence.
It can be use to import values from channel's Variable section but
unfortunately, il can't be use to access to values from Info section
(I'm referring here to sections Info and Variables dumped by DumpChan
application).
Is there a way to work around this and access from one channel for instance
to another channel's
2020 Mar 27
2
E-Mail notification for each received call
Hi Daniel,
Am 27.03.20 um 09:24 schrieb Administrator:
> Hangup is h extension. your macro will never be executed. Solution:
>
> same = n,Dial(whatever)
> same = n,[...])
> same = n,Hangup
>
> exten = h,1,1,DumpChan()
> same = n,System(/home/asterisk/bash_test)
I don't really understand your code…
I think I don't have to edit the first part of the conf file
2008 Dec 09
1
Is tz working in voicemail.conf [general] section ?
Hi,
I can't find a way to let users defined in a specific section to use a given
timezone.
Am missing something obvious ?
voicemail.conf:
[general]
tz=paris24
envelope=on
[zonemessages]
paris24=Europe/Paris|'vm-received' q 'digits/at' R
[mysection]
7530 => 1234,foo at example.com,,attach=yes|tz=paris24
7531 => 1234,foo at example.com,,attach=yes
When 7530 is
2020 Mar 28
0
E-Mail notification for each received call
Le 27/03/2020 à 20:19, Kai Herlemann a écrit :
> Hi Daniel,
>
> Am 27.03.20 um 09:24 schrieb Administrator:
>> Hangup is h extension. your macro will never be executed. Solution:
>>
>> same = n,Dial(whatever)
>> same = n,[...])
>> same = n,Hangup
>>
>> exten = h,1,1,DumpChan()
>> same = n,System(/home/asterisk/bash_test)
> I don't
2009 Jul 20
0
No subject
-- SIP/ vaso -e26c answered Zap/14-1
-- Executing DumpChan("SIP/ vaso -e26c", "") in new stack
-- Executing DumpChan("SIP/vaso-e26c", "") in new stack
Dumping Info For Channel: SIP/vaso-e26c:
============================================================================
====
Info:
Name= SIP/vaso-e26c
Type=
2024 Jan 05
1
Fresh ad installation - Win2022 can't join
Good morning :)
Am 04.01.2024 um 20:17 schrieb lists--- via samba:
> Am 04.01.2024 um 13:28 schrieb lists--- via samba:
>> Am 04.01.2024 um 12:36 schrieb Rowland Penny via samba:
>>> On Thu, 4 Jan 2024 12:12:57 +0100
>>> lists--- via samba <samba at lists.samba.org> wrote:
>>>
>>>> Am 04.01.2024 um 11:55 schrieb Rowland Penny via samba:
2009 Jan 28
2
How to retrieve a phone number from call forwarding?
Hi,
I'm very new to Asterisk and I have the following scenario.
1. Let's say I have a number of 1-222-222-2222 from my SIP service provider
(VoicePulse).
2. I point my phone, Verizon wireless cellphone (1-111-111-1111), voicemail
to the number provided by SIP service provider (1-222-222-2222).
3. I use another phone (1-333-333-333) to call 1-111-111-1111 and leave a
voicemail message.
2010 Aug 27
0
Duplicate channel variables after transfer
Hi all,
with an (attended) transfer i see the following happening:
1) A calls B1
2) B2 calls C
3) B2 transfers call to A
4) A talks to C
At step 3, the channel A is connected to channel C and B1 and B2 are hung up.
In the h extension for channel B2, the channel is renamed to B2<ZOMBIE> and i
see that the channel variables of A have been merged into B2<ZOMBIE>. If there
were
2015 Jul 06
0
Unisteam not showing callerid
hi list
can U help me
caller id in USTM if now working
-- Starting switch on '4211 at 4211-1' to 4203
-- Executing [4203 at office:1] DumpChan("USTM/4211 at 4211-0x7f7ba4228fd0",
"") in new stack
Dumping Info For Channel: USTM/4211 at 4211-0x7f7ba4228fd0:
================================================================================
Info:
Name=
2007 Jul 12
0
No subject
Leg/Transaction Does Not Exist" and obviously not taken into account as
endpoint GUI remains unchanged.
Looking deeper into this here are :
NOTIFY message accepted by S450IP
NOTIFY sip:7531 at 192.168.100.197:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.100.254:5060;branch=z9hG4bK06adc48b;rport
From: "asterisk" <sip:asterisk at asterisk>;tag=as4ea953db
To: <sip:sip:7531 at
2020 Mar 26
2
E-Mail notification for each received call
Hi everybody,
we use Asterisk to route all calls to a inbound phone number to a
specific outbund mobile phone number, depending on time and date. I'd
like to send a notification email to a specific email address, each time
we receive a call. For this I used the tip of "dicko" here
[1]. I'm a Asterisk newbie.
Unfortunately it doesn't work. The System() command is not
2012 Feb 25
1
RFT: Use Greek semicolons for comdlg32's printer status enumeration?
Request For Translators<g>
So what I've gathered from Wikipedia is that the Greek language does not
use semicolons as a separator for enumerations:
http://en.wikipedia.org/wiki/Semicolon#Greek_and_Church_Slavonic
| In Greek and Church Slavonic, a semicolon indicates a question,
| similar to a Latin question mark.[2] To indicate a long pause or
| separate sections, each with commas
2002 Mar 19
1
Solaris 8 error - make: Fatal error: Command failed for target `saveload.o'
After a clean "configure" under Solaris, my R-1.4.1 make is dying with this
error & the others below. Does anyone know how to fix this/these problems?
Thanks in advance for your assistance - Craig Stewart
> make
...
gcc -I. -I../../src/include -I../../src/include -I/usr/local/include
-DHAVE_CONFIG_H -g -O2 -c random.c -o random.o
gcc -I. -I../../src/include
2008 Aug 01
1
Comparing origination from CLI and from AMI
Hi,
Using FOP, I've met a situation which makes me ask this simple question :
Are both A and B commands bellow equivalent ?
A. CLI:
originate SIP/9122 application dial Local/9123 at local
B. AMI/FOP:
192.168.64.5 -> Action: Originate
192.168.64.5 -> Channel: SIP/9122
192.168.64.5 -> Async: True
192.168.64.5 -> Callerid: 9122 Guest2 <9122>
192.168.64.5 -> Exten: 9123
2017 Sep 25
2
Incorrect Import by Data for CSV File
Good day,
The data function can import a variety of file formats, one of them being C.S.V. Problematically, all of the table columns are collapsed into a single data frame column. This occurs because "files ending .csv or .CSV are read using read.table(..., header = TRUE, sep = ";", as.is=FALSE)". I suggest that the semi-colon used as the column separator be changed to a
2009 Jan 08
3
AEL and };
Hi!
All the AEL examples have a semicolon after the closing curly bracket, e.g:
context test {
1 => Hangup();
};
but without ; it works fine too, e.g:
context test {
1 => Hangup();
}
So - what is the reason for the ; after the closing curly bracket?
thanks
klaus
2014 Mar 11
1
PJSIP - dtmf mode is not updated when the far end doesn't support rfc2833
Hello,
I have installed the latest version 12 that has been released (12.1.0.rc3).
I have setup default dtmf mode (rfc47..) but when I am calling to a
endpoint that doesn't support it (no telephony event in the rtpmap) the
asterisk responds OK in the signalling but DTMF is not working.
Is it a known issue?
Below you can see the output of the asterisk monitor.
<--- Received SIP request
2006 Feb 24
1
ImportVar Syntax
I am trying to use ImportVar to get some information out of a SIP/ZAP
channel. I cannot seem to find an example of the syntax, or what
variables I can access.
Basically, I would like to output which person is being called. i.e:
SIP/25 calls SIP/21. 25 executes a macro, and the result is SIP/21. The
info that I want is stored in the channel's "Direct Bridge" variable.
I have
2012 Dec 01
1
setvar from chan_dahdi.conf
Would someone be able to give an example of a working use of setvar from chan_dahdi.conf? I am trying to create a custom variable like I use in sip.conf but I have been completely unsuccessful getting any variable set using setvar to appear for a DAHDI
channel. I am running 1.8.11-cert8 and am using the newer format (but I have tried using the older [channels] format). Here is an example:
2015 Feb 10
3
[PATCH 1/3] generator: add a simple HTML escaping function
---
generator/utils.ml | 8 +++++++-
generator/utils.mli | 3 +++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/generator/utils.ml b/generator/utils.ml
index b24ba8c..3a62084 100644
--- a/generator/utils.ml
+++ b/generator/utils.ml
@@ -360,4 +360,10 @@ let args_of_optargs optargs =
| OInt64 n -> Int64 n
| OString n -> String n
| OStringList n ->