Displaying 20 results from an estimated 900 matches similar to: "SIP URLs"
2005 Mar 08
1
TDM22B in the UK on BT
Hi
I am having problems getting my card to hang up properly when a remote
party hangs up the line.
I know i have to use the busydetect stuff but it doesn't seem to be
working.
It is a BT line and my zapata.conf is as follows:
[channels]
language=en
rxgain=0.0
txgain=0.0
immediate=no
echocancel=yes
echocancelwhenbridged=yes
echotraining=yes
signalling=fxo_ks
context = dialphone
channel =>
2011 Mar 02
2
Error: Missing Dependency: libgnokii.so.4()(64bit) is needed by package 6:kdepim-3.5.10-2.el5.x86_64 (installed)
Hi Y'All,
Yum update on CentOS 5 has for the last week or so started giving me the
following errors
root at neodymium 16:03:46 ~ # nice yum upgrade
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirror.sov.uk.goscomb.net
* base: mirror.sov.uk.goscomb.net
* epel: mirror01.th.ifl.net
* extras: mirror.sov.uk.goscomb.net
* rpmfusion-free-updates:
2007 Feb 25
2
Dialling ZAP channel from analogue
Hi,
Asterisk Version : 1.2.15
Card : TDM11B (1 x FXO , 1 x FXS)
I have internal dialling working okay SIP->ZAP (analogue phone) and ZAP (analogue phone) -> SIP.
The problem comes when I try and make a outbound call.
Here is my extensions.conf :-
Code:
[incoming]
exten => s,1,GoToIfTime(17:00-09:00\mon-fri\*\*?outofhours|s,1)
exten => s,2,GoToIfTime(*\sat-sun\*\*?outofhours|s,1)
2005 Sep 13
2
passing variables to h extension
Is there a way to pass variables/arguments to the h extension ?
for example :
[default]
exten => _1098933X.,1,NoOp(CARRIER TWT->TIM, EXTEN: ${EXTEN}},
SIPCALLID: ${SIPCALLID}, SIPDOMAIN: ${SIPDOMAIN})
exten => _1098933X.,2,SetVar(_PROVA="bla")
[lot of stuff, agi, goto, tricks and magic that happens]
exten => _1098933X.,10,Dial(${CHAN_DEST},,L(3600000:3599900)) <-
2019 Aug 10
2
samba-tool ou create "OU=del-ou, dc=atest, dc=com" fails with /var/lib/samba/private/sam.ldb: No such file or directory
Hello,
I am trying to use samba-tool to create OU on active directory.
1. Joined to domain.
# net ads join -U <>
2. Listed GPO's on domain to check samba-tool script can pull the GPOs.
# samba-tool gpo listall
GPO : <>
display name : test-Computers-GPO-1
path : \\atest.com\SysVol\atest.com\Policies\<>
dn :
2024 Jun 09
2
Format
HI all,
My
I am trying to convert character date (mm/dd/yy) to YYYY-mm-dd date
format in one of the columns of my data file.
The first few lines of the data file looks like as follow
head(Atest,10);dim(Atest)
ddate
1 19/08/21
2 30/04/18
3 28/08/21
4 11/10/21
5 07/09/21
6 15/08/21
7 03/09/21
8 23/07/18
9 17/08/20
10 23/09/20
[1] 1270076 1
I am using the following
2006 Aug 23
2
Rename folder bug dovecot-1.0RC6 ?
Dear All
can someone confirm this bug please ?
I am using Thunderbird 1.07, TB 1.5.0.4, Horde/IMP webmail as test clients,
all running on FC4.
Server is 1.0RC6 on CentOS 4 with maildir-sep set to ';'
To reproduce:
In your favourite mail client:
1. Create a top-level mail folder "atest"
2. Rename "atest" to "atest-extra" (basically
2007 Mar 24
2
Two Problems while trying to aggregate a dataframe
Hello!
Given is an Excel-Sheet with actually 11,000 rows and 9 columns. I want
to work with the data in R. The contents are similar to my following
example.
I have a list with ID-number, personal name and two kinds of
loan-values. I want to aggregate the list, that for each person only one
row remains and where the loan-values are added.
First I tried some commands with tapply but had no
2006 Mar 26
5
[ win32utils-Bugs-3924 ] Segmentation fault under Windows
Bugs item #3924, was opened at 26/03/2006 22:12
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=3924&group_id=85
Category: win32-taskscheduler
Group: Code
Status: Open
Resolution: None
Priority: 3
Submitted By: David FAROI (dfaroi)
Assigned to: Nobody (None)
Summary: Segmentation fault under Windows
Initial Comment:
I''m trying to make
2009 Mar 26
3
Know who's logged in
Hi all,
For those of you people that use Agents (with Agentlogin, not
AgentCallbackLogin) on a call center, I have this need: when the agent
logs in, a channel keeps running all the time that the agent is logged
in to receive the incoming calls. How do I know which agent logged in
(code)? Right now, if I query the login channel, there is no information
about which agent is logged on:
#
2003 May 14
18
Channel banks
I need a good reliable source for channel banks. Ebay is nice but too
many variations of quality. I need one that can do 8 FXO and 16 FxS
does anyone have a particular model, other than adtran that they can
recommend???
And if possible include a source to buy from...
Thanks in advance,
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Jan 05
1
Identifying the Originating Cisco SIP Gateway
I have several Cisco SIP gateways sending calls to Asterisk. Because the
gateways don't have user-agents, they don't authenticate with Asterisk. And
because they don't authenticate, they use the default context in the
sip.conf file.
Is there a way to either:
A) identify the inbound gateway with a variable, in channel info, or the
manager interface? If there was a ${SIPDOMAIN} for
2007 Feb 19
2
sip to sip ?
hi all
i've just setup an * box and want to test voip calling, initially from
sip user to sip user...
local sip users can call each other, no issues.
problem arises when i try and call a remote sip account, my * box
always returns "SIP/2.0 404 Not Found"
any ideas ?
2024 Jun 09
1
Format
On 2024-06-09 4:39 p.m., Val wrote:
> HI all,
>
> My
> I am trying to convert character date (mm/dd/yy) to YYYY-mm-dd date
> format in one of the columns of my data file.
>
> The first few lines of the data file looks like as follow
>
> head(Atest,10);dim(Atest)
> ddate
> 1 19/08/21
> 2 30/04/18
Those aren't legal months in the first entry.
2008 Mar 27
2
Calling users to the external domain using Asterisk
Hi All,
I am a newbie to Asterisk. Presently I am working with Asterisk 1.4.17
and using it to make SIP calls.
I have a configuration of Asterisk which serves the users in a
particular domain, say internal.com
I would like to make a SIP call from bob at internal.com to
charles at external.com
I have added the following lines in extensions.conf
exten =>
2009 Dec 27
1
gWidgets / RGtk2 - how to change a handler from a toolbar?
I want to assign a default handler to a toolbar button and change the
handler later.
The addhandlerclicked() method does not apply to a gAction Object, I
think...
defHandler <- function(h, ...) print("default")
w <- gwindow()
aTest <- gaction(label="Test", icon="open", handler=defHandler)
tblList = list( test = aTest )
toolBar = gtoolbar(tblList,
2020 Mar 14
2
congested/busy on trunk?
greetings asterisk users :)
ive just deployed version 17 and migrated as best I can to pjsip. I can
receive calls, and get to my mailbox prompt, however placing calls seems
impossible with the following error on dial:
Connected to Asterisk GIT-master-0cde95ec89 currently running on dunkel (pid = 517890)
dunkel*CLI>
dunkel*CLI>
== Setting global variable 'SIPDOMAIN' to
2012 Sep 18
2
problem with vignettes when S4 classes in packages overlap
( A similar problem is also reported by Sebastian P. Luque with
library(maptools)
library(trip)
in the vignette as below ).
I am writing a vignette which loads RMySQL and RPostgreSQL. This
produces the warning:
Loading required package: DBI
Warning in .simpleDuplicateClass(def, prev) :
A specification for class ?dbObjectId? in package ?RPostgreSQL? seems
equivalent to one from package
2013 Nov 08
1
Different output from lm() and lmPerm lmp() if categorical variables are included in the analysis
I've found a problem when using
categorical variables in lmp() from package lmPerm
According to help(lmp): "This function will behave identically to lm()
if the following parameters are set: perm="", seq=TRUE,
center=FALSE.")
But not in the case of including categorical variables:
require(lmPerm)
set.seed(42)
testx1 <- rnorm(100,10,5)
testx2 <-
2006 May 02
8
Zapata Telephony interface and torisa module error
Looking at my log file I found the following error:
May 2 12:00:45 debian kernel: Zapata Telephony Interface Registered on major 196
May 2 12:00:45 debian kernel: No ISA tormenta card found at d0000
May 2 12:00:45 debian kernel: Zapata Telephony Interface Unloaded
May 2 12:00:45 debian insmod: /lib/modules/2.4.20-8smp/misc/torisa.o: init_module: Input/output error
May 2 12:00:45 debian