similar to: Parsing IAXPeers from Asterisk Manager (PHP API)

Displaying 20 results from an estimated 1000 matches similar to: "Parsing IAXPeers from Asterisk Manager (PHP API)"

2009 Apr 16
1
AMI IAXPeers
Is there any reason why IAXPeers output is different from SIPPeers output? The response has no Eventlist: start Ej. Response: Success Eventlist: start Message: Peer status list will follow Event: PeerEntry Channeltype: SIP ObjectName: 1001 ChanObjectType: peer IPaddress: 192.168.175.1 IPport: 63772 Dynamic: yes Natsupport: no VideoSupport: no TextSupport: no ACL: no Status:
2007 Nov 20
0
iaxpeers from Realtime
Hello asterisk users, here is a little problem pulling out iax peers from real time database I have the following peer configured in my database mysql> select name,username,secret,type,context,host,disallow,allow,defaultip,deny,permit, ipaddr,port from iax_users where name='iaxtermination'; +----------------+----------+----------------------------------+------+-----
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 => mysql,general
2004 Dec 10
1
IAXPeers for Windows Beta released
Hi, I've just done up a quick proggy to show me the status of my IAX peers from my windows box. It plugs into the simple manager proxy. You can see more information (including a screenshot) at: http://www.sineapps.com/news.php?rssid=384 You can download it directly from: http://www.sineapps.com/down/IAXPeers.zip Could you please have a look and let me know your thoughts. -- Cheers,
2006 May 12
6
voicemailmain()
Hi, in the menu of voicemailmain, appear a lot of options, there is a way to leave only some of them? Also I want to know if there is a option that erase all message in a user box. Best REgards Ever Zalazar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060512/98a6f962/attachment.htm
2011 May 12
2
Realtime - ara180
Hi all, A week or so down the list, i read that not many people were using realtime on an Asterisk18, so i had this afternoon a go at it... [sorry for the inconveneant line-wraps] First i did: mysql> create database asterisk; mysql> grant all on asterisk.* to 'voipadmin'@'localhost' identified by next i used the info from the wiki: CREATE TABLE `sip_devices` ( `id`
2005 Sep 13
2
actionID on manager events
Hello, all! I'm looking at the wiki page and info on the mailing list and I'm getting conflicting info... I am using the manager API from the telnet CLI and I am testing creating calls with it. I login with events: on and I can originate calls just fine. However, when I set ActionID on an Originate, I cannot see anywhere where that actionid carries into the Event output. But I found
2014 Dec 30
3
status - Unmonitored, how to change it
How to change status of peers "Unmonitored" to monitored? Home users showing "Unmonitored" some display timing. Name/Username Host Mask Port Status zoiper_kathy/zo 112.200.83.69 (D) 255.255.255.255 9330 Unmonitored clinic_server (null) (D) 255.255.255.255 0 Unmonitored voip
2005 Feb 17
2
The 'sipfriends' table is obsolete - ????
After updating to the latest CVS Feb 17 15:20:03 WARNING[15317]: config.c:819 read_config_maps: The 'sipfriends' table is obsolete, update your 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
2011 Oct 27
5
Asterisk Executing outbound dial number twice
Hello, I noticed Asterisk 1.8.4.1 execute number dial twice Log == Using SIP RTP CoS mark 5 -- Executing [912066604 at sipphones:1] Set("SIP/4773-0003e920", "CALLERID(num)=2066604") in new stack == Extension Changed 4773[sipphones] new state InUse for Notify User 4701 -- Executing [912066604 at sipphones:2] Dial("SIP/4773-0003e920",
2005 Sep 15
1
Originate not understanding 2 vars in setvars
Hi, I'm currently trying to originate a call with 2 variables set. I tried doing it via manager API and call File and both failed, because the vars were not separated. I'm using Asterisk 1.2_beta1 on this machine Can anyone here verify wether this is a bug or just a stupid error on my part? This is the callfile I tried to use, after the manager way failed: Channel:
2004 Dec 06
1
iax2 nativ bridge question?
hallo all, i would like to know, as i would suspect, nativ bridiging should work also, if only one iax party is behind an nat router and the other has a public ip. when i connect to iax clients, which have both pubic ip's nativ bridging is working. if one of the clients is behind an nat, the iax2 channels always get routed through the asterisk server (latest stable version from cvs) ?? i
2005 Mar 04
2
Broadvoice + incoming call works only for ~2 minutes
Hi, all. The asterisk setup is working fine, receiving calls via broadvoice "initially". ? When call comes in via broadvoice number, asterisk picks it up and routes correctly, as long as the call came in within ~2 min from the previous one. In other words, as long as a call comes in within ~2 min since the previous one, asterisk will answer the call. However, if the call comes in
2010 Jan 11
2
Extension Status
Hello, I am new in Asterisk Community, i am working on Asterisk 1.6, i need to know how can i monitor the extension status? when i wrote sip show peers on asterisk Extension Domain port Status 111/111 (Unspecified) D 0 Unmonitored 1300/1300 192.168.50.111 D 5060 Unmonitored 222/222
2009 Jan 16
2
UpdateConfig : Appending line fails
Hello list, Can someone please point me out why would a stream like the following only write ONE line (the first) on the given file? Action: login Username: test Secret: 123456 Action: UpdateConfig SrcFilename: voicemail2.conf DstFilename: voicemail2.conf Action-000000: Append Cat-000000: default Var-000000: 127 Value-000000: >5555, Jason Bourne97, jason25 at noCia.gov.do ActionID:
2005 Jan 13
4
Manager API !!!!!!!!!
Hello all Has anyone had any success with the Manager API ? I am trying to check an extension status without too much luck I have the following <?php $fp = fsockopen("127.0.0.1", 5038, $errno, $errstr, 30); if (!$fp) { echo "$errstr ($errno)<br />\n"; } else { $out = "Action: Login\r\n"; $out .=
2005 May 17
4
multiple sip accounts from same sip registrar
Dear all, I have an asterisk sip issue which I don't believe is unique. I use a registrar (sipgate.co.uk) where I have 3 different accounts. These accounts provide me with three seperate local phone numbers which allow me to allocate them to seperate users. By using just one of these accounts I can set asterisk up to send and receive calls no problem. However, when I start to introduce an
2004 Jun 15
3
Grandstreams randomly go busy with Asterisk?
I've searched the lists but I didn't find anything exactly like this. I have two Grandstream BT101 phones connected to an Asterisk. Periodically, for reasons that I can't determine, one or the other (or both) of the BT101s decide(s) to go on permanent busy. Dialing that phone gives: -- Executing Macro("SIP/24567-7856", "dialphone|SIP/27654") in new stack
2008 Oct 28
1
AMI - Status Event.
Hello All, I'am a new Asterisk user, and i have the following question. The following is the Status of all open channels from my Asterisk system, which was received through the Asterisk Manager Interface ((AMI)). ==================================================================== action: Status actionid: 65066874_3# Response: Success ActionID: 65066874_3# Message: Channel status will
2007 Oct 24
1
AMI ActionID.... Doesn't work
Is it well known that setting the ActionID when connecting to AMI has absolutely no effect? Is this fixed in Asterisk 1.4? If you add an ActionID to your Originate command for example, it looks like the only events that come back with an ActionID associated are the initial response, OriginateSuccess and OriginateFailure. That's it. No other events have an ActionID associated. This pretty much