[asterisk-users] DAHDI help please

2012-10-01 Thread Pat Collins
Can anyone tell me if it is possible to invert the signaling bits on a T1 channel? I need to emulate PLAR signaling in asterisk. EM seems to be an exact match if reversed. I need idle bits and seized Thank you -- _

Re: [asterisk-users] DAHDI help please

2012-10-02 Thread Pat Collins
On Mon, Oct 01, 2012 at 06:44:22PM -0400, Pat Collins wrote: Can anyone tell me if it is possible to invert the signaling bits on a T1 channel? I need to emulate PLAR signaling in asterisk. EM seems to be an exact match if reversed. I need idle bits and seized Perhaps you could

Re: [asterisk-users] DAHDI help please

2012-10-02 Thread Pat Collins
- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Pat Collins Sent: Tuesday, October 02, 2012 2:48 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: Re: [asterisk-users] DAHDI help please Thank you for the reply! So

Re: [asterisk-users] DAHDI help please

2012-10-03 Thread Pat Collins
Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] DAHDI help please On Tue, Oct 02, 2012 at 11:22:31PM -0400, Pat Collins wrote: Shaun, To make more sense of the code, I changed #define DAHDI_XBIT(3 2) to #define DAHDI_XBIT(0) Sadly

Re: [asterisk-users] username ignored when trying to auth incoming invites

2012-10-05 Thread Pat Collins
Try defaultuser=test instead of username=test -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of John Wolthuis Sent: Thursday, October 04, 2012 11:01 PM To: asterisk-users@lists.digium.com Subject:

Re: [asterisk-users] Sending calls from behind NAT

2012-11-13 Thread Pat Collins
Check reinvite and NAT settings on the line as well as the SIP peers. You can use a stun client from inside your network to see what’s going on with the NAT From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Chris Budinick Sent:

[asterisk-users] ODBC dialplan looping problem

2013-04-18 Thread Pat Collins
) -- Executing [444999@getpin:3] NoOp(SIP/testbridge2-0021, ) in new stack //AND SO ON Thank you!! Pat Collins... -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk

Re: [asterisk-users] ODBC dialplan looping problem

2013-04-18 Thread Pat Collins
,1) exten=_XX,n,GotoIf($[${ROW_RESULT} = ${CONF_PIN}]?getpin,good_exten,1) Hope it helps, Regards, Bharat Lalcheta On Thu, Apr 18, 2013 at 4:45 PM, Pat Collins drdialt...@optonline.net wrote: All, Thank you in advance for any help. I have a customer in need of a conferencing system

Re: [asterisk-users] ODBC dialplan looping problem

2013-04-18 Thread Pat Collins
Thanks for the reply Doug! How might I incorporate this into my dialplan? Sorry, learning as I go On a side note, any idea how to strip off the # at the end of a string? ${EXTEN:0:6} doesn't do the trick. Is this even possible? Pat... From: asterisk-users-boun...@lists.digium.com

Re: [asterisk-users] ODBC dialplan looping problem

2013-04-18 Thread Pat Collins
) Hope it helps you out. Regards, Bharat Lalcheta On Thu, Apr 18, 2013 at 5:36 PM, Pat Collins drdialt...@optonline.net wrote: Thank you Bharat. Sadly, that made no difference. From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com

[asterisk-users] AMI help needed

2013-05-04 Thread Pat Collins
Hello group, I put together a simple PHP based conferencing manager for Asterisk 11.3 I used ODBC MYSQL for conference IDs and PINs. All this is working as desired but I would love to add an active conferences display to the front end. It seems to me that AMI is the way to go but I have no

Re: [asterisk-users] auto answer

2013-07-17 Thread Pat Collins
Dialplan auto answer ; intercom exten=_*,1,SIPAddHeader(Call-Info: sip:xxx.xxx.xxx.xxx\;answer-after=0) ;xxx.xxx.xxx.xxx is the address of your asterisk box exten=_*,n,Dial(SIP/${EXTEN:1}) As long as your phones are compatible, this MIGHT work. Worked for me. Sadly, I cannot

Re: [asterisk-users] Cut off last character of EXTEN

2013-08-20 Thread Pat Collins
From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jonas Kellens Sent: Tuesday, August 20, 2013 4:29 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Cut off last character of EXTEN Hello, how can

Re: [asterisk-users] Cut off last character of EXTEN

2013-08-20 Thread Pat Collins
2013, at 12:25, Pat Collins wrote: Here ya go: 112233# use ${EXTEN:0:6}) 123# use ${EXTEN:0:3}) 123456789# use ${EXTEN:0:9}) I think 'variable length' implied 'unknown length'... S Yea, I realized that after I replied Got ahead of myself again. That was the only way I

Re: [asterisk-users] Asterisk 11 and H.323 trunk using OOH323 - is it stable?

2014-01-16 Thread Pat Collins
-Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Vladimir Mikhelson Sent: Thursday, January 16, 2014 8:39 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Asterisk 11

[asterisk-users] Need some PHP/AMI guidance please

2014-03-28 Thread Pat Collins
Hello all, I've got some PHP code that opens an AMI socket and does a ConfBridgeList for a specific bridge (). This all works just fine but I need to filter the information displayed to only CallerIDName so I can see a complete list of names of participants. After days of googling and

Re: [asterisk-users] incoming calls fall into echo test mode

2014-07-19 Thread Pat Collins
Perhaps assigned as a test number somewhere along the line? Are these ISDN, SIP, IAX calls? There are MANY smart people on this list. Maybe sharing the relevant configs and traces is a good place to start??? -Original Message- From: asterisk-users-boun...@lists.digium.com

[asterisk-users] Hangup Chanel when a peer unregisters

2014-11-04 Thread Pat Collins
is sent from the CLI. Is there any way to drop a channel when the peer using it disappears? Googled every phrase I could think of. No luck. Thank you! Pat Collins -- _ -- Bandwidth and Colocation Provided by http

Re: [asterisk-users] Hangup Chanel when a peer unregisters

2014-11-05 Thread Pat Collins
On 04/11/14 15:11, Pat Collins wrote: Hello group and thank you for the attention. I'm using Asterisk 11.12 running on Ubuntu Server 12.04 We have an issue with channels remaining open after a SIP peer unregisters. It seems that if the peer goes away before manually hanging up a call

Re: [asterisk-users] chan_sip and 2 devices under same extension - transferring call endpoint(s)

2014-12-30 Thread Pat Collins
Sounds like a job for TAPI. Google TAPI for Asterisk or Asterisk TSP I've been playing with SIPTAPI and it works pretty well. It's very simple to install and set up. Hope this Helps PC... From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On

Re: [asterisk-users] status - Unmonitored, how to change it

2014-12-30 Thread Pat Collins
Put qualify=yes in the peer definition in sip.conf -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Joseph Sent: Tuesday, December 30, 2014 1:59 PM To: asterisk-users@lists.digium.com Subject: [asterisk-users]

Re: [asterisk-users] Need advice on how to implement this ...

2012-11-19 Thread Pat Collins Tablet
Have you looked into SLA?  I have had good results with it.  Will let asterisk act like a key system. Sent from Samsung tablet Chris Gentle gent...@gmail.com wrote: I need some advice on how to implement something in my dialplan. Here's the scenario.  A call comes in on my [incoming] context