Displaying 20 results from an estimated 1000 matches similar to: "where I can find some learning book about asterisk?"
2004 Dec 24
3
Registration failure with debug
can anybody identify why the CLI is issuing a failure message
while debug shows everything is fine????
this makes no sense to me.
also, why is the username being updated? this has got to be wrong
from CLI
-- SIP Seeding '52221' at 52221@192.168.70.26:5060 for 3600
-- SIP Seeding '52221' at 52221@192.168.70.26:5060 for 3600
Dec 24 12:16:35 NOTICE[15776]:
2004 Dec 21
2
Poor Grammar or is this a bug
from the asterisk messages log:
Registration from '<sip:40852@192.168.70.2>' failed for '192.168.70.25'
the only place I can see extension 40852 linked to the ip is in the
phone's configuration.
sip.conf
[40852]
;for a grandstream bt100
musicclass=homeline
pedantic=yes
accountcode = 40852
amaflags = billing
;callgroup =
callerid = 40852 <40852>
canreinvite = no
2004 Dec 21
2
sip seeding vs registration
does anybody have an idea what the difference and significance
of sip seeding and registration is.
g
Regards
Greg Cirino
___________________________________
Cirelle Enterprises Inc.
603-425-2221
www.cirelle.com Web Application Development & Design
www.cirelle.net ProSpeed High Speed Dial-up - 6 Times Faster
www.cedata.com Web, FTP, Email Hosting Services
www.mlsbot.com NNEREN MLS IDX
2004 Dec 17
2
erroneous errors - registration fails for grandstream phones
Has anybody seen this behaviour?
sip conf is stored in mysql database in 2 tables
ast_config for static (general) key/values
sip_buddies for sip extension detail.
database on the same machine as asterisk
Grandstream phones (I happen to have 2) register with asterisk
via sip with accounts and passwords successfully for a variable
period of time. Then after a while, i get errors which appear to
2004 Dec 10
2
BT100 how to pickup a parked call
Does anyone know why the bt100 cannot park and pickup
a parked call?
attendant announces the call is parked at extension 701
but the call cannot be retrieved by any other phone.
also, the bt100 constantly rings when the phone is
hung up after parking.
anyone experienced this?
using the basic features.conf
[general]
parkext => 700 ; What ext. to dial to park
parkpos =>
2004 Dec 23
1
Can't Make Outgoing Call
Hi,
I can't get dial-out working. I'm trying to call 523936. Is there
something wrong with my setup here? Could someone please give me a few
pointers?
Regards,
Norman Zhang
[fwd-out]
exten => _8.,1,SetCallerID(${FWDUSERID})
exten => _8.,2,SetCIDName(${FWDUSERNAME})
exten => _8.,3,Dial(SIP/${EXTEN}@fwd,70)
exten => _8.,4,Macro(fastbusy)
exten => _8.,5,Hangup
*CLI>
2004 Dec 23
0
Registration Failure Directly related to realtime
Apparently, the realtime system in asterisk is faulty.
Implementing realtime, begins a host of seeding messages
along with registration messages visible at the CLI prompt.
This is not the case with .conf file configuration
Unfortunately, it is not clear where the bug originates
but is shows it's head while calling the register_verify
function, (which there are 2 one in chan_sip.c and one in
2004 Dec 22
0
Phone Registration Failure Test
If anyone is experiencing this type of registration error:
Registration from '<sip:40852@192.168.70.2>' failed for '192.168.70.25'
try adding the following line to your modules.conf file
noload => app_adsiprog.so
This error is clearly asterisk trying to register with the phone
and not the other way around.
the app_adsiprog.so is only used to download adsi scripts to a
2015 Feb 17
1
[RFC] expand options of btrfs-set-seeding
Hi Rich,
Currently we had btrfs-set-seeding for btrfstune.
But btrfstune had more options:
usage: btrfstune [options] device
-S value positive value will enable seeding, zero to disable, negative is not allowed
-r enable extended inode refs
-x enable skinny metadata extent refs
-f force to clear flags, make sure that you are aware of the dangers
If I want to add more options for
2010 Aug 22
1
Handle RAWSXP in inspect.c:typename()
Hi all
I had written a gdb macro to dump the string representation of an SEXPREC
type when I realised everything I needed was in inspect.c already in the
typename() function. However, the typename function doesnt handle the RAWSXP
type, so if possible, could the following patch be applied (I've just put in
inline as it is a trivial 1-liner)?
Index: src/main/inspect.c
2016 May 03
2
StreamLocal forwarding
Hi,
The code definitely attempts to unlink any old listener
beforehand (see misc.c:unix_listener()) so I don't understand why
that isn't being called. You might try simulating your configuration
using sshd's -T and -C to make sure the flag is correctly being set.
Could chroot be interfering? Some platforms implement additional
restrictions on devices and sockets inside chroot.
-d
2001 Jan 10
1
SSH2/1 Failure when using bash shell, other shells work
Got a strange problem here. We have OpenSSH 2.3.0p1 running on a variety of
machines and on one particular Redhat 6.2 machine(all patches applied) we
run into a situation where it will not allow us to start a shell when using
bash or bash2. csh and others work fine.
One note...if I enable PermitRootLogin, the user root IS allowed to login
with bash. This is very strange. I'm guessing it
2015 Feb 27
1
Re: [PATCH 2/4] New API: btrfstune_S_disable
On Sat, Feb 21, 2015 at 08:23:19PM +0800, Chen Hanxiao wrote:
> Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
> ---
> daemon/btrfs.c | 26 ++++++++++++++++++++++++++
> generator/actions.ml | 18 ++++++++++++++++++
> src/MAX_PROC_NR | 2 +-
> 3 files changed, 45 insertions(+), 1 deletion(-)
>
> diff --git a/daemon/btrfs.c b/daemon/btrfs.c
>
2000 Sep 14
5
ListenAddress option.
How do I compile OpenSSH so that I can use:
ListenAddress 0.0.0.0
in my sshd_config file ?
Currently I get:
[root at dark openssh-2.2.0p1]# sshd -d
debug: sshd version OpenSSH_2.2.0p1
debug: Seeding random number generator
debug: read DSA private key done
debug: Seeding random number generator
error: getnameinfo failed
fatal: Cannot bind any address.
if I try to use "ListenAddress
2004 Dec 22
2
Why use 'Answer'?
Why is it that newcomers always feel like inserting 'Answer' is a
necessary step in their extension.conf entries?
>[voiptalk.org]
>;forwards any calls starting with an "8" thru voiptalk.org
>exten => _8.,1,Answer
>exten => _8.,3,SetCIDNum(55555555)
>exten => _8.,4,SetCIDName(My Name And Surname)
>exten => _8.,5,Dial(SIP/${EXTEN:1}@voiptalk.org,,g)
2020 Aug 25
2
accessing foreign AD users to NT domain
Rowland penny via samba ha scritto il 24/08/20 alle 17:39:
> [...]
> As far as I am aware, SMBv1 is still readily available on Win7, but from
> Samba 4.11.0, it is now disabled on Samba, so if you must use SMBv1, you
> will need to set:
>
> client min protocol = NT1
>
> server min protocol = NT1
>
> in smb.conf
ok, the samba server I'm using as test has
2000 May 12
2
Error: Permission denied, please try again.
Greetings: I hope it is okay to post this here. I have RedHat 6.1 on
Intel. I believe I followed the instructions correctly.
Everything seemed to compile without errors but when I try to log in I get
the above error - any advice? I've poked through the FAQ and man pages with
no luck.
Thanks for any and all replies,
Mike
[root at ghana openssh-2.1.0]# ssh -v -l mweaver ghana
SSH Version
2016 Apr 23
2
StreamLocal forwarding
Hi folks,
(3rd time I am sending this message, none of the other appear to have
made it through!)
Using "OpenSSH_6.9p1 Ubuntu-2ubuntu0.1, OpenSSL 1.0.2d 9 Jul 2015" on
the server, "OpenSSH_7.2p2, OpenSSL 1.0.2g 1 Mar 2016" on the client.
I am trying to use sshtunnel with StreamLocal forwarding to enable me
to connect back to the client's ssh port, without having to
2001 Feb 13
1
scp not found - OpenSSH 2.3.0p1 on slack 7
hi,
let me start by saying ive tried everything i can think of with the --with-default-path configure flag.
USER_PATH in config.h is correctly getting the value of this flag.
i am installing to the default locations (user binaries to /usr/local/bin).
ssh works fine, (after i did the LIBS=-lcrypt thing) but now, no matter what i do, i get "sh: scp: command not found" whenever i try to
2004 Dec 20
4
Asterisk Fails To Start on Reboot Mysql
Apparently asterisk cannot reboot gracefully (unattended)
when using realtime....
MySQL RealTime: Failed to connect database server asterisk on 127.0.0.1.
Check debug for more info.
WARNING[3763]: MySQL RealTime: Couldn't establish connection. Check debug.
Since asterisk starts before mysql it will never start
any workaround for this?
g
Regards
Greg Cirino