similar to: setting sip headers when using call files

Displaying 20 results from an estimated 8000 matches similar to: "setting sip headers when using call files"

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 11
2
How is Queue avg holdtime and avg talktime calculated
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 Aug 10
2
Original Callerid on transfer in asterisk 13
Hi Is there any configuration change in asterisk 13.9.1 to show original callerid on a transfer In asterisk 11.21 it works as expected Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160810/7e14a4e0/attachment.html>
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>
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
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
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
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})}'
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
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
2016 Aug 23
2
Dial and start music on hold after timeout
Maybe try progress() instead of answer () ?????? 23 ????? 2016 7:19 PM,? "Jean Aunis" <jean.aunis at prescom.fr> ???: > Thank you, I just tried your suggestion. Strangely, the announcement is > played only if I try to dial a SIP peer which is not available (not > registered to be more precise). If the SIP peer is available, I only get > the ring tone, and never hear
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
2011 May 11
1
With what options is asterisk compiled in rpm's
Hi, I'm trying to add modules compiled from source into a rpm install of asterisk (from digium) on centos and asterisk complains that its not compiled with same options so it won't load it I know I could install the entire thing from source but for other reasons I would like to keep the main things installed from rpm and install whatever else I need from source (or roll my own rpm for
2016 Aug 22
2
Dial and start music on hold after timeout
Thank you for the idea. The problem with RetryDial, is that it will cancel the first call, play the announce and then dial the SIP peer once again, so the telephone will display a missed call. I would prefer to do everything in a single call. Le 22/08/2016 ? 17:57, John Kiniston a ?crit : > You could try using RetryDial() instead of Dial, It supports playing > an announcement. >
2016 Nov 15
2
iaxmodem errors.
2004 Jan 14
1
Cooperate with SIP ITSP
Hi All, When I want use Asterisk as a PBX to cooperate SIP ITSP, I can not set the caller ID, so SIP ITSP do not accept the call. In Asterisk, I set a account in sip.conf to register on ITSP SIP Server: register => 6292@218.1.121.237/6292 And I added a user 6292 in Asterisk just like the account on ITSP SIP Server: [6291] type=friend username=6291 callerid=6291 host=dynamic