Displaying 8 results from an estimated 8 matches for "_9xxxxxx".
Did you mean:
_9nxxxxxx
2003 Dec 19
1
Asterisk to H.323 without gatekeeper
I've read through the archives and have picked up that * does not need a
gatekeeper to talk directly with an H323 handset to send and receive calls.
I'm trying to go PSTN----*-----H323 and all the examples that I can find
use a gatekeeper. Are there any examples or hints for doing it without the
gatekeeper?
many thanks in advance
Brian
2007 Oct 04
2
Voicemail/dtmf not working?
...gt; 611,1,Answer()
exten => 611,2,PlayBack(demo-echotest)
exten => 611,3,Echo()
exten => 611,4,PlayBack(demo-echodone)
exten => 611,5,Hangup()
; Manage Voicemail
exten => _8XXX,1,Answer()
exten => _8XXX,2,VoiceMailMain(${EXTEN:1})
; Outbound via PSTN
[outbound-local]
exten => _9XXXXXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
exten => _9XXXXXX,2,Congestion()
exten => _9XXXXXX,102,Congestion()
exten => 999,1,Dial(${OUTBOUNDTRUNK}/999)
exten => 9999,1,Dial(${OUTBOUNDTRUNK}/999)
[fromiax] ; IAX trunk from Alan B defined in iax.conf
;TBD
[fromiaxfwd] ;IAX Trunk from FWD
ext...
2015 Apr 27
1
adding area code
Thanks for your reply,
[globals]
AREACODE=381
[outbound]
exten => _NXXXXXX,1,Dial(SIP/SIP-Provider/1${AREACODE}${EXTEN},80)
did not work for me, any ideas?
Thanks,
On 04/27/2015 01:59 PM, Phil Reynolds wrote:
>
>
> On 27 April 2015 21:32:42 BST, Motty Cruz <motty.cruz at gmail.com> wrote:
> >Hello,
> >
> >I would like to add area code if clients dial 7
2004 Aug 03
0
ZyXEL 2000w In Call Menu/Hold configs
...2. Voicemail(u2001) [pbx_config]
102. Voicemail(b2001) [pbx_config]
103. Hangup() [pbx_config]
[ Context 'always-out-pots' created by 'pbx_config' ]
'_9XXXXXX.' => 1. Dial(Zap/1/WW${EXTEN:1}|tr) [pbx_config]
2. Goto(102) [pbx_config]
102. Congestion() [pbx_config]
103. Hangup() [pbx_config]
[...
2004 May 22
2
How to share Zap channels in 2 Asterisk servers
Hello
I am trying to setup Asterisk on 2 servers PBX300 and PBX200.
PBX300 has X100P card with 1 telephone line. PBX200 don't have any Zap device.
Softphone from PBX200 can talk to softphone on PBX300 but no outgoing call from
PBX200.
I can call from PBX300 outside but I am unable to configure soft Phone defined
in PBX200 to dial out side using PBX300 Zap devices.
I am geting error
2005 May 26
1
Using zap channels on 2 different servers
Let say I have a server located in Europe and one in North America.
The 2 servers are connected together with iax2.
Both server are connected to phone lines in there own country.
If I want that when a user call a north american phone number from
the server in Europe it use a zap channel on the server located in
North America and also if someone in North America dial an European
phone
2009 Feb 12
1
Problem with parking
...ial,${DTRK},${EXTEN},${CALLERID(num)},gsm)
[special]
exten => 112,1,Macro(trunkdial,${DTRK},${EXTEN},$CALLERID(num)},emergency)
exten => _11X,1,Macro(trunkdial,${DTRK},${EXTEN},${CALLERID(num)},special)
exten => _15X,1,Macro(trunkdial,${DTRK},${EXTEN},${CALLERID(num)},special)
exten =>
_9XXXXXX,1,Macro(trunkdial,${DTRK},${EXTEN},${CALLERID(num)},special)
[international]
exten =>
_00x.,1,Macro(trunkdial,${DTRK},${EXTEN},${CALLERID(num)},international)
[conferences]
exten => ${CONF},1,MeetMe(1,MsI)
[ringgroups]
exten =>
${ADALNUMER},1,Macro(ringgroup,${ADALDIAL},ADALNUMER,${ADAL...
2003 Jul 16
8
Call Pickup
Hi,
I have been trying to workout how to use the call pickup.
So Far, I have the following in zapata.conf
[channels]
signalling => fxo_ks
context => local
pickupgroup=1
callgroup=1
channel => 1-3
When I dial *8# all I hear is busy tone.
What have I missed?
thanks
Jay.