Re: [asterisk-users] MATH

2010-01-31 Thread Håkon Nessjøen
You probably have to do a exten = s,1,n,Set(TOTAL=0) in the start of the call, to initialize the TOTAL variable On Sun, Jan 31, 2010 at 4:29 AM, Thomas Perron thomas.per...@gmail.comwrote: thanks for the response. I tried to simplify and am now tuning the following, but it is not responding

Re: [asterisk-users] Astribank problem

2010-01-31 Thread Tzafrir Cohen
On Sat, Jan 30, 2010 at 03:57:30AM +, frangky robert wrote: H all... I have an Astribank (8FXS/16FXO), IBM X3200 M2, Asterisk-1.6.2.1, dahdi-linux-complete-2.2.1, libpri-1.4.10.2, centos-5.4 final. My problem is, every time i unplug the astribank power supply, and reconnect it,

Re: [asterisk-users] Unable to create channel of type 'DAHDI'(cause 0- Unknown)

2010-01-31 Thread Tzafrir Cohen
On Fri, Jan 29, 2010 at 05:48:53PM -0500, sean darcy wrote: listu...@spamomania.co.uk wrote: On Thu, 2010-01-28 at 23:11 -0600, Karl Fife wrote: Appears completely resolved! No more home-spun patches! Thanks! -K It's *not* fixed here: DAHDI Version: 2.2.1 Echo Canceller: MG2

Re: [asterisk-users] Asterisk IPv6 update - we need an update

2010-01-31 Thread Michiel van Baak
On 14:29, Sat 30 Jan 10, Olle E. Johansson wrote: Friends, Before the Christmas holidays, I did send this letter and did not get a lot of response, but some. Since then, I've been able to get interest from a few parties that are willing to fund parts of this work, including Digium, the

Re: [asterisk-users] Asterisk IPv6 update - we need an update

2010-01-31 Thread Olle E. Johansson
30 jan 2010 kl. 23.40 skrev Michiel van Baak: On 14:29, Sat 30 Jan 10, Olle E. Johansson wrote: Friends, Before the Christmas holidays, I did send this letter and did not get a lot of response, but some. Since then, I've been able to get interest from a few parties that are willing to

Re: [asterisk-users] MATH

2010-01-31 Thread Thomas Perron
hi i don't claim to be a star at this but there must be some obvious part missing; my dial plan is below. out put from cli follows. exten = 3011,1,Answer() exten = 3011,n,Set(TOTAL=0) exten = 3011,n,Set(TOTAL=${Math(${TOTAL}+300,int)}) exten = 3011,n,WaitExten(3) exten =

Re: [asterisk-users] MATH

2010-01-31 Thread Tzafrir Cohen
On Sun, Jan 31, 2010 at 10:37:29AM -0500, Thomas Perron wrote: hi i don't claim to be a star at this but there must be some obvious part missing; my dial plan is below. out put from cli follows. exten = 3011,1,Answer() exten = 3011,n,Set(TOTAL=0) exten =

Re: [asterisk-users] MATH

2010-01-31 Thread Thomas Perron
ok. that worked thanks!! On Sun, Jan 31, 2010 at 10:50 AM, Tzafrir Cohen tzafrir.co...@xorcom.com wrote: On Sun, Jan 31, 2010 at 10:37:29AM -0500, Thomas Perron wrote: hi i don't claim to be a star at this but there must be some obvious part missing; my dial plan is below.  out put from

Re: [asterisk-users] callerid not working over sip

2010-01-31 Thread sean darcy
sean darcy wrote: Calling from my home using Asterisk 1.6.2.1 to an office extension (Asterisk 1.6.1.13) the callerid is not honored: Home: -- Starting simple switch on 'DAHDI/1-1' -- Executing [...@internal:1] Answer(DAHDI/1-1, ) in new stack -- Executing

Re: [asterisk-users] MATH

2010-01-31 Thread Thomas Perron
does dtmf any any variable that i can capture and use w/ some logic like in the case of a gotoif so, if caller enters a certain number then gotoif matches XX otherwise go to YY. On Sun, Jan 31, 2010 at 10:58 AM, Thomas Perron thomas.per...@gmail.com wrote: ok. that worked thanks!! On

Re: [asterisk-users] MATH

2010-01-31 Thread Steve Edwards
On Sun, 31 Jan 2010, Thomas Perron wrote: does dtmf any any variable that i can capture and use w/ some logic like in the case of a gotoif Anyone have a clue what this means? Anyone? Anyone? -- Thanks in advance, - Steve

Re: [asterisk-users] asterisk-users Digest, Vol 66, Issue 75

2010-01-31 Thread Muro, Sam
Hi Shahnawaz Have you considered how you are going to address location issue for Mobile users calling 911. You should think of SS7 MAP/TCAP to atleast know their Cell ID Regards Sam Thanks very much everybody who contributed their thoughts. I would try to get some DID's so that each physical

Re: [asterisk-users] 911, Location

2010-01-31 Thread Muro, Sam
Hi Shahnawaz Have you considered how you are going to address location issue for Mobile users calling 911. You should think of SS7 MAP/TCAP to atleast know their Cell ID Regards Sam Thanks very much everybody who contributed their thoughts. I would try to get some DID's so that each physical

[asterisk-users] sip to dahdi and billsec

2010-01-31 Thread Uros Djokic
Hi, My costumers are logged in on my Asterisk PBX through XLite Softphone (SIP). My server is connected to PSTN. Problem is when SIP phone calls ordinary phone via dahdi I get DAHDI/1-1 ANSWERED SIP/number-number and billsec field from cdr is start counting. Is it normal behavior ? Can I change

Re: [asterisk-users] MATH

2010-01-31 Thread Philipp von Klitzing
does dtmf any any variable that i can capture and use w/ some logic like in the case of a gotoif Anyone have a clue what this means? Anyone? Anyone? How about this: does dtmf transmit any variable that i can capture and use w/ some logic like [in the case of a] gotoif Philipp --

Re: [asterisk-users] MATH

2010-01-31 Thread Cary Fitch
Clue, If a caller keys in 4 5 3 will some variable return 453? I ASSume yes, since you can make menu selections with DTMF, obviously you can process the results further or in other ways than that. Cary -Original Message- From: asterisk-users-boun...@lists.digium.com

[asterisk-users] request for testing: MixMonitor Mute

2010-01-31 Thread Julian Lyndon-Smith
I have uploaded a patch for 1.4 and trunk that allows you to mute either or both parts of a mixmonitor recording. I would appreciate it if someone apart from me could test it and let me know how you get on. Thanks! Julian https://issues.asterisk.org/view.php?id=16740 for PCI-DSS compliance we

[asterisk-users] SIP Registration Failure Logging

2010-01-31 Thread Jim Rosenberg
Let's say I have two Asterisk boxes, A and B. I am trying to get A to do SIP registration on B, so an extension for A can dial SIP phones covered by B. If I examine the logs on B, if the registration succeeds, I am seeing a notice to that effect on B. But if the registration *fails*, i'm not

Re: [asterisk-users] callerid not working over sip

2010-01-31 Thread Steve Howes
On 31 Jan 2010, at 16:24, sean darcy wrote: -- Executing [...@internal:3] Set(DAHDI/1-1, CALLERID=Test 447) in new stack Why isn't the office asterisk picking up the callerid from the home asterisk? You're making up the syntax? http://www.voip-info.org/wiki/view/Setting+Callerid S --

Re: [asterisk-users] MATH

2010-01-31 Thread Matt Riddell
On 31/01/10 6:27 PM, Thomas Perron wrote: what is wrong with this please: ;exten = 4,1,WaitExten(3) exten = 4,1,Set(TOTAL=${MATH(${TOTAL}+500,int)}) exten = 4,n,WaitExten(3) exten = 2,1,Set(TOTAL=${MATH(${TOTAL}+200,int)}) exten = 2,n,Waitexten(3) exten =

Re: [asterisk-users] callerid not working over sip

2010-01-31 Thread sean darcy
Steve Howes wrote: On 31 Jan 2010, at 16:24, sean darcy wrote: -- Executing [...@internal:3] Set(DAHDI/1-1, CALLERID=Test 447) in new stack Why isn't the office asterisk picking up the callerid from the home asterisk? You're making up the syntax?

Re: [asterisk-users] callerid not working over sip

2010-01-31 Thread Steve Howes
On 31 Jan 2010, at 23:17, sean darcy wrote: Doh. It appears I was making it up. Thanks. No problem. If that doesn't work, try a sip debug and see what's in that. S -- _ -- Bandwidth and Colocation Provided by

[asterisk-users] app_directory broken in 1.6

2010-01-31 Thread cjwstudios
Hello, I have separate contexts defined in voicemail.conf as follows: [abcdental] 100 = 1234,John Doe And call application directory using the following syntax: exten = 1,1,Directory(abcdental[,abcdental,f]) However since I migrated from 1.4 to 1.6, app_directory no longer parses the

Re: [asterisk-users] SIP Registration Failure Logging

2010-01-31 Thread uzzi
Try: core set verbose 4 From the Asterisk CLI -uzzi PS: If you're not seeing any connection information, be sure to double-check the IP address is correct. Learned that lesson the hard way =\ On Sun, Jan 31, 2010 at 5:51 PM, Jim Rosenberg j...@amanue.com wrote: Let's say I have two Asterisk

Re: [asterisk-users] sip to dahdi and billsec

2010-01-31 Thread Lyle Giese
Uros Djokic wrote: Hi, My costumers are logged in on my Asterisk PBX through XLite Softphone (SIP). My server is connected to PSTN. Problem is when SIP phone calls ordinary phone via dahdi I get DAHDI/1-1 ANSWERED SIP/number-number and billsec field from cdr is start counting. Is it

Re: [asterisk-users] app_directory broken in 1.6

2010-01-31 Thread Tilghman Lesher
On Sunday 31 January 2010 18:12:15 cjwstudios wrote: Hello, I have separate contexts defined in voicemail.conf as follows: [abcdental] 100 = 1234,John Doe And call application directory using the following syntax: exten = 1,1,Directory(abcdental[,abcdental,f]) Uh, the square brackets in

Re: [asterisk-users] app_directory broken in 1.6

2010-01-31 Thread cjwstudios
Thanks Tilghman, that made a substantial difference. On Sun, Jan 31, 2010 at 6:18 PM, Tilghman Lesher tles...@digium.com wrote: On Sunday 31 January 2010 18:12:15 cjwstudios wrote: Hello, I have separate contexts defined in voicemail.conf as follows: [abcdental] 100 = 1234,John Doe

[asterisk-users] Odd error mssage on DAHDI lines

2010-01-31 Thread Richard Kenner
What's this: -- Attempting call on DAHDI/g1/9removed for application Wait(5) (Retry 1) -- Requested transfer capability: 0x00 - SPEECH -- Channel 0/2, span 1 got hangup, cause 44 -- Forcing restart of channel 0/2 on span 1 since channel reported in use -- Hungup 'DAHDI/2-1'

[asterisk-users] FCT for 3G Video calls

2010-01-31 Thread Chris Hills
Hi Is anyone aware of a fixed cellular terminal that supports 3G video calls? Regards, Chris -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update

[asterisk-users] connect problem unless when verbose

2010-01-31 Thread randall
hi all, just had a terrible and sleepless weekend at the office trying to get asterisk going, its just tough love ;) have tried several asterisk versions but i currently have the following setup on debian lenny that kind of works. asterisk-1.6.2.0 dahdi-linux-complete-2.2.0.2+2.2.0

Re: [asterisk-users] Astribank problem

2010-01-31 Thread frangky robert
I do some test: 1.unplug usb connector from server to astricon 2.unplug power to astricon 3.plug-in the power to astricon 4.plug-in the usb connector Here is the log from /var/log/messages after doing the 1st step. Feb 1 19:38:24 localhost last message repeated 2 times Feb 1 19:43:39