Displaying 20 results from an estimated 4000 matches similar to: "SER and Asterisk authentication"
2005 Jan 28
0
asterisk call flow diagrams for ser voicemail combo
Hi everybody,
I am trying to make up call flow diagrams for for a setup which
include ser as a sip proxy/registrar and asteriks as a voicemail
server.
Is my sequence correct?:
UA 1 send an invite to SER. SER forwards this invite to UA2. UA2
sends back a sends back a 100 trying and 180 ringing message. SER
forwards these. However UA2 doesnt answer the phone,so what happens
then?...is there a
2020 Oct 25
0
chan_sip doesn't authenticate on INVITE from a Dial() command
On Sunday 25 October 2020 at 16:27:00, Antony Stone wrote:
> Hi.
>
> I'm trying to get Asterisk 13 to authenticate when it sends an INVITE, and
> for some reason it's simply not doing it.
I've made a bit of progress - I can now get it to authenticate, although it's
still not dialling on to the correct number.
> I've even resorted to reading the source code
2020 Oct 25
2
chan_sip doesn't authenticate on INVITE from a Dial() command
Hi.
I'm trying to get Asterisk 13 to authenticate when it sends an INVITE, and for
some reason it's simply not doing it.
I've even resorted to reading the source code to try and work out what I'm
doing wrong...
In channels/chan_sip.c I find:
* SIP Dial string syntax:
* SIP/devicename
* or SIP/username at domain (SIP uri)
* or
2005 May 09
0
SIP and MD5 passwords.
I'm getting myself very confused over SIP and authentication.
I'm using Grandstream phones with Asterisk.
If I have something like this:
[102]
username=102
secret=hello
restofconfig
Then authentication works fine.
However both the following cases seem to fail.
[102]
username=johnblogs
authuser=johnblogs
secret=hello
restofconfig
or
[102]
username=102
md5secret=longmd5digest
2020 Oct 27
1
Bug in Dial() string processing
Hi.
I've discovered a bug in the Dial() string processing (for Asterisk 13.14.1 at
least).
According to the documentation in channels/chan_sip.c the Dial() string syntax
is:
* SIP/devicename
* or SIP/username at domain (SIP uri)
* or SIP/username[:password[:md5secret[:authname[:transport]]]]@host[:port]
* or SIP/devicename/extension
* or SIP/devicename/extension/IPorHost
* or
2005 Aug 31
0
canreinvite=no being ignored?
Am I reading the data below incorrectly, or does it appear that even
though I have the directive canreinvite=no set for the two asterisk
boxes, they are trying to do a reinvite (which fails) anyway?
Is this expected behaviour in this situation? If so, how can I prevent
this?
---- Lots of output ----
Using CVS Head from 2005-08-28, I have two asterisk boxen, one (box A)
has a sip ua (2608)
2004 Dec 28
0
Packet flow in relaying from SER to Asterisk
Hi,
I know the following is mostly the issue of SER and I already posted the
same content to SER User list. Just for more input, I posted it to this
list. Sorry for the cross post for some people.
I've set up SER for UA to UA call.
I'm thinking of setting up SER to relay to Asterisk PBX to use conference
call and voicemail of Asterisk.
I will employ this system for client connection
2005 Feb 24
0
Question of SER to Asterisk to PSTN
Dear ALL:
My scenario lists below:
Assume: UA1 with sip id "1011"
And dial number to PSTN is "0939749xxx"
There is no modification rule at my CISCO.
(It will not change any dialed number)
UA1 ==> SER ==> UA2
(SIP to SIP)
UA1 ==> SER ==> Asterisk ==> CISCO 5300 ==>
2005 Aug 17
0
Asterisk (multiple) + Ser
I have several Asterisk servers installed and one SER server which will
act as a gateway to PSTN, en redirect server.
I was thinking to implement it the following way:
- Register all the * servers at SER (is this neccessary?) -> this works
via register=>asterisk:password@serbox in sip.conf
- Setup aliases in SER for the telephonenumbers to the appropiate *
server: serctl alias add
2006 Jan 30
0
re: help with redirect from SER
hello all,
i have a problem, and i'm tearing my hair out...any assistance is
appreciated. I am trying to redirect from SER to Asterisk, both on the same
machine. In 1.09 I didnt need to set up a peer for SER, just
autocreatepeer=yes, and rewritehostport from SER as below, and asterisk
accepted the requests without a problem. When I updated to 1.23 requests
from SER to asterisk die quietly, no
2005 Feb 08
1
SER Interaction: Agents and Extensions
Hey gang,
I'm trying to work out all possible scenarios using SER & Asterisk in our
upcomming deployment. The example scenario is 50 different customers, all
with different numbers of SIP UAs. All UAs would register with SER; This
will help keep any inter-office conversations off our bandwidth since SER
doesn't handle the RTP stream.
Calls from PSTN to UA are easy to handle.
2005 Aug 08
1
Call forward & SER as SIP router
Hi,
I'm trying to transfer an incoming call from the PSTN to another PSTN number through a SER - Asterisk system. SER doing only routing..
pstn call-> SER -> asterisk (call forward) -> SER -> pstn
Logic for SER: If something comes from the pstn, send it to asterisk. If something comes from asterisk, send it to the pstn.
Every time I am getting a "Got SIP response 481
2005 Aug 29
1
SER NAT any additional requirement
Hello
i am trying to use this exmple with SER-0.9.3
but still NATED Clients are not working any other
requirement
http://www.voip-info.org/tiki-index.php?page=SER+example+NAThelper
-----------------------------------------------------------
# $Id: ser.cfg,v 1.21 2003/06/04 13:47:36 jiri Exp $
#
# simple quick-start config script
#
# ----------- global configuration parameters
2005 Jun 04
2
chan_sip + MD5 encryption: WARNING Format for authentication entry is user[:secret]@realm
Hi all!
So far I've always used plaintext passwords for SIP, but now I've decided
to use MD5 encryption.
For each client I edited its section as follows, then:
auth=md5
md5secret=hashed_passwd
;secret=plaintext_passwd
where hashed_passwd is the output of
echo -n "user:realm:plaintext_passwd" | md5sum
When the first SIP clients registers with Asterisk after a "sip
2005 Sep 03
0
DNS SRV and new Asterisk install
Heya,
Just wondering if anyone has deployed a DNS SRV example that I can call to
test my new asterisk install? Just want to listen to an IVR or recorded
message to test I can call test@test.com or whatever. Can't find one on
google :(
Cheers,
Chris.
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.18/89 - Release Date:
2004 Dec 09
0
Ser + Asterisk & DMZ
Hi all
I am in this strange situation: we had ser configured to relay calls to
numbers to asterisk extensions and all used to work nicely, with both ser and
asterisk running on the same machine with public ip (ser on port 5060 and *
on 5061). We had to move temporarily our server to another provider which put
our server on a dmz, so that now we have our server with private ip but
reachable from
2005 Mar 06
1
SER -> Asterisk voicemail on busy/unavailable. Anyone did it? (googling says NO)
Hello all! I googled lists.digium.com and ser mailing list, but did
not find any working configuration of asterisk used as voicemail for
SER. This is my config
if (uri==myself) {
if (method=="REGISTER") {
save("location");
log (1, "Registered\n");
break;
};
2005 Mar 16
1
Re: [Serusers] ser+asterisk - security
Do some reading about contexts in *. Basically, you want all "public" sip requests to land in a dialplan context that has no access to PSTN, and requests from your own SER box(es) to land in another context (that DOES have access to PSTN).
You can achieve this by adding an entry to your sip.conf for your SER box with it's IP address (and context) specified.
----- Original
2004 Jun 25
1
SER and NAT
I have a really simple question about a fairly complex problem:
I have a Cisco 7960 behind a NAT. I have an Asterisk server behind
a different NAT. I have a SER server (with rtpproxy installed) on a
public IP adress. I've opened ports with static NAT to * and the
Cisco. Without using SER, I can register the phone to *, I can complete
calls, I just can't move audio. Reading the
2005 Feb 11
0
Asterisk as a UAC forwarded by SER
Hi everybody,
I have a SER Server (Sip Proxy / REGISTRAR) and a Asterisk Server (PSTN and other services). I've got some clients that make calls to each other through my SER Server, that's to say, non external or international calls. I would like my clients to make external and international calls through my server but for that they must authenticate at another server to have a valid