Re: [asterisk-users] OT - Is T.38 possible on SPA8800 FXO port ?

2014-11-18 Thread Olivier
2014-11-17 12:16 GMT+01:00 jg webaccounts...@jgoettgens.de: T.38 is a relay protocol for transmitting Group 3 facsimiles over a packet network. It has nothing to do with the analog FXS or FXO signaling, I know all this. My question came from the fact that as strange as it may seem, SPA3102

Re: [asterisk-users] OT - Is T.38 possible on SPA8800 FXO port ?

2014-11-18 Thread Kevin Larsen
I know all this. My question came from the fact that as strange as it may seem, SPA3102 and similar products do not offer the SIP features depending on terminating/originating port. More precisely, when a SIP fax call comes in through an FXS port, it triggers T.38 while it doesn't trigger

Re: [asterisk-users] OT - Is T.38 possible on SPA8800 FXO port ?

2014-11-18 Thread Olivier
2014-11-18 15:19 GMT+01:00 Kevin Larsen kevin.lar...@pioneerballoon.com: I know all this. My question came from the fact that as strange as it may seem, SPA3102 and similar products do not offer the SIP features depending on terminating/originating port. More precisely, when a SIP fax call

Re: [asterisk-users] Get the status of a PJSIP endpoint?

2014-11-18 Thread George Joseph
On Tue, Nov 18, 2014 at 10:55 AM, George Joseph george.jos...@fairview5.com wrote: On Mon, Nov 17, 2014 at 1:52 PM, John Kiniston johnkinis...@gmail.com wrote: Is there an equivalent to ${SIPPEER(${peer},status)} for PJSIP? I could swear there was a non-obvious way to get state but I

Re: [asterisk-users] Get the status of a PJSIP endpoint?

2014-11-18 Thread John Kiniston
Thanks George, That appears to do what I need and it's easier to call as well. Win/Win! It even looks like I can use the same function on my 1.8 boxes so now I can go back and update those to use the same code I'm writing now. On Tue, Nov 18, 2014 at 11:00 AM, George Joseph

[asterisk-users] AGI and AMI in PHP -- What's current?

2014-11-18 Thread Steve Edwards
I'm writing some code that needs to access AMI in PHP. (I'll probably be doing AGI later as well.) I'm looking at phpagi (2.20), but it hasn't been updated since 2010 and appears to be a bit behind current Asterisk -- No event handler for event 'fullybooted'. What PHP framework/library are

Re: [asterisk-users] AGI and AMI in PHP -- What's current?

2014-11-18 Thread Eric Wieling
Other than a few minor patches, we use stock phpagi. If you want simple, phpagi is the way to go. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Steve Edwards Sent: Tuesday, November 18, 2014 3:34 PM To:

Re: [asterisk-users] AGI and AMI in PHP -- What's current?

2014-11-18 Thread Steve Edwards
On Tue, 18 Nov 2014, Eric Wieling wrote: Other than a few minor patches, we use stock phpagi. Can you spare me a flat spot on my forehead and share the wealth? -- Thanks in advance, - Steve Edwards

Re: [asterisk-users] AGI and AMI in PHP -- What's current?

2014-11-18 Thread Steve Edwards
On Tue, 18 Nov 2014, Eric Wieling wrote: diff at http://pastebin.com/wfDR6u0a -- Thanks in advance, - Steve Edwards sedwa...@sedwards.com Voice: +1-760-468-3867 PST Newline

Re: [asterisk-users] AGI and AMI in PHP -- What's current?

2014-11-18 Thread Johan Wilfer
Den 2014-11-18 21:33, Steve Edwards skrev: I'm writing some code that needs to access AMI in PHP. (I'll probably be doing AGI later as well.) I'm looking at phpagi (2.20), but it hasn't been updated since 2010 and appears to be a bit behind current Asterisk -- No event handler for event