[asterisk-users] sip pregi net account registration

2012-04-05 Thread Gopalakrishnan N
Hi guys, I am trying to configure sip.pregi.net account with my Asterisk 1.4.X, since its a free account, its not getting registered, even my machine IP is allowed in firewall. In the same machine if i register openser account which is in public i am able to register. while checking the sip debug

Re: [asterisk-users] Asterisk CDRs

2012-04-05 Thread [Digital^Dude] ®
I am using AMI Originate on asterisk 1.8.11 on SIP channels. I have set unanswered=yes in cdr.conf because I want to log NO ANSWER and BUSY calls. The issue is, that if a SIP peer is not registered, and an originate request is made for that peer, a null cdr entry is made as follows:

Re: [asterisk-users] issue with Digium TDM410P

2012-04-05 Thread Shaun Ruffell
On Thu, Apr 05, 2012 at 08:14:09AM -0400, Mathieu Therrien wrote: Thanks for answer.  Devices PAP2 and SPA3000 works good and use FSK for VMWI and CallerID, so I think TDM410P should also works.  CallerID works good.  So issue should be in source code of VMWI. Alec, If FSK is used for VMWI on

Re: [asterisk-users] issue with Digium TDM410P

2012-04-05 Thread Mathieu Therrien
I don't think neon use FSK, neon should use high voltage. So I think, the issue should be on FSK in DAHDI module code. On Thu, Apr 5, 2012 at 11:50, Shaun Ruffell sruff...@digium.com wrote: On Thu, Apr 05, 2012 at 08:14:09AM -0400, Mathieu Therrien wrote: Thanks for answer.  Devices PAP2 and

[asterisk-users] Dial Plan - Routing via Caller ID

2012-04-05 Thread lists65
I am running Asterisk 1.8.10.1. I am trying to set up some routing in my dial plans and having some issues (the issue being that I don't quite understand all of the syntax and patterns that can be used: Examples: DID1 = 614000 DID2 = 614001 CNAME1 = 614999 CNAME2 = 614998

Re: [asterisk-users] Dial Plan - Routing via Caller ID

2012-04-05 Thread John Kiniston
On Thu, Apr 5, 2012 at 10:35 AM, list...@gmail.com wrote: If I wanted to route a call from a particular DID and the CALLERID from a specific A/C this doesn't seem to work for me: exten = 614000/_702XXX,n,Goto(context1,s,1) exten = 614000/614999,n,Goto(context2,s,1) exten =

Re: [asterisk-users] Dial Plan - Routing via Caller ID

2012-04-05 Thread Carlos Alvarez
On Thu, Apr 5, 2012 at 10:52 AM, John Kiniston johnkinis...@gmail.comwrote: On Thu, Apr 5, 2012 at 10:35 AM, list...@gmail.com wrote: If I wanted to route a call from a particular DID and the CALLERID from a specific A/C this doesn't seem to work for me: exten =

Re: [asterisk-users] Dial Plan - Routing via Caller ID

2012-04-05 Thread Eric Wieling
Priorities are not complicated. Each extension starts with priority 1, all additional priorities are n and you ALWAYS end your extension with a Goto or a Hangup so the call doesn't fall off your intended extension and hump into the middle of some other extension and screw everything up.

Re: [asterisk-users] Dial Plan - Routing via Caller ID

2012-04-05 Thread Chad Wallace
On Thu, 5 Apr 2012 13:35:51 -0400 list...@gmail.com wrote: If I wanted to route a call from a particular DID and the CALLERID from a specific A/C this doesn't seem to work for me: exten = 614000/_702XXX,n,Goto(context1,s,1) exten = 614000/614999,n,Goto(context2,s,1) exten =

Re: [asterisk-users] issue with Digium TDM410P

2012-04-05 Thread Shaun Ruffell
On Thu, Apr 05, 2012 at 01:07:11PM -0400, Mathieu Therrien wrote: I don't think neon use FSK, neon should use high voltage. So I think, the issue should be on FSK in DAHDI module code. It sounds like we're in agreement. Although, to be clear, DAHDI-Linux (the kernel modules) do not generate or

Re: [asterisk-users] Dial Plan - Routing via Caller ID

2012-04-05 Thread Carlos Alvarez
On Thu, Apr 5, 2012 at 11:00 AM, Eric Wieling ewiel...@nyigc.com wrote: Priorities are not complicated. Each extension starts with priority 1, all additional priorities are n and you ALWAYS end your extension with a This isn't correct, there are many cases where you must use an 's' priority.

Re: [asterisk-users] sip pregi net account registration

2012-04-05 Thread Warren Selby
On Apr 5, 2012, at 3:21 AM, Gopalakrishnan N gopalakrishnan...@gmail.com wrote: Hi guys, I am trying to configure sip.pregi.net account with my Asterisk 1.4.X, since its a free account, its not getting registered, even my machine IP is allowed in firewall. In the same machine if i

Re: [asterisk-users] Dial Plan - Routing via Caller ID

2012-04-05 Thread Warren Selby
On Apr 5, 2012, at 1:23 PM, Carlos Alvarez car...@televolve.com wrote: On Thu, Apr 5, 2012 at 11:00 AM, Eric Wieling ewiel...@nyigc.com wrote: Priorities are not complicated. Each extension starts with priority 1, all additional priorities are n and you ALWAYS end your extension with a

Re: [asterisk-users] Dial Plan - Routing via Caller ID

2012-04-05 Thread Carlos Alvarez
On Thu, Apr 5, 2012 at 12:11 PM, Eric Wieling ewiel...@nyigc.com wrote: Are you sure you are not referring to the s extension? Absolutely. Every time I discuss 's' priority on this list or the Asterisk IRC channel people tell me it either doesn't exist or is wrong, but it's a powerful

Re: [asterisk-users] Dial Plan - Routing via Caller ID

2012-04-05 Thread Carlos Alvarez
On Thu, Apr 5, 2012 at 12:13 PM, Warren Selby wcse...@selbytech.com wrote: You're think of EXTENSION 's', not PRORITY. Priority is the order the call goes through the dial plan. Extension is the part of the dial plan you're traversing. Priority will always be either a number or an 'n'.

Re: [asterisk-users] Dial Plan - Routing via Caller ID

2012-04-05 Thread Warren Selby
On Apr 5, 2012, at 2:32 PM, Carlos Alvarez car...@televolve.com wrote: On Thu, Apr 5, 2012 at 12:11 PM, Eric Wieling ewiel...@nyigc.com wrote: Are you sure you are not referring to the s extension? Absolutely. Every time I discuss 's' priority on this list or the Asterisk IRC channel

Re: [asterisk-users] Dial Plan - Routing via Caller ID

2012-04-05 Thread Carlos Alvarez
On Thu, Apr 5, 2012 at 12:57 PM, Warren Selby wcse...@selbytech.com wrote: I still don't understand what you would need this for. What version of asterisk are you using? From voip-info.org, it says the s priority is used when different patterns may match at the same point in the extension

Re: [asterisk-users] issue with Digium TDM410P

2012-04-05 Thread Alec Davis
Sorry, I didn't word my reply correctly, I wasn't trying to say 'hvac' support on the TDM410P would fix the issue. As I think about it more, having the option enabled there doesn't matter, even for a TDM410P. Shaun: Regarding neon patch (review 1144) for wctdm24xxp, I'll have to get on to that.