similar to: SIP OPTIONS triggering some action in case of no reply

Displaying 20 results from an estimated 10000 matches similar to: "SIP OPTIONS triggering some action in case of no reply"

2007 Jun 12
4
write some custom values to CDR table
Hi, I write the CDR of my Asterisk 1.2.17 server in MySQL database using cdr_addon_mysql.so. Now I'm trying to write some custom values to userfield column by the SET(CDR(USERFILED)=SOME_TEXT) sintax, but nothing gets writeen in MySQL cdr table!! Why? I'm I skeeping something or what? Taking a look at the URL:
2007 Sep 21
1
Authenticate() application and CDR
Dear all, I'm trying to configure Asterisk to be able to ask the caller to enter a given password in order to continue dialplan execution. I've tested this feature using the Authenticate application like this: exten => _X./5219,1,Answer exten => _X./5219,2,Authenticate(1234,a) exten => _X./5219,3,Playback(pin-number-accepted) exten => _X./5219,4,Dial(SIP/${EXTEN},120)
2006 Nov 23
1
Call Transfers in SER + Asterisk architecture
Hi, I'm deploying a SER + Asterisk architecture, where SER is used as SIP registrar, and Asterisk is used for voicemail and PSTN gateway. This system is already able to make Call Transfers (Blind and Attended) internally between phones registered in SER, although, I can't make Call Transfers in some scenarios involving PSTN numbers (which need to pass through Asterisk). The problem
2007 Jun 08
5
Write to multiple databases as redundancy scheme
Hi, Can Asterisk write to multiple MySQL databases in different machines, at the same time, as a backup scheme? If it does, where can that be configured? In res_mysql.conf file? Does anyone ever made it? Regards, Ricardo. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Nov 13
2
FAX using T38
Dear all, I'm trying to enable Asterisk to work with FAX using T38. I've tried Asterisk 1.2.4 with the available patch found at URL http://bugs.digium.com/view.php?id=5090 and also with the new 1.4 Beta3 that is announced to support it too. With both Asterisk versions, I've sent with success FAXes between two FAX machines each one attached to an ATA interface, both registered in
2007 Jun 20
2
Forcing Dial application to skip if called server is unreachable
Is it possible to force the Dial function to skip to the next priority if it doesn't find the server of the called contact within a few seconds? I know I can use: Dial(Technology/resource[&Tech2/resource2...][|timeout][|options][|URL]) where I can use some short timeout in the "timeout" option, but if I do so, when some call is well succeeded, it will only ring for that
2007 Mar 13
0
Re: asterisk-users Digest, Vol 32, Issue 48
> From: Ricardo Carvalho <rjcarvalho@reit.up.pt> > Subject: [asterisk-users] How to match wild card inside a GoToIf? > To: Asterisk Users Mailing List - Non-Commercial Discussion > <asterisk-users@lists.digium.com> > > How can I match wildcards inside a GoToIf? > > I have something like this, but it doesn't work: > > [default] > exten =>
2007 Jul 12
2
how to load phone registration information
Is it possible to load phone registration information stored in sipfriends MySQL DB, so that Asterisk "thinks" those phones are already registered? This would be very usefull for a redundant server... Regards, Ricardo Carvalho. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Dec 25
1
Softphone to be installed on the Mobile
Thanks a lot for the help. But if Asterisk has private IP address and the only way to access it from remote sites is to have vpn connection to the site that asterisk existed (the site has vpn), then how that will happen from the Mobile to be able to run the softphone from the mobile? Any help? Regards Bilal ----------------- I installed out of curiosity today, and guess what? You can do SIP over
2007 Jun 11
1
Multiple ENUM entries and Asterisk fails to dial
Hi, I use Asterisk 1.2.17 in my site, and now I'm trying to configure ENUM lookup in my server. When someone calls a number that has multiple ENUM entries, randomly Asterisk seems to fail to return a correct answer, and dial by ENUM fails. I've goggled a bit on this, but didn't get any good conclusion. There is some RFC Compliant ENUM Macro that can be used that is announced
2011 Feb 15
1
trunks and phones registered from the same IP
Hi, How can I configure my asterisk server so that I can receive incomming calls comming from the same IP from where my server also receives phone registrations? The problem is that since the moment any extension registers at that IP (actually I have a registration proxy running at that IP), asterisk no more accepts calls coming from a SIP trunk I also have at that IP, replying back with
2007 Jun 15
1
can ENUMLOOKUP query multiple DNS servers without having to replicate the same code for each server?
Hi all, Does ENUMLOOKUP can query multiple DNS servers without having to replicate the same code in which the only thing replaced is the server? If I use ENUMLOOKUP(${exten}), Asterisk will parse enum.conf file to find the list of DNS servers in order of preference to be queried, but, I pretend to use something like this: ${ENUMLOOKUP(+${ARG1:2:},sip,c) which does not seam to care about
2011 Feb 14
1
unregistered trunks and registered phones coming from the same IP
Hi, I manage an SBC which stands between my company server farm and some SIP telco trunks. The system works fine, for inbound and outbound calls. Now I've configured the SBC to also act as a registration proxy, forwarding SIP registrations coming from the Internet to my asterisk servers. It all seems fine, but it doesn't work well, because by the time at least one phone registers through
2008 Aug 08
3
DO NOT REPLY [Bug 5680] New: triggering io.c:188: got_flist_entry_status: Assertion
https://bugzilla.samba.org/show_bug.cgi?id=5680 Summary: triggering io.c:188: got_flist_entry_status: Assertion Product: rsync Version: 3.0.3 Platform: x64 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy:
2007 Jun 01
1
how can qualify=yes trigger some external event?
Hi all, The option qualify=yes allows Asterisk to check if it can reach the peer. If the device does not answer within the time-out period, Asterisk considers the device off-line for future calls. Is it possible to use this feature to trigger some external event, in case of failed reply from the peer that is tried to be reached? How can that be done? Regards, Ricardo.
2007 Dec 06
2
Cisco power injector with GXP2000 phones
I've tried to use a Cisco power injector to supply power over Ethernet to a GXP2000 phone without success. Although when I plugged these phone to a PoE capable Cisco Switch it worked without a problem! Knowing that all these three equipments implement IEEE 802.3af protocol, why doesn't it work with the Cisco power injector? Anyone also had this problem before? Thanks, Ricardo Carvalho.
2007 Mar 13
3
How to match wild card inside a GoToIf?
How can I match wildcards inside a GoToIf? I have something like this, but it doesn't work: [default] exten => _2XXXXXXXX,1,Macro(outcall,${EXTEN}) [macro-outcall] exten => s,1,GotoIf($["${ARG1}" = "220408XXX"]?2:3) exten => s,2,Hangup Any ideas? Regards, Ricardo.
2007 Dec 06
2
Logging in and off sessions in the dialplan
Is it possible to implement in the Asterisk dialplan some way to authenticate a user with a dialed passcode which opens session that stays active enabling the user to make and receive calls, until the user logs off with another dialed passcode? I am aware of the Asterisk application 'Authenticate', but as far as I know, with this application the user meeds to dial his pin at each call he
2011 Feb 16
1
trunk not working if I register a phone at the same IP as the trunk peer's IP
How should I configure my asterisk server so that I can receive calls from an unregistered peer from whom I also receive registrations of sip phones? I'm asking you this, because with my actual configuration, when I register a contact from that peer's IP, no more inbound calls are accepted from that peer, as my asterisk rejects those INVITEs with "407 Proxy Authentication
2006 Oct 20
3
voicemail usernames can't begin with "j" letter?
Dear all, I've configured Asterisk Voicemail, but after some tests I realised that when some call is sent to the voicemail of someone which username begins with "j" letter, Asterisk gives me the error: WARNING[5865]: app_voicemail.c:2412 leave_voicemail: No entry in voicemail config file for 'ohn' (for a called user named john, for example) Is this some kind of