Displaying 3 results from an estimated 3 matches for "ontext".
Did you mean:
context
2009 Feb 02
2
Invalid Extension
...) in new stack
-- Launched AGI Script
/var/lib/asterisk/agi-bin/agi-VDAD_ALL_inbound.agi
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
Feb 2 14:53:09 NOTICE[18377]: chan_local.c:526 local_alloc: No such
extension/c
ontext 059*162*178*122*78600051 at default creating local channel
Feb 2 14:53:09 NOTICE[18377]: channel.c:2514 __ast_request_and_dial: Unable
to
request channel Local/059*162*178*122*78600051 at default
== Parsing '/etc/asterisk/manager.conf': Found
________________________________________...
2010 Aug 04
1
callerid between 2 asterisk servers
...users.conf of serverB:
[serverB] [serverA]
type=friend type=friend
fromuser=serverB fromuser=serverA
secret=serverBpassword secret=serverApassword
host=dynamic host=dynamic
etc. etc.
[serverA] [serverB]
type=user type=user
secret=serverApassword secret=serverBpassword
context=serverA_incoming context=serverB_incoming
host=dynamic host=dynamic
etc. etc.
serverA extensions.conf:
exten => _8X.,n,Dial(SIP/serverB/${EXTEN},20,r)
With this set up, when I dial from an extension such as 6000 on serverA to
an extension such as 8000 on serverB, instead of sending the...
2008 Feb 08
1
(no subject)
...ossible to
; reject calls from anonymous (not listed in users) callers.
; Default is to allow anonymous calls.
;
;AcceptAnonymous = yes
;
; Optionally you can determine a user by Source IP versus its H.323 alias.
; Default behavour is to determine user by H.323 alias.
;
;UserByAlias=no
;
; Default context gets used in siutations where you are using
; the GK routed model or no type=user was found. This gives you
; the ability to either play an invalid message or to simply not
; use user authentication at all.
;
;context=default
;
; Use this option to help Cisco (or other) gateways to setup backward v...