Re: [asterisk-users] PHP AGI Not Working and Odd Behavior

2009-06-25 Thread David Quinton
>planning.customer.c...@west-lindsey.co.ukon Thu, 25 Jun 2009 15:11:04 +0800, >Andrew Furey wrote: >On 25/06/2009, David Quinton wrote: >> May be a total red herring (I'm using an old version of Trixbox) >> but if I edit my PHPs on a Windows machine and upload using FTP, they >> will only ru

[asterisk-users] Calls dropping

2009-06-25 Thread John Regal
Hi, I am using a call file formated like this: Channel: local/12125557...@outbound/n Callerid: 12125551212 Context: detect Extension: s Priority: 1 This sends the call into the dialplan at the [outbound] context. In [outbound], I have: [outbound] exten => _1.,1,Dial(SIP/${ext...@flowroute,43) If th

Re: [asterisk-users] res_cepstral, register & existing Cepstral licenses.

2009-06-25 Thread Barry L. Kline
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin P. Fleming wrote: > There is no need; your existing Cepstral-supplied licenses will continue > to operate, and will be added to any Digium-supplied licenses you > purchase and activate. Thanks Kevin. So I shouldn't worry about this? corp-aste

Re: [asterisk-users] Persistent dynamic queue members

2009-06-25 Thread Miguel Molina
Miguel Molina escribió: Hi all, I'm testing the persistent dynamic queue members functionality on 1.6.0.10. The queue members are agents defined in the agents.conf file. When I issue an asterisk restart and check the queue members again on the CLI, all of them are listed as /invalid/ and ther

Re: [asterisk-users] res_cepstral, register & existing Cepstral licenses.

2009-06-25 Thread Kevin P. Fleming
Barry L. Kline wrote: > I'm going to end up buying more ports from Digium but I'd like to also > use the existing voice/port licenses that I currently have. Is this > possible? Is there anyway to migrate the licenses to the Digium > implementation of Cepstral? There is no need; your existing Ce

[asterisk-users] Persistent dynamic queue members

2009-06-25 Thread Miguel Molina
Hi all, I'm testing the persistent dynamic queue members functionality on 1.6.0.10. The queue members are agents defined in the agents.conf file. When I issue an asterisk restart and check the queue members again on the CLI, all of them are listed as /invalid/ and there is no way to change th

Re: [asterisk-users] SIP registration fails

2009-06-25 Thread jonas kellens
SIP-registration errors are solved by restarting the Asterisk-server. But I expect them to return in time... I can make call now, but the other end does not hear me. So problem with RTP-flow... Can someone guide me to the solution ? On the Asterisk-server I have this (iptables): -A RH-Firewal

[asterisk-users] res_cepstral, register & existing Cepstral licenses.

2009-06-25 Thread Barry L. Kline
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have a license for Allison-8kHz and two concurrent port licenses that I purchased from Cepstral at the end of last year. I just got around to installing to my * 1.6.0.10 machine. I've decided that the best way for me to integrate the two would be r

[asterisk-users] PHP AGI Not Working and Odd Behavior

2009-06-25 Thread Leah Newmark
I think I found the part of my AGI the script is stuck at. The #!/usr/bin/php command was fine. What the agi debug I believe is displaying is the output of this: $in = fopen("php://stdin","r"); Which explains what I thought was "cached" -- the same #!/usr/bin/php5 -q command repeatedly failing

Re: [asterisk-users] asterisk-users Digest, Vol 59, Issue 62 (Should be my PHP/AGI problem and odd behavior)

2009-06-25 Thread Leah Newmark
Thanks...completely irrelevant in my case though. I installed and set up php on my end, so I have short_open_tag to be on :) Any other ideas anyone? Leah Newmark VoIP Programmer Capalon Communications _ Probably unrelated, but its

Re: [asterisk-users] asterisk-users Digest, Vol 59, Issue 62

2009-06-25 Thread Norm Heinen
Probably unrelated, but its bad practice to use short tags / use / instead. Incase short_open_tag = Off in php.ini On Thu, Jun 25, 2009 at 11:08 AM, Leah Newmark wrote: > Take a look at this: > /var/lib/asterisk/agi-bin/olehphone# head incoming.php displays: > #!/usr/bin/php > > Running it sh

[asterisk-users] Assigning an IVR to an extension in *NOW 1.5/FreePBX

2009-06-25 Thread Zaheer Master
Hi all, On my *NOW beta box, I was able to assign an IVR an extension (801, etc.) With the new 1.5 *NOW and freepbx, I can create an IVR, but how do I assign it an extension, so I can dial or transfer users to that IVR? Thanks in advance for the help. I checked the freepbx docs but didn't find any

Re: [asterisk-users] Removing line 2 from CISCO 7940g

2009-06-25 Thread Jonathan Thurman
David's directions will work on a 7941/7961, not the 7940/7960. You do have to keep the line configuration for the 79x0 series phones in the SIP${MAC}.cnf file.. I have not tested setting them to "", but I know if you telnet into the phone they will show "UNPROVISIONED" as the setting. You can al

Re: [asterisk-users] Removing line 2 from CISCO 7940g

2009-06-25 Thread David Gibbons
Mike, 1. Remove the 'line 2' entries completely from the SEPXX.XML file. 2. Change the 'Version' tag in the SEPXX.XML file. You need only change one digit; I usually just increment the last digit. (1.0.0.0-9). 3. Restart the phone (Settings -> **#**). 4. This should do it. If

[asterisk-users] SIP registration fails

2009-06-25 Thread jonas kellens
Asterisk-server behind Endian-firewall: SIP-aware, 5060 + RTP-ports opened and 5060 forwarded to Asterisk (192.168.2.2) Can someone see why SIP-registration fails ?? register => 092779077:x...@85.119.188.3 [3starsnet] type=peer host=85.119.188.3 username=092779077 secret= fromuser=092779077

Re: [asterisk-users] asterisk-users Digest, Vol 59, Issue 62

2009-06-25 Thread Leah Newmark
The script runs fine command line. I have edited in the past to try as /usr/bin/php -q and it didn't help. Right now, it's not even reading the changes. I must be missing something very obvious... LN asterisk-users-requ...@lists.digium.com wrote: > Message: 16 > Date: Wed, 24 Jun 2009 17:17:59 -0

Re: [asterisk-users] asterisk-users Digest, Vol 59, Issue 62

2009-06-25 Thread Leah Newmark
Take a look at this: /var/lib/asterisk/agi-bin/olehphone# head incoming.php displays: #!/usr/bin/php Message: 18 > Date: Wed, 24 Jun 2009 16:23:17 -0500 > From: "Danny Nicholas" > Subject: Re: [asterisk-users] PHP AGI Not Working and Odd Behavior > To: "'Asterisk Users Mailing List - Non-Commerci

Re: [asterisk-users] PHP AGI Not Working and Odd Behavior

2009-06-25 Thread Leah Newmark
Thanks for the suggestion, but I'm editing directly on the server I've been doing AGIs for, what, 4 years now? I have never been *this* stumped! __ On Wed, 24 Jun 2009 15:43:14 -0400, Leah Newmark http://lists.digium.com/mailman/listinfo/asteris

[asterisk-users] AMI Transfer?

2009-06-25 Thread J. G.
Trying to accomplish something that seems simple enough but I've tried everything I can think of but I cannot get an AGI Transfer to work. Seems simple enough $AGI->exec('transfer','SIP/101'); and here's the resultant Debug: AGI Rx << EXEC transfer "SIP/101" -- AGI Script Executing Application: (

Re: [asterisk-users] Removing line 2 from CISCO 7940g

2009-06-25 Thread Peder
You have to still have all of the line2 entries in the config file and they have to be set to "". -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Mike Sent: Wednesday, June 24, 2009 4:12 PM To: asterisk-users@l

Re: [asterisk-users] GUI for Asterisk

2009-06-25 Thread jonas kellens
Why ask for a GUI ? --> I do not ask for one... my customer does. Realtime (did some reading) + custom webinterface seems indeed one of the best solutions. Then the thing is that I am not a programmer. I am a graduated network engineer with affection towards VoIP and OpenSource (Asterisk). I do k

Re: [asterisk-users] Asterisk + Jabber

2009-06-25 Thread Leif Madsen
jonas kellens wrote: > So, what about this 'iksemel' ?? On RedHat based distros, you can install EPEL and the Dag Wieers repos in order to get extra things like iksemel. Leif Madsen. http://www.leifmadsen.com http://www.oreilly.com/catalog/asterisk __

Re: [asterisk-users] hotdesk and voicemail

2009-06-25 Thread Leif Madsen
Julian Lyndon-Smith wrote: > We have several types of phones, > > cisco 7940/7960 > aastra 55i/9113i/ > grandstream gxp2010 > > > I want to be able to implement hotdesking where an agent will logon to > any phone. I got all of that working, without having to reboot phones, > but then hit a bri

[asterisk-users] iaxclient softphone: quality?

2009-06-25 Thread bilal ghayyad
Hi All; Did anyone used iaxclient? I would like to know how is the voice quality? OS to be used Microsoft. Regards Bilal ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or

Re: [asterisk-users] GUI for Asterisk

2009-06-25 Thread Jeff LaCoursiere
On Thu, 25 Jun 2009, jonas kellens wrote: > I feel a great preference for sticking to manually editing > the .conf-files. Then why did you ask for a GUI? > But if I define in the contract that changes to the > Asterisk-PBX need to be done by me, I force a maintenance cost towards > the custome

Re: [asterisk-users] GUI for Asterisk

2009-06-25 Thread Tzafrir Cohen
On Wed, Jun 24, 2009 at 05:01:04PM -0400, Steve Totaro wrote: > In FreePBX there are whatever_custom.conf files that are not touched when > changes are made in the GUI. A GUI for Asterisk does not necessrily imply FreePBX. There are certainly other ways to do that. For instance: * asterisk-gui:

Re: [asterisk-users] GUI for Asterisk

2009-06-25 Thread Ishfaq Malik
Asterisk RealTime is perfect for this as you can built them a simple web interface to make insertions into your sip table. Ish jonas kellens wrote: > Tzafrir Cohen, > > if mixing hand-written configs with GUI-configs is not 'good > practise', then how to build a scalable Asterisk IP-PBX where t

Re: [asterisk-users] GUI for Asterisk

2009-06-25 Thread jonas kellens
I feel a great preference for sticking to manually editing the .conf-files. But if I define in the contract that changes to the Asterisk-PBX need to be done by me, I force a maintenance cost towards the customer and that is not always what is requested... On Thu, 2009-06-25 at 15:26 +0530, Jaswin

Re: [asterisk-users] GUI for Asterisk

2009-06-25 Thread Jaswinder Singh
If you plan it right from the start, FreePBX can save hell lot of time. Instead of fixing in include files, you can also create custom contexts from within the GUI now, i am sure there is a module for that as well. As said above, either stick fully to GUI or fully to manual configurations. Ugly mix

[asterisk-users] hotdesk and voicemail

2009-06-25 Thread Julian Lyndon-Smith
We have several types of phones, cisco 7940/7960 aastra 55i/9113i/ grandstream gxp2010 I want to be able to implement hotdesking where an agent will logon to any phone. I got all of that working, without having to reboot phones, but then hit a brick wall. Voicemail. I still want each phone t

Re: [asterisk-users] GUI for Asterisk

2009-06-25 Thread Tzafrir Cohen
On Thu, Jun 25, 2009 at 11:02:44AM +0200, jonas kellens wrote: > Tzafrir Cohen, > > if mixing hand-written configs with GUI-configs is not 'good practise', > then how to build a scalable Asterisk IP-PBX where the customer is not > 100% dependent of the implementer ? > > Like I already said, I got

Re: [asterisk-users] GUI for Asterisk

2009-06-25 Thread jonas kellens
Tzafrir Cohen, if mixing hand-written configs with GUI-configs is not 'good practise', then how to build a scalable Asterisk IP-PBX where the customer is not 100% dependent of the implementer ? Like I already said, I got the remark "To add a new phone, I do not want to be forced to call you". And

Re: [asterisk-users] PHP AGI Not Working and Odd Behavior

2009-06-25 Thread Andrew Furey
On 25/06/2009, David Quinton wrote: > May be a total red herring (I'm using an old version of Trixbox) > but if I edit my PHPs on a Windows machine and upload using FTP, they > will only run if I fire up Nano and save the file on the Asterisk box. I haven't used TrixBox, but that sounds a lot

Re: [asterisk-users] PHP AGI Not Working and Odd Behavior

2009-06-25 Thread David Quinton
On Wed, 24 Jun 2009 15:43:14 -0400, Leah Newmark wrote: >I also have noticed odd behavior. When I edit an AGI, the changes aren't >always showing up in the running of the script via asterisk. May be a total red herring (I'm using an old version of Trixbox) but if I edit my PHPs on a Windows ma