search for: _8nxxxxxx

Displaying 6 results from an estimated 6 matches for "_8nxxxxxx".

2005 Oct 07
0
txfax (app_txfax) sending issue
...get 'slow carrier up' and 'slow carrier down' together with accompanying beeping noises until tx_fax times out and hangs up. This could quite possibly be a PEBKAC or n00b problem since I'm relatively new to Asterisk. --------- snippet: extensions.conf --------- exten => _8NXXXXXX,1,Set(FAXFILE=/var/spool/asterisk/fax/sendfax.tif) exten => _8NXXXXXX,2,Set(LOCALHEADERINFO=Company name and department) exten => _8NXXXXXX,3,Set(LOCALSTATIONID=Company name) exten => _8NXXXXXX,4,TXFAX(${FAXFILE}|caller) --------- // extensions.conf --------- --------- snippet: * consol...
2005 Aug 23
1
Wait before dialing ( was Pause during dialing to enter another number)
...different problem doesn't work as advertised either. Eric Wieling wrote: > I don't know what the problem is, but this is what I use and it works on my analog FXO port. > exten => _9NXXNXXXXXX,1,Dial(${PSTN}/w${EXTEN:1}) So, I modified slightly to fit my dialplan: exten => _8NXXXXXX,1,Dial(ZAP/g1/w${EXTEN:1}) and it MAY wait, but NOT off hook. The problem still remains, Asterisk begins to dial before dial tone is returned from the CO This was determined by monitoring the CO line with a buttset Since this has been talked about on the list before, I have to wonder if is versi...
2004 Apr 03
1
Asterisk - Cisco 7960 - NAT
Can you post some of your sip configs and your extension configs. Thanks, -gcc -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Ryan Parlee Posted At: Sunday, April 04, 2004 12:10 AM Posted To: Asterisk User Group Conversation: [Asterisk-Users] Asterisk - Cisco 7960 - NAT Subject: [Asterisk-Users] Asterisk -
2003 Aug 06
10
AgentCallbackLogin
...lines (up to 48 agents and admins) exten => 400,1,AgentCallbackLogin(|c_in_1) exten => 100,1,Queue(q_ld_1) exten => 101,1,Queue(q_ld_2) exten => 102,1,Queue(q_ld_3) exten => 103,1,Queue(q_lo_1) exten => t,1,Playback(invalid) exten => t,2,Hangup ignorepat => 8 exten => _8NXXXXXX,1,Dial(Zap/97/${EXTEN:1}) exten => _8NXXXXXX,2,Congestion ignorepat => 8 exten => _9NXXXXXX,1,Dial(Zap/97/${EXTEN:1}) exten => _9NXXXXXX,2,Congestion exten => 201,1,Dial(Zap/73) exten => 202,1,Dial(Zap/74) exten => 203,1,Dial(Zap/75) exten => 204,1,Dial(Zap/76) exten =>...
2007 Feb 15
0
SIP Redirect from Asterisk behind a NAT
...-------------------------------------- ;============================== GLOBALS ============================== ;--------------------------------------------------------------------- ; [globals] ; ;Dial Patterns LOCAL_PATTERN=_NXXXXXX LD_PATTERN=_1XXXXXXXXXX INT_PATTERN=_011. FORCE_SIP_LOCAL_PATTERN=_8NXXXXXX FORCE_SIP_LD_PATTERN=_81XXXXXXXXXX FORCE_SIP_INT_PATTERN=_8011. FORCE_FXO_LOCAL_PATTERN=_9NXXXXXX FORCE_FXO_LD_PATTERN=_91XXXXXXXXXX FORCE_FXO_INT_PATTERN=_9011. ; ;--------------------------------------------------------------------- ;============================= MACRO ==========================...
2005 Jan 31
5
RE: Answering Machine Function?
-----Original Message----- <snip> Is this possible with asterisk? Anyone have a sample dialplan? -other than the problem outlined below I would try something like S,1,wait(20) S,2,voicemail(uwhatever) S,3,hangup That should ignore the call for 20 seconds and then leave a message in the unavailable greeting for 'whatever' then hangup That leaves another problem -