Displaying 20 results from an estimated 300 matches similar to: "register => 2345:password@sip_proxy doesn't care about port"
2010 Mar 19
2
register => 2345:password@sip_proxy/1234
sip.conf.sample:
;register => 2345:password at sip_proxy/1234
;
; Register 2345 at sip provider 'sip_proxy'. Calls from this provider
; connect to local extension 1234 in extensions.conf, default context,
; unless you configure a [sip_proxy] section below, and configure a
; context.
sip.conf:
[general]
context=default
allowoverlap=no
udpbindaddr=0.0.0.0
tcpenable=no
2012 Oct 24
1
Getting 8139cp (1.3) and 8139too (0.9.28) on Centos 5.8
Subject says it all.
How can I get the 1.3 version and 0.9.28
to compile on CentOS 5.8 ???
When I compile the two as modules I get errors.
My Makefile is:
obj-m += 8139cp.o 8139too.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
The errors I get are:
Entering directory
2008 Mar 31
2
alsa 1.016 compile error on latest kernel centos 5.1
Hi all,
I need to compile alsa-project 1.0.16 on the latest centos 5.1 kernel.
I am getting this error. What to do... ?
CC
[M] /home/silentm/MessageNet/alsa-project/alsa-driver-1.0.16/acore/sound_oss.o
CC
[M] /home/silentm/MessageNet/alsa-project/alsa-driver-1.0.16/acore/info_oss.o
In file included
from
2008 Apr 11
1
odd error compiling zaptel-1.4.10
CC [M]
/home/silentm/MessageNet/digium/zaptel-1.4.10/kernel/wcte12xp/vpmadt032.o
CC [M]
/home/silentm/MessageNet/digium/zaptel-1.4.10/kernel/wcte12xp/GpakApi.o
CC [M]
/home/silentm/MessageNet/digium/zaptel-1.4.10/kernel/wcte12xp/../voicebus.o
LD [M]
/home/silentm/MessageNet/digium/zaptel-1.4.10/kernel/wcte12xp/wcte12xp.o
2007 Jun 18
3
How to config SIP blind transfer in extension.conf
I want to setup a blind transer for auto forwarding to SIP peer.
I have context forwarding looks like this in extension.conf
[forwarding]
...
exten => 511,1,Dial(SIP/sip_proxy-out)
...
This will do the re-invite, which is attendance transfer maybe.
But I want a blind transfer by REFER method. How can I do that?
I know that the transfer() function may be able to do that. But I don't
know
2005 Jul 01
2
Sip.conf problems
Hi,
I have been trying to configure my Asterisk to use a Sip provider for
out and incoming calls.
I only have one user and password for connect to my sip provider.
My sip.conf is:
[general]
;disallow=gsm
;allow=ulaw
port = 5060 ; Port to bind to
bindaddr = 0.0.0.0 ; Address to bind to
context = default ; Default for incoming calls
callerid=No
2015 Jun 08
3
Peer unreachable after IP change
Hi list!
Another day, another problem...
I'm checking with Nagios my Asterisk at home, and since yesterday I noticed
that, after my IP changes (Deutsche Telekom drop the DSL-line every 24 hours,
so that I have a new IP every day), the peer of an VoIP-provider I use is
UNREACHABLE.
Yesterday I though it was a problem on the line, but today is the same, so I
think it is something other...
2015 May 31
2
Signaling incoming call
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Guenther Boelter <gboelter at gmail.com> schrieb:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> On 05/31/2015 02:31 PM, Luca Bertoncello wrote:
> > Hi list!
> >
> > Now all works as expected, at least in the simulation I did with
> > AsteriskNOW. Hopefully it will work later, when Deutsche Telekom
2020 Jun 13
4
Voice "broken" during calls
Hi!
I have a Asterisk installation to manage my phones at home (provider is
Deutsche Telekom).
It works, but very often the voice is "broken"...
Yesterday during a call it was very difficult to understand what my
partner sayd...
It can NOT be a problem of other downloads/uploads, since in that moment
there were no ones...
I already had the problem in the past, solved it enabling the
2005 Jul 23
1
Outgoing SIP Problems with Asterisk and SER on same PC
Hello fellow asterisk people!
I have Asterisk listening on port 5061 and SER on port 5060.
Asterisk is configured as a gateway for ISDN/Analog/H323 and also SIP.
My problems are with SIP. I can make incoming calls from SIP to asterisk
and to any of the other networks, but when I try to make an outgoing
call from Asterisk to SER I see the following in Asterisk:
-- Executing
2003 Oct 31
1
Problems with SIP
I'm new to Asterisk, but, Managed to get it working for outound calls from
my ATA --> Asterisk --> Cisco 2620 using SIP. However, I'm having problems
with Inbound calls from the Cisco.. Cisco 2620 --> Asterisk --> ATA .. In
fact, voice mail won't even work..
This is a snippet of what I'm getting when I try to call the ATA
-- Executing
2015 May 28
4
Peer is UNREACHABLE
Kevin Larsen <kevin.larsen at pioneerballoon.com> schrieb:
> The phone you gave your wife is really old. Are you sure it supports SIP
> OPTIONS? Can you make a call in or out to it? If you can, it is more
> likely that it just doesn't support that and you can't use a qualify
> statement.
No, I'm not sure.
And no, I can't make any call, right now... At least,
2006 Oct 25
3
Quintum DX as gateway to PSTN for Asterisk
Hello,
I try configuring Quintum DX gateway as link to PSTN for *. Now, I can dial number which is connect to Quintum, and call is diverted to *. I don't know what I should set, if I want call from SIP_phone registred in Asterisk to PSTN via Quitnum. I set in sip.conf account for Quintum
[sip_proxy-out]
type=peer
outboundproxy=QUINTUM_IP
, and changed extensions.conf. When
2006 Apr 01
2
Newbie question - sip.conf incoming contexts
Hello!
I've been struggling with the documentation for months on this simple
subject...
I still have not been able to get this concept down...
I have 3 sip accounts (PSTN DID's) that come into my asterisk box
and give me phone service from my itsp via SIP.
I for the life of me have not been able to figure out how to get them to
come in to 3 seperate contexts!
This must be simple but I
2020 Jun 13
2
Voice "broken" during calls
Am 13.06.2020 um 18:06 schrieb Michael Keuter:
> So the call used Alaw as Codec.
Yes, so seems it to be...
It should has the better quality... But the calls done using my mobile
phone in VoIP with the Asterisk have better quality as the calls done
using the normal VoIP-telefon...
I'm really puzzled...
Luca Bertoncello
(lucabert at lucabert.de)
2015 May 28
3
Peer is UNREACHABLE
Darryl Moore <darryl at moores.ca> schrieb:
> Ahh. Seen that before! That suggests to me that you don't have your
> sip.conf records setup right.
>
> What's your sip.conf look like?
Well, here what I wrote in my sip.conf:
register => 00493511111111:MYSECRET at pbxluca/00493511111111
register => 00493512222222:MYSECRET at pbxfax/00493512222222
register =>
2019 Dec 03
4
Delay on speak with Asterisk
Hi list!
I'm using Asterisk 13.14.1 from Debian 9 repositories.
The provider is Deutsche Telekom und Messagenet (just for receive).
I can call and receive calls, but I have a little problem: there is a
"delay" of about 1-1,5 seconds between the time the voice is sent and
the time when the voice is received, so that it happens very often that
the peer does not get my voice and try
2015 May 28
4
Peer is UNREACHABLE
Hi list!
I have a problem and I hope someone can help me...
I configured an Asterisk on a VM to serve more accounts and act as a proxy to
other SIP-providers.
The first account running on my phone works without any problem.
A second account, running on the phone of my wife, is always UNREACHABLE.
I can just see in the log:
[May 28 21:48:46] NOTICE[3646]: chan_sip.c:22933 sip_poke_noanswer: Peer
2015 Jun 13
3
Asterisk and Deutsche Telekom
jg <webaccounts173 at jgoettgens.de> schrieb:
> It doesn't really depend on your sip.conf and Asterisk. Your gateway/router
> will be the major problem. My summer project will be to look at session
Are you sure?
Right now I'm using an italian SIP-Provider (Messagenet), configured in my
sip.conf and I can receive calls without any problem...
So, I don't think, I have to
2004 Jul 18
4
Cisco 7960 SIP V6 and IBM A30P Fedora Asterisk
Hi All
Total noob on the list so all help appreciated....
I've successfully installed Asterisk on an IBM A30P Thinkpad using fedora Core 2 (I'm looking at having a mobile PBX for conferences and shows).
I've plugged in two Cisco 7960 phones....
The phones register with the Asterisk correctly and I can run the demo's and even the AIX demo through to digium works correctly.......