asterisk-jtapi-users Mailing List for Asterisk JTAPI (Page 2)
Status: Beta
Brought to you by:
jwilke
You can subscribe to this list here.
| 2006 |
Jan
(3) |
Feb
(1) |
Mar
|
Apr
|
May
(6) |
Jun
|
Jul
|
Aug
(3) |
Sep
(2) |
Oct
|
Nov
(3) |
Dec
(1) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2010 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <ro...@so...> - 2006-05-22 11:47:23
|
What could be wrong with this? I'm stuck... :(
--exception I'm getting
INFO: Adding new queue default
Exception in thread "main"
com.headissue.asterisk.jtapi.gjtapi.DialplanContextParser$Exception:
index number expected, at: '123' => ^hint:
SIP/123 [pbx_config]
at
com.headissue.asterisk.jtapi.gjtapi.DialplanContextParser$Line.outch(DialplanContextParser.java:342)
at
com.headissue.asterisk.jtapi.gjtapi.DialplanContextParser$Line.readPriority(DialplanContextParser.java:312)
at
com.headissue.asterisk.jtapi.gjtapi.DialplanContextParser.next(DialplanContextParser.java:159)
at
com.headissue.asterisk.jtapi.gjtapi.DialplanBuilderExtensionsImpl.parseTerminalContext(DialplanBuilderExtensionsImpl.java:44)
at
com.headissue.asterisk.jtapi.gjtapi.DialplanBuilderExtensionsImpl.build(DialplanBuilderExtensionsImpl.java:114)
at
com.headissue.asterisk.jtapi.gjtapi.AsteriskProvider.parseDialplan(AsteriskProvider.java:211)
at
com.headissue.asterisk.jtapi.gjtapi.AsteriskProvider.initialize(AsteriskProvider.java:279)
at
net.sourceforge.gjtapi.raw.ProviderFactory.initialize(ProviderFactory.java:305)
at
net.sourceforge.gjtapi.GenericJtapiPeer.getProvider(GenericJtapiPeer.java:189)
at tryAsterisk.main(tryAsterisk.java:33)
as i understand, for Terminal context I should use ext-local....
[root@asterisk asterisk]# cat ./extensions_additional.conf |more
> [globals]
> #include globals_custom.conf
> VM_PREFIX = *
> RINGTIMER = 15
> REGTIME = 7:55-17:05
> REGDAYS = mon-fri
> RECORDEXTEN = ""
> PARKNOTIFY = SIP/200
> OUT_2 = AMP:CAPI/7277736:$OUTNUM$
> OUT_1 = ZAP/g0
> OUTPREFIX_2 =
> OUTMAXCHANS_2 =
> OUTCID_2 =
> OPERATOR =
> NULL = ""
> IN_OVERRIDE = forcereghours
> INCOMING = EXT-123
> FAX_RX_EMAIL = fa...@my...
> FAX_RX = system
> FAX =
> DIRECTORY_OPTS =
> DIRECTORY = last
> DIAL_OUT = 9
> DIAL_OPTIONS = tr
> DIALOUTIDS = 1/2/
> CALLFILENAME = ""
> AFTER_INCOMING = EXT-123
>
> [ext-local]
> include => ext-local-custom
> exten => 123,1,Macro(exten-vm,123,123)
> exten => ${VM_PREFIX}123,1,Macro(vm,123)
> exten => 123,hint,SIP/123
> exten => 124,1,Macro(exten-vm,novm,124)
> exten => 124,hint,SIP/124
> exten => 150,1,Macro(exten-vm,novm,150)
> exten => 150,hint,SIP/150
>
> [outbound-allroutes]
> include => outbound-allroutes-custom
> include => outrt-001-9_outside
>
> [outrt-001-9_outside]
> include => outrt-001-9_outside-custom
> exten => _9.,1,Macro(dialout-trunk,2,${EXTEN:1},)
> exten => _9.,2,Macro(outisbusy) ; No available circuits
|
|
From: Jens W. <jw0...@he...> - 2006-05-15 10:48:28
|
Hi! I am pleased to announce the release of Asterisk-Jtapi 0.2. Release notes: =2D Calls originated over JTAPI are reported =2D Tested with Asterisk 1.2.4 =2D Documentation: added Introduction to JTAPI =2D Use with CVS snapshot build of GJTAPI: gjtapi-060515 (released in asterisk-jtapi sourceforge files section) =2D CallControlCall getCalledAddress / getCallingAddress working for incoming calls (GJTAPI fix) =2D Converted build system to maven 2 =2D Fixed dialplan parsing bug [sf-1340535] and added handling for dialplan includes =2D The building/parsing of the dialplan is now pluggable, config variable dialplanBuilder Source tar-ball and prebuild jars are available here: http://sourceforge.net/project/showfiles.php?group_id=3D146939 Regards, Jens =2D-=20 =A0Jens Wilke =A0 =A0// http://www.headissue.com - headissue GmbH - Munich - Germany =A0\// =A0"Don't wait for something you have to do yourself" |
|
From: Darren H. <dha...@gh...> - 2006-02-21 22:11:24
|
Hey all,
First, it would be nice for the 'Setup' page to be updated with the
correct intialization, as far as:
JtapiPeer jtapiPeer =3D JtapiPeerFactory.getJtapiPeer(null);
jtapiPeer.getProvider("com.headissue.asterisk.jtapi.gjtapi.AsteriskProvi
der;" + parameters);
My question - Regarding Asterisk server 1.2, the parameters that are
required for the Provider include:
*IncomingContext
*TerminalContext
*OutgoingContext
What example values should go in here? For instance, if I use
'from-pstn-reghours' (from AMP) I get errors when trying to use the
Terminal (provider.getTerminal("SIP/206") if that is even correct). If
I use 'ext-local' that doesn't seem to work at all.
The seperation of terminology and lack of examples is kinda slowing me
down, any help would be appreciated as I evaluate asterisk-jtapi!
-D
|
|
From: Babacar N. <bn...@ne...> - 2006-01-20 13:45:22
|
It's rather...
JtapiPeerpeer = JtapiPeerFactory.getJtapiPeer(null);
Provider provider =
peer.getProvider("com.headissue.asterisk.jtapi.gjtapi.AsteriskProvider;Server<>;Port=<port>;Login=<login>;Password=<password>;IncomingContext=<context>;TerminalContext=<context>;OutgoingContext=<context>")
Dayo Owoseni wrote:
> Is this being used: No Archives defined having problems getting an
> Asterisk Provider
>
>
>
> Provider mProvider = peer.getProvider("Asterisk;" + parameters);
>
>
>
> The suggested way - JtapiPeer peer = JtapiPeer("Asterisk;" +
> parameters); --- DOES NOT COMPILE static reference problems
>
>
>
>
>
>
>
--
Babacar Ndiaye
Tél : (1)514-395-1802 #109
Neoxo Inc.
Gare Windsor, Bureau 800
1100 de La Gauchetière O.
Montréal, Québec, H3B 2S2
|
|
From: Babacar N. <bn...@ne...> - 2006-01-20 13:45:21
|
It'rather...
JtapiPeerpeer = JtapiPeerFactory.getJtapiPeer(null);
Provider provider =
peer.getProvider("com.headissue.asterisk.jtapi.gjtapi.AsteriskProvider;Server<>;Port=<port>;Login=<login>;Password=<password>;IncomingContext=<context>;TerminalContext=<context>;OutgoingContext=<context>")
Dayo Owoseni wrote:
> Is this being used: No Archives defined having problems getting an
> Asterisk Provider
>
>
>
> Provider mProvider = peer.getProvider("Asterisk;" + parameters);
>
>
>
> The suggested way - JtapiPeer peer = JtapiPeer("Asterisk;" +
> parameters); --- DOES NOT COMPILE static reference problems
>
>
>
>
>
>
>
--
Babacar Ndiaye
Tél : (1)514-395-1802 #109
Neoxo Inc.
Gare Windsor, Bureau 800
1100 de La Gauchetière O.
Montréal, Québec, H3B 2S2
|
|
From: Dayo O. <da...@so...> - 2006-01-20 13:39:07
|
Is this being used: No Archives defined having problems getting an Asterisk
Provider
Provider mProvider = peer.getProvider("Asterisk;" + parameters);
The suggested way - JtapiPeer peer = JtapiPeer("Asterisk;" + parameters);
--- DOES NOT COMPILE static reference problems
|