Displaying 20 results from an estimated 500 matches similar to: "Some asterisk ser problems"
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;
};
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)
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
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
2005 Jan 25
1
SER Prob
Hi all,
Hope somebody can help-I really am stumped as to why this won't work.
I realise that this isnt an Asterisk problem (Please dont bash me on
the list) and I have emailed the SER list but I havent received a
reply and maybe someone on this list can help...Once this problem is
solved I am going to use Asterisk for voicemail etc with SER (I have
it set up)
I currently have SER set up and
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 Jun 16
3
SER and Asterisk question
Dear All,
I am trying to make the phones always talk to each other (peer to peer)
using SER as a sip proxy, and incase the call is not answered we will
use the voicemail of asterisk and other feautures, I have done that
already, but in order to do so I found that I have to make the users
dial different exten numbers, here is an example:
user with exten 666 wants to call 999 .
666 dials 1999 and
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
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
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 15
1
Question regarding SER/Asterisk functionality
Hi all,
I'm currently looking for a VoIP platform to support the following features:
Caller ID
Call Waiting with caller ID
Call Hold/Retrieve
Three-way conference
Calling Line Identity Presentation
Call back last missed call
Last called number redial
User line locking/Call Barring (all current levels)
Itemised bill
Call Forward
Call Forward on No Reply
Call Forward on Busy
Call Forward
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 Feb 09
0
Asterisk and SIPphone won't cooperate
When attempting to call one of the example numbers, like 17474745000, I
only get "488 Not Acceptable Here". It works fine when I configure the
softphone (Xten X-Lite) to use sipphone's server directly. Am I missing
something? Here's my relevant config sections:
sip.conf:
in [general]:
register => 17472442457:mypassword@proxy01.sipphone.com
[sipphone]
type=friend
2005 Jun 29
1
Asterisk/SER/Call Manager
Hi all,
I have Asterisk talking to my call manager 4.0 with SIP trunk as mentioned
in the wiki. I also have SER talking to Asterisk. I need the SER talking
to my Call manager. The reason why CCM cannot talk to SER is because SER is
a on a public ip address, and CCM is on a private ip address.
The asterisk how ever has 2 nics, which talks to both and external. Is it
possible to allow
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
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 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
2006 Mar 10
0
Forward from SER to asterisk can't hang up
Hi All,
I have CentOS 4.2 with ser 0.9.6 and asterisk 1.2.4. Ser is listening on
5060 and asterisk on 5065.
The setup is that people use serweb to create an account and register a
phone. Their calls are routed from ser to asterisk and then inbound on
IAX2.
The server has a public and an internal interface. The real FQDN of the
server is nmibwksip3.nexusmgmt.com and it has cnames of pbx and
2004 Jan 20
1
Toll-Free Gateway Beta Test: freenum.org
The freenum.org beta continues to roll forward. If you have an Asterisk or SER SIP gateway/proxy, please see if you can make some sense of the examples below and install them in your system. Your users will hopefully be able to dial toll free numbers in various nations just like they dial regular numbers in those same country codes.
I'd like to get some additional people trying to make
Can call in but cannot call out (CHANUNAVAIL): TE410 + Asterisk 1.4.13 + Zaptel 1.4.6 + Libpri 1.4.2
2008 Feb 29
1
Can call in but cannot call out (CHANUNAVAIL): TE410 + Asterisk 1.4.13 + Zaptel 1.4.6 + Libpri 1.4.2
I encountered this strange problem which is I can call into Asterisk box
but I cannot call out.
I was successful before using exactly the same euroISDN line but with
TE110 and different versions of Asterisk.
This time, I am using:
. TE410
. Asterisk 1.4.13
. Zaptel 1.4.6
. Libpri 1.4.2
1) I put the following into extensions.conf to get to the outside line
exten => 0,1,Dial(Zap/1)
2)