Hello,
Does anyone knows if Kamalito supports MESSAGE method & where I can find the documentation or API's ?
Regards, Abdul Hakeem
Kamailio supports any SIP method, standard or invented.
On 02/03/2010 12:16 PM, Abdul Hakeem wrote:
Hello,
Does anyone knows if Kamalito supports MESSAGE method& where I can find the documentation or API's ?
Regards, Abdul Hakeem
Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
El Miércoles, 3 de Febrero de 2010, Abdul Hakeem escribió:
Hello,
Does anyone knows if Kamalito supports MESSAGE method
Kamailio is a proxy. A proxy can handle any kind of method, as CHICKEN.
Thanks for the reply, is there anywhere I can check for this provision ( RFC3428 )in the source code ? Cheers, AH
-----Original Message----- From: users-bounces@lists.kamailio.org [mailto:users-bounces@lists.kamailio.org] On Behalf Of Iñaki Baz Castillo Sent: Wednesday, February 03, 2010 5:22 PM To: users@lists.kamailio.org Subject: Re: [Kamailio-Users] Sip MESSAGE
El Miércoles, 3 de Febrero de 2010, Abdul Hakeem escribió:
Hello,
Does anyone knows if Kamalito supports MESSAGE method
Kamailio is a proxy. A proxy can handle any kind of method, as CHICKEN.
There is no "provision."
The provision is:
route { ...
if(uri == myself) {
if(is_method("MESSAGE")) { # Handle however you want. }
}
}
On 02/03/2010 12:35 PM, Abdul Hakeem wrote:
Thanks for the reply, is there anywhere I can check for this provision ( RFC3428 )in the source code ? Cheers, AH
-----Original Message----- From: users-bounces@lists.kamailio.org [mailto:users-bounces@lists.kamailio.org] On Behalf Of Iñaki Baz Castillo Sent: Wednesday, February 03, 2010 5:22 PM To: users@lists.kamailio.org Subject: Re: [Kamailio-Users] Sip MESSAGE
El Miércoles, 3 de Febrero de 2010, Abdul Hakeem escribió:
Hello,
Does anyone knows if Kamalito supports MESSAGE method
Kamailio is a proxy. A proxy can handle any kind of method, as CHICKEN.
El Miércoles, 3 de Febrero de 2010, Abdul Hakeem escribió:
Thanks for the reply, is there anywhere I can check for this provision ( RFC3428 )in the source code ? Cheers,
Not sure what you watn to achieve. MESSAGE is just a method to send text/html. It's supported out of the box by Kamailio and any other decent SIP proxy.
On 02/03/2010 12:39 PM, Iñaki Baz Castillo wrote:
El Miércoles, 3 de Febrero de 2010, Abdul Hakeem escribió:
Thanks for the reply, is there anywhere I can check for this provision ( RFC3428 )in the source code ? Cheers,
Not sure what you watn to achieve. MESSAGE is just a method to send text/html. It's supported out of the box by Kamailio and any other decent SIP proxy.
It sounds like he may be asking about any native modules/functionality to operate on MESSAGE as if Kamailio is the endpoint (UAS). I suppose the MESSAGE-to-XMPP gateway and the 'purple' module qualify.
Actually I had Kamalito > Sip or Kamalito > SMPP in mind. I understand there are some people working with Asterisk > SMPP. I was thinking this might be achievable with Kamalito to route sms/text messages in sip to sip or sip to smpp. Cheers, AH
-----Original Message----- From: users-bounces@lists.kamailio.org [mailto:users-bounces@lists.kamailio.org] On Behalf Of Alex Balashov Sent: Wednesday, February 03, 2010 5:43 PM To: users@lists.kamailio.org Subject: Re: [Kamalito-Users] Sip MESSAGE
On 02/03/2010 12:39 PM, Iñaki Baz Castillo wrote:
El Miércoles, 3 de Febrero de 2010, Abdul Hakeem escribió:
Thanks for the reply, is there anywhere I can check for this provision ( RFC3428 )in the source code ? Cheers,
Not sure what you watn to achieve. MESSAGE is just a method to send text/html. It's supported out of the box by Kamalito and any other decent SIP proxy.
It sounds like he may be asking about any native modules/functionality to operate on MESSAGE as if Kamalito is the endpoint (UAS). I suppose the MESSAGE-to-XMPP gateway and the 'purple' module qualify.
I'm not sure I understand your scenario, but, it doesn't sound like something you'd want to do with Kamailio.
On 02/03/2010 12:51 PM, Abdul Hakeem wrote:
Actually I had Kamalito> Sip or Kamalito> SMPP in mind. I understand there are some people working with Asterisk> SMPP. I was thinking this might be achievable with Kamalito to route sms/text messages in sip to sip or sip to smpp. Cheers, AH
-----Original Message----- From: users-bounces@lists.kamailio.org [mailto:users-bounces@lists.kamailio.org] On Behalf Of Alex Balashov Sent: Wednesday, February 03, 2010 5:43 PM To: users@lists.kamailio.org Subject: Re: [Kamalito-Users] Sip MESSAGE
On 02/03/2010 12:39 PM, Iñaki Baz Castillo wrote:
El Miércoles, 3 de Febrero de 2010, Abdul Hakeem escribió:
Thanks for the reply, is there anywhere I can check for this provision ( RFC3428 )in the source code ? Cheers,
Not sure what you watn to achieve. MESSAGE is just a method to send text/html. It's supported out of the box by Kamalito and any other decent SIP proxy.
It sounds like he may be asking about any native modules/functionality to operate on MESSAGE as if Kamalito is the endpoint (UAS). I suppose the MESSAGE-to-XMPP gateway and the 'purple' module qualify.
P.S. What the hell is "Kamalito," and why is it in the subject line?
On 02/03/2010 12:53 PM, Alex Balashov wrote:
I'm not sure I understand your scenario, but, it doesn't sound like something you'd want to do with Kamailio.
On 02/03/2010 12:51 PM, Abdul Hakeem wrote:
Actually I had Kamalito> Sip or Kamalito> SMPP in mind. I understand there are some people working with Asterisk> SMPP. I was thinking this might be achievable with Kamalito to route sms/text messages in sip to sip or sip to smpp. Cheers, AH
-----Original Message----- From: users-bounces@lists.kamailio.org [mailto:users-bounces@lists.kamailio.org] On Behalf Of Alex Balashov Sent: Wednesday, February 03, 2010 5:43 PM To: users@lists.kamailio.org Subject: Re: [Kamalito-Users] Sip MESSAGE
On 02/03/2010 12:39 PM, Iñaki Baz Castillo wrote:
El Miércoles, 3 de Febrero de 2010, Abdul Hakeem escribió:
Thanks for the reply, is there anywhere I can check for this provision ( RFC3428 )in the source code ? Cheers,
Not sure what you watn to achieve. MESSAGE is just a method to send text/html. It's supported out of the box by Kamalito and any other decent SIP proxy.
It sounds like he may be asking about any native modules/functionality to operate on MESSAGE as if Kamalito is the endpoint (UAS). I suppose the MESSAGE-to-XMPP gateway and the 'purple' module qualify.
No need to swear ! it was my outlook playing up.
-----Original Message----- From: users-bounces@lists.kamailio.org [mailto:users-bounces@lists.kamailio.org] On Behalf Of Alex Balashov Sent: Wednesday, February 03, 2010 5:55 PM To: users@lists.kamailio.org Subject: Re: [Kamailio-Users] [Kamalito-Users] Sip MESSAGE
P.S. What the hell is "Kamalito," and why is it in the subject line?
On 02/03/2010 12:53 PM, Alex Balashov wrote:
I'm not sure I understand your scenario, but, it doesn't sound like something you'd want to do with Kamailio.
On 02/03/2010 12:51 PM, Abdul Hakeem wrote:
Actually I had Kamalito> Sip or Kamalito> SMPP in mind. I understand there are some people working with Asterisk> SMPP. I was thinking this might be achievable with Kamalito to route sms/text messages in sip to sip or sip to smpp. Cheers, AH
-----Original Message----- From: users-bounces@lists.kamailio.org [mailto:users-bounces@lists.kamailio.org] On Behalf Of Alex Balashov Sent: Wednesday, February 03, 2010 5:43 PM To: users@lists.kamailio.org Subject: Re: [Kamalito-Users] Sip MESSAGE
On 02/03/2010 12:39 PM, Iñaki Baz Castillo wrote:
El Miércoles, 3 de Febrero de 2010, Abdul Hakeem escribió:
Thanks for the reply, is there anywhere I can check for this provision ( RFC3428 )in the source code ? Cheers,
Not sure what you watn to achieve. MESSAGE is just a method to send text/html. It's supported out of the box by Kamalito and any other decent SIP proxy.
It sounds like he may be asking about any native modules/functionality to operate on MESSAGE as if Kamalito is the endpoint (UAS). I suppose the MESSAGE-to-XMPP gateway and the 'purple' module qualify.
3 feb 2010 kl. 18.39 skrev Iñaki Baz Castillo:
El Miércoles, 3 de Febrero de 2010, Abdul Hakeem escribió:
Thanks for the reply, is there anywhere I can check for this provision ( RFC3428 )in the source code ? Cheers,
Not sure what you watn to achieve. MESSAGE is just a method to send text/html.
or text/plain I've seen clients that send WML - wap of SIP...
/O
El Miércoles, 3 de Febrero de 2010, Olle E. Johansson escribió:
3 feb 2010 kl. 18.39 skrev Iñaki Baz Castillo:
El Miércoles, 3 de Febrero de 2010, Abdul Hakeem escribió:
Thanks for the reply, is there anywhere I can check for this provision ( RFC3428 )in the source code ? Cheers,
Not sure what you watn to achieve. MESSAGE is just a method to send text/html.
or text/plain
hehe, sorry, I wanted to say "text / html" rather than "text/html" which is more a mime-type :)
I've seen clients that send WML - wap of SIP...
Yeah, MESSAGE is also used to send typing notification and so...
Abdul-
Thanks for the reply, is there anywhere I can check for this provision ( RFC3428 )in the source code ?
I've been in the telecom industry for 20+ years and there is I've never seen a situation where you can "check the source code" to verify support/ interoperability / compatibility with an RFC. Verification occurs during testing; i.e. in actual operation.
I think you may want to ask about test procedures and test cases instead.
-Jeff
-----Original Message----- From: users-bounces@lists.kamailio.org [mailto:users-bounces@lists.kamailio.org] On Behalf Of Iñaki Baz Castillo Sent: Wednesday, February 03, 2010 5:22 PM To: users@lists.kamailio.org Subject: Re: [Kamailio-Users] Sip MESSAGE
El Miércoles, 3 de Febrero de 2010, Abdul Hakeem escribió:
Hello,
Does anyone knows if Kamalito supports MESSAGE method
Kamailio is a proxy. A proxy can handle any kind of method, as CHICKEN.
El Miércoles, 3 de Febrero de 2010, Olle E. Johansson escribió:
Kamailio is a proxy. A proxy can handle any kind of method, as CHICKEN.
Dear Sir Castillo,
Can you please REFER me to the correct RFC and ABNF for the CHICKEN method?
Thank you in advance,
It's still a draft that updates RFC 3261 with the inclusion of the "chicken transaction" definition.
An old video presentation is available (the first draft version proposed ROOSTER method, replaced now with CHICKEN):
http://www.youtube.com/watch?v=wlNHrwpY8dc
Hope it's useful.
3 feb 2010 kl. 20.14 skrev Iñaki Baz Castillo:
El Miércoles, 3 de Febrero de 2010, Olle E. Johansson escribió:
Kamailio is a proxy. A proxy can handle any kind of method, as CHICKEN.
Dear Sir Castillo,
Can you please REFER me to the correct RFC and ABNF for the CHICKEN method?
Thank you in advance,
It's still a draft that updates RFC 3261 with the inclusion of the "chicken transaction" definition.
An old video presentation is available (the first draft version proposed ROOSTER method, replaced now with CHICKEN):
But did ROOSTER obsolete the EGG method or is the EGG method framework the future upgrade of the CHICKEN/ROOSTER? What comes first?
And does the ROOSTER has an additional event type audio/wakeup?
Anyway, thanks for the clarification!
/O
El Miércoles, 3 de Febrero de 2010, Olle E. Johansson escribió:
And does the ROOSTER has an additional event type audio/wakeup?
Unfortunatelly IANA won't decide the exact mime-type name within the following 5 years so it's expected that each vendor will use its own name (i.e. Cisco names it "audio/x-cisco-morning-surprise-event").
On Wednesday 03 February 2010, Olle E. Johansson wrote:
Kamailio is a proxy. A proxy can handle any kind of method, as CHICKEN.
Dear Sir Castillo,
Can you please REFER me to the correct RFC and ABNF for the CHICKEN method?
Hi Olle,
some details can be found in the presentation: http://www.youtube.com/watch?v=yL_-1d9OSdk
or the paper: http://isotropic.org/papers/chicken.pdf
SCNR ;-)
Henning