VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
alijawad1 at gmail.com Guest
|
Posted: Fri Mar 28, 2008 10:31 am Post subject: [asterisk-users] jingle with Asterisk + PSTN |
|
|
Hi All
I am developing a client that uses libjingle to do xmpp stuff with
ejabberd. I can also make audio calls between those clients. What I am
trying to archive now is to send calls to pstn using jingle. I was
told in the jingle-dev community that asterisk can do that.
Is there any way to send jingle audio calls to asterisk and will it
understand them ? If yes..can I forward those calls to PSTN ?
Thx
Any feedback is appreciated.
Note: I do not intend to implement SIP in my client |
|
Back to top |
|
|
philippe.sultan at gma... Guest
|
Posted: Mon Mar 31, 2008 8:55 am Post subject: [asterisk-users] jingle with Asterisk + PSTN |
|
|
Hi Ali,
On Fri, Mar 28, 2008 at 5:31 PM, Ali Jawad <alijawad1 at gmail.com> wrote:
Quote: | Hi All
I am developing a client that uses libjingle to do xmpp stuff with
ejabberd. I can also make audio calls between those clients. What I am
trying to archive now is to send calls to pstn using jingle. I was
told in the jingle-dev community that asterisk can do that.
|
Asterisk speaks Jingle indeed. If you're using a libjingle based
client, you'll have to set up a GoogleTalk connection to Asterisk
through the chan_gtalk channel driver.
Those good pointers will help :
http://www.voip-info.org/wiki/view/Asterisk+Google+Talk
http://taug.ca/node/43
Note : the chan_jingle channel driver implements the Jingle (not
GoogleTalk related), so it won't work with libjingle even though the
names sound close.
Quote: |
Is there any way to send jingle audio calls to asterisk and will it
understand them ? If yes..can I forward those calls to PSTN ?
|
PSTN, SIP, H323, SCCP, ... or any protocol implemented in Asterisk!
Philippe |
|
Back to top |
|
|
alijawad1 at gmail.com Guest
|
Posted: Mon Mar 31, 2008 9:51 am Post subject: [asterisk-users] jingle with Asterisk + PSTN |
|
|
So should I register directly on the asterisk server or should I send
the voice calls through ejabberd to asterisk ?
On Mon, Mar 31, 2008 at 4:55 PM, Philippe Sultan
<philippe.sultan at gmail.com> wrote:
Quote: | Hi Ali,
On Fri, Mar 28, 2008 at 5:31 PM, Ali Jawad <alijawad1 at gmail.com> wrote:
Quote: | Hi All
I am developing a client that uses libjingle to do xmpp stuff with
ejabberd. I can also make audio calls between those clients. What I am
trying to archive now is to send calls to pstn using jingle. I was
told in the jingle-dev community that asterisk can do that.
|
Asterisk speaks Jingle indeed. If you're using a libjingle based
client, you'll have to set up a GoogleTalk connection to Asterisk
through the chan_gtalk channel driver.
Those good pointers will help :
http://www.voip-info.org/wiki/view/Asterisk+Google+Talk
http://taug.ca/node/43
Note : the chan_jingle channel driver implements the Jingle (not
GoogleTalk related), so it won't work with libjingle even though the
names sound close.
Quote: |
Is there any way to send jingle audio calls to asterisk and will it
understand them ? If yes..can I forward those calls to PSTN ?
|
PSTN, SIP, H323, SCCP, ... or any protocol implemented in Asterisk!
Philippe
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
Back to top |
|
|
philippe.sultan at gma... Guest
|
Posted: Mon Mar 31, 2008 10:27 am Post subject: [asterisk-users] jingle with Asterisk + PSTN |
|
|
On Mon, Mar 31, 2008 at 4:51 PM, Ali Jawad <alijawad1 at gmail.com> wrote:
Quote: | So should I register directly on the asterisk server or should I send
the voice calls through ejabberd to asterisk ?
|
You can't register an XMPP client on Asterisk, because it's not an
XMPP server. The required steps to establish a Jingle voice call to
Asterisk are :
- register Asterisk on an XMPP server (ex. talk.google.com, but it
can be any XMPP server) ;
- register your XMPP (Jingle capable) client on any XMPP server ;
- make sure both these XMPP clients are buddies ;
- place your call directly to Asterisk.
In order to have your Jingle call relayed to the PSTN, you must edit
your Asterisk dialplan accordingly.
Philippe |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|