Displaying 20 results from an estimated 2000 matches similar to: "Campon feature"
2006 Apr 05
5
Dial Plan Logic Problem
Hi
I can't for the life of me work out why this is not
working. When in the campon contect if you hit a DTMF
key 2 you get moved to the exten => 2 defined in the
mainmenu context not the exten => 2 defined in the
campon context. What is wrong? The same happens if you
hit key 1.
[campon]
exten => _*1XXX,1,Answer
exten => _*1XXX,2,SetCallerID(${CALLERIDNUM})
exten =>
2004 Aug 02
1
Performance of queues
Hi,
A potential customer would like to be able to do this: If a call comes in
for an employee who is on the phone, allow the front-desk to push the caller
in a queue directly to the employee. Now, this is easily done by using
queues, but I am curious: What is the performance impact on a system if
_every_ employee (phone) has their own queue. How scalable is that in
comparison to
2009 Jan 29
9
Callback / Camp / Extention Free notify?
Hi,
I am trying to implement the callback feature of our old phone system.
This feature may go by a different name in asterisk?
It worked as follows. If phone A called phone B and it was BUSY, you
press a button to enable a callback.
User A is free to continue work or make other calls.
What this meant is that when both phones became free, phone A would
ring, on answer it would call phone B
2003 Jun 24
1
Distinctive Ring Macro Example
I use the following macro for my extensions. It only works with Zap
channels and assumes that any Caller*ID number that is 4 digits is an
internal call and all other calls are external calls.
Use like this: exten => 1234,1,Macro(std-exten,Zap/4,20)
[macro-std-exten]
;
; Caller*ID is 4 digits (internal call)
;
exten => s/_XXXX,1,Dial(${ARG1}r2,${ARG2})
exten =>
2004 Oct 05
1
loggedoff extension - why does * say "is on the phone"
Hi,
I have following one-line macro extension:
------------------------
[macro-oneline]
;
; Standard extension macro (with call forwarding):
; ${ARG1} - Device(s) to ring
;
#exten => s,1,AGI(misterhouse.agi,"CallerID")
exten => s,1,NoOp
exten => s,2,DBget(temp=CFIM/${MACRO_EXTEN}) ; Get CFIM key, if not
existing, goto 103
exten => s,3,Dial(Local/${temp}@default/n) ;
2007 Jan 23
1
DB_DELETE Function in 1.4
Does anyone know what application I should place this function in? For
example with the DB function I currently do something like this to add
an entry to the asterisk database:
exten => s,n,Set(DB(AGENT/${MACRO_EXTEN:1})=${CALLERID(num)})
To delete the entries I do something like this:
exten => s,n,DBDel(AGENT/${MACRO_EXTEN:1})
DBDel is marked as deprecated in favor of the DB_DELETE
2003 Jul 03
3
Using switch =>
hello,
I have a test setup with 2 asterisk servers, each having a one snom 100
via sip using it. I`m experimenting on how trunking between them would
work. I have them setup for RSA authentication which I plan to use in
the future.
So I`ve setup the keys and servers seem authenticate to each other. One
is named phila and other hurricane.
Here is what I see on phila:
-- Registered
2009 Nov 11
1
Unable to execute
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091111/2b828eff/attachment.htm
-------------- next part --------------
Hello. I am trying to execute an fax reception script and i am getting the following:
[Nov 11 08:40:52] WARNING[12800]: app_system.c:88 system_exec_helper: Unable to execute '/var/lib/asterisk/scripts/mailfax ""
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.
2006 Jan 04
1
RxFax : Change FAX Resolution
Hello all,
Can this be done ?
Would setting the variable FAXRESOLUTION to a appropriate value affect
this change ?
> http://www.asteriskguru.com/tutorials/rxfax.html
Variables connected with the application
LOCALSTATIONID - used by to application to identify itself to the remote end
LOCALHEADERINFO - used to generate a header line on each page
REMOTESTATIONID - set by the application, the
2003 Nov 20
2
Voicemail just hanging up...
Has anyone had any problems with the voicemail app in the last weeks cvs?
I was using a checkout from 10-31 and everything worked fine, but the last
few days I get a hangup right after it calls the voicemail app. No sound,
just an immediate disconnect. Nothing has changed in my extensions.conf,
etc.
Here is what I have in extensions.conf:
[macro-oneline]
exten => s,1,Dial(${ARG1},20,tr)
2011 Feb 18
2
no progress indication
I am integrating a new server (Asterisk 1.8.2.3, DAHDI 2.4.0) with VOIP
only trunks, and this server only has soft phones.
When I dial an extension and the phone is not registered, I don't get any
ring or progress indications, and eventually the Dial() times out and
drops into voicemail (as expected).
CLI output:
-- Executing [s at macro-StdExten:6] Dial("IAX2/barneveld-2036",
2004 Dec 11
2
help with detecting fax.
I have Spandsp working fine. Asterisk sees a fax on the zap port and redirects the call to the fax-in area.
This works if I have a simple dialing rules that goes answers first and waits 10 secs then goes to the next item. If it hears a fax it goes to the right place. Here is a sample that works.
[incoming]
exten => 2019,1,Goto(test,s,1)
[test]
exten => s,1,answer
exten => s,2,wait(5)
2008 Feb 15
8
Connecting a Rolm CBX to Asterisk via T1?
Hi all,
So I'm trying to work on this complex fax server setup, and part of it involves connecting my asterisk server to my Rolm CBX switch, via a T1 line. I plan on using Asterisk simply as a T1-PRI Bridge to IAXmodem (which in turn, activates HylaFax+ to handle the faxing). So far, though, I don't think I'm getting 100% of the way there. When dialing the fax extension from my
2006 Jan 26
4
extension to extension dialing
Sorry for all the newbie questions. I really appreciate everyone's help
today.
Okay I've got outgoing and incoming calls working with no echo. yay! Now
I'm having an issue with SIP extension to extension calling. Any time I
dial another extension it goes right into voice mail. My
extensions.conf is pretty small and rough but, here's what I have right
now. Most of it was taken
2006 Dec 17
5
BLF on GXP2000
I am trying to set up the BLF on a GXP2000.
Currently what I have is
extensions.conf:
[globals]
polycom430=SIP/101
[internal]
exten => 101,1,Macro(voicemail,${polycom430})
[macro-voicemail]
exten => s,1,Dial(${ARG1},10,tT)
exten => s,2,VoiceMail(u${MACRO_EXTEN}@default )
exten => s,102,VoiceMail(b${MACRO_EXTEN}@default)
[ext-local-custom]
exten => 101,hint,${polycom430}
2007 Mar 11
4
Problem configuring voice conference
Hey!
I am trying to configure the voice onference with
MeetMe application for my internal users. I have my
server and 4 clients on same LAN and following is my
extensions.conf file:
[globals]
Ahsen=SIP/222
Tahami=SIP/444
Uzair=SIP/333
Wasif=SIP/555
[internal]
exten => 1234,1,Macro(voicemail,${Ahsen})
exten => 4321,1,Macro(voicemail,${Uzair})
exten => 5678,1,Macro(voicemail,${Tahami})
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
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
2004 Sep 28
1
Looking for whoever wrote cdr_mysql
I don't completely understand this.. Lemme try it out..
[default]
exten => 1112223333,1,Macro(happy-did)
[macro-happy-did]
exten => s,1,Goto(${MACRO_EXTEN},1)
exten => _XXXXXXXXXX,1,NoOp(Normal "s" exten stuff here)
So when this is ran it will cut the cdr and the s will show the actual
DID not the s correct? But then the NoOp would be something like:
....