Re: [asterisk-users] Debugging dialplan

2015-05-29 Thread jg
Since I think, I have a problem in my dialplan, how can I debug it? It would be very useful a command in Asterisk CLI to ask Asterisk what it would do if the number X call the number Y. Something like "exim -bt", if someone here know the SMTP-daemon Exim... Is there such an option in Asterisk?

Re: [asterisk-users] Debugging dialplan

2015-05-29 Thread Luca Bertoncello
Zitat von jg : Yes, it is called "core set verbose 42", the other options is "core set debug 42". Enjoy the show! OK, thanks, but with this option I can just debug what happens if I call an extension right now... I'd like to have a command to ask Asterisk how it will handle a call... Onc

Re: [asterisk-users] Debugging dialplan

2015-05-29 Thread Sebastian Kemper
Hi Luca, It's not the A number you have to look at if you want to know how a call comes into the dialplan and then goes out again. You want do know in which context a call arrives. That depends on things like the IP address (peer), username/password (friend) or other things. I suggest to read

Re: [asterisk-users] Peer is UNREACHABLE

2015-05-29 Thread Adrian Serafini
Maybe shut off qualify for the peer? I think I tried twinkle a few years ago and it didna (yes didna) like the qualify packet. the sip options qualify packet is only needed to keep the UDP state tables in a firewall if the peer is remote -- ___

Re: [asterisk-users] Peer is UNREACHABLE

2015-05-29 Thread Luca Bertoncello
Zitat von Adrian Serafini : Maybe shut off qualify for the peer? I think I tried twinkle a few years ago and it didna (yes didna) like the qualify packet. the sip options qualify packet is only needed to keep the UDP state tables in a firewall if the peer is remote Well, the same happens

Re: [asterisk-users] Strange and complete failure of Asterisk 1.8

2015-05-29 Thread Stefan Viljoen
Re: Strange and complete failure of Asterisk 1.8 (Duncan Turnbull) Re: Strange and complete failure of Asterisk 1.8 (Markus Weiler) Thanks Marcus & Duncan Pulled the machine and replaced it with a brand new one. Same network and same DNS server active there. New system is running the same Asteri

Re: [asterisk-users] Debugging dialplan

2015-05-29 Thread Steve Edwards
Please don't top post. Am 29. Mai 2015 09:42:55 MESZ, schrieb Luca Bertoncello : Zitat von jg : Yes, it is called "core set verbose 42", the other options is "core set debug 42". Enjoy the show! I know you can specify a level to the verbose application, but is anything in Asterisk 'har

Re: [asterisk-users] Debugging dialplan

2015-05-29 Thread Steve Edwards
On Fri, 29 May 2015, Steve Edwards wrote: ; admin functions exten = _[456],1, verbose(1,[${EXTEN}@${CONTEXT}!${ANI}]) exten = _[456],n, gotoif($["TRUE" = "${ADMIN}"]?meetme-star-admin-menu,${EXTEN},1) exten = _[456],n, goto(enter-ro

[asterisk-users] chanspy and mixmonitor

2015-05-29 Thread sysad...@reed-media.com
Hello guys, I'm using asterisk 11. i'm using Chanspy in a local channel to playBack a file to a specific channel. [playsound] exten => do_playback,1,Answer() same => n,Wait(1) same => n,Playback(${Pv_WhatToPlay}) same => n,Hangup() exten => do_chanspy,1,Answer() same => n,Cha

Re: [asterisk-users] chanspy and mixmonitor

2015-05-29 Thread Steve Edwards
On Fri, 29 May 2015, sysad...@reed-media.com wrote: You may get better replies if you start a new thread rather than replying to an unrelated thread. -- Thanks in advance, - Steve Edwards sedwa...@sedwards.com V

[asterisk-users] Chanspy and Mixmonitor

2015-05-29 Thread sysad...@reed-media.com
You're right Steve, sorry for that. So Hi again guys. I need a little help here.I'm using asterisk 11. i'm using Chanspy in a local channel to playBack a file to a specific channel. [playsound] exten => do_playback,1,Answer() same => n,Wait(1) same => n,Playback(${Pv_WhatToPlay})

[asterisk-users] Calling from "extern"

2015-05-29 Thread Luca Bertoncello
Hi list! Finally I got my wife's phone working in my Asterisk. Unfortunately I have some problems, too... Current situation: - AsteriskNOW with 4 Accounts (004935, 0049351222, 0049351333, 5678). This is "for test" and it will be replaced by "the real world", when I got my Ast

[asterisk-users] How to use TRUNK only if IAX fails?

2015-05-29 Thread Ashwin Surendran
>Hi, I have multiple Asterisk servers in various parts of the world all connected using dedicated VPN¹s. Each of these servers have iax and dahdi TRUNK configured on them. Occasionally the VPN¹s fail. What I want to be able to do is on my dial plan, use IAX if the asterisk server can reach the

Re: [asterisk-users] How to use TRUNK only if IAX fails?

2015-05-29 Thread Carlos Chavez
On 5/29/15 1:16 PM, Ashwin Surendran wrote: Hi, I have multiple Asterisk servers in various parts of the world all connected using dedicated VPN¹s. Each of these servers have iax and dahdi TRUNK configured on them. Occasionally the VPN¹s fail. What I want to be able to do is on my dial plan,