Re: [asterisk-users] Question on AEL2 string comparisons

2013-07-04 Thread Satish Barot
On Thu, Jul 4, 2013 at 12:24 AM, James B. Byrne byrn...@harte-lyne.cawrote: I have this code in a dial plan: exten = _417XX,n,GotoIf($[${CALLERID(num)} SIP/41799]?notfromlocal) exten = _417XX,n,GotoIf($[${CALLERID(num)} SIP/41700]?notfromlocal) The value of ${CALLERID(num)} appears to

[asterisk-users] FTP server down?

2013-07-04 Thread A J Stiles
Not sure if this is the right place to mention it, but . The server downloads.asterisk.org was refusing FTP connections last night, and still does not seem to be accepting them this morning. FTP may not be modern or trendy, but the ability to navigate around folders textually is

Re: [asterisk-users] Queue questions - Asterisk 11

2013-07-04 Thread Administrator TOOTAI
Le 04/07/2013 07:29, Satish Barot a écrit : [...] Already tested, I tried again as the option passed to queue was changed (n option) Logs: -- Started music on hold, class 'default', on SIP/gw-005e -- Executing [909@memberconnector:1] Dial(Local/909@

[asterisk-users] Digium Analog card and Asterisk

2013-07-04 Thread 杨华杰
Hi I just bought some digium analog cards and I would like to build an IVR system for my customers. However I am googling and googling , I didn't find any blog and instruction for beginners like me. So I come here for help. Any tips or blogs will help. Regards, Hua Jie --

Re: [asterisk-users] Digium Analog card and Asterisk

2013-07-04 Thread Patrick Lists
On 07/04/2013 05:32 PM, 杨华杰 wrote: Hi I just bought some digium analog cards and I would like to build an IVR system for my customers. However I am googling and googling , I didn't find any blog and instruction for beginners like me. So I come here for help. Any tips or blogs will help.

[asterisk-users] Asterisk + iaxmodem + hylafax makes sometimes wedged for hylafax

2013-07-04 Thread Gianni Fioretta
Hi, we have a faxserver with Asterisk, IAXModem and Hylafax. Faxes come from a SIP trunk to Asterisk, then are forwarded throught 5 IAXModems managed with Hylafax. Hylafax users can also send faxes to these modems and Asterisk send them throught the SIP trunk. We also have a dedicated modem used

Re: [asterisk-users] Digium Analog card and Asterisk

2013-07-04 Thread longst
what specific problem you have may I ask ? Sent from Shitian Long On Jul 4, 2013, at 5:32 PM, 杨华杰 yhj...@gmail.com wrote: Hi I just bought some digium analog cards and I would like to build an IVR system for my customers. However I am googling and googling , I didn't find any

Re: [asterisk-users] Digium Analog card and Asterisk

2013-07-04 Thread A J Stiles
On Thursday 04 July 2013, 杨华杰 wrote: Hi I just bought some digium analog cards and I would like to build an IVR system for my customers. However I am googling and googling , I didn't find any blog and instruction for beginners like me. So I come here for help. Any tips or blogs

Re: [asterisk-users] FTP server down?

2013-07-04 Thread Matthew Jordan
On Thu, Jul 4, 2013 at 2:48 AM, A J Stiles asterisk_l...@earthshod.co.ukwrote: Not sure if this is the right place to mention it, but . The server downloads.asterisk.org was refusing FTP connections last night, and still does not seem to be accepting them this morning. FTP may not be

Re: [asterisk-users] Calls drop after transfer

2013-07-04 Thread Matthew Jordan
On Wed, Jul 3, 2013 at 1:31 PM, Carlos Chavez cur...@telecomabmex.comwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have an Asterisk 11.4 SIP only system. We are using a SIP trunk for outside calls. We are having a problem with calls dropping after a transfer. Outside

Re: [asterisk-users] Executing Script after MixMonitor is called

2013-07-04 Thread Gopalakrishnan N
exten = _4X.,1,Set(START_TIME=${STRFTIME(${EPOCH},,%Y-%m-%d_%H:%M:%S)}) exten = _4X.,n,Set(MIXMONITOR_FILENAME=${EXTEN}-${START_TIME}-OUT) ;exten = _4X.,n,MixMonitor(IND_PRI/${CDR(accountcode)}/OUT/${STRFTIME(${EPOCH},,%Y-%m)}/${STRFTIME(${EPOCH},,%d)}/${MIXMONITOR_FILENAME}.wav,m,/root/flac.sh

Re: [asterisk-users] Question on AEL2 string comparisons

2013-07-04 Thread James B. Byrne
On Thu, July 4, 2013 02:14, Satish Barot wrote: ${CALLERID(num)} should give you only number and not technology i.e. 41712. Give this a shot, exten = _417XX,n,Noop(CALLERIDNUM=${CALLERID(num)}) exten = _417XX,n,GotoIf($[$[${CALLERID(num)} 41799] | $[${CALLERID(num)}

[asterisk-users] Asterisk crash

2013-07-04 Thread Gopalakrishnan N
Suddenly my asterisk restarted automatically and came up in seven seconds, While checking core dump I see some message related to snmp. No symbol table info available. #5 0x7fc7e6249faa in agent_thread (arg=value optimized out) at snmp/agent.c:206 __PRETTY_FUNCTION__ = agent_thread #6

Re: [asterisk-users] Asterisk + iaxmodem + hylafax makes sometimes wedged for hylafax

2013-07-04 Thread James Cloos
GF == Gianni Fioretta gianni.fiore...@yetopen.it writes: GF [Jul 4 17:45:03] NOTICE[22995]: chan_iax2.c:8775 update_registry: Restricting registration for peer 'modem99' to 60 seconds (requested 300) GF is that right? When iaxmodem registers with asterisk, it defaults to asking that the

Re: [asterisk-users] Asterisk + iaxmodem + hylafax makes sometimes wedged for hylafax

2013-07-04 Thread James Cloos
GF == Gianni Fioretta gianni.fiore...@yetopen.it writes: GF -- Executing [0224300258@fax:1] Dial(IAX2/modem2-3460, SIP/centralino/0224300258) in new stack GF == Using SIP RTP CoS mark 5 GF -- Called SIP/centralino/0224300258 GF -- SIP/centralino-0284 is making progress passing

Re: [asterisk-users] Asterisk crash

2013-07-04 Thread Matthew Jordan
On Thu, Jul 4, 2013 at 3:30 PM, Gopalakrishnan N gopalakrishnan...@gmail.com wrote: Suddenly my asterisk restarted automatically and came up in seven seconds, While checking core dump I see some message related to snmp. No symbol table info available. #5 0x7fc7e6249faa in agent_thread

Re: [asterisk-users] Asterisk crash

2013-07-04 Thread Gopalakrishnan N
Ok thanks posting now On 5 Jul 2013 03:09, Matthew Jordan mjor...@digium.com wrote: On Thu, Jul 4, 2013 at 3:30 PM, Gopalakrishnan N gopalakrishnan...@gmail.com wrote: Suddenly my asterisk restarted automatically and came up in seven seconds, While checking core dump I see some message

Re: [asterisk-users] Queue questions - Asterisk 11

2013-07-04 Thread Satish Barot
On Thu, Jul 4, 2013 at 5:36 PM, Administrator TOOTAI ad...@tootai.netwrote: Le 04/07/2013 07:29, Satish Barot a écrit : [...] Already tested, I tried again as the option passed to queue was changed (n option) Logs: -- Started music on hold, class 'default', on

Re: [asterisk-users] Executing Script after MixMonitor is called

2013-07-04 Thread Satish Barot
On Fri, Jul 5, 2013 at 1:45 AM, Gopalakrishnan N gopalakrishnan...@gmail.com wrote: exten = _4X.,1,Set(START_TIME=${STRFTIME(${EPOCH},,%Y-%m-%d_%H:%M:%S)}) exten = _4X.,n,Set(MIXMONITOR_FILENAME=${EXTEN}-${START_TIME}-OUT) ;exten =