Re: [asterisk-users] Respond to an out of call SIP MESSAGE

2015-09-28 Thread Emil Ohlsson
Ah, so I can use MessageSend(sip:alice) to send a message to Alice then (reusing the existing TLS session). That does seem to work. Thanks :-). I didn't know you could use users there. Is there a variable or some other method to see which user that did send the message? I'm thinking something

[asterisk-users] 2 cdr records per call

2015-09-28 Thread Valter Nogueira
I am using asterisk 13.4 and in some calls I got 2 cdr records, one with usual dial on last app and correct billsec and a second one with hangup as last app and billsec equals zero. I am using cdr_pgsql. Thanks -- _ --

Re: [asterisk-users] caller id spoofing/setting on analog

2015-09-28 Thread A J Stiles
On Friday 25 Sep 2015, Ryan, Travis wrote: > I've not used analog for quite some time. It seems it's not possible in > asterisk to spoof a phone number/name on an analog call? Probably not if you are using an analogue FXO connection to the exchange; because there is no standardised way of

Re: [asterisk-users] Respond to an out of call SIP MESSAGE

2015-09-28 Thread Emil Ohlsson
Sorry for the delay here. For some reason the mail from Joshua Colp failed to deliver to my mailbox. So, anyway, I've set up a local scenario on my computer a PJSIP client and Asterisk 11.17.1 (On a fedora linux workstation) with the settings listed below. In this scenario I've used UDP, but I

Re: [asterisk-users] Respond to an out of call SIP MESSAGE

2015-09-28 Thread Joshua Colp
On 15-09-28 09:16 AM, Emil Ohlsson wrote: Sorry for the delay here. For some reason the mail from Joshua Colp failed to deliver to my mailbox. So, anyway, I've set up a local scenario on my computer a PJSIP client and Asterisk 11.17.1 (On a fedora linux workstation) with the settings listed

Re: [asterisk-users] Is Confbridge performance < Meetme performance

2015-09-28 Thread Johan Wilfer
Ok, let med rephrase this: Does anyone actually uses Confbridge and what are your experiences? How about local channels in combination with Confbridge? /Johan Den 2015-09-23 kl. 13:37, skrev Johan Wilfer: Hi! I did some tests with Asterisk 11.19.0 and Confbridge. I've wanting to migrate from

Re: [asterisk-users] Respond to an out of call SIP MESSAGE

2015-09-28 Thread Emil Ohlsson
(Still no not receiving the mail, revisited the settings.) OK, so SendText doesn't work with this scenario. But can MessageSend handle this, and respond even when the transport protocol is TLS? Or do I need to modify Asterisk to add this support? BR, Emil

Re: [asterisk-users] Respond to an out of call SIP MESSAGE

2015-09-28 Thread Joshua Colp
On 15-09-28 10:19 AM, Emil Ohlsson wrote: (Still no not receiving the mail, revisited the settings.) OK, so SendText doesn't work with this scenario. But can MessageSend handle this, and respond even when the transport protocol is TLS? Or do I need to modify Asterisk to add this support?