Gilbert Amar | 1 Mar 2010 13:41
Favicon

help needed to setup of ivrsample.php on windows

Hello ,
I am trying to setup ivrsample.php on windows.
I am running the Yate on windows from "the Yate 2 installer" one.
I installed Yate on "E:\Yate"
I installed PHP on "E:\PHP"

I want to be able to call 555 and reach the ivrsample.php in the 
"E:\Yate\share\scripts" folder.
so I did some settings

regexroute.conf
^555$=external/nodata/ivrsample.php

extmodule.cof
[general]
scripts_dir=E:\Yate\share\scripts\

But when I call 555 windows tells me the yate crash and needs to be closed
Any idea on how to setup this ivrsample ?

Gilbert 

Monica Tepelus | 1 Mar 2010 13:44
Picon
Favicon

Re: help needed to setup of ivrsample.php on windows

Hi,

PHP channel scripts don't work in windows.

http://yate.null.ro/archive/?action=show_msg&actionargs[]=20&actionargs[]=10

Regards,
Monica Tepelus

Gilbert Amar wrote:
> Hello ,
> I am trying to setup ivrsample.php on windows.
> I am running the Yate on windows from "the Yate 2 installer" one.
> I installed Yate on "E:\Yate"
> I installed PHP on "E:\PHP"
>
> I want to be able to call 555 and reach the ivrsample.php in the 
> "E:\Yate\share\scripts" folder.
> so I did some settings
>
> regexroute.conf
> ^555$=external/nodata/ivrsample.php
>
> extmodule.cof
> [general]
> scripts_dir=E:\Yate\share\scripts\
>
> But when I call 555 windows tells me the yate crash and needs to be 
> closed
> Any idea on how to setup this ivrsample ?
(Continue reading)

Andrew Checkov | 3 Mar 2010 09:06
Favicon

RE: Yate 3.0.0 - Jabber client mode

Paul,

I see no reaction to my last posts - it seems that currently jabberclient
doesn't support jingle at all and we should wait some time when you code
this feature.

May be there's some other solution? For example I can run 2 Yate on separate
servers - one as client and second as server. The 1st one will be
responsible for login/logout/presence/text chat, and 2nd only for Jingle. 

This way 1st yate should redirect jingle requests to aaa@... to
aaa@...

By default your jabberclient answers to 

jabber.iq:type=set:xmlns=http%z//www.google.com/session

with 

<error type="cancel"><service-unavailable
xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/></error>

1. What should be done in order to answer with

<error type='cancel'><redirect
xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>xmpp:aaa@...</redi
rect></error>

As I see at jabberclient.cpp at YJBEngine::processIqStanza(JBEvent* ev) you
wait for some data after routing jabber.iq
(Continue reading)

bilal ghayyad | 3 Mar 2010 13:17
Picon
Favicon

RE: Yate 3.0.0 - Jabber client mode

Hi All;

I see a posts about Jaber client, sorry but I am new to Yate and I would to know what is Jaberclient and if it is
related to the softphone or not?

Any advise?

Regards
Bilal

--- On Wed, 3/3/10, Andrew Checkov <expert@...> wrote:

> From: Andrew Checkov <expert@...>
> Subject: RE: [yate] Yate 3.0.0  - Jabber client mode
> To: "'Andrew Checkov'" <expert@...>, "'Paul Chitescu'"
<paulc <at> voip.null.ro>, yate@...
> Date: Wednesday, March 3, 2010, 3:06 AM
> Paul,
> 
> I see no reaction to my last posts - it seems that
> currently jabberclient
> doesn't support jingle at all and we should wait some time
> when you code
> this feature.
> 
> May be there's some other solution? For example I can run 2
> Yate on separate
> servers - one as client and second as server. The 1st one
> will be
> responsible for login/logout/presence/text chat, and 2nd
(Continue reading)

Marian Podgoreanu | 3 Mar 2010 16:16
Picon
Favicon

TEST

Hi

This is a test!
Ignore it!

Marian

Setta Punpeng | 3 Mar 2010 16:22
Picon
Favicon

Early Media

Hi,

I made outbound call from 

soft phone -> yate -> SIP operator

After received 180 Ringing back from operator, I can see RTP packet from operator to yate. But this RTP
packets are not passed from yate to soft phone, so soft phone can't hear ring back tone from operator.
Already add earlymedia=true when doing outbound call. The RTP passing starts when receives 200 OK from
operator only. Please advise.

Best Regards,

Setta Punpeng

Marian Podgoreanu | 3 Mar 2010 16:52
Picon
Favicon

Re: Yate 3.0.0 - Jabber client mode

Hi,

Sorry to be so late (some mail problems)!

The jingle module is not supposed to work with both jabber server and client
loaded (it wasn't tested in this scenario).

To login an account in server mode you must set it in
accfile.conf

[account_name]
enabled=yes
protocol=jabber
username=optiroam
domain=gmail.com
password=1234567
options=allowplainauth

The protocol must be 'jabber'.
No need to set the address: the jabber library is now using SRV to discover XMPP
service ip/port.
If you still want to set the address, set it to 'talk.l.google.com' for
gmail.com (usually this is the first entry in the SRV response returned by gmail).

If you just want to setup a jingle gateway use the jabber server (it will route
all jingle stanzas to remote domains).

Set the jingle domain in
yjinglechan.conf:

(Continue reading)

Marian Podgoreanu | 3 Mar 2010 16:54
Picon
Favicon

Re: Yate 3.0.0 - Jabber client mode

Hi,

The discussion is not related to Yate client softphone.

Marian

bilal ghayyad wrote:
> Hi All;
> 
> I see a posts about Jaber client, sorry but I am new to Yate and I would to know what is Jaberclient and if it is
related to the softphone or not?
> 
> Any advise?
> 
> Regards
> Bilal
> 
> --- On Wed, 3/3/10, Andrew Checkov <expert@...> wrote:
> 
>> From: Andrew Checkov <expert@...>
>> Subject: RE: [yate] Yate 3.0.0  - Jabber client mode
>> To: "'Andrew Checkov'" <expert@...>, "'Paul Chitescu'"
<paulc@...>, yate@...
>> Date: Wednesday, March 3, 2010, 3:06 AM
>> Paul,
>>
>> I see no reaction to my last posts - it seems that
>> currently jabberclient
>> doesn't support jingle at all and we should wait some time
>> when you code
(Continue reading)

Diana Cionoiu | 3 Mar 2010 22:23
Picon
Favicon

Re: Early Media

Hello Setta,

The 180 message from the SIP operator has SDP?

Which SDP? Are the codecs enabled into ysipchan.conf?

Diana

Setta Punpeng wrote:
> Hi,
>
> I made outbound call from 
>
> soft phone -> yate -> SIP operator
>
> After received 180 Ringing back from operator, I can see RTP packet from operator to yate. But this RTP
packets are not passed from yate to soft phone, so soft phone can't hear ring back tone from operator.
Already add earlymedia=true when doing outbound call. The RTP passing starts when receives 200 OK from
operator only. Please advise.
>
> Best Regards,
>
> Setta Punpeng
>   

Setta Punpeng | 4 Mar 2010 01:33
Picon
Favicon

Re: Early Media

Hi,

There is no SDP in 180 only in 200 OK. I am thinking that it should have SDP in 180 but operator immediately send
RTP after 180, so not sure if it ok for that?

Best Regards,

Setta Punpeng

Convergence Technology Co., Ltd.
1296/100 Krungthep-Nonthaburi Road
Bangsue, Bangkok
Thailand 10800

On Mar 4, 2010, at 4:23 AM, Diana Cionoiu wrote:

> Hello Setta,
> 
> The 180 message from the SIP operator has SDP?
> 
> Which SDP? Are the codecs enabled into ysipchan.conf?
> 
> Diana
> 
> Setta Punpeng wrote:
>> Hi,
>> 
>> I made outbound call from 
>> soft phone -> yate -> SIP operator
>> 
(Continue reading)


Gmane