Displaying 20 results from an estimated 4000 matches similar to: "snom 360 incorrect US indications"
2009 Jun 10
1
problem with transfer application (REFER)
I'm experiencing some problem using the transfer()
application,expecially when a call in received from a queue.
I'm using Asterisk 1.4.22.1
This is my scenario:
; this is the piece of code in extensions.conf that place the call in
the queue when 1111 is called
exten => 1111,1,Answer
exten => 1111,n,Queue(2000|t)
;this is the piece of code that calls the user test when 2222 is
2018 Mar 22
2
invite to conference by a call file
All the aforementioned techniques need change everytime on the dialplan. I
need the office secretary to edit a file (call file) and place it in a
particular folder in their windows PCs. this folder is the outgoing folder
of LINUX shared through samba in LAN. i need to make it as easy as
possible, please.
On Tue, Mar 20, 2018 at 5:41 PM, Frank Vanoni <mailinglist at linuxista.com>
wrote:
2006 Apr 12
1
Callback Agents and Dial 'g' option
I'm unable to get the Dial option 'g' to work with callback agents. The plan is
to use it so that I can redirect a customer to a menu so they can rate the call
they just had with the agent. However, when the agent hangs up the call does
not continue in the dialplan.
I login with the agent. Call joins the queue. The agent and call get
connected. The agent hangs up and the call
2004 Nov 25
1
Can't hear playtones?
Hello,
I would like the dialing party to know what happened to the call, since
asterisk doesn't relay a sip error back to the originating sip channel
(would be nice, a if (org_channel = sip && dst_channel = sip, relay error to
sip client) I want to set up audio feedback on the call status.
I've changed the county setting to NL in indications.conf and created this
test
2004 Apr 09
1
New Zealand indications.conf
Hi Vic,
I hit that same problem! My SIP phones would sound okay when I made
changes to indications.conf but incoming calls in to my TE410P had their
own thing going on!
Have a look at the zaptel source files, there's one called zonedata.c.
You'll see the au settings... replace what's there with this:
{ 1, "au", "Australia", { 400, 200, 400, 2000 },
{
{
2009 Sep 07
2
Echo and Playtones not working on SIP after upgrade
Hello list
I had the following echo-test extension on my Asterisk 1.2 setup.
exten => 1003,1,Wait(1)
exten => 1003,n,Playtones(!1050/1000)
exten => 1003,n,Wait(1)
exten => 1003,n,StopPlaytones
exten => 1003,n,Echo
exten => 1003,n,Hangup
After migrating my testing server to Asterisk 1.4, and a minor
extensions.conf update, everything works just fine. Except for the
Playtones
2004 May 29
4
PlayTones problem
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
I am having problems with the PlayTones application and VoIP softphones.
I have the following in my extensions.conf:
exten => 123,1,Answer
exten => 123,2,PlayTones(Busy)
exten => 123,3,Hangup
But when I connect with gnophone(IAX) or kphone(SIP) and dial 123 the call
just hangs up immediately.
I get the following on the console:
--
2009 May 27
1
Playtones Volume
I've researched my brains out on this, and can't find any answer. Is there
a way to adjust the level of the tones generated through the Playtones
command? I'm thinking that I may have been approaching this incorrectly by
targeting indications.conf since the tones are being called via the
Playtones application. My sense is that it's not possible due to the lack
of response from
2005 Aug 26
1
bridging sip to capi, no playtones back to caller
I've the following setup :
sip phone -> ser (auth and routing) -> asterisk with capi isdn
when I call a pstn number everything works fine, but I can't hear
anything till the called answer.
this is the output from a test call :
-- Executing Playtones("SIP/2.7.184.61-08152880", "dial") in new stack
-- Executing Dial("SIP/2.7.184.61-08152880",
2014 Oct 30
1
PlayTones not working
I?m trying to use Playtones to have a tone played periodically throughout
phone calls. Unfortunately, I can?t seem to get PlayTones to work. I never
hear the audio tones.
Here is the output on the Asterisk console.
-- Executing [19525553312 at proxy-dial:2] PlayTones("SIP/testphone-00000032",
"1400/500,2000/5000") in new stack
[2014-10-30 14:28:31] WARNING[23154]:
2014 Oct 31
1
PlayTones while in call
I?ve gotten PlayTones to work, however it stops playing the tones as soon as
the call is answered. I would like to use PlayTones during the call because
I want to have a tone/beep played in the background while call recording is
going on.
Anyone know a way to get PlayTones to work while call is in progress?
Alternatively, does anyone have a suggestion for playing the tone/beep for
recorded
2006 Mar 26
1
Snom 360 - Multiple Server BLF Indications
Hi,
This is a weird request, but does anyone have a Snom 360 monitoring
extensions for BLF on several Asterisk servers accross a network?
Alternatively, can anyone give me a pointer as to how to setup a Snom
360 to monitor an extension not on it's own server?
My scenario is that I have a main site which will have its own server
(for storage of call recording data etc because the remote
2007 Jan 18
2
Snom has dialtone after putting a person on hold
Hi List,
I cant seem to find the setting that changes this! You put a person on hold,
they are on hold like normal, but after a few seconds the phone will then
start having dialtone coming from the speakerphone, really weird!! Anyone
know how to fix this? I see where it could be nice, but in this case, we
just want them on hold is all, no dialtone! Any help would be great!
Thanks!
Ron
2003 Jul 22
2
enabling dtmf detection on zap channel?
Hi,
is there a way to enable dtmf detection on zap channels? I am trying to
pickup, play a ringtone and the dial out. I.e.
exten => s,1,Wait,1
exten => s,1,Answer
exten => s,2,Playtones(dial)
exten => s,3,DigitTimeout,5
exten => s,4,ResponseTimeout,10
exten => _X,1,StopPlaytones
exten => _X,2,Dial,Zap/g8/BYEXTENSION|10
2019 Jan 31
2
Dailplan with playtones
Hello I use this dial paln:
[o2-in]
exten => o2,1,Answer
exten => o2,n,Playback(hello-world)
exten => o2,n,Ringing
exten => o2,n,Dial(SIP/10&SIP/20&Local/s at no-op,25,rt)
exten => o2,n,Playtones(425/1000,0/4000)
exten => o2,n,Wait(30)
exten => o2,n,Hangup()
All is fine. Hello world is Playback and I hear a ring tone.
If I remove the Playback hello-world. No ring
2019 Jan 31
2
Dailplan with playtones
With softphone I mean linphone csipsimple or whatever.
How should a dialplan lokks like?
On 31.01.19 11:26, Antony Stone wrote:
> On Thursday 31 January 2019 at 10:59:01, basti wrote:
>
>> Hello I use this dial paln:
>>
>> [o2-in]
>> exten => o2,1,Answer
>> exten => o2,n,Playback(hello-world)
>> exten => o2,n,Ringing
>> exten =>
2004 Jul 25
1
how do I play congestion tone when Zap channels are full?
I read the wiki and looked at the examples, but I'm
still having problems. I have a Digium 4 port card
with POTS lines plugged into all four ports. How do I
play the congestion tone the the caller when they try
and dial out but all the lines are in use?
should something like this work?
[dial-trunklocal]
; Local calls
ignorepat => 9
exten => _9NXXXXXX,1,Dial(${TRUNK1}/${EXTEN:1})
exten
2004 May 18
2
registering in sipphone
for inbound calls, i can register
context = from-sipphone
register => 1747xxxxxxx:passwd@proxy01.sipphone.com
but how do i configure to make outbound calls to them?
exten => _1747XXXXXXX,1,GoTo(dial-sipphone,${EXTEN},1)
....
[dial-sipphone]
;
; SIP to sipphone.com
;
exten => _X.,1,Dial(SIP/${EXTEN}@??????)
^^^^^^
2009 Jun 13
1
Dial with r option doesn't use 'ring' tone as defined in indications.conf
Hi,
Just noticed Asterisk is not playing 'ring' tone as defined in
indications.conf when Dial command is used with 'r' option.
For example:
[test]
exten => 123,1,PlayTones(ring)
exten => 123,n,Wait(5)
exten => 123,n,Playback(demo-congrats)
exten => 123,n,Hangup()
exten => 321,1,Dail(LOCAL/123 at test/n,60,r)
When I now dial with a SIP phone - 123 I can hear nice
2009 Aug 18
1
Play Fake ring in phpagi
> I'm going blind searching - maybe you know?
>
> During the execution of a script I want to play fake ring to caller.
> Both of these examples complain of missing option:
>
> $agi->exec("Ringing");
> $agi->exec("Playtones ring");
>
> Notice: Undefined variable: options in
> /var/lib/asterisk/agi-bin/includes/phpagi.php on line 326