Re: [asterisk-users] T.38 not working - help needed with log interpretation

2014-12-11 Thread Recursive
Hello, at first, thanks for helping! In the meantime, I have done a lot of research and trial and error, and I could solve that specific problem. Obviously, the dialplan application Answer was playing a key role here. My original dialplan snippet (which produced that problem) was: exten =

Re: [asterisk-users] T.38 not working - help needed with log interpretation

2014-12-11 Thread Larry Moore
On 11/12/2014 4:52 PM, Recursive wrote: Hello, at first, thanks for helping! In the meantime, I have done a lot of research and trial and error, and I could solve that specific problem. Obviously, the dialplan application Answer was playing a key role here. My original dialplan snippet

Re: [asterisk-users] Passing literals with commas to subroutine [SOLVED]

2014-12-11 Thread A J Stiles
On Tuesday 09 Dec 2014, Daniel Gonzalez wrote: Hi, Let's say I do: Set(data=xxx,yyy) Gosub(my-sub,s,1(${data})) My subroutine will only receive xxx for ARG1. How can I pass a literal with a comma to a single argument in a subroutine? (The point is: when calling the subroutine I do

Re: [asterisk-users] PJSIP configuration question

2014-12-11 Thread Dan Cropp
Thank you Joshua. I will make the modifications this morning and give it a try. Have a great day! Dan -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Joshua Colp Sent: Wednesday, December 10, 2014 7:27 PM

Re: [asterisk-users] PJSIP configuration question

2014-12-11 Thread Dan Cropp
Thanks George. I am NATed. I did not obfuscate the 0.0.19.196. That is really what is showing up. The only portion that I hid is the IP address of my box. Have a great day! Dan On Wed, Dec 10, 2014 at 2:03 PM, Dan Cropp d...@amtelco.commailto:d...@amtelco.com wrote: Thanks George. That was

Re: [asterisk-users] Passing literals with commas to subroutine [SOLVED]

2014-12-11 Thread Eric Wieling
The easiest way is to escape the commas is with a \ (backslash). -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of A J Stiles Sent: Thursday, December 11, 2014 7:41 AM To: Asterisk Users Mailing List -

Re: [asterisk-users] PJSIP configuration question

2014-12-11 Thread Dan Cropp
This fixed the problem. Developer before me wrote some code to build up the dial string. Always thought that string appeared off, but it worked so I left it alone. Thanks Joshua and George for helping with this. Have a great day! Dan -Original Message- From:

[asterisk-users] Finish extension (avoid dialplan to silently continue in the next priority of another extension)

2014-12-11 Thread Daniel Gonzalez
Hi, I have run into a strange behaviour: [ctx-test] exten = h,1,NoOp(*** hangup ***) exten = s,1,NoOp(*** ${EXTEN} ***) same = n,... same = n,... same = n,Hangup() Strangely, the h extension continues on the priority 2 of the extension s. Maybe this is caused by the use of same? How can I

Re: [asterisk-users] Finish extension (avoid dialplan to silently continue in the next priority of another extension)

2014-12-11 Thread Eric Wieling
Hangup handling in Asterisk is horrible enough to make the Buddha cry. The (mostly working) solution I came up with was 1) Attach a hangup handler to the source channel as soon as possible in the dialplan to do whatever post call work which needs to be done. 2) Use the ā€œgā€ and ā€œFā€

Re: [asterisk-users] Finish extension (avoid dialplan to silently continue in the next priority of another extension)

2014-12-11 Thread Matthew Jordan
On Thu, Dec 11, 2014 at 9:58 AM, Daniel Gonzalez gonva...@gonvaled.com wrote: Hi, I have run into a strange behaviour: [ctx-test] exten = h,1,NoOp(*** hangup ***) exten = s,1,NoOp(*** ${EXTEN} ***) same = n,... same = n,... same = n,Hangup() Strangely, the h extension continues on

Re: [asterisk-users] PJSIP configuration question

2014-12-11 Thread Dan Cropp
Ok, it didn't quite solve everything. There is one slight issue. When I answer the call on my cell phone, Asterisk sees it as answered. I can play audio, send dtmfs, etc and hear it on my phone. However, a short while later, Vitelity tears down that call and Asterisk is never notified about

Re: [asterisk-users] PJSIP configuration question

2014-12-11 Thread Dan Cropp
I had my screenshots flipped. Is there a way to make sure the Contact field is NOT included in the ACK response to the OK (for the Answer)? PJSIP is including the Contact for the ACK response to the OK. Contact: sip:1...@xxx.xxx.xx.xxx:5060 When using the chan_sip, it does not include that

Re: [asterisk-users] PJSIP configuration question

2014-12-11 Thread Joshua Colp
Dan Cropp wrote: I had my screenshots flipped. Is there a way to make sure the Contact field is NOT included in the ACK response to the OK (for the Answer)? PJSIP is including the Contact for the ACK response to the OK. Contact:sip:1...@xxx.xxx.xx.xxx:5060 There is no configuration option

Re: [asterisk-users] PJSIP configuration question

2014-12-11 Thread Dan Cropp
I am not sure what you mean by the ful SIP signaling? Here is the trace for the sip.conf which works successfully. Below that, I will include the trace for the pjsip.conf which it seems Vitelity isn't accepting the ACK in response to the OK SIP --- --- Transmitting SIP request (1004

Re: [asterisk-users] PJSIP configuration question

2014-12-11 Thread Dan Cropp
Ugh. I'm having a bad day. The two traces were swapped. The one on Asterisk 13 is PJSIP. The one on Asterisk 12 is using chan_sip. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Dan Cropp Sent: Thursday,

Re: [asterisk-users] Dynamic Call parking

2014-12-11 Thread Rusty Newton
On Thu, Jul 3, 2014 at 7:49 AM, Jonas Kellens jonas.kell...@telenet.be wrote: Hello, I know now after some testing that there is no dynamic call parking. Also explains why you find no example when searching the internet : no one has a working example. Sorry to bump an old thread, but I

Re: [asterisk-users] park()-command always parks on default 701

2014-12-11 Thread Rusty Newton
On Tue, Nov 25, 2014 at 8:27 AM, Jonas Kellens jonas.kell...@telenet.be wrote: Hello, I have the following in my dialplan : exten = callpark,n,Set(PARKINGDYNPOS=200-210) exten = callpark,n,Set(PARKINGDYNCONTEXT=parked_001) exten = callpark,n,Park(2s,parkinglot_001) I see on the

[asterisk-users] Corrupt MixMonitor recordings - .gsm format

2014-12-11 Thread Stefan Viljoen
Hi all Asterisk 1.8.11.0 on Centos 6.5 My VOIP phones are using G729 to a G729 trunk from a vendor (Centracom, South Africa). Unlicensed G729 codec version on server. 75% of my .gsm files from MixMonitor are coming up corrupted about 3 minutes into the recording. The server has