Displaying 20 results from an estimated 1000 matches similar to: "Original Callerid on transfer in asterisk 13"
2015 Jun 05
3
תשובה: Missed call
Zitat von Israel Gottlieb <isrlgb at gmail.com>:
> If you the c option in the dial command it will send answered
> else where sip message to the phone and most ip phones understand that
> The cell will always display a missed call?
I'm very sorry, but I can't understand what you mean...
Could you explain, maybe with an example?
Thanks
Luca Bertoncello
(lucabert at
2015 Jun 05
2
תשובה: Accessing an account from more than one phone
Zitat von Israel Gottlieb <isrlgb at gmail.com>:
Shalom, Israel!
> Using chan_sip you need to create another ?user aand then dial both
>
> Using pjsip you can connect 2 devices
Thank you. Unfortunately it seems that I don't have pjsip available as
package on the OpenWRT where I installed Asterisk... :(
I'll create another user.
Thanks
Luca Bertoncello
(lucabert at
2015 Jun 05
2
תשובה: Missed call
Israel Gottlieb <isrlgb at gmail.com> schrieb:
> At the end of the Command you could use options one of them is the c (not
> apital) which sends a cancel event to the phone
> http://www.voip-info.org/wiki/view/Asterisk+cmd+Dial
Shalom Israel,
unfortunately it does not work as expected...
I wrote:
exten => _00493512222222,n,Dial(SIP/00493512222222&SIP/00493511111111,,Rc)
2016 May 18
2
variable to get waittime of caller exiting queue
Hi all
Is there anyway i could get in the dialplan the amount of time a caller
waited in the queue before exiting?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160518/b3b082aa/attachment.html>
2016 May 11
2
How is Queue avg holdtime and avg talktime calculated
2020 May 12
2
i sided recordings in asterisk 16.10
Hi guys i upgraded to asterisk 16.10 and in most recordings you here only
leg A in the recording
sometimes you might hear a word of leg B
Did any body hit this problem?
Thanks,
israel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200512/90ee8dc2/attachment.html>
2016 May 26
3
pjsip segfault problem
hi,
after switch from 13.7 + pjproject 2.4.5 to 13.9.1 pjproject bundled i
have problem with segfault (centos 6)
Program terminated with signal 11, Segmentation fault.
#0 0xb7665695 in check_cached_response (sess=0xafbd688c,
packet=0xb07676d8, pkt_size=132, options=1, token=0xafecc2bc,
parsed_len=0x0, src_addr=0xb0e47a20, src_addr_len=16)
at ../src/pjnath/stun_session.c:1287
1287
2015 Nov 25
2
Dialing a call back out on same SIP trunk as it came in
In article <20151125133008.6369360.14455.17239 at gmail.com>,
Israel Gottlieb <isrlgb at gmail.com> wrote:
> Try putting progress instead of answer
Yes, I tried Progress already, and it didn't help. But thanks for
the suggestion!
Tony
> I have a puzzling situation, and would be grateful for any insight.
>
> I have a dialplan that forwards an incoming call out to
2011 Apr 14
1
setting sip headers when using call files
Hi
Does anybody have a idea how I could set sip headers when using call files?
I have to call out a specific trunk so I cant use local as the trunk
what i'm trying todo is send out calls as "anonymous" but at the itsp it
should be filed as being called out thru a specific DID and not the main DID
the provider has on file
for that I have to send the p-asserted but cant figure out
2013 Oct 20
1
error cant write to function ODBC_DEVICES
Hi all
asterisk 1.8.23
I have odbc all setup to mysql but cant figure out why the dialplan wont
write to the odbc function
fubc_odbc.conf
[DEVICES]
dsn=device-conn ;dsn in res_odbc not odbc.ini
readsql=SELECT call.callNum, call.city, devices.callId, devices.id FROM
call INNER JOIN devices ON call.id = devices.callId WHERE deviceNumber = '${
SQL_ESC(${ARG1})}'
2015 Jun 05
2
Accessing an account from more than one phone
Hi again!
I'm thinking about using my mobile phone to receive (and send) calls
when I'm not at home (for example in holiday).
I can make my Asterisk reachable from Internet, of course, or I can
use a VPN, that's not the problem...
My question is: can I log in to the same account from more than one device?
If yes, I can just configure my mobile phone with the same login of my
2020 Jul 22
1
Fwd: blf problems after dialplan reload
Hi Guys
we have a system that uses a lot of custom hints based on the extension
the extensions use the format of ext-system for example 200-pbx01
when starting asterisk the "core show hints" show the correct hints and blf
works as expected
in the extensions.conf we have _.,hint,Custom:${exten}
when running dialplan reload all the hints lose the dashes (-) they become
200pbx01
of course
2016 Aug 23
2
Dial and start music on hold after timeout
How about:
exten => s,1,Dial(SIP/alice&LOCAL/555 at delayed-announce,40)
[delayed-announce]
exten => 555,1,Wait(20)
same => n,Playback(myannouncement,noanswer)
same => n,NoOP(Whatever else you want to do goes here)
The 'noanswer' option on the Playback means that SIP/alice should continue
to ring for the remaining 20 of the 40 seconds, as the Playback will not
answer
2016 Aug 24
2
Dial and start music on hold after timeout
?I have the same exact issue. I cannot push any sounds or even Playtones to
the caller, unless the channel is answered, which is not possible for
billing reasons.
I am also using the Local channel & Dial(PJSIP/...).
I think this is a bug in Asterisk 13. The Dial function has not answered
yet, so the Local channel should be able to play anything to the caller,
without answering, in parallel
2016 Aug 10
2
Asterisk 11.23.0 on CentOS6 : how to get ICE support ?
On 10-08-16 08:52, Ludovic Gasc wrote:
>
> For WebRTC, I recommend you to use Asterisk 13+.
>
> Have a nice day.
>
> Ludovic Gasc (GMLudo)
> http://www.gmludo.eu/
>
>
>
Hello
then why is there an option in sip.conf and rtp.conf " icesupport=yes" ??
This is no answer to my question.
So again : what am I missing to get ICE support on my Asterisk 11.23.0 ??
2015 Nov 25
2
Dialing a call back out on same SIP trunk as it came in
I have a puzzling situation, and would be grateful for any insight.
I have a dialplan that forwards an incoming call out to another
number via the same SIP trunk as it came in on. e.g.
[from-siptrunk]
exten => 0123456789,1,NoOp
exten => 0123456789,n,Dial(SIP/siptrunk/0987654321)
Now, if I use a different SIP trunk for the outbound call, than the
inbound call came on, the call is set up
2015 Jun 05
2
Missed call
On some SIP phones it is possible to turn off the missed call
notifications, but I am not aware of a way to do the same on any cell
phones.
On 5 Jun 2015 07:29, "Mehmet Avcioglu" <mehmet at activecom.net> wrote:
>
> There is no signal that is sent to display a missed call. Your cell phone
> does that. If it rings and is not answered it counts that as a miss. The
> only
2007 Jul 29
2
fcgi?
Hi,
I''ve been looking for a light weight alternative to rails for a few
small projects, and just came across merb, which looks perfect. The
only issue is that merb seems to be tied to mongrel, and I have to
deploy to our internal infrastructure which uses FastCGI.
How difficult would it be for me to modify merb to support a fcgi
interface (actually a rack interface - rack is
2010 Nov 03
6
[LLVMdev] LLVM Cmake module?
Eli Gottlieb <eligottlieb at gmail.com> writes:
> I compiled and installed it to the prefix /usr, but that's not the
> issue. Once I actually compile and install LLVM with CMake by hand, I
> get the share/llvm/cmake stuff installed correctly (can those files be
> included in "normal" builds, or will LLVM switch to CMake as its
> primary build system?). Now
2016 Aug 10
2
Asterisk 11.23.0 on CentOS6 : how to get ICE support ?
Hello
thank you for your answer.
I don't understand how there are many tutorials and examples on the web
where every time the outcome is a working setup. Very strange I feel now
after my personal experience with Asterisk 11 and webRTC.
You also say Asterisk 13. How about Asterisk 12 then ??
Kind regards.
On 10-08-16 21:53, Matt Fredrickson wrote:
> I don't see an ice-ufrag or