Displaying 20 results from an estimated 22 matches for "iaxus".
Did you mean:
iacus
2004 Apr 25
0
Strange IAX behaviors
...ple of * boxes with IAX trunking between
them. But I've been seeing some strange IAX behavior. Asterisk version
is latest CVS-04/21/04-18:10:19.
Here's what I'm doing: the boxes are peers, and I have setup my iax.conf
file to look something like this:
<< machine1 >>
[iaxuser]
type=friend
username=iaxuser
secret=foo
auth=md5
context=iaxuser-incoming
host=machine2
<< machine2 >>
[iaxuser]
type=friend
username=iaxuser
secret=foo
auth=md5
context=iaxuser-incoming
host=machine1
Now where things get weird is when I put the following line in the
extensions.c...
2006 Jan 04
2
Using *RT for HA purposes was: RealtimeMultipleAsterisk boxes, iaxusers
...sers-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Peter
Bowyer
Sent: Wednesday, January 04, 2006 7:33 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: Using *RT for HA purposes was: [Asterisk-Users]
RealtimeMultipleAsterisk boxes, iaxusers
On 04/01/06, Alistair Cunningham <acunningham@integrics.com> wrote:
> Tijmen,
>
> We use SER for this to load balance across multiple Asterisks. We then
> use a custom program to monitor the health of the Asterisks and update
> SER's configuration should one go down. 2...
2010 Aug 02
5
Asterisk and TV media server
Hello,
I would like to know whether there is a way to associate a TV media server
with Asterisk. Is it possible to access TV Chanels in the Telephone Sets.
Anybody have any tips or documents related to this please let me know.
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Feb 17
2
The 'sipfriends' table is obsolete - ????
...config to use sipusers and
sippeers, though they can point to the same table.
== Binding sipusers to mysql/asterisk/sip
== Binding sippeers to mysql/asterisk/sip
Feb 17 15:20:03 WARNING[15317]: config.c:823 read_config_maps: The
'iaxfriends' table is obsolete, update your config to use iaxusers and
iaxpeers, though they can point to the same table.
== Binding iaxusers to mysql/asterisk/iax
== Binding iaxpeers to mysql/asterisk/iax
IS Anything changed?? Missed something?
How should the iaxpeers and sippeers tables look like then?
2008 Oct 30
1
1.4.22 vs 1.4.21.2 - IAX2 regression ?
...qualify=200
transfer=no
host=<ip-here>
disallow=all
allow=gsm
System A extensions.conf:
[the-context]
exten => _.,1,Wait(1)
exten => _.,n,Set(CALL_UUID=${EXTEN})
exten => _.,n,Set(RESULT_STRING="${ODBC_CALL_DATA_4_UUID(${CALL_UUID})}")
exten => _.,n,Set(ARRAY(NAME,ACCT,IAXUSER,NUM)="${RESULT_STRING}")
exten => _.,n,Set(DONT_CARE="${ODBC_REMOVE_CALL_4_UUID(${CALL_UUID})}")
exten => _.,n,Set(CALLERID(name)=${NAME})
exten => _.,n,Set(CDR(accountcode)=${ACCT})
exten => _.,n,Dial(IAX2/${IAXUSER}@systemB/${NUM})
exten => _.,n,Hangup()
(not...
2009 Oct 31
2
Asterisk, Realtime and specify MySQL Table Name ?
Hi
actually, i test a new Asterisk Server and i want add Mysql Realtime SIP.
I read on the wiki:
===================================================
Database Config
put the following in res_mysql.conf
[general]
dbhost = 127.0.0.1
dbname = asterisk
dbuser = myuser
dbpass = mypass
dbport = 3306
Values in sip.conf or iax.conf like in older versions of * are no longer
used.
Database Table
Lets
2007 Sep 26
4
Asterisk realtime error
...ealTime: Failed to query database. Check debug for more info.
Sep 25 20:29:07 NOTICE[12000]: chan_iax2.c:5252 register_verify: Host
127.0.0.1 failed MD5 authentication for '101'
(9a43a82001dfa49d84e8facb765f7de2 != 31610d29241e861816b83998501ee223)
I configure extconfig.conf as:
[settings]
iaxusers => mysql,asterisk,iax_buddies
iaxpeers => mysql,asterisk,iax_buddies
sipusers => mysql,asterisk,sip_buddies
sippeers => mysql,asterisk,sip_buddies
res_mysql.conf as:
[general]
dbhost = localhost
dbname = asterisk
dbuser = root
dbpass = asterisk
dbport = 3306
dbsock = /var/lib/mysql/...
2006 May 23
3
AGI ?
...annel. If
the ZAP channel is busy, go out the IAX channels, if IAX is all busy, go
out the SIP channels. Here is a sample of what I have in my script.
#!/usr/bin/perl
use strict;
use Asterisk::AGI;
my $callerId = "MyNumber";
my $log = "/var/log/asterisk/dialout.log";
my $gIaxUser = "MyIAXPROVIDER";
my $gIaxPass = "MYIAXPASS";
my $gIaxHost = "myIAXHost";
my $gSipHost = "MYSIPHost";
########### SYSTEM VARIABLES #####################
my $AGI = new Asterisk::AGI;
my $gDialedNo = shift;
my $gNumber = "";
my $gPrefix = "&q...
2009 Oct 08
1
Realtime static does not work in 1.6.1 or 1.6.2
...f': == Found
== Binding extensions.conf to mysql/general/ast_config
== Binding agents.conf to mysql/general/ast_config
== Binding voicemail to mysql/general/voicemail_users
== Binding sipusers to mysql/general/sip_buddies
== Binding sippeers to mysql/general/sip_buddies
== Binding iaxusers to mysql/general/iax_buddies
== Binding iaxpeers to mysql/general/iax_buddies
== Binding meetme to mysql/general/meetme
== Binding queues to mysql/general/queue_table
== Binding queue_members to mysql/general/queue_member_table
Only extensions.conf and agents.conf are static, all other...
2011 May 18
1
asterisk18 - realtime/mysql - take 3
Still a couple of questions......
I did configure extconfig.conf
...
;iaxusers => odbc,asterisk
;iaxpeers => odbc,asterisk
;sipusers => odbc,asterisk
sipusers => mysql,asterisk,sip_devices
sippeers => mysql,asterisk,sip_devices
;sippeers => odbc,asterisk
;sipregs => odbc,asterisk
;voicemail => odbc,asterisk
;extensions => odbc,asterisk
;meetme =&...
2003 Dec 02
5
IAXTEL configuration for new iaxtel users.
...sure. Messing around and reading on IRC and the mailing list I could get certain things to work and then break other things. Now I can dial a IAXTEL number, 800 number and FWD numbers using the IAXTEL service. The iaxtel configuration I am now using is.
iax.conf
[general]
register => iaxuser:iaxpass@iaxtel.com
; For some reason be it a bug or a feature from what I have read
; the iaxtel context must be the last thing in your iax.conf file.
[iaxtel]
type = user
host = iaxtel.com
context = incoming-iaxtel
disallow = all ; My...
2011 Apr 20
1
[IAX] Everyone is busy/congested at this time (1:0/0/1)
...port=4569
delayreject=yes
language=fr
autokill = yes
calltokenoptional = 0.0.0.0/0.0.0.0
minregexpire = 60
maxregexpire = 500
mohsuggest=default
careinvite=no
rtcachefriends=yes
[444]
type=friend
host=dynamic
context=special
secret=iop
---------
- extconfig.conf:
---------
[general]
[settings]
iaxusers => mysql,asterisk,iaxfriends
iaxpeers => mysql,asterisk,iaxfriends
voicemail => mysql,asterisk,voicemail
---------
- Mysqldump from iaxfriends
---------
INSERT INTO iaxfriends
(name,type,phonenumber,username,mailbox,secret,dbsecret,context,regcontext,host,ipaddr,port,defaultip,sourcea...
2007 Mar 01
5
Asterisk Realtime
Could someone provide some steps for troubleshooting Realtime? I can't see
any signs that it's working. I followed and double-checked a few different
guides around the net, but haven't been able to figure it out.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 May 23
1
[Fwd: FW: extconfig.conf]
..."odbc" is shown in the examples below, but is not the only valid realtime ; engine. There is:
> ; odbc ... res_config_odbc
> ; sqlite ... res_config_sqlite
> ; pgsql ... res_config_pgsql
> ; curl ... res_config_curl
> ; ldap ... res_config_ldap
> ;
> ;iaxusers => odbc,asterisk
> ;iaxpeers => odbc,asterisk
> ;sipusers => odbc,asterisk
> ;sipusers => mysql,asterisk,sip_devices
> ;sippeers => mysql,asterisk,sip_devices
> ;sipusers => mysql,general,sip_devices
> ;sippeers => mysql,general,sip_devices
> sipusers =&...
2005 Mar 24
14
Realtime mysql problem?
All, I get this whenever trying to dial to a peer when the peer
registered to another server. I'm basically trying to use realtime to
check for the peer and dial it.
Mar 24 09:16:47 VERBOSE[4527]: -- Executing Dial("SIP/brak-f69f",
"IAX2/brak-test/107") in new stack
Mar 24 09:16:47 DEBUG[4527]: MySQL RealTime: Retrieve SQL: SELECT * FROM
sip_users WHERE name =
2005 Mar 23
0
Asterisk Realtime.
So this is what i've done so far...
my extconfig.conf looks like this
[settings]
;example => odbc,asterisk,alttable
;iaxusers => odbc,asterisk
;iaxpeers => odbc,asterisk
sipusers => mysql,voip,sip
sippeers => mysql,voip,sip
voicemail => mysql,voip,voicemail
extensions => mysql,voip,extensions
--------------------
and my extensions.conf has the following lines in it.
[outgoing]
switch => Realtime...
2006 Jun 13
1
[Repost] Asterisk realtime
Hi folks,
I'm really confused, so please help me, or at least give me some
pointers to clarify this issue.
Can I mix "Static" and "Real" realtime?
Is there a way to easily switch from one to another, say, for sip.conf?
Which are the major benefits of "Real" realtime?
Please help me!
Thanks in advance,
--
Andrea Spadaccini
Multimedia Technologies Institute
2006 Oct 30
0
Information on Asterisk 1.4-beta 3 and ARA
...ivesity
thesis, to enable jingle support into an administrative framework for
asterisk developed in our lab. It's possible to map jabber's and gtalk's
user from the ARA database, as I have already done with sip and iax users? I
need to know what family I must map to my database (such as iaxusers,
sipusers... etc) to enable loading from the database of jabber and gtalk's
peers. I also need to know what columns these tables need, there's any
documentation online on it?
Thank everyone
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digi...
2007 Sep 26
0
asterisk-users Digest, Vol 38, Issue 83
...ealTime: Failed to query database. Check debug for more info.
Sep 25 20:29:07 NOTICE[12000]: chan_iax2.c:5252 register_verify: Host
127.0.0.1 failed MD5 authentication for '101'
(9a43a82001dfa49d84e8facb765f7de2 != 31610d29241e861816b83998501ee223)
I configure extconfig.conf as:
[settings]
iaxusers => mysql,asterisk,iax_buddies
iaxpeers => mysql,asterisk,iax_buddies
sipusers => mysql,asterisk,sip_buddies
sippeers => mysql,asterisk,sip_buddies
res_mysql.conf as:
[general]
dbhost = localhost
dbname = asterisk
dbuser = root
dbpass = asterisk
dbport = 3306
dbsock = /var/lib/mysql/...
2007 Mar 16
1
transfer=mediaonly : can't hear nothing
I've setup this simple configuration to test the new mediaonly iax
feature in 1.4 :
Input (client) -> Server (routing) -> Termination
transfer=no transfer=mediaonly transfer=no
all the machines are in the same 192.168.0.x net
the routing Server in the middle has iaxusers realtime backend on mysql
the call is originated with a sip phone registered on the Input client
Server's credentials are hardcoded in iax.conf on the Termination server
codecs allowed are alaw and gsm, I see all the traffic as alaw
( Ooh, voice format changed to 8 )
with Server's tran...