[asterisk-users] Doubt regarding jabber

2012-12-18 Thread Harish Mandowara
I have Asterisk server 1.8.19 with jabber enabled. On the other side i have openfire server with asterisk-im enabled. I have a doubt, whether my sip client connected with asterisk can send message to other sip client, which is connected to same asterisk server. I have jitsi as a sip client. If

Re: [asterisk-users] Doubt regarding jabber

2012-12-18 Thread Jonathan Rose
Harish Mandowara wrote: > I have Asterisk server 1.8.19 with jabber enabled. > > On the other side i have openfire server with asterisk-im enabled. > > I have a doubt, whether my sip client connected with asterisk can > send message to other sip client, which is connected to same > asterisk serv

[asterisk-users] Asterisk 1.8.19.0 - "[2012-12-18 19:19:51] ERROR[24485]: astobj2.c:115 INTERNAL_OBJ: user_data is NULL"

2012-12-18 Thread Tim Nelson
I'm getting this error message on my Asterisk CLI, and in the logs, roughly every 10-20 seconds: [2012-12-18 19:19:51] ERROR[24485]: astobj2.c:115 INTERNAL_OBJ: user_data is NULL While it doesn't appear to be actually affecting anything, I'm curious to know what the error represents, where it'

[asterisk-users] ReceiveFax

2012-12-18 Thread Andrew Nowrot
Hi I am trying to get faxes to work with Asterisk and ReceiveFax. The problem is that I am getting only about 60% of success (for example two of six fax transmissions always fails). The most common errors are "Error : Unexpected DCN after requested retransmission" and "Error : Disconnected after p

Re: [asterisk-users] ReceiveFax

2012-12-18 Thread Larry Moore
On 19/12/2012 5:46 AM, Andrew Nowrot wrote: Hi I am trying to get faxes to work with Asterisk and ReceiveFax. The problem is that I am getting only about 60% of success (for example two of six fax transmissions always fails). The most common errors are "Error : Unexpected DCN after requested ret

[asterisk-users] Catching "hold" in dialplan

2012-12-18 Thread Andrew White
Hey all, I've built a custom application for our call center and am having one problem. Unfortunately certain things happen whilst the agent has the customer on hold which I'd like to work around. But I can't work out how to catch the actual hold event so I can do something about it. From the c

[asterisk-users] Dialplan - working out when users answer

2012-12-18 Thread Andrew White
Hey guys, I've got a part of my dialplan that dials multiple people: exten => direct,n,Dial(${QUEUEEXTS},${RINGTIME}) Multiple extensions are in the ${QUEUEEXTS} from an external script - e.g. SIP/100&SIP/101&SIP/105 etc This works great, however I want to see if I can find a way to work out (

Re: [asterisk-users] Dialplan - working out when users answer

2012-12-18 Thread Satish Barot
On Wed, Dec 19, 2012 at 10:53 AM, Andrew White < and...@computersforall.com.au> wrote: > Hey guys, > > ** ** > > I’ve got a part of my dialplan that dials multiple people: > > ** ** > > *exten => direct,n,Dial(${QUEUEEXTS},${RINGTIME}) > > *Multiple extensions are in the ${QUEUEEXTS} from

Re: [asterisk-users] Dialplan - working out when users answer

2012-12-18 Thread Andrew White
Thanks Satish, fantastic advice. I didn't even think to look into the dial options - doh! Thanks very much, Andrew From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Satish Barot Sent: Wednesday, 19 December 2012 4:40 PM To: Asterisk Use

Re: [asterisk-users] Dialplan - working out when users answer

2012-12-18 Thread Andrew White
Hi Satish/list, Looks like I spoke to soon. I have the following in my dialplan: Dial(${QUEUEEXTS},${RINGTIME},U(queueControl^direct^CONNECTED)) And after confirming with a "dialplan show" it was definitely in there, I continued to get this: ERROR[28167]: app_stack.c:420 gosub_exec: Attempt t