[asterisk-users] UPDATED Asterisk Jingle Extensions.conf

2008-04-21 Thread Ali Jawad
 Dear All

I am using gtalk features with my own XMPP server OpenFire
I have setup gtalk.conf and jabber.conf on asterisk and now I can make calls
from clients registered on my XMPP server to SIP devices by calling the xmpp
accounts registered as clients on asterisk.

I have sent a previous email with a problem that I solved by using component
mode. In this mode the asterisk server acts as a subdomain. So I can call
[EMAIL PROTECTED], [EMAIL PROTECTED]

My current extension file looks as follows:

[google-in]
exten = s,1,NoOp( Call from XMPP)
exten = s,n,Set(CALLERID(name)=From XMPP  Server)
exten = s,n,Dial(SIP/1234)

However I want it to call the number in dialed initially I.e 1000 or 1001
etc etc etc. Any way to do this parsing using Asterisk ?

Thanks
___
-- 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

Re: [asterisk-users] UPDATED Asterisk Jingle Extensions.conf

2008-04-21 Thread Philippe Sultan
Hi Ali,

 I have sent a previous email with a problem that I solved by using component
 mode. In this mode the asterisk server acts as a subdomain. So I can call
 [EMAIL PROTECTED], [EMAIL PROTECTED]

That's a nice way of using Asterisk's component capability. Which
XMPP/Jingle client are you using?

 However I want it to call the number in dialed initially I.e 1000 or 1001
 etc etc etc. Any way to do this parsing using Asterisk ?

If your XMPP/Jingle client can send DTMF, you can use Asterisk's DISA
application that will collect the entered digits and place a new call
: http://www.voip-info.org/wiki-Asterisk+cmd+DISA

If your XMPP/Jingle client cannot send DTMF, then please open a
feature request on the bug tracker : http://bugs.digium.com/, along
with an Asterisk's debug output and detailed description of the
feature.

Cheers,

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