Re: [asterisk-users] Tell apart between network disruption and asterisk restart via AMI

2012-10-19 Thread Jim Dickenson
>From AMI you can get uptime. If the uptime is short likely Asterisk restarted. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Oct 19, 2012, at 10:31 AM, Alex Villací­s Lasso wrote: > I have a program that connects to the Asterisk Manager Interface throug

[asterisk-users] Use of Sangoma D500

2012-10-17 Thread Jim Dickenson
Does anyone on the list have any experience with using a Sangoma D500 card with Asterisk to transcode G729? If you could mention pros and cons I would like to hear opinions. Thanks -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com

Re: [asterisk-users] Authentication: username and password, also to be from the LAN

2012-03-26 Thread Jim Dickenson
Is that now permit and deny are used for. To specify the acceptable IP address(es) the user can connect from? -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Mar 26, 2012, at 10:11 AM, bilal ghayyad wrote: > Hi All; > > Is it possible to restrict the authe

Re: [asterisk-users] Finish ChanSpy() when channel spied hangs up

2012-03-08 Thread Jim Dickenson
I had submitted a patch some time ago to add option s to chanspy. This would cause chanspy to exit once the specified change was not longer there. I do not know if it ever got into a released version as I use ABE. It was not in 1.6 but might be in 1.8. -- Jim Dickenson mailto:dicken

Re: [asterisk-users] Attempt to Originate between IAX2/xxxx and an application hangs until timeout in 1.8.8.1

2012-01-12 Thread Jim Dickenson
One good thing is now that you know what the problem is you should be able to work with zopier support and get them to fix zopier. They have been very responsive to a couple problems I have and I am running the free version. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com

Re: [asterisk-users] Problems with codec translation when using Monitor and MixMonitor

2012-01-12 Thread Jim Dickenson
no yes45 -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Jan 12, 2012, at 3:00 PM, Kevin P. Fleming wrote: > On 01/12/2012 11:57 AM, Daniel - Asterisk wrote: >> The simplest answer, I purchased one a

Re: [asterisk-users] Answering call from queue, then put back in queue?

2012-01-08 Thread Jim Dickenson
One way to deal with this is to have two queues. Give priority to the original queue callers land in. Once answered put the call in to the second queue. They will then be in the second queue in the order the agents answered the first queue. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http

Re: [asterisk-users] calling specific 1800-number not going through.

2012-01-05 Thread Jim Dickenson
It took 36 seconds for that number to answer when I called it and it looks like the call hung up after 32000 ms when you dialed via asterisk. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Jan 5, 2012, at 5:45 PM, Joseph wrote: > I have a strange problem. &g

Re: [asterisk-users] High verbose set at console effects the logger file "Full" - Why is that?

2011-12-30 Thread Jim Dickenson
-- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Dec 30, 2011, at 4:55 PM, Bruce B wrote: > > One can set the verbose level as well as the debug level. These control how > much log information is generated at all not where it is being written. > > W

Re: [asterisk-users] High verbose set at console effects the logger file "Full" - Why is that?

2011-12-30 Thread Jim Dickenson
well as the debug level. These control how much log information is generated at all not where it is being written. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Dec 30, 2011, at 3:24 PM, Bruce B wrote: > Okay, but I thought that the line "console =>"

Re: [asterisk-users] High verbose set at console effects the logger file "Full" - Why is that?

2011-12-30 Thread Jim Dickenson
If you want to stop stuff from going to the console you can use the command "logger mute" and console will not get output but log file will. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Dec 30, 2011, at 3:11 PM, Bruce B wrote: > Hi everyone, >

Re: [asterisk-users] how to listen on different sip port for a device?

2011-12-26 Thread Jim Dickenson
Why not use IAX trunk instead of SIP. This would make it very easy to talk between the two * systems. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Dec 26, 2011, at 4:07 PM, sean darcy wrote: > On 12/26/2011 05:43 PM, Yaroslav Panych wrote: >> 2011/12/26 s

Re: [asterisk-users] GOIP GSM to SIP Gateway?

2011-12-20 Thread Jim Dickenson
I would think it would be better to set a variable for each user and then have a single context with something like: _NXX,1,Dial(SIP/${WhatToUse}/${EXTEN}) Or something like this. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Dec 20, 2011, at 1:03 PM, John

Re: [asterisk-users] Play audio file for both Caller and Callee in a call

2011-12-15 Thread Jim Dickenson
EID} & ${CHANNEL} & ${CfMC_WhatToPlay} & ${CfMC_WhoHear}) exten => do_chanspy,n,Hangup() You need to issue an AMI packet for each leg of the call. Each leg will hear the same audio feed offset by however long it takes the packets to be processed. In general this is a few millisecond

Re: [asterisk-users] Play audio file for both Caller and Callee in a call

2011-12-15 Thread Jim Dickenson
You also use AMI to inject audio into the conversation using the ChanSpy application. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Dec 15, 2011, at 9:23 AM, Danny Nicholas wrote: > You can’t per se, but you can call an AGI using stream? > > From: aster

Re: [asterisk-users] AMI: anything to glue originate to events?

2011-11-17 Thread Jim Dickenson
. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Nov 17, 2011, at 12:02 PM, giovanni.v wrote: > On 17/11/2011 19.45, c.savinov...@itntelecom.com wrote: >> if it is what I think it is, I remember I had a similar situation a few >> years ago, and I ended up h

Re: [asterisk-users] 2 pbxes

2011-11-03 Thread Jim Dickenson
Yes. If you have two asterisk boxes running you can trunk them together and place calls from one to to the other. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Nov 3, 2011, at 11:36 AM, mattias wrote: > if i run let's say > 1 pbx running on my main linu

Re: [asterisk-users] permit -- deny not working

2011-10-11 Thread Jim Dickenson
I do not know if order is important but I always deny all then permit what I want to permit. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Oct 11, 2011, at 1:15 PM, hussein korbani wrote: > Hello, > > i am having an issue with the DENY permit thin

Re: [asterisk-users] Add SIP diversion header in originate from AMI?

2011-10-07 Thread Jim Dickenson
${CfMC_Use_CID} to get the value. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Oct 7, 2011, at 8:03 AM, Tobias Steen wrote: > Hello! > > I want to thank everyone who helped me out with tips for load balancing > asterisk machines in a cluster. > >

Re: [asterisk-users] Set (MONITOR_FILENAME=.................) for queuing recording calls

2011-09-28 Thread Jim Dickenson
end of call. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Sep 27, 2011, at 10:30 PM, Sam Govind wrote: > :P I'd this very similar situation/ project Carl - and guess what. The > filename is created before the call actually hits QUEUE application so the

Re: [asterisk-users] Question about Registrations

2011-09-23 Thread Jim Dickenson
One way of doing something when a peer registers is to use AMI to monitor events and when a register event occurs do what you want. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Sep 23, 2011, at 7:08 PM, Alex Balashov wrote: > On 09/23/2011 09:59 PM, CDR wr

Re: [asterisk-users] Connecting to a Taqua switch

2011-07-22 Thread Jim Dickenson
My provider has always sent the SIP control info from one IP and the media packets from another. As long as your firewall passes the data there should be no problem. I did not have to do anything special in my configuration. This is using ABE which is based on 1.4. -- Jim Dickenson

Re: [asterisk-users] DTMF issues still

2011-07-08 Thread Jim Dickenson
and as it was not I updated it. That fixed the problem. This system had worked before a dahdi update was applied. Bottom line make sure you have the most current firmware for your card. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Jul 8, 2011, at 2:49 PM, vmed

Re: [asterisk-users] Agent Login, Logout, Ready, Not Ready from the CTI application

2011-07-04 Thread Jim Dickenson
You need to use the AMI interface an deal with the events that are give to you. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Jul 4, 2011, at 4:36 PM, bilal ghayyad wrote: > Hi All; > > We know that agents can login and logout from the phone handset.

Re: [asterisk-users] chanspy spies on wrong channel

2011-07-02 Thread Jim Dickenson
The argument to chanspy is a pattern and not an exact match. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Jul 2, 2011, at 3:48 PM, steve casto wrote: > asterisk 1.4.32 have zapata.conf soft link to chan_dahdi.conf to use > flash operator panel < 2.0 &

Re: [asterisk-users] background audio for inbound leg

2011-06-17 Thread Jim Dickenson
The way I play a sound file into a bridged call is to use chanspy w option. I do this with an application that does AMI commands. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Jun 17, 2011, at 10:25 AM, Tom Browning wrote: > Is there an easy way to feed an au

Re: [asterisk-users] issues.asterisk.org/jira not working

2011-06-08 Thread Jim Dickenson
If I click on the link below, without jira, Safari goes to here: https://issues.asterisk.org/main_page.php And yes it works. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Jun 8, 2011, at 1:54 PM, Kevin P. Fleming wrote: > On 06/08/2011 02:27 PM, Andrew Lat

Re: [asterisk-users] issues.asterisk.org/jira not working

2011-06-08 Thread Jim Dickenson
I get this on my Mac: Safari can’t open the page. Safari can’t open the page “https://issues.asterisk.org/jira/browse/ASTERISK-17984” because Safari can’t establish a secure connection to the server “issues.asterisk.org”. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com

Re: [asterisk-users] Trying out a new version with sangoma card

2011-05-11 Thread Jim Dickenson
In asterisk CLI do "pri show spans". The fact the card is in RED alert means the hardware does not "see" the pri line connected to the card. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On May 11, 2011, at 6:55 PM, Nicolas Ross wrote: > L

Re: [asterisk-users] Trying out a new version with sangoma card

2011-05-09 Thread Jim Dickenson
Make sure the firmware on the card is latest. I had a problem, not like your, and flashing the card to the latest firmware resolved it. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On May 9, 2011, at 6:11 AM, Nicolas Ross wrote: > Hi ! > > We curently have

Re: [asterisk-users] HA Asterisk

2011-05-02 Thread Jim Dickenson
to both system via USB cables, one connected to each system. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asteris

Re: [asterisk-users] HA Asterisk

2011-05-01 Thread Jim Dickenson
On May 1, 2011, at 10:09 AM, Kaushal Shriyan wrote: > > > On Sun, May 1, 2011 at 10:14 PM, Jim Dickenson wrote: > Xorcom makes a box that connects via USB that can do failover. You connect > the box to the two system via a USB cable to each system. When the box > detects

Re: [asterisk-users] HA Asterisk

2011-05-01 Thread Jim Dickenson
/catalog/xr0015.html http://www.xorcom.com/optional-extras/twinstar.html -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Apr 30, 2011, at 8:31 PM, Kaushal Shriyan wrote: > > > On Sun, May 1, 2011 at 8:48 AM, Michelle Dupuis wrote: > Yes that's it - one P

Re: [asterisk-users] Orginate not working well with PSTN lines

2011-04-26 Thread Jim Dickenson
"Originate successfully queued" only means that the originate action was handed off to asterisk not that is was executed yet. There are other events, depending on which events you are "reading", that tell you the call was answered and such. -- Jim Dickenson mailto:dicken...

Re: [asterisk-users] DTMF not being sent ( RFC2833 )

2011-04-25 Thread Jim Dickenson
but rarely remember to look for firmware updates. Take a look at wiki.sangoma.com and it lets you know current firmware versions as well as how to update if you are not running the current version. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Apr 25, 2011, at 4:41

Re: [asterisk-users] Reach PSTN from another Asterisk

2011-04-15 Thread Jim Dickenson
On server B use IAX2// in the Dial command. like Dial(IAX2/sfserver1/9411212) -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Apr 15, 2011, at 12:29 PM, Alejandro Cabrera Obed wrote: > Dear, we have the following: > > - Asterisk A with E1 to PSTN c

Re: [asterisk-users] Possible bug in Hangup() (Asterisk 1.4.x)

2011-04-15 Thread Jim Dickenson
If what you showed is your whole dialplan then none of the i or t or h extensions are going to be executed for a non answered call. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Apr 15, 2011, at 6:46 AM, Vlasis Hatzistavrou wrote: > Hello Jim, > > Than

Re: [asterisk-users] Possible bug in Hangup() (Asterisk 1.4.x)

2011-04-15 Thread Jim Dickenson
My guess is since the call was never answered you should be looking at ${DIALSTATUS} -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Apr 15, 2011, at 5:02 AM, Vlasis Hatzistavrou wrote: > Hello, > > On an Asterisk 1.4.33.1 in a simple scenario: > >

[asterisk-users] Microsoft Lync server and Asterisk access

2011-04-14 Thread Jim Dickenson
do an agent login over their LAN. Is there any way to do this? Can the Lync server have a SIP trunk to connect to an Asterisk box? -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ -- _ -- Bandwidth and

Re: [asterisk-users] Sangoma A101DE 1 Port E1/T1 With Hardware Echo Cancellation ( PCI Express ) Card

2011-04-13 Thread Jim Dickenson
Do you have the Sangoma wanpipe software installed? -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Apr 13, 2011, at 7:37 AM, satish patel wrote: > Try dmesg command > > root@:~# dmesg | grep -i Sangoma > [ 2303.473601] WANPIPE(tm) Hardware Su

Re: [asterisk-users] send voicemail to multiple emails

2011-04-12 Thread Jim Dickenson
If you want externnotify to not fire when someone checks then put in a new option in voicemail.conf to have it work that way. Then contribute that change and it might be accepted. externnotify_on_check: yes|no or some such thing. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http

Re: [asterisk-users] Variable inheritance with dialplan command Originate

2011-04-08 Thread Jim Dickenson
job done. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Apr 8, 2011, at 8:57 AM, Naomi Rosenberg wrote: > Thanks. That's as I thought (feared). Dial is not an option in this case but > I have come up with a workaround involving using a reference nu

Re: [asterisk-users] AMI redirect from Queue to MeetMe

2011-03-28 Thread Jim Dickenson
EETME_MOH_CLASS="meetme-music") exten => _do_meetme.,n,MeetMe(${CfMC_RoomToUse},CMpqx1) exten => _do_meetme.,n,UserEvent(AfterMeetMe,ActionID:${CfMC_CurrentID} & Room:${CfMC_RoomToUse} & ${UNIQUEID} & ${CHANNEL}) exten => _do_meetme.,n,Hangup() -- Jim Dickenson mail

Re: [asterisk-users] Executing shell commands via AMI

2011-03-16 Thread Jim Dickenson
If you want total control from AMI then point at an extension that you can set variables to commands and arguments, call an AGI and set variables that can be passed back to AMI via user events. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Mar 16, 2011, at 3:03 PM

Re: [asterisk-users] How do you handle queues with AMI?

2011-03-11 Thread Jim Dickenson
What we do is just before the call to queue we do a userevent that has the uniqueid and the channel and any other information we care about. You can hold on to this information and match it when you get the agentconnect event. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com

Re: [asterisk-users] ChanSpy with alphanumeric SIP channels [1.6.2]

2011-03-09 Thread Jim Dickenson
option then * will exit the chanspy app and you can loop back to the top. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Mar 9, 2011, at 6:28 PM, Raj Mathur (राज माथुर) wrote: > Hi, > > I'm using SIP users of the form 'ab_12345' (two letters,

[asterisk-users] Connecting to Cisco Iad2430 to Asterisk

2011-02-01 Thread Jim Dickenson
that basically does an agentlogin. Ideas as to how to best accomplish this would be appreciated. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ -- _ -- Bandwidth and Colocation Provided by http://www.api

Re: [asterisk-users] Determine When Call Is Picked Up In Queue

2011-01-29 Thread Jim Dickenson
You might be able to use a macro on the dial command (option M) which gets run when the remote end answers. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Jan 29, 2011, at 10:30 AM, Joseph Begumisa wrote: > Hi, > > I have a situation where a call comes

Re: [asterisk-users] How to check a number online or offline

2011-01-10 Thread Jim Dickenson
ten => get_info,n,UserEvent(GetInfo,Version:ABE & DateTime:${STRFTIME(${EPOCH},,%Y%m%d%H%M%S)} & CfMC:83351) exten => get_info,n,Hangup() exten => do_noop,1,Answer() exten => do_noop,n,Wait(1) exten => do_noop,n,Hangup() You would then do what you need to do in your extens

Re: [asterisk-users] Call Back on Busy

2011-01-10 Thread Jim Dickenson
It should not be too hard to write some dialplan code that detects the busy, plays a sound file asking if you want to camp-on to the called device, read an answer and loop around checking device status and placing a call when both the calling device and called device are free. -- Jim Dickenson

Re: [asterisk-users] How to check a number online or offline

2011-01-10 Thread Jim Dickenson
You can always place a "call" to an extension that sends a user event from AMI. If there are no native AMI commands that can return what you want originate a call to a local extension that returns a user event. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/

Re: [asterisk-users] Benefit of PRI vs SIP trunk calls

2011-01-09 Thread Jim Dickenson
=== Info: Name= SIP/mine-0521 Type= SIP UniqueID= sys.domain.com-1294514614.2629 CallerID= 444555 CallerIDName= Jim Dickenson DNIDDigits= 9111222 RDNIS= (N/A) State= Up (6) Rings=

[asterisk-users] Benefit of PRI vs SIP trunk calls

2011-01-06 Thread Jim Dickenson
without analyzing the audio stream? Are there reasons to prefer the use of PRI over SIP or SIP over PRI? I would like people's opinions as to if one form is better than the other in any meaningful way. Thanks for you feed-back. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC

Re: [asterisk-users] DIALSTATUS on CANCEL

2010-12-24 Thread Jim Dickenson
If on the dial command you add option g, if the call is not answered, it will fall through to the next statement which can be a hangup command and then it will go to the h extension. If that does not then make the statement after the dial command a goto h extension. -- Jim Dickenson

Re: [asterisk-users] Moving asterisk from one network to another.

2010-12-24 Thread Jim Dickenson
If you set bindaddr in any conf file you will need to change the IP address there. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Dec 24, 2010, at 4:30 AM, Asterisk Man wrote: > Friends, > > Do we need to change any Asterisk configuration files (Or

Re: [asterisk-users] Asterisk SIP attacks and sshguard

2010-12-09 Thread Jim Dickenson
I do not have log examples to provide but do have info about other issues. There is a nocolor option in asterisk.conf that can turn off color. logger.conf has a provision to use syslog directly. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Dec 9, 2010, at 5:57 AM

Re: [asterisk-users] What are the minimal permissions required to read the PeerStatus and Registry events?

2010-12-03 Thread Jim Dickenson
somehow say I want to see events with names x,y,z and forget the whole class mess. That way if you want to see some specific events but not others you could get what you want. I know this does not answer you question but I for sure feel your pain. -- Jim Dickenson mailto:dicken...@cfmc.com

Re: [asterisk-users] How to hangup all channels

2010-11-27 Thread Jim Dickenson
Can also do "asterisk -r -x 'restart now'" asterisk*CLI> help restart restart gracefully Restart Asterisk gracefully restart now Restart Asterisk immediately restart when convenient Restart Asterisk at empty call volume -- Jim Dickenson mailto:d

Re: [asterisk-users] Installing Asterisk to it's own directory

2010-11-20 Thread Jim Dickenson
What you did is what I would have done. That way the executables have their conf file location adjusted and everything will be inside the specified --prefix location. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Nov 20, 2010, at 5:48 AM, Stephen Brown wrote

Re: [asterisk-users] DAHDI vs mISDN was Re: Asterisk, VoIP and Samsung iDCS100

2010-11-14 Thread Jim Dickenson
For sure DAHDI and libpri support is there for Asterisk 1.4.x. I am not sure either are tied to a specific version of Asterisk as it is the chan_dahdi module that interfaces with DADHI. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Nov 14, 2010, at 8:38 AM, Gordon

Re: [asterisk-users] dial plan and sip

2010-11-13 Thread Jim Dickenson
You get into asterisk by saying "asterisk -r". You then up the verbosity by saying "core set verbose 3" or some such number. You the call your number and you should see the steps of your dialplan execute. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com

Re: [asterisk-users] Get the Uniqueid of Action Originate in the AMI

2010-11-08 Thread Jim Dickenson
The other thing you can do is put UserEvent() calls in your dialplan that can have pretty much anything you want in them. exten => s,5,UserEvent(DidQueue,${UNIQUEID} & ${CHANNEL}) -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Nov 8, 2010, at 10:45 AM, Miguel

Re: [asterisk-users] DAHDI FXO port only recognizes the " S" extension‏

2010-09-29 Thread Jim Dickenson
-- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Sep 29, 2010, at 10:20 AM, A J Stiles wrote: > On Wednesday 29 Sep 2010, Songtao Yu wrote: >> Hi All, >> >> When I tried to write my dial plan as below for my FXO port, which connects >>

Re: [asterisk-users] Problems compiling Asterisk on Debian

2010-09-27 Thread Jim Dickenson
Do you not need to do a ./configure command before make & make install? If so issue the ./configure command again and see if that fixes the problem. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Sep 27, 2010, at 4:32 PM, Danny Dias wrote: > Thanks Jim, >

Re: [asterisk-users] Problems compiling Asterisk on Debian

2010-09-27 Thread Jim Dickenson
Did you install the header files after ./configure was run? If so redo the ./configure command and see what that does. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Sep 27, 2010, at 3:57 PM, Danny Dias wrote: > Hello Paul, > > Here is the output of the

Re: [asterisk-users] Playing Audio To One Channel

2010-09-20 Thread Jim Dickenson
Hear},qW) exten => do_chanspy,n,UserEvent(AfterChanSpy,ActionID:${CfMC_ActionID} & ${UNIQUEID} & ${CHANNEL} & ${CfMC_WhatToPlay} & ${CfMC_WhoHear}) exten => do_chanspy,n,Hangup() -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Sep 20, 2010, at 5:51 AM, Jon

Re: [asterisk-users] ChanSpy getting piled up

2010-09-01 Thread Jim Dickenson
I had the same need which is why I submitted the patch. I think the feature might finally be added to 1.8, it I remember correctly. I am not aware of any other way around this. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Sep 1, 2010, at 9:12 AM, Rushikesh wrote

Re: [asterisk-users] ChanSpy getting piled up

2010-09-01 Thread Jim Dickenson
* to stop. https://issues.asterisk.org/view.php?id=14594 -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Sep 1, 2010, at 6:24 AM, Rushikesh wrote: > Hi list, > > Im using asterisk 1.6.0.10 and have following dialplan for doing chanspy > > [app-cha

Re: [asterisk-users] Playback during call

2010-08-09 Thread Jim Dickenson
MC_ActionID} & ${UNIQUEID} & ${CHANNEL} & ${CfMC_WhatToPlay} & ${CfMC_WhoHear}) exten => do_chanspy,n,ChanSpy(${CfMC_WhoHear},qW) exten => do_chanspy,n,UserEvent(AfterChanSpy,ActionID:${CfMC_ActionID} & ${UNIQUEID} & ${CHANNEL} & ${CfMC_WhatToPlay} & ${CfMC

Re: [asterisk-users] How to track a call result originated from originate AMI command

2010-08-08 Thread Jim Dickenson
extension to track hang ups. We set an action token variable to a unique value for each originate and all the user events have this token so we can tie them back to the original originate. We turn off most AMI read message classes to cut down on packet volume. -- Jim Dickenson mailto:dicken

Re: [asterisk-users] How to record and playback at the same time

2010-07-29 Thread Jim Dickenson
Depending on what you are recording there might be two files, one for each leg of a call, until the call ends and the files are mixed. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Jul 29, 2010, at 7:46 AM, Motiejus Jakštys wrote: > On Thu, Jul 29, 2010 at 2:32

Re: [asterisk-users] Urgent help = RUBY & AGI

2010-07-29 Thread Jim Dickenson
adding option g to the dial command and then retrieve the variable you set in the macro after the dial step finishes. I do not use agi's much so I might be off base with all this but it is something to look in to. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On J

Re: [asterisk-users] Nat issue one way audio on IP dial

2010-07-28 Thread Jim Dickenson
Do you have your softphone setup to use a stun server so it can send it's public IP address in the SIP packets? I see in the SIP debug output a 192.168 address for the RTP packets to go to which of course will not work. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/

Re: [asterisk-users] Urgent help = RUBY & AGI

2010-07-27 Thread Jim Dickenson
ot; on CLI you should have been able to ask more directed questions. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Jul 27, 2010, at 9:28 AM, Zarko Zivanovic wrote: > Jim thanks. > > I will test this first thing in the morning as I am out of the office now

Re: [asterisk-users] Urgent help = RUBY & AGI

2010-07-27 Thread Jim Dickenson
ee on the CLI all the variables that are available to you. ${CHANNEL} will have SIP/ voipuser-e989 in your example below. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Jul 27, 2010, at 7:21 AM, Zarko Zivanovic wrote: > Here’s something that should be easy for

Re: [asterisk-users] URgent - capturing 'answered'

2010-07-27 Thread Jim Dickenson
Which version of Asterisk are you running? -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Jul 27, 2010, at 2:19 AM, Zarko Zivanovic wrote: > Great, but how exactly do i find that channel - that is my question - which > command. > > I am using ruby in

Re: [asterisk-users] URgent - capturing 'answered'

2010-07-26 Thread Jim Dickenson
multi channel dial command. Is this not what you wanted to know? -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Jul 26, 2010, at 10:40 AM, Zarko Zivanovic wrote: > Hi Andres, > > I did try what you said, but it didnt create any files: > > $messag

Re: [asterisk-users] 'dirty' upgrade of 1.4

2010-07-26 Thread Jim Dickenson
You should be able to compile the new version, stop asterisk then make install. If you do not do make samples then your conf files will be left alone. Once you have done make install you can the start asterisk again. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On

Re: [asterisk-users] URgent - capturing 'answered'

2010-07-26 Thread Jim Dickenson
Depending on the version of Asterisk you are running you can call a macro or an agi as option to dial. These will be called when the line is answered and you can find the channel name of who answered. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Jul 26, 2010, at 5

Re: [asterisk-users] How to Dialogic 240/JCT-T1 interface with Asterisk?

2010-07-05 Thread Jim Dickenson
What do you mean now that ABE is discontinued? My company payed thousands of dollars this year for the product and the support it provides! -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Jul 5, 2010, at 5:42 PM, Carlos Chavez wrote: > On Mon, 2010-07-05 at 19

Re: [asterisk-users] Want to retrieve the value of contact header

2010-06-30 Thread Jim Dickenson
You might take a look at the SIPHEADER function which can return specific SIP headers. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Jun 30, 2010, at 7:36 PM, kamrun nahar bina wrote: > Dear all, > > I want to retrieve the value from Contact header and f

Re: [asterisk-users] queue command in asterisk 1.4 with macro-argument

2010-06-30 Thread Jim Dickenson
t MEMBERINTERFACE = %d", rtn); // AGITool_verbose(&agi, &res, Event, 0); sprintf(Event, "DidQueue|\"%s & %s & %s"", uniqueid, channel_name, Interface); rtn = AGITool_exec(&agi, &res, "UserEvent", Event); // sprintf(Event, &qu

Re: [asterisk-users] queue command in asterisk 1.4 with macro-argument

2010-06-30 Thread Jim Dickenson
Yes it gets called when the call is connected to a queue member. In version 1.4.x you can execute an AGI instead of a sub or macro. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Jun 30, 2010, at 7:20 AM, Jonas Kellens wrote: > Hello list, > > I notice on

Re: [asterisk-users] Asterisk 1.6.2 WARNING[23042]: acl.c:392 ast_get_ip_or_srv: Unable to lookup 'whsvoip.globalipcom.com'

2010-06-15 Thread Jim Dickenson
sers-boun...@lists.digium.com] On Behalf Of Jim Dickenson > Sent: Tuesday, June 15, 2010 11:30 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-users] Asterisk 1.6.2 WARNING[23042]: acl.c:392 > ast_get_ip_or_srv: Unable to lookup 'whsvoip.gl

Re: [asterisk-users] Asterisk 1.6.2 WARNING[23042]: acl.c:392 ast_get_ip_or_srv: Unable to lookup 'whsvoip.globalipcom.com'

2010-06-15 Thread Jim Dickenson
What OS are you running on the two systems? -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Jun 15, 2010, at 10:40 AM, Faisal Hanif wrote: > Till now I am not able to find any difference between both machines. > Can you please tell me how I can try to resolve it

Re: [asterisk-users] get Asterisk version from within dialplan

2010-06-09 Thread Jim Dickenson
Starting with version 1.6.x there is a VERSION function that I think will give you the version number. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Jun 9, 2010, at 5:19 AM, Vieri wrote: > Simple enough: > How can I get Asterisk version from within my di

[asterisk-users] SIP message problems - retransmit and lost messages

2010-06-02 Thread Jim Dickenson
we end up with hundreds of calls that Asterisk thinks have been dealt with but the provider still thinks are pending some action. Can something be done from the Asterisk side to deal with this situation? -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com

[asterisk-users] Using Sangoma Call Progress Analysis behind NAT router

2010-05-25 Thread Jim Dickenson
user manual sure looks like my setup. I contacted Sangoma support and they say the product does not do NAT transversal. Has anyone found a work around this problem? -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://w

Re: [asterisk-users] run extensions after call moved to queue and answered by member

2010-05-20 Thread Jim Dickenson
script to be executed on the calling party's channel once they are connected to a queue member. Newer versions allow for either an AGI or a macro. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On May 20, 2010, at 4:47 AM, Vasiliy G Tolstov wrote: > Hello. &g

Re: [asterisk-users] Sip phone does not call

2010-05-19 Thread Jim Dickenson
The two phones belong to context phones and the two extensions are in context internal. In context phones you need to include => internal so that context phones knows about those extensions. Or put the two extensions in context phones and not context internal. -- Jim Dickenson mailto:dic

Re: [asterisk-users] DTMF Input from the User

2010-05-19 Thread Jim Dickenson
Use read application -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On May 19, 2010, at 9:42 AM, taimur hasan wrote: > > Hello > > I am new to Asterisk. I want to know is there any way to get DTMF input from > the user in the Dialplan. > > R

Re: [asterisk-users] Agents

2010-05-17 Thread Jim Dickenson
tro) exten => 201,n,Verbose(2,Queuing caller for support agent) exten => 201,n,Queue(support,nrt,,,120) exten => 201,n,Verbose(2,Support agent did not answer call) exten => 201,n,Voicemail(2...@ourvm,b) exten => 201,n,Playback(goodbye) exten => 201,n,Hangup() -- Jim Dickenson mailto

Re: [asterisk-users] OK, I'm stumped

2010-05-16 Thread Jim Dickenson
Use a dialplan to do what you want and dial that. Originate a call to the first person and point it at context, exten, priority that plays the sound file and then does a dial command to the number you want them to talk to. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com

Re: [asterisk-users] play a sound file directly to a caller channel

2010-05-16 Thread Jim Dickenson
o_chanspy,n,UserEvent(BeforeChanSpy,ActionID:${CfMC_ActionID} & ${UNIQUEID} & ${CHANNEL} & ${CfMC_WhatToPlay} & ${CfMC_WhoHear}) exten => do_chanspy,n,ChanSpy(${CfMC_WhoHear},qW) exten => do_chanspy,n,UserEvent(AfterChanSpy,ActionID:${CfMC_ActionID} & ${UNIQUEID} & ${CHANNEL}

Re: [asterisk-users] Are there AMI commands to manipulate a voice mailbox?

2010-05-13 Thread Jim Dickenson
You might be able to use local channels to do what you want. As for the user asterisk runs as and the user the web server run as you can maybe have both users belong to the same secondary group and gain the access you need that way. Partly depends on what exactly you are wanting to do. -- Jim

Re: [asterisk-users] More clarification on outbound sip channels.

2010-05-10 Thread Jim Dickenson
-- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On May 10, 2010, at 7:35 AM, Eddie Mikell wrote: > Jim, and all: > > Thanks for the response. > > If I can repeat what you are saying: you don't have to define the multiple > lines in sip.conf?

Re: [asterisk-users] Multiple SIP lines.

2010-05-07 Thread Jim Dickenson
other to a voice tree that allows the caller to specify the person's extension they want to talk with. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On May 7, 2010, at 11:17 AM, Eddie Mikell wrote: > All: > > Still experimenting with the asterisk server f

Re: [asterisk-users] Issue with (pattern) matching extension

2010-04-29 Thread Jim Dickenson
I banged my head with a like problem a few days ago. >> exten => _fn-.,1,NoOp(ISN: ${DIALSTATUS}) n does not mean the letter n in a pattern it has a special meaning! -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Apr 29, 2010, at 1:33 AM, Ishfaq Ma

Re: [asterisk-users] Dial plan question.

2010-04-28 Thread Jim Dickenson
Do you mean you want exten => bob,1,Dial(SIP/ext-sip/${EXTEN},20) You want to call out via sip user ext-sip to that system's extension bob? -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Apr 28, 2010, at 10:50 AM, Aditya Kumar wrote: > Thanks Steve,

Re: [asterisk-users] dialplan

2010-04-28 Thread Jim Dickenson
there; the second will not be skipped. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Apr 28, 2010, at 5:49 AM, wassim darwich wrote: > Hi guys: > i need to set an extension in my dialplan in which it divert calls if the > extension contain specific series ,

  1   2   3   >