similar to: Skype for Asterisk and regular expressions

Displaying 20 results from an estimated 70000 matches similar to: "Skype for Asterisk and regular expressions"

2009 Feb 17
0
Optimizing this script for calling Skype users from Asterisk
I have written this configuration script which uses OpenSky to make Skype calls directly from Asterisk devices using my companies SIP to Skype gateway. Users can dial skype_anyskypeusername or manually add names or extensions which can get mapped to the correct dialing sequence. The right sequence is username at opensky.gizmo5.com but that gets mapped to sipphone address so I set that up to map
2016 Apr 04
2
Is it possible to have two trunks between two Asterisk boxes ?
Hello, For lab testing, I'm trying to build two differents PJSIP trunks between two Asterisk 13.8.0enabled boxes. I thought I could set up both trunks like this: Box A/port 5060 <------ Trunk1 -----> Box B/port 5060 Box A/port 5062 <------ Trunk2 -----> Box B/port 5062 and declare trunks like this: [foobar1] type=endpoint transport=simpletrans context=from-customer
2010 Apr 27
2
Problems for Skype for Asterisk
Is there an issue with running it with the latest from the 1.6.2 branch? I did an svn update and make install and now when somebody comes in via Skype, I get an infinite loop of: [Apr 27 09:53:29] WARNING[10471]: channel.c:2701 __ast_read: read() failed: Invalid argument [Apr 27 09:53:29] WARNING[10471]: channel.c:2701 __ast_read: read() failed: Invalid argument [Apr 27 09:53:29] WARNING[10471]:
2015 Jun 12
0
Voice mail and caller ID
Try this for CHAN_SIP: same => n,Set(Peer=${SIPCHANINFO(peername)}) ; Get the peer same => n,Set(MailBox=${SIPPEER(${Peer},mailbox)}); Get the mailbox same => n,VoicemailMain(${MailBox}@LocalSets,s) ; If we have a mailbox defined log into it If you are using PJSIP it's more complex same => n,Set(EndPoint=${CHANNEL(endpoint)}) ; Get the peer same =>
2008 Mar 18
0
Subexpression usage in Asterisk Dialplan Regular Expressions
Hi, I currently have these two lines in my dialplan to extract different parts out of a variable and I'd like to do it in one line instead. Does anyone know how to use regular expression subexpressions in the dialplan? Outputting a comma separated list that can be sent to ARRAY() would be nice too (tried that, didn't work -- only got the first subexpression). ;extract dialed number
2011 Feb 25
4
Asterisk/Skype
i installed skype for asterisk i can send and recieve calls normaly how can i receive messages from another skype user i Succeed to send only using for example: exten => 2233,1,SkypeChatSend(fSkypeBcp,User,message text) how to receive messages using this code SKYPE_CHAT_RECEIVE(<account>,<from>,<timeout>),and where and how I should add this code in extensions.conf
2010 Jun 22
0
Unable to set callerid for incoming skype calls
HI, I'm using the usual Set(Callerid(num) function to change the incoming from skype callerid but it's not working. Asterisk 1.4.31 and last release of skype channels This is the dialplan exten => _0X.,1,NoOP(${CALLERID(num)} - ${CALLERID(name)}) exten => _0X.,n,Set(STRINGA="Skype") exten => _0X.,n,NoOP(${STRINGA}) exten => _0X.,n,Set(CALLERID(num) = ${STRINGA})
2010 Jul 18
1
Skype for Asterisk, Skype For SIP
Hi, I'm trying to integrate Skype and Asterisk but I'm only interested in these 2 things: 1) allow any Asterisk SIP extension to call any Skype "user". I do not need to call landlines via Skype. 2) allow Internet Skype "users" to call my Asterisk PBX Skype "user" and route the call to a specific Asterisk SIP extension. At first, I thought it would be
2009 Apr 02
1
Friday April 3rd Gizmo, OpenSky, Skype for Asterisk, SIP for Skype - where are they?
Hi All, At the usual time, 12 Noon ET on Friday April 3rd, we expect Michael Robertson to join the discussion to filed questions about OpenSky and Gizmo5. I have been testing all of these Skype to X methods except SIP for Skype since I have no word from them. I can tell you that we've had good results with bith Skype for Asterisk and OpenSky. In fact, I am currently accepting calls to my
2010 Mar 12
1
Asterisk 1.6.2.5 x64 with Skype and DTMF on skype-out.
I'm running Asterisk 1.6.2.5 with chan_skype on a x64 linux platform. When a user calls from skype (not skype-in) to asterisk, dtmf (basically menus for a conference system) works just fine. But when a user from the inside (soft or hardware sip phone) calls out via skype-out dtmf doesn't work. I have tried setting the codec to alaw, and dtmfmode to all possible options (auto, inband and
2009 Dec 05
2
Setting up skype
As I have no friends and no life I thought that I would set up my asterisk server with Skype. 1) Paid the $, got the licence, built and installed 2) create a business skype account (called company "foo") 3) created a member of the business called "bar" 4) updated the skype conf file 5) restarted asterisk => skype show settings Skype For Asterisk Settings:
2015 Jun 12
2
Voice mail and caller ID
I have this in my sip.conf: exten => *98,1,Verbose(0,CALLERID number is "${CALLERID(num)}") same => n,VoicemailMain(${CALLERID(num)}@LocalSets,s) same => n,Hangup However, my extensions are set up so that they always show the external number, not the extension: [foobar2](client-phone) secret=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx callerid=Candace <5555551212>
2006 Nov 16
0
Celliax LiveCD 0.0.32 released (Asterisk managing cellular phones, and Skype calls to/from cellphones, via chan_celliax)
Celliax development and download site: www.celliax.org Celliax is a channel driver for the Asterisk Free PBX that manages GSM and CDMA cellular phones through an adapter, composed by a datacable (for commands) and an audiocable (for the voice) interfacing the computer soundcard. chan_celliax is also capable of making and receiving Skype calls through the cellphone, and has an app like
2009 Sep 02
1
Skype for Asterisk callfile question
Hi list, To make outgoing calls by skype i would like to have our crm app create callfiles like we do for normal calls. If i read the instructions it says this : ---quote--- The syntax for making an outgoing call using Skype for Asterisk is as follows: Dial(Skype/[<originator>@]<destination>) ---unquote--- So i create a callfile that looks like this: --- Channel: SIP/228
2010 May 07
1
Video in Skype for Asterisk
Is there anything special that has to be done to make video calls work? It doesn't seem to work for me (no video). What CODECS are supported?
2009 Jul 08
3
Asterisk and Skype
Hello All, can anybody tell me how can i integrate asterisk and skype users so that skype users can dial my asterisk number or dial internal dialplan form skype regars Dhaval -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090708/cccd4587/attachment.htm
2011 May 24
1
Skype for Asterisk - RIP
Have not been able to confirm this, anyone heard this from another source? http://bit.ly/jCj5uj "We expect that users of Skype for Asterisk will be able to continue using their Asterisk systems on the Skype network until at least July 26, 2013. Skype may extend this at their discretion." -Matt
2007 Aug 17
2
[asterisk-biz] Skype Outage Leaves Millions Speechless
On Fri, 2007-08-17 at 18:22 +0200, Trixter aka Bret McDanel wrote: > On 8/17/07, Aleks Clark <aleks.clark at gmail.com> wrote: > > Actually, the crazy p2p connections actually reinforce their algorithm > > story. If their p2p algorithms have flaked out, it could cause all sorts of > > trouble. OTOH, I don't think they'd run logins over p2p.... > > >
2006 Mar 17
2
asterisk and skype - asterisk newbie
Hi all, I just set up a small asterisk box at home and it works as expected, I have some relatives in USA, I usually use skype to speak to them, is there anyway to connect skype and asterisk. I'd like to use skpe as an extension or a channel with asterisk. Thanks in advance for any suggestion. adriano. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Feb 17
0
Questions about OpenSky - Asterisk to Skype Gateway
>> On Feb 13, 2009, at 11:19 AM, Philipp von Klitzing wrote: >> >> > Hi there, >> > >> > is gizmo the first user of the Digium Skype solution, or do they use a >> > different approach/product - any clue? >> > >> > http://www.gizmo5.com/pc/opensky/ >> > >> > Philipp OpenSky is no related to any product from Digium.