how to invite minimum 2 persons to a conference room using asterisk and call files [closed] - sip

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am using asterisk 1.8 on ubuntu 9.10. I want to ask if it's possible to invite more than 2 sip clients to a conference room using call files? A sip client wants to create/ or has a conference room and would like to invite other 3 persons. how would the dialplan look like? When you invite persons to a conference room it means you call them?
How to do that with asterisk? I read about call files and extensions.conf dialplan. I have no ideea how to do this.
I meed to be able to invite in a conference room more than 2 people or at least 2 people.

As per your scenario instead of .call file I suggest you to use originate command (introduced in asterisk 1.6.2). you have to create dialplan consisting on following two parts / extension
conference this context / extension will be responsible to add caller into selected conference room
incoming in incoming dialplan caller will be asked to enter number of required participants and dialplan will call each number one by one with originate command while providing conference extension as destination, like
same => n,Originate(SIP/number,exten,conference_context,room_number,1)
and when done with invites the original caller will also be sent to conference with goto command,

Related

how do I know if my webserver becomes listed as a spamserver [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I'm working on a app which sends notifications emails. I know this is stereotypical for spam servers. I know the first question ist "How can I ensure what my server will not be listed as a spam server?" However I believe I should monitor my mailserver to ensure what every customer becomes his mails.
So the question: How can I check/monitor whether my server is listed as a spam server?
I really appreciate your help.
MXtoolbox (disclosure: I hold no relation to this site) has a great blacklist checking tool that checks all the major blacklists.
As for staying off them, make sure all your e-mails are opt-in and have an unsubscribe link within the e-mail body of every notification sent. Keep a record of all clients opting in, some hosting companies will charge you a small fortune if you get their IPs blacklisted.

Support multiple login at the same time in OpenFire server [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I've configured OpenFire for using as server for my customers.
But in following case, OpenFire doesn't give proper response:
Customer A login from two chat client connected to my server and chat with another Customer B.
The problem is that, last active Customer A can only get Message from Customer B instead of getting message in both the chat client.
Anyone have configured the OpenFire can suggest me the settings need to be changed.
Thanks.
This is by design of XMPP, as can be seen in RFC3921, section 11.1 "Inbound Stanzas".
To send messages addressed to a bare JID in openfire to all related full JIDs (resources + bare JID), you need to set the system property route.all-resources with the value true in Openfire (Admin Console > Server Manager > System Properties). You will have to create this system property. Also you would have to set the same priority in both clients.
See also these igniterealtime forums posts.

Automated handling of Un-Deliverable email [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
We are using a 3rd party email relay service to send mass emails to our client's subscribers. Problem is that when there is a "soft bounce" i.e domain accepts email and then subsequently bounces for whatever reason (as opposed to a hard bounce), the client's replyto/from email address is the one the undeliveable message goes to.
Atleast with one client, we have the ability to host their email. So for example, support#thisclientofours.net is hosted by us and we can query the IMAP server to see the return codes.
Questions:
Is there a way for us have the Non-Delivery Report/Receipt (NDR) be
sent to a different email (one that we own) vs a genuine reply from
the subscriber to the client ? Does the answer reside in the
"Return-Path" header ?
If 1) is not possible, then whats the most efficient way of
gathering the NDR status flags and then forwarding non NDR (replys) to
the client ?
You can set the 'Return-Path' header and 'Reply-To' header to be different. All bounces are to be sent to the 'Return-Path' address, not the 'Reply-To' address.

Email Services for Web APP [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I need a total email system for my web application.
Newsletter delivery once per month.
Notifications when a user has registered with the web app or performed an action within it.
There will be approx 200,000 subscribers to the newsletter running over a period of 4 months sending 1 email per month.
There will be approx 500,000 notification emails sent over the 4 months.
Currently my web app infrastructure is based around a load balanced system which makes it difficult to send the notification emails reliably regarding reverse DNS... is there a clever way around this?
I'm looking at Campaign Monitor for the newsletter management and postmarkapp for the notification emails but pricing seems quite expensive. Is there a service which can combine both of these requirements? Or any other recommendations?
You might want to stick with separating the two just because you don't want to have your emails get mixed up when you are sending them. This is largely in terms of deliverability - if you have customers clicking on "Spam" for your bulk emails, it might affect their ability to receive your transactional emails or emails in general.
I prefer MailChimp over Campaign Monitor because of how awesome their service is and the sort of metrics you get back for newsletters.
I am the Product Manager of PostageApp, so if you have any further questions about what you are trying to do, feel free to reach out and let me know if I can answer anything for you.

How to create non-anonymous rooms in Ejabberd [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I would like to create a non-anoymous room (muc) in Jabber (Ejabberd). I can create an anonymous room, but how can i make it non-anonymous?
I have read http://xmpp.org/extensions/xep-0045.html but they only describe what non-anonymous rooms, not how to create it.
I want the members to see each other's normal JIDs as opposed to conference JIDs with a nick.
From the official guide - set anonymous to false using your chat client (assuming you have admin rights):
{default_room_options, [ {OptionName, OptionValue}, ...]}
This module option allows to define the desired default room options. Note that
the creator of a room can modify the options of his room at any time using a XMPP
client with MUC capability. The available room options and the default values are:
{anonymous, true|false}
The room is anonymous: occupants don’t see the real JIDs of other occupants.
Note that the room moderators can always see the real JIDs of the occupants.
If you want to use a gui to configure this and similar settings of muc rooms, you might want to install Psi, connect to your server, join/create a room with service discovery and find that small arrow in the top-right corner of the room window. An enabled XML console is really helpful.