Displaying 20 results from an estimated 800 matches similar to: "TE405P Dropping Calls"
2006 Feb 19
2
Line Dropouts on E405P
Hi,
We have a Ericsson BP250 Phone system setup witht he following configuration
Telco <-> Asterisk E405P <-> BP250
The system seem to work perfectly on 1.0.9 for a very long time but there is some functionality we wanted to take advantage of in the 1.2 version branch so we upgraded.
Currently running
Asterisk 1.2.4
Zaptel 1.2.3 (noticed 1.2.4 is out will upgrade next
2006 Mar 07
5
MWI, SER and asterisk
I have my peers registered to SER.asterisk seems to be sending mwi for
the peers seen in the sip show peers CLI command. i have my ser server
registered with asterisk as a type=friend and all clients register to
ser.how do i get mwi to work for these clients registered to SER.
Thank you,
-AA
2005 Jun 15
0
Asterisk slow transferring calls
Hi,
Running Asterisk CVS-Head latest on a Dual P3 800 1Gb Ram.
For some odd reason now that I have the asterisk box almost to the stage
I want it, I hit a problem.
I have a te405p in the system, Zap/g1 is connected to the telco as an
ISDN 30, Zap/g4 is connected by ISDN Primary Rate to an Ericcson BP250
phone system.
When calls come in on g1 they go straight through instantaneously to the
2011 May 06
3
Configuring Voicemail in Asterisk 1.8
Hi All;
Already in the voicemail.conf file, I added the extension 500 and kindly find below my voicemail configuration:
[Internal]
0 => 1234,Gama Operator,Operator at gama.com
500 => 1234,Operator,Operator at gama.com
501 => 1234,Employer Name,employer_email at gama.com
502 => 1234,Employer Name,employer_email at gama.com
Asterisk version is 1.8 and currently I am getting this
2006 Mar 06
0
No ring when doing blind transfer.
Hi,
I have an odd problem when doing a blind transfer. The transfer is
intiated and the transferred caller hears nothing until the timeout. I
have tried setting the 'r' and the 'm' variables in the dial command.
Nothing happens when I use the 'r' variable when I use the 'm' variable
I briefly hear music on hold and then it stops until the timeout for no
answer
2011 May 07
0
asterisk-users Digest, Vol 82, Issue 27
Dear;
In the extensions. conf, I have the following:
exten => s-NOANSWER,1,Voicemail(u${MACRO_EXTEN}@Internal)
So, I am writing the arguements of the Voicemail ( ) wrong?
Regards
Bilal
> > Dear;
> >
> > Where I can find a new documentation for Asterisk
> 1.8?
> >
> > Where is the wrong in that line? I see it is as 1.8
> version !
> >
> >
2005 Feb 19
16
Snom phone hint exten question
Hi,
I am sorry to be asking this but the wiki is down and has been for a
couple of days and I need to get this working before Monday to get my
live system setup.
Trying to get the Snom 190's and soon to arrive 3com 3102's to use the
function keys and for the life of me I can't work it out from the
conversations on the archive what I am going exactly wrong here?
The snom 190 with
2006 Feb 22
3
Streaming Music On Hold
Ok, I'm tearing my hair out trying to get Asterisk moh streaming to work. After several hours jerking around with icecast and muse, I tried to point my asterisk system directly at two streams I know work.
This is what extensions.conf has:
[default]
mode=quietmp3
directory=/var/lib/asterisk/mohmp3
[stream2]
mode=custom
directory=/var/lib/asterisk/mohmp3-empty
2003 Jul 01
2
Unable to get SetMusicOnHold working...
Hello,
I'm trying to do something really easy : transfer a PSTN call to a H323
client. This works great. Now I'm trying to use the SetMusicOnHold
function. I din't find any doc about it, I've just seen some mails in
the list archive, but it still doesn't work.
That's my extension.conf :
[incoming]
exten => s,1,SetMusicOnHold,default
exten =>
2017 Jul 20
2
MoH via AGI broken after upgrade.
I recently upgraded Asterisk from 1.8.x to 13.x and am now finding that music on hold isn't working like it used to.
It seems that even though the correct MoH class is being set, the system still plays the "default" music.
All of my call handling is done with an AGI script. When a call is made, the AGI script sets the MoH class before dialing.
The log indicates that the correct
2007 Jun 11
5
change moh during a call?
Hello.
Is it possible to change the defined moh sound file within an extension?
I have:
exten => 18,1,Answer
exten => 18,n,Wait(3)
exten => 18,n,SetMusicOnHold(durchwahl)
exten => 18,n,Dial(SIP/118,15,m)
exten => 18,n,Hangup
Now i have the situation someone calls and my phone is ringing while moh
(durchwahl) is playing. When i pickup the call and press the hold button
during
2004 Nov 29
2
Variable substitution - How can I do Dial(${DIALSTRING}) where ${DIALSTRING} is 'SIP/201, 15, tT'?
I've been banging my head against a brick wall for the last hour and I'm
sure this is one of those easy to solve things - just that I can't see the
wood for the trees.
I'm trying to do:
-----------
[some-context]
Exten => s,1,Macro(dodial,'SIP/201,15,tT',123456,MOHClass)
[macro-dodial]
Exten => s,1,SetCallerID(${ARG2})
Exten => s,2,SetMusicOnHold(${ARG3})
Exten
2004 Jun 16
5
Failed to authenticate on INVITE
Hi,
I upgraded my two asterisk boxes today to the latest cvs (up from 5/3/04).
These two boxes talk to eachother via sip, not iax. Since the upgrade, I
get the error "Failed to authenticate on INVITE" trying to make calls to/from
either box. Removing the secret from each box's sip config seems to work but
is utterly braindead.
Has anyone seen this?
- Eric
2004 May 09
2
Help!! Music On Hold
I've been trying to play the default music on hold file, but no luck yet.
here is my configuration:
extensions.conf
[incoming]
exten => s,1,Dial,Zap/2|10
exten => s,2,Voicemail,u34
exten => s,102,Voicemail,b34
exten => 34,1,SetMusicOnHold,default
Musiconhold.conf
[classes]
default => quietmp3:/var/lib/asterisk/mohmp3
;loud => mp3:/var/lib/asterisk/mohmp3
;random =>
2006 Feb 23
1
Streaming Music On Hold - Reality Check
Thanks to this thread, we got it working too... but have a question...
Once this is setup... does it stream forever, or does the stream only
start when someone goes on hold/into a queue/etc?
If it streams forever, at 24k... it looks like over 7GB/month in
bandwidth... so we're not going to want to do that if a) it streams
constantly and b) my math is correct.
Thanks,
Doug
>
2009 Jul 23
5
Music on hold based on user
Hi
Guys I wonder if its possible to set a different MoH based on
groups, I mean if one of the Admin group put on hold the call play music
1, if another from Technical Support put on hold the call play music 3,
something like this
Admin - Music1
Contrallors - Music 2
Technical Support - Music 3
Thanks
--
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Mar 13
5
Newbie One-touch Recording: Does not work
I thought it was quite easy to implement but I cannot get one-touch
recording to work. Here are the changes what I did:
I restarted Asterisk after the change (because reload does not work for
changes in features.conf).
I press *1 on the Polycom IP600 phone to record a conversation but no
new wav file appear in /var/spool/asterisk/monitor or elsewhere.
Any suggestions?
Here is the console log:
2011 Apr 01
0
Incoming SRTP call not working with Bria iPhone Edition
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Everybody,
I am experiencing some troubles with my Bria iPhone Edition (v. 1.2.8
build 5312, on iOS 4.2.1 iPhone 3G) and Asterisk 1.8.3.2 + TLS/SRTP on
LAN (without NAT).
With 2 computer clients (Blink, one on Mac, one on Windows/Linux),9i can
have a very fine secure conversation in both directions.
When I want to do the same with my iPhone,
2004 Jan 25
2
Example of TDM20B
I am trying to find an example of how to set up my FXS Station Card in my
Asterisk.
I have (1) XP100P
I have (1) tdm20B (2 Port FXS)
Could someone tell me if this is correct?
/etc/zaptel.conf
fxsks=1
fxoks=2
fxoks=3
loadzone=us
defaultzone=us
/etc/asterisk/zapata.conf
[channels]
;
language=en
;
;X100P Port 1
context=inbound-analog
signalling=fxs_ks
usecallerid=yes
echocancel=yes
2007 May 01
3
using Playback() to play a random sound file
I've got a directory under /var/lib/asterisk/sounds which contains a
bunch of sound files. I would like to call the Playback command to
play the files, but I need it to select a file to play randomly. Is
there any way to do this?
~jay