Displaying 20 results from an estimated 600 matches similar to: "CVS Broke my sound output"
2003 Oct 13
1
out going calls
I am not having any luck placing out going calls
I dial the number 08 82420173 ( our outside line )
But all I get is engaged signal and log this.
Oct 14 08:40:14 DEBUG[16401]: File pbx_wilcalu.c, Line 65 (autodial):
Entered Wil-Calu fd=20
Oct 14 08:40:14 DEBUG[8201]: File chan_sip.c, Line 657 (create_addr):
Setting NAT on RTP to 0
Oct 14 08:40:14 DEBUG[8201]: File chan_sip.c, Line 548
2003 Sep 22
1
Can't get simple config working!
Hi all.
I'm trying to get a simple configuration working so I can later expand it to
something more interesting.
I'm using kphone to call an extension on the * server. When I try to connect,
I get this error:
DEBUG[81926]: File chan_sip.c, Line 3562 (check_user): Setting NAT on RTP to 0
DEBUG[81926]: File chan_sip.c, Line 527 (__sip_ack): Stopping retransmission
on
2005 Jun 30
0
Sipura 3k answers then immediate busy signal
I have a sipura 3000 that I am using just to send calls to my mac asterisk
server. When you call the phone it rings, answers, and then goes right to a
busy signal. Any ideas?
Thanks for your help!
Jane
At the console in verbose mode I get:
*CLI> DEBUG[8501248]: File chan_sip.c, Line 663 (create_addr): Setting NAT
on RTP to 0
DEBUG[8501248]: File chan_sip.c, Line 554 (__sip_ack): Stopping
2003 Nov 06
0
SIP nat not working with budgetone (long)
I've been looking at how our budgetone's have been failing and have found the following:
A quick layout --
Latest CVS as of tonight.
Sip phone behind NAT.
* server with public IP address.
-------from sip.conf for my phone:
[1747xxxxxxx]
username=xxxxx
secret=xxxxx
host=dynamic
type=friend
nat=yes
-------
-------from the * log messages
Nov 6 01:50:07 DEBUG[4101]: File chan_sip.c,
2003 Oct 23
6
Problems with * and IAXTel/FWD
Hi all
I've been trying to make * work with IAXtel to no avail, all seems ok in
the config but am not getting anywhere
This is what I'm getting from console (user/pass/dest # changed for
obvious reasons):
DEBUG[1133735216]: File chan_sip.c, Line 3841 (check_user): Setting NAT
on RTP to 0
DEBUG[1133735216]: File chan_sip.c, Line 4891 (handle_request): Check
for res for phone1
2003 Jun 18
0
MP3Player and Ringing (long)
[I'm reposting this to the asterisk-users list, since it seems to be a
bit more active.]
Hello,
I started messing with Asterisk few days ago, so my overall knoledge
about it is still fairy superficial.
I think I found an issue with MP3Player; it can be reproducted with this
extension:
exten => 6001,1,Answer
exten => 6001,2,Background(blahblah)
exten => 6001,3,Ringing
exten =>
2003 Jun 27
1
PHP Web interface testing and RFC
OK let’s start out with this.
I’m not a pro GUI designer… ?
Now that that’s done. Welcome to OpenConf. At least that what we
call it now.
To config an * file click on the filename to the left. For my example
use extension.conf.
Now you’ll have a FULL text editor and a parsed list of all the
[sections] in the extensions.conf file on your left. On the right you
will find any numbered var’s
2017 Nov 09
2
Postlogin script
Hi,
I would like to prepare postlogin a script that allow imap connection to
roundcube for all but restrict imap access for selected users.
My question is that:
Is possible in condition IF use IP addresses as range or with mask (because
I've more than one web servers) ?
My script:
#!/bin/sh
if [ "$IP" = "172.11.0.28" ] ; then
printf "* [ALERT] Access allowed from
2017 Nov 10
1
Postlogin script
Thx, prips works as I expected, gr8 tool, not available in Gentoo repository
but after compilation Dovecot doing what I wanted.
Regards,
Jack
2017-11-09 21:19 GMT+01:00 Gedalya <gedalya at gedalya.net>:
> A bit clunky but perhaps you could find another command.
>
> https://packages.debian.org/stretch/netmask
>
> $ IP=172.11.0.28
> $ if [ "$(netmask -n $IP/24)"
2017 Nov 09
0
Postlogin script
A bit clunky but perhaps you could find another command.
https://packages.debian.org/stretch/netmask
$ IP=172.11.0.28
$ if [ "$(netmask -n $IP/24)" == "???? 172.11.0.0/24" ]; then echo OK; fi
OK
$ IP=172.12.0.11
$ if [ "$(netmask -n $IP/24)" == "???? 172.11.0.0/24" ]; then echo OK; fi
$
Range:
https://packages.debian.org/stretch/prips
$ IP=172.11.0.28
$
2018 Jul 27
0
Imap post-login script
Dovecot v.2.2.32 and I have configured two imap post-login scripts and it
seems like after successfully login scripts are not closed
(dovecot_node/imap imap-postlogin : multiple processes are running still)
and after some times there are too many processes
and the limit is reached (imap proces_limit 1500):
1)
#!/bin/sh
case $IP in
10.10.1[1-2][0-7].*) exec "$@" ;;
2004 Jan 13
2
Asterisk and Festival (* dies with no info)
Hello,
I have Asterisk running on a RH9 box; Everything seems to be working as it
should, except for Festival. Every time that Festival is called from
Asterisk, Asterisk silently shuts down. Festival doesn't give any error
indication and Asterisk just plain dies without a peep.
Festival was installed per the Wiki, using source and patched with
festival-1.4.3-diff; it works fine at the
2003 Sep 03
8
Asterisk Jitters
Hi,
Every time I dial into my asterisk box i hear nothing but asterisk
jittering.
The following is an example of what I get on the asterisk CLI
Thanks
*CLI> DEBUG[81926]: File chan_sip.c, Line 3826 (check_user): Setting NAT
on RTP
to 0
DEBUG[81926]: File chan_sip.c, Line 4807 (handle_request): Check for res
DEBUG[81926]: File chan_sip.c, Line 952 (find_user): Call from user
2005 Mar 03
0
RE: Getting phpconfig to work?
Hi,
When I do click on the phpconfig.php link from
http://ip-of-machine/phpconfig/, it returns a page with the actual
contents of that file (phpconfig.php) and doesn't load the page. See some
of the output below;
<?PHP
/**
*
* Asterisk configuration file interface script
*
*
*
*
*
* phpconfig:,v 1.0 2003/07/03 17:19:37
* Authors: Dave Packham <dave.packham@utah.edu>
*
2003 Nov 17
1
ISDN debugging and SIP dial-in issue]
(I have some problems with my mailing-list alias, I hope this
doesn't get sent twice)
On Sat, Nov 15, 2003 at 04:35:20PM +0100, Philipp von Klitzing wrote:
Thank you for your comments Philipp:
> > - with a SIP phone configured as 192.168.1.190, and with its SIP
> > server being 192.168.1.190
>
> That doesn't look right. Do you have another "SIP
2005 Mar 03
1
RE: Getting phpconfig to work?
Hi,
When I do click on the phpconfig.php link from
http://ip-of-machine/phpconfig/, it returns a page with the actual
contents of that file (phpconfig.php) and doesn't load the page. See some
of the output below;
<?PHP
/**
*
* Asterisk configuration file interface script
*
*
*
*
*
* phpconfig:,v 1.0 2003/07/03 17:19:37
* Authors: Dave Packham <dave.packham@utah.edu>
*
2005 Mar 03
0
RE: Getting phpconfig to work?
Hi,
Does phpconfig require a particular php package installed? I have
php4-4.3.10_1 installed on my box. Does this have an effect?
What do I need to change in terms of ownership and permissions to files
located in the phpconfig directory? At the moment I have,
drwxr-xr-x 4 root wheel 512 Mar 3 13:09 .
drwxr-xr-x 8 root wheel 512 Mar 3 12:15 ..
drwxr-xr-x 2 root wheel 512 Feb 24
2004 Jul 08
0
Problem SIP no audio just noise
I'm trying to call from XLite phone to PSTN
(I've tried this from internet and from local network the same)
The Xlite doesn't write that it is connected but receives excelent audio.
At the other end comes only noise. Some times only for a second you can
here the
caller voice , but this was only one time :)
I saw with ethereal that UDP packets are coming and going to the
asterisk
2006 Apr 11
1
Double redirect
I have two before_filters for my application that both redirect. The
first checks whether there is an active session and if so, whether it
has timed out (a la the recipes book). This is run from
ApplicationController. The second filter is in use throughout most of
the app and checks to see whether the user has the correct credentials
to view the controller. This is run from individual
2003 Sep 11
10
phpconfig is out in CVS
I have put my phpconfig stuff out into the Digium CVS tree.
Project name is
phpconfig.
see it at
http://rads.netcom.utah.edu/phpconfig/phpconfig.php
Lemme know if you have any patches or add on's are welcome
Dave Packham
aka
p0lar