Displaying 20 results from an estimated 110 matches similar to: "How to make this into a Macro?"
2006 Jun 13
3
Asterisk & Eyebeam chat function
Hi all,
Eyebeam has a sip-chat function and it would be nice if I would be
able to use it. But the problem is that I can't really find
information about it.
I can just try to send a message and on the Asterisk console a
message like this appears:
Jun 13 10:05:25 WARNING[6512]: chan_sip.c:7281 receive_message:
Received message to <sip:bla@voiphost> from "Bla
2006 Jun 04
2
Call-pickup function in Queue application
Hi All,
I need a function that I believe isn't available in Asterisk, but I
don't know if I'm correct about this.
I have a queue and I want agents that are in that queue to have the
ability to answer a call in the queue with calling an extention. For
example, if I'm an agent and my colleague forgot to logout I could
take the call when his phone is still ringing without
2006 Jun 01
2
Change g729 payload
Hi All,
I have a SIP provider that tells me that my RTP stream uses a
"20bytes payload in the g729 coded data". And they would like that we
change this to 30bytes (3 frames).
But maybe I'm wrong but isn't a certain payload just a standard for a
codec ?
And if I'm wrong, how can I change the payload for my g729 calls in
Asterisk.
Greetings,
Attilla
2006 Jun 04
2
Monitor application and e-mailing attachment
Hi all,
I'm trying to make a context that will monitor a call and when it's
completed it would e-mail the wav to a specified mail adres.
So I made a standard context that records a call, like this:
exten => _*31*00[1-9].,1,Setvar(CALLFILENAME=CALL-${EXTEN:4}-$
{TIMESTAMP})
exten => _*31*00[1-9].,2,Monitor(wav,${CALLFILENAME},m})
exten =>
2006 May 29
2
Memory-leak 1.2.7.1
Hi All,
First off all, this is my first mail to this mailing-list, so if I am
doing something wrong please tell me. And apologies for my english in
advance, it's not my native language.
Anyway, I have few machines running Asterisk 1.2.7.1. All machines but
one are Gentoo (other one is Debian). The problem is that Asterisk keeps
eating my memory.
Just random (mostly at night) all my free
2006 Apr 24
2
CallerID/variable setting.
Hey, all. I'm trying to set my CID such that, internally, I see a
four-digit extension (which is also handy when checking VM), but
externally, I see the full 10-digit number. So I plugged these lines into
my extensions.conf:
exten => _XXXXXXX,1,GotoIf($[ ${CALLERIDNUM} != 1625]?4:2)
exten => _XXXXXXX,2,Set(CALLERIDNUM=6031234${CALLERIDNUM:1})
exten =>
2006 May 23
3
Transfer extensions processing control to Manager
I'm developing an application that monitors the state of the incoming
calls using Manager events. So, as a part of it, I need to "override"
the control of the extensions by the dialplan itself. The problem is
that, if I don't declare the incoming extension, Asterisk hangs up the
call by default. So I want to know if there's some kind of
"ManagerControl() application
2009 Dec 14
1
meetme with review of the entered conference number
Hi there,
I'm using asterisk meetme function like:
exten => 9070,n,MeetMe(|dcM)
and everything works pretty well. But I would like to add a review of
the entered conference number before the user jumps into the conference.
Somthing like:
*:"Please enter the conference number followed by the hash key" (works)
U: 123456# (works)
*: "You are entering conference number
2003 Nov 06
1
asterisk + dual phone lines + cisco + backup
I have couple of questions about the following. Currently I have 2 phone lines going
into my house, and I would like to have both of those coming into asterisk. I also
want to have a backup asterisk, so here are the main questions (I am knew to this so
I apologize if I ask something stupid):
- Is there a dual FXO card available from digium or do I need 2 x single FXO (if this is
the case then
2006 Mar 15
2
Speeding up the dial of DTMF's in SIP channel
I'm dialing DTMF's in a SIP channel using the options:
[sip.conf]
dmtfmode=info
[extensions.conf]
exten => _XXXXXXX,1,Dial(SIP/gateway,,D(${EXTEN}))
(this is a custom SIP gateway, which receives the DTMF's sent from
softphones through Asterisk, and based on them, build the destination
PSTN number).
My problem is that Dial send the DTMF's to the SIP/gateway user at a
rate
2006 Jun 01
6
Asterisk: T1 hunt group setup
Hello everyone,
I'm sure someone had an experience arranging hunt-group setup for
incoming calls on T1 PRI channels of Digium TE110P card.
For instance, I have main DID channel associated with number (555) 222 0001.
And I have whole bunch of other DID channels on same T1 card like (555)
222 0090, (555) 222 0091, (555) 222 0093.
My goal is when a call comes to the main number which is
2010 Sep 06
1
MeetMe errorhandling
Hi Group,
i have a MeetMe Question.
I use "MeetMe(,Ms)" in the Dialplan and if a Conference Room does't exist Asterisk play (conf-invalid.slin)
If i use "MeetMe(${room},Ms)" (value from DTMF Read) and the Conference Room doesn't exist Asterisk don't play (conf-invalid.slin) and Asterisk Hangup the Call.
there is a solution for the kind my problem?
Thanx and
2010 Oct 26
3
Channel Bank ? Simple Switch Hangup?
I am trying to configure a channel bank with 24 ports of FXS., but appear to
be hitting a roadblock? This worked on v1.4.xx but now just get
"SimpleSwitch" and immediate=no/yes don't seem to make a difference?, no
matter if under top section, under channel, etc.
Chan_dahdi.conf:
[channels]
context=default
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
2006 May 10
2
Is there a way to not propagate a context included inside other context?
I've defined my dialplan as showed below. My internal lines are numbered
as 12345XX, and internal users can call another by the entire 7-digits
extension, or by just last 2 digits.
[invalid]
exten => _X.,1,Playback(pbx-invalid)
exten => _X.,2,Hangup()
[internal]
include => invalid
exten => _XX,1,Dial(SIP/12345${EXTEN}) ; Short alias for internal lines
exten =>
2011 Jan 13
1
Call hung up?
I currently have in extensions.conf:
exten => 106,1,Set(CALLFILENAME=${TIMESTAMP}_${CALLERID(num)})
exten => 106,n,Monitor(wav,${CALLFILENAME},m)
exten => 106,hint,SIP/106
exten => 106,Macro(stdexten,106,${HINT})
When I called x106 this was logged:
-- Executing [106 at voicemenu-custom-4:1] Set("DAHDI/7-1",
"CALLFILENAME=_xxxxxxx") in new stack
--
2010 Jan 06
1
Inquiry:How to define incoming route for sip?
Dear All
Can you please let me know how can I define incoming route to accept
incoming calls from an external sip server?
I have defined the following profile for my sip phone :
Under sip.conf :
---------------------
[osaka]
type=friend
context=sip-outgoing
host=192.168.0.139
disallow=all
allow=alaw
[6672019]
type=friend
context=sip-outgoing
canreinvite=no
host=dynamic
nat=no
Under
2005 Jan 11
5
asterisk-oh323 and outgoing call
Hello.
I'm try to set up asterisk for making outgoing calls with oh323 channel
driver version 0.7.1 with Asterisk CVS-1-01/09/05-01:41:37.
Our provider uses Mera MVTS softswitch and supports only H.323.
We don't use gatekeeper for connection but provider requires SOURCE PHONE
NUMBER for route out calls and I don't know how I can specify this
number.
Call with this string
exten
2007 May 03
2
SIP peer / Maximum retries exceeded on transmission
Hi Everyone,
I was hoping someone might know why I am experiencing a problem with
Asterisk logging the event:
[May 3 12:07:41] WARNING[30371] chan_sip.c: Maximum retries exceeded on transmission 03f007af2b15cd0b54b0c368265d97be@sip.externalprovider.com for seqno 669371069 (Critical Response)
This is happening after:
- call is setup, 2 way audio
- call can function correctly for up to 5
2005 Mar 16
19
IPSwitchBoard BETA
Hi all,
I have just published my last few weeks of hard work: IPSwitchBoard BETA.
Please let me know what you think and post comments on the Wiki.
http://www.voip-info.org/wiki-IPSwitchBoard+BETA
Thank you
2013 Apr 10
5
Setting a CDR field from using feature codes...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I am trying to set the CDR(userfield) to a certain vaule using the
application map of features.conf but I am not able to do it. When I
receive a call I would like to tag it with a client code (3 digit
numeric) so I can referenci it later from the CDR. I have edited
features.conf with something like:
code => #111,self,SET(CDR(userfield(111))
or