Displaying 20 results from an estimated 1000 matches similar to: "Forward from SER to asterisk can't hang up"
2005 Sep 02
0
SER+ASTERISK voicemail
Hello,
I set SER as sip proxy and ASTERISK as voicemail
server (ARA) and serweb as TUI (telephone user
interface) .
Serweb
|
Ua-------ser-------asterisk voicemail
| |
Mysql DB
I add user agents with address sip:name@domain +
aliases sip:123@domain where 123 is mailbox
I can forward voice messages to Asterisk with "failure
route" for
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;
};
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 May 09
1
Asterisk + SER and NAT
Hi,
We are testing a SIP solution * + ser solution for a large implementation.
All the clients are nated.
When a client is dialing outside the domain (to a FWD sip account for
example) all is perfect ! ;-)
But ,when a call is done to a sip account, the client is ringing, then the
caller can hear the nated client very well, but the nated client does'nt
hear anything. RTP issue no ?
I've
2004 Jan 15
1
SER & Asterisk
Hi,
I'm trying to bundle the powers of Asterisk and SER.
Asterisk for pabx functionalities and termination to landline/PSTN, and
SER as SIP Gateway/Proxy.
With my current configuration the SIP user just adds 0 as a prefix to a
number, and the call will go out to PSTN over Asterisk.
For this to work I added the rewritehostport() function in SER to
point to the Asterisk IP (different from the
2005 Feb 14
2
FW: SER Asterisk Voicemail
Any more ideas on my below mail? If a user is registered with SER and
leaves a voicemail message with asterisk (by using rewritehostport
etc in ser.cfg), then how is the user supposed to listen to the
message afterwards? Is there any other way other than the MWI method??
Thnaksm
Aisling.
---- Original Message ----
From: ashling.odriscoll@cit.ie
To: asterisk-users@lists.digium.com
Subject: FW:
2005 Mar 01
1
Some asterisk ser problems
I have some simple questions and i need your help guys.
I have ser server which working fine, between users.
I am trying to add some more features to the ser. Most important is the IVR.
I installed Asterisk and i am trying to register user in asterisk with no success.
Part of ser.cfg file where i am trying to redirect the call to the asterisk.
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
2005 Jul 12
0
Asterisk not accepting user input .. pls help !!
Hi guys,
I currently have a sip proxy server (sip express router) which
registers the sip phones. I need to add voice mail capability, i.e.
sip express router will forward all incoming calls to Asterisk if the
user does not pick up the call in 15 seconds.
The voicemail recording stops when the user hangs up. However, the
recording does not end if the user presses the # key, i.e. it is
ignoring
2006 Apr 11
2
Automatic 3 Way Call
Dear Group,
I'm working on a call recording solution and would like to have the ability to initiate a 3 way call based on an incoming call.
One party will be an AGI that I have other will be an outbound call via a second T1 interface.
Does anyone have a working configuration for an Asterisk initiated 3 way call?
Thanks and Regards
Shad Mortazavi
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 ==>
2006 Apr 14
1
asterisk or ser
Hello:
I noticed in few references that asterisk and ser and complementary.
Meaning asterisk handles connections to PSTN and voicemail but SER is better
for routing SIP traffic.
Is anyone using just asterisk for production purpose. Meaning serving a high
number of callers.
Is it mandatory to use SER behind asterisk?
your feedback would appreciated.
-Gaid
-------------- next part
2007 Jan 05
1
integrating with Asterisk and OpenSER for Voicemail
Hi Users,
I'm Setting UP the Voicemails by integrating with Asterisk and OpenSER,
After 32 sec or 6 ring, it has to go the Voicemail server of Asterisk,
In openser.cfg ........... is not hiiting the Asterisk server
............. ... any one help me ........
....
....
modparam("tm","fr_timer",6)
modparam("tm","fr_inv_timer",24)
2006 Feb 05
2
re: questions about sip requests to asterisk 1.2
hi all,
I keep asking the question and getting no replies, so i'll keep asking :-)
In asterisk 1.09, with autocreatepeer=yes, if i send asterisk a SIP request
from SER, specifically
rewritehostport("myIP:5070"); (asterisk running on port 5070) asterisk
picks up the request and matches it to the dialplan, i.e. if in ser i was
sending to 151@myServer, it will make it
2003 Jul 22
1
ssh-askpass keyboard grab problems
We're developing a security application (http://iscs.sourceforge.net)
that uses SSH for out-of-band management. Sometimes we want to use rsa
keys and other times we want to use user ids and passwords. We noticed
that there was not an OpenSSH API that we could use to pass the user's
password and that we could not give it via stdin. We did notice that we
could set SSH_ASKPASS and launch
2005 Mar 02
1
IVR setup problems
Hi guys still have the problem to setup the IVR correctly.
I am forwarding call from ser :
if (method == "INVITE") {
if (uri =~ "sip:1[0-9]{10}@*"){
log(1, "Forwarding to Asterisk\n");
rewritehostport("xxx.xxx.xxx.xxx:5061");
t_relay();
break;
}
}
inside sip.conf
2007 Mar 26
0
No Audio when integrating with openSER and Asterisk in the SAME LAN ,
Hello Users ,
I Posted to mailing list, No one is replying My issues,
My Issue is No Audio when Openser and Asterik integrated in Same LAN ,
When UAC are Behind the NAT, With out the Asterisk integration Behind the
NAT is working Fine.
SIP port and RTP ports are forwarded into router to OpenSER System only.
openser.cfg
listen=192.168.2.11
alias=sip.hyperion.com
# Invite Section
if ( method==
2009 Apr 13
0
opensips and asterisk canreinvite
Hi,
I'm using opensips as the registrar server for my users.
I am redirecting calls going out to pstn to my asterisk server.
call flow is basically:
ua --> opensips server --> * server --> sip gateway provider
if (uri=~"sip:00[0-9]*@sip\.myserver\.com") {
xlog("L_INFO", "Call to PSTN\n");
#strip(2);
#prefix("011");
2005 Sep 28
0
Problem redirecting to voicemail through a SIP proxy (Looks like a bug)
I'm having a problem redirecting to voicemail. This may be an asterisk bug
I'm not sure, can somebody confirm?
Network layout
GATEWAY - Asterisk 1.0.8-BRIstuffed-0.2.0-RC8h connected to a PRI line.
(Additionally patched with http://bugs.digium.com/view.php?id=2687)
PROXY - Ser version: ser 0.9.3 (i386/freebsd)
FEATURE - Asterisk 1.0.8-BRIstuffed-0.2.0-RC8h handling voicemail.
2005 Mar 03
0
Forward Call from Asterisk to SER
I have some problem to redirect the call from asterisk to ser.
1 thing i am redirecting call to asterisk and then on some extension i want to return the call to ser.
Receiving this error:
WARNING[23594]: chan_sip.c:6829 handle_response: Forbidden - wrong password on authentication for INVITE to '"Alex" <sip:xxxxxxx@xxx.xxx.xxx.xxx:5061>;tag=as55a3adbb'
--