Displaying 20 results from an estimated 2000 matches similar to: "better handling of calls forwarded by SIP phones"
2005 May 16
1
Dial plan - does not stop after first match
My dial plan seems to work great - in that when I call extensions 1234
it connects to 1234. Strangely, after the call terminates (the other
side hangs up first), Asterisk continues in the same context and then
matches to extensions _. which causes an invalid extension error!
Why does asterisk not leave the context (called internalmenu) after the
remote hangup? Instead, it continues to the
2007 Mar 21
7
polycom random reboots
Hi,
At one location we have a user whose Polycom IP430 suffers from erratic
reboots. We swapped his phone for a brand new one, but the problem
remains.
Has anyone seen that?
2009 Jan 21
4
integration with Microsoft CRM?
Hi,
How hard is it to integrate asterisk with Microsoft CRM?
Thanks for any suggestions, pointers, etc.
2004 Oct 05
0
loggedoff extension - why does * say "isonthephone"
I think you will find the functionality you are looking for is in * already.
Here is an excerpt from the sample extensions.conf file that is included with
the source:
exten => s,1,Dial(${ARG2},20) ; Ring the
interface, 20 seconds maximum
exten => s,2,Goto(s-${DIALSTATUS},1) ; Jump based on status
(NOANSWER,BUSY,CHANUNAVAIL,CONGESTION,ANSWER)
exten
2009 Jul 16
0
Struggling with Macros and "s" Extension
Hi all,
I'm sure this has been done before but I just can't figure it out.
On my * box I have a simple IVR:
[tolc_menu] ; Welcome and information to callers
exten => s,1,Answer()
exten => s,n,Wait(2)
exten => s,n,Background(welcome-to-tolc) ; Say Hello
exten => s,n,Wait(1)
exten => s,n(tryagain),Background(enter-ext-of-person&or) ; Enter
extension number if known, or
2008 Jul 29
0
Fallback on a fallback
I have two sites running Asterisk PBX. Normally the inbound calls go
through a 3rd (colocated) server and are routed via IAX to the site
(the site registers with the main server)
I created a macro that tries to ring one location and then another.
Each site explicitly Answer() the call even though it will only ring
all the sip phones at the relevant location. When fall back is in
effect it goes to
2003 Jul 01
3
picking up a ringing extension
Hello,
We are using asterisk 0.4.0 on debian sid with Cisco 7960 and ATA186
phones.
All sip entries have:
callgroup=1
pickupgroup=1
However I am unable to remotely pickup a ringing phone using *8#. I get
fast busy tone. Is there some flag to add in extensions.conf ?
Thanks in advance,
2007 Jul 20
2
priorityjumping not working, Dial goes to n+1 not n+101
Priorityjumping is totally ignored by my asterisk (tested 1.4.4 and
1.4.7.1 on FreeBSD 6.2)
[general]
priorityjumping=yes
With n+101:
exten => 1337,1,Dial(SIP/zytek,5,Ttj)
exten => 1337,102,Dial(SIP/zytek,${RINGTIME},${OPTIONS})
exten => 1337,n,Hangup
-- Executing [1337 at firma:1] Dial("SIP/113-087a3000", "SIP/zytek|5|Ttj") in new stack
-- Called zytek
2004 Dec 18
0
Monitor entry not working... please help
Hello, and I'm glad to be a member of this list. Perhaps an enlighted
person can help me.
An entry in my extensions.conf has:
[macro-stdexten]
exten => s,1,Dial(${ARG1},20)
exten => s,2,Goto(s-${DIALSTATUS},1)
exten => s-ANSWER,1,Wait(1)
exten => s-ANSWER,2,Monitor(wav,record)
exten => s-NOANSWER,1,Voicemail(u${MACRO_EXTEN})
exten => s-NOANSWER,2,Goto(default,s,1)
exten
2007 Jul 13
3
Macro: s-NOANSWER, _s-.
Hi List;
I have this example for Macro and I am not able to
understand some line, if any one can help me plz :)-
[macro-voicemail]
exten => s,1,Dial(${ARG1},20)
exten => s,2,Goto(s-${DIALSTATUS},1)
exten => s-NOANSWER,1,Voicemail(u${MACRO_EXTEN})
exten => s-NOANSWER,2,Goto(incoming,s,1)
exten => s-BUSY,1,Voicemail(b${MACRO_EXTEN})
exten => s-BUSY,2,Goto(incoming,s,1)
exten
2007 Mar 18
3
how can I use rsync between 2 accounts?
Hi,
I have 2 linux accounts on different machines (same login, same password).
Can you please tell me how I use rsync directories between 2 accounts?
Thank you.
2009 Jul 20
1
callforward with asterisk-gui.problem with stdexten
Hello, i am trying to enable call forwarding on asterisk 1.6 with
asterisk-gui
If i set my stdexten as follows (with the lines i marked) everything seems
like working.
But if i make any change on asterisk-gui and apply it.. it recreates the
macro-stdexten and deletes my configuration regarding to it.
So where should i add my call-forward configuration???
Where am i making a mistake??
2006 Jan 06
1
Problem with integrating ISDN PBX using NT mode
Hi,
I'm just in the process of replacing a crappy Siemens PBX with a new and
shiny Asterisk system. To connect Legacy equipment I hooked up a small
ISDN PBX (DeTeWe OpenCom 36) to one port on a Junghanns.net quadBRI
card. That port is configured for NT Point to Multipoint
(Mehrgeraeteanschluss) mode. Now I can place calls from the ISDN PBX to
the other Asterisk extensions but the other way
2006 Feb 07
1
MFC/R2 in Brazil
I don?t know if the last message was with content. So, I sent again. I have
installed a Digium card TE210P and unicall for use MFC/R2. I think that it?s
all right but I can?t make and receive calls. I?m using asterisk 2.1 with
the patch made by Jos? P. Leit?o and the follow libs:
libsupertone-0.0.2
libunicall-0.0.3
libmfcr2-0.0.3
zaptel 2.1
My number is 34318300. The Telco send me only 8300.
2019 Jan 09
2
Switched from Asterisk 1.8 to 13 - CDR ringtime now always zero (Joshua C. Colp)
Regarding this I've read the specs linked to in detail, but I can find no mention anywhere of any change that implies or states that no ring time will be recorded anymore in Asterisk 13 and that all times in start and answer columns will now be equal for all calls.
Can this be because I nowhere use the Answer() application in my dialplan when dialing out?
-----Original Message-----
From:
2009 Jul 17
2
How do I create an IVR/Dial Group that works properly?
Hi all,
I am trying to understand how I can get a simple IVR scenario to work
properly (having already removed most of my hair...).
The basic requirement is as follows:
* Caller arrives at our main number
* Caller is greeted and then told they can enter an extension number, if
known, or wait and their call will be connected to an available rep.
* The IVR then dials a group of extensions (if
2009 Jun 28
0
Recommendation / doubt about building of dialplan
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all!
Now that I have a little more time, I was debugging my dialplan and it
was of the following way:
- -------------------------------------------------------------------------
; DGB - 20090615
[macro-dial]
exten => s,1,Dial(${ARG1},15)
exten => s,n,Goto(s-${DIALSTATUS},1)
exten => s-NOANSWER,1,Voicemail(${MACRO_EXTEN}@voicemail,u)
2007 Aug 28
1
calls being forwarded to neighbor?? please help, thx :)
hi ppl :D
my configuration is as follows, i run (let's call it machine 2) debian etch 4.0 and asterisk 1.2,
i use voiceone (www.voiceone.it) as an interface to manage asterisk, I have a
grandstream/handytone 486 as a sip device, no PSTN line or anything like that all SIP only. I have
a machine (machine 1), which functions as my router and machine 2 and sip device are behind it,
grandstream box
2010 Feb 20
1
Error redirecting an incoming call of a SIP provider to a local extension
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all!
I am trying to redirect to a local extension the incoming calls that I
receive to an account which I have in iptel.org, but when receiving I'm
obtaining this error:
alderamin*CLI>
-- Executing [300 at from-internal:1] Dial("SIP/danib-089f8820",
"SIP/300|30|tTrm") in new stack
[Feb 19 19:22:50] WARNING[19254]:
2007 Jan 19
1
Red: Sip Phone CID
Here is what I have in my extensions.conf file now. Trustrcid and
sendrcid are turned to "yes" in the conf file.
I'm not fully sure how the SIPCalledRPID works though. The example I
found seems to try and provide the stuff automatically (id and name),
but does the SIPPEER stuff even exist?
I think this is probably the right track though. Any insight would be
much appreciated.