hello all
I need help for 'append_hf' :
I know how to add sip header with append_hf
but
how can look at this after (in another server) ?
I need to do append_hf("user: XXX"\r\n"); and after (with another OpenSer) look at the string after user: ?
How to do?
Cordialement
BERGANZ François
http://www.acropolistelecom.net http://www.acropolistelecom.net/
You can access any header as pseudo variable: $hdr.....
look at the pseudo varibales documentation
klaus
BERGANZ François wrote:
hello all
I need help for 'append_hf' :
I know how to add sip header with append_hf
but
how can look at this after (in another server) ?
I need to do append_hf("user: XXX"\r\n"); and after (with another OpenSer) look at the string after “user: “ ?
How to do?
Cordialement
BERGANZ François
http://www.acropolistelecom.net http://www.acropolistelecom.net/
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
I don't really understand!
If I have done: append_hf("user: XXX"\r\n"); Can I find it with: $(hdr(user:));
?
Cordialement
BERGANZ François http://www.acropolistelecom.net
-----Message d'origine----- De : Klaus Darilion [mailto:klaus.mailinglists@pernau.at] Envoyé : vendredi 12 septembre 2008 15:31 À : BERGANZ François Cc : users@lists.kamailio.org Objet : Re: [Kamailio-Users] after an append_hf
You can access any header as pseudo variable: $hdr.....
look at the pseudo varibales documentation
klaus
BERGANZ François wrote:
hello all
I need help for 'append_hf' :
I know how to add sip header with append_hf
but
how can look at this after (in another server) ?
I need to do append_hf("user: XXX"\r\n"); and after (with another OpenSer) look at the string after user: ?
How to do?
Cordialement
BERGANZ François
http://www.acropolistelecom.net http://www.acropolistelecom.net/
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
Hello,
On 09/12/08 16:46, BERGANZ François wrote:
I don't really understand!
If I have done: append_hf("user: XXX"\r\n"); Can I find it with: $(hdr(user:));
don't put the colon after the header name. Simply $hdr(user)
Cheers, Daniel
?
Cordialement
BERGANZ François http://www.acropolistelecom.net
-----Message d'origine----- De : Klaus Darilion [mailto:klaus.mailinglists@pernau.at] Envoyé : vendredi 12 septembre 2008 15:31 À : BERGANZ François Cc : users@lists.kamailio.org Objet : Re: [Kamailio-Users] after an append_hf
You can access any header as pseudo variable: $hdr.....
look at the pseudo varibales documentation
klaus
BERGANZ François wrote:
hello all
I need help for 'append_hf' :
I know how to add sip header with append_hf
but
how can look at this after (in another server) ?
I need to do append_hf("user: XXX"\r\n"); and after (with another OpenSer) look at the string after “user: “ ?
How to do?
Cordialement
BERGANZ François
http://www.acropolistelecom.net http://www.acropolistelecom.net/
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
In fact, I have done:
If I have done: append_hf("X-ACRO-Machine: XXX"\r\n");
Can I find it XXX with: $(hdr(X-ACRO-MACHINE:)); ?
I tried, but don't work :(
Cordialement
BERGANZ François http://www.acropolistelecom.net
-----Message d'origine----- De : Daniel-Constantin Mierla [mailto:miconda@gmail.com] Envoyé : vendredi 12 septembre 2008 16:30 À : BERGANZ François Cc : 'Klaus Darilion'; users@lists.kamailio.org Objet : Re: [Kamailio-Users] after an append_hf
Hello,
On 09/12/08 16:46, BERGANZ François wrote:
I don't really understand!
If I have done: append_hf("user: XXX"\r\n"); Can I find it with: $(hdr(user:));
don't put the colon after the header name. Simply $hdr(user)
Cheers, Daniel
?
Cordialement
BERGANZ François http://www.acropolistelecom.net
-----Message d'origine----- De : Klaus Darilion [mailto:klaus.mailinglists@pernau.at] Envoyé : vendredi 12 septembre 2008 15:31 À : BERGANZ François Cc : users@lists.kamailio.org Objet : Re: [Kamailio-Users] after an append_hf
You can access any header as pseudo variable: $hdr.....
look at the pseudo varibales documentation
klaus
BERGANZ François wrote:
hello all
I need help for 'append_hf' :
I know how to add sip header with append_hf
but
how can look at this after (in another server) ?
I need to do append_hf("user: XXX"\r\n"); and after (with another OpenSer) look at the string after user: ?
How to do?
Cordialement
BERGANZ François
http://www.acropolistelecom.net http://www.acropolistelecom.net/
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
On 09/12/08 17:38, BERGANZ François wrote:
In fact, I have done:
If I have done: append_hf("X-ACRO-Machine: XXX"\r\n");
Can I find it XXX with: $(hdr(X-ACRO-MACHINE:)); ?
I tried, but don't work :(
As said, remove the colon ':' , so it is
$(hdr(X-ACRO-MACHINE))
Cheers, Daniel
Cordialement
BERGANZ François http://www.acropolistelecom.net
-----Message d'origine----- De : Daniel-Constantin Mierla [mailto:miconda@gmail.com] Envoyé : vendredi 12 septembre 2008 16:30 À : BERGANZ François Cc : 'Klaus Darilion'; users@lists.kamailio.org Objet : Re: [Kamailio-Users] after an append_hf
Hello,
On 09/12/08 16:46, BERGANZ François wrote:
I don't really understand!
If I have done: append_hf("user: XXX"\r\n"); Can I find it with: $(hdr(user:));
don't put the colon after the header name. Simply $hdr(user)
Cheers, Daniel
?
Cordialement
BERGANZ François http://www.acropolistelecom.net
-----Message d'origine----- De : Klaus Darilion [mailto:klaus.mailinglists@pernau.at] Envoyé : vendredi 12 septembre 2008 15:31 À : BERGANZ François Cc : users@lists.kamailio.org Objet : Re: [Kamailio-Users] after an append_hf
You can access any header as pseudo variable: $hdr.....
look at the pseudo varibales documentation
klaus
BERGANZ François wrote:
hello all
I need help for 'append_hf' :
I know how to add sip header with append_hf
but
how can look at this after (in another server) ?
I need to do append_hf("user: XXX"\r\n"); and after (with another OpenSer) look at the string after “user: “ ?
How to do?
Cordialement
BERGANZ François
http://www.acropolistelecom.net http://www.acropolistelecom.net/
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
Sorry,
I have done: append_hf("X-ACRO-Machine: XXX"\r\n");
need to find XXX with: $(hdr(X-ACRO-Machine)); don't work
Cordialement
BERGANZ François http://www.acropolistelecom.net
-----Message d'origine----- De : users-bounces@lists.kamailio.org [mailto:users-bounces@lists.kamailio.org] De la part de BERGANZ François Envoyé : vendredi 12 septembre 2008 16:39 À : miconda@gmail.com Cc : users@lists.kamailio.org Objet : Re: [Kamailio-Users] after an append_hf
In fact, I have done:
If I have done: append_hf("X-ACRO-Machine: XXX"\r\n");
Can I find it XXX with: $(hdr(X-ACRO-MACHINE:)); ?
I tried, but don't work :(
Cordialement
BERGANZ François http://www.acropolistelecom.net
-----Message d'origine----- De : Daniel-Constantin Mierla [mailto:miconda@gmail.com] Envoyé : vendredi 12 septembre 2008 16:30 À : BERGANZ François Cc : 'Klaus Darilion'; users@lists.kamailio.org Objet : Re: [Kamailio-Users] after an append_hf
Hello,
On 09/12/08 16:46, BERGANZ François wrote:
I don't really understand!
If I have done: append_hf("user: XXX"\r\n"); Can I find it with: $(hdr(user:));
don't put the colon after the header name. Simply $hdr(user)
Cheers, Daniel
?
Cordialement
BERGANZ François http://www.acropolistelecom.net
-----Message d'origine----- De : Klaus Darilion [mailto:klaus.mailinglists@pernau.at] Envoyé : vendredi 12 septembre 2008 15:31 À : BERGANZ François Cc : users@lists.kamailio.org Objet : Re: [Kamailio-Users] after an append_hf
You can access any header as pseudo variable: $hdr.....
look at the pseudo varibales documentation
klaus
BERGANZ François wrote:
hello all
I need help for 'append_hf' :
I know how to add sip header with append_hf
but
how can look at this after (in another server) ?
I need to do append_hf("user: XXX"\r\n"); and after (with another OpenSer) look at the string after user: ?
How to do?
Cordialement
BERGANZ François
http://www.acropolistelecom.net http://www.acropolistelecom.net/
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
On 09/12/08 17:42, BERGANZ François wrote:
Sorry,
I have done: append_hf("X-ACRO-Machine: XXX"\r\n");
need to find XXX with: $(hdr(X-ACRO-Machine)); don't work
do you get the $(hdr(X-ACRO-Machine)) on same instance where you call append_hf() or is another server?
If it is same, new added headers are not visible.
Cheers, Daniel
Cordialement
BERGANZ François http://www.acropolistelecom.net
-----Message d'origine----- De : users-bounces@lists.kamailio.org [mailto:users-bounces@lists.kamailio.org] De la part de BERGANZ François Envoyé : vendredi 12 septembre 2008 16:39 À : miconda@gmail.com Cc : users@lists.kamailio.org Objet : Re: [Kamailio-Users] after an append_hf
In fact, I have done:
If I have done: append_hf("X-ACRO-Machine: XXX"\r\n");
Can I find it XXX with: $(hdr(X-ACRO-MACHINE:)); ?
I tried, but don't work :(
Cordialement
BERGANZ François http://www.acropolistelecom.net
-----Message d'origine----- De : Daniel-Constantin Mierla [mailto:miconda@gmail.com] Envoyé : vendredi 12 septembre 2008 16:30 À : BERGANZ François Cc : 'Klaus Darilion'; users@lists.kamailio.org Objet : Re: [Kamailio-Users] after an append_hf
Hello,
On 09/12/08 16:46, BERGANZ François wrote:
I don't really understand!
If I have done: append_hf("user: XXX"\r\n"); Can I find it with: $(hdr(user:));
don't put the colon after the header name. Simply $hdr(user)
Cheers, Daniel
?
Cordialement
BERGANZ François http://www.acropolistelecom.net
-----Message d'origine----- De : Klaus Darilion [mailto:klaus.mailinglists@pernau.at] Envoyé : vendredi 12 septembre 2008 15:31 À : BERGANZ François Cc : users@lists.kamailio.org Objet : Re: [Kamailio-Users] after an append_hf
You can access any header as pseudo variable: $hdr.....
look at the pseudo varibales documentation
klaus
BERGANZ François wrote:
hello all
I need help for 'append_hf' :
I know how to add sip header with append_hf
but
how can look at this after (in another server) ?
I need to do append_hf("user: XXX"\r\n"); and after (with another OpenSer) look at the string after “user: “ ?
How to do?
Cordialement
BERGANZ François
http://www.acropolistelecom.net http://www.acropolistelecom.net/
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
In fact, in somes days, I will receive some frame from another server...
But now, I do some tests like: I have an INVITE I do some append_hf() and before forward(), I test $(hdr(X-ACRO-Machine)); !
Is it possible to do hdr just after and append_hf ?
Cordialement
BERGANZ François http://www.acropolistelecom.net
-----Message d'origine----- De : Daniel-Constantin Mierla [mailto:miconda@gmail.com] Envoyé : vendredi 12 septembre 2008 16:52 À : BERGANZ François Cc : users@lists.kamailio.org Objet : Re: [Kamailio-Users] after an append_hf
On 09/12/08 17:42, BERGANZ François wrote:
Sorry,
I have done: append_hf("X-ACRO-Machine: XXX"\r\n");
need to find XXX with: $(hdr(X-ACRO-Machine)); don't work
do you get the $(hdr(X-ACRO-Machine)) on same instance where you call append_hf() or is another server?
If it is same, new added headers are not visible.
Cheers, Daniel
Cordialement
BERGANZ François http://www.acropolistelecom.net
-----Message d'origine----- De : users-bounces@lists.kamailio.org [mailto:users-bounces@lists.kamailio.org] De la part de BERGANZ François Envoyé : vendredi 12 septembre 2008 16:39 À : miconda@gmail.com Cc : users@lists.kamailio.org Objet : Re: [Kamailio-Users] after an append_hf
In fact, I have done:
If I have done: append_hf("X-ACRO-Machine: XXX"\r\n");
Can I find it XXX with: $(hdr(X-ACRO-MACHINE:)); ?
I tried, but don't work :(
Cordialement
BERGANZ François http://www.acropolistelecom.net
-----Message d'origine----- De : Daniel-Constantin Mierla [mailto:miconda@gmail.com] Envoyé : vendredi 12 septembre 2008 16:30 À : BERGANZ François Cc : 'Klaus Darilion'; users@lists.kamailio.org Objet : Re: [Kamailio-Users] after an append_hf
Hello,
On 09/12/08 16:46, BERGANZ François wrote:
I don't really understand!
If I have done: append_hf("user: XXX"\r\n"); Can I find it with: $(hdr(user:));
don't put the colon after the header name. Simply $hdr(user)
Cheers, Daniel
?
Cordialement
BERGANZ François http://www.acropolistelecom.net
-----Message d'origine----- De : Klaus Darilion [mailto:klaus.mailinglists@pernau.at] Envoyé : vendredi 12 septembre 2008 15:31 À : BERGANZ François Cc : users@lists.kamailio.org Objet : Re: [Kamailio-Users] after an append_hf
You can access any header as pseudo variable: $hdr.....
look at the pseudo varibales documentation
klaus
BERGANZ François wrote:
hello all
I need help for 'append_hf' :
I know how to add sip header with append_hf
but
how can look at this after (in another server) ?
I need to do append_hf("user: XXX"\r\n"); and after (with another OpenSer) look at the string after user: ?
How to do?
Cordialement
BERGANZ François
http://www.acropolistelecom.net http://www.acropolistelecom.net/
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
On 09/12/08 17:55, BERGANZ François wrote:
In fact, in somes days, I will receive some frame from another server...
But now, I do some tests like: I have an INVITE I do some append_hf() and before forward(), I test $(hdr(X-ACRO-Machine)); !
Is it possible to do hdr just after and append_hf ?
you can do hdr, but you will not see what you added with append_hf(). append_hf() actually adds an item in a diff list that has to be applied before forwarding. The items in the diff list are not visible in the same instance where append_hf() was used, you will see the header on the network after forwarding anyhow.
Cheers, Daniel
Cordialement
BERGANZ François http://www.acropolistelecom.net
-----Message d'origine----- De : Daniel-Constantin Mierla [mailto:miconda@gmail.com] Envoyé : vendredi 12 septembre 2008 16:52 À : BERGANZ François Cc : users@lists.kamailio.org Objet : Re: [Kamailio-Users] after an append_hf
On 09/12/08 17:42, BERGANZ François wrote:
Sorry,
I have done: append_hf("X-ACRO-Machine: XXX"\r\n");
need to find XXX with: $(hdr(X-ACRO-Machine)); don't work
do you get the $(hdr(X-ACRO-Machine)) on same instance where you call append_hf() or is another server?
If it is same, new added headers are not visible.
Cheers, Daniel
Cordialement
BERGANZ François http://www.acropolistelecom.net
-----Message d'origine----- De : users-bounces@lists.kamailio.org [mailto:users-bounces@lists.kamailio.org] De la part de BERGANZ François Envoyé : vendredi 12 septembre 2008 16:39 À : miconda@gmail.com Cc : users@lists.kamailio.org Objet : Re: [Kamailio-Users] after an append_hf
In fact, I have done:
If I have done: append_hf("X-ACRO-Machine: XXX"\r\n");
Can I find it XXX with: $(hdr(X-ACRO-MACHINE:)); ?
I tried, but don't work :(
Cordialement
BERGANZ François http://www.acropolistelecom.net
-----Message d'origine----- De : Daniel-Constantin Mierla [mailto:miconda@gmail.com] Envoyé : vendredi 12 septembre 2008 16:30 À : BERGANZ François Cc : 'Klaus Darilion'; users@lists.kamailio.org Objet : Re: [Kamailio-Users] after an append_hf
Hello,
On 09/12/08 16:46, BERGANZ François wrote:
I don't really understand!
If I have done: append_hf("user: XXX"\r\n"); Can I find it with: $(hdr(user:));
don't put the colon after the header name. Simply $hdr(user)
Cheers, Daniel
?
Cordialement
BERGANZ François http://www.acropolistelecom.net
-----Message d'origine----- De : Klaus Darilion [mailto:klaus.mailinglists@pernau.at] Envoyé : vendredi 12 septembre 2008 15:31 À : BERGANZ François Cc : users@lists.kamailio.org Objet : Re: [Kamailio-Users] after an append_hf
You can access any header as pseudo variable: $hdr.....
look at the pseudo varibales documentation
klaus
BERGANZ François wrote:
hello all
I need help for 'append_hf' :
I know how to add sip header with append_hf
but
how can look at this after (in another server) ?
I need to do append_hf("user: XXX"\r\n"); and after (with another OpenSer) look at the string after “user: “ ?
How to do?
Cordialement
BERGANZ François
http://www.acropolistelecom.net http://www.acropolistelecom.net/
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
Ok, thank you, I just needed to do some tests without to know it :) Thank you
Cordialement
BERGANZ François http://www.acropolistelecom.net
-----Message d'origine----- De : Daniel-Constantin Mierla [mailto:miconda@gmail.com] Envoyé : vendredi 12 septembre 2008 17:00 À : BERGANZ François Cc : users@lists.kamailio.org Objet : Re: [Kamailio-Users] after an append_hf
On 09/12/08 17:55, BERGANZ François wrote:
In fact, in somes days, I will receive some frame from another server...
But now, I do some tests like: I have an INVITE I do some append_hf() and before forward(), I test $(hdr(X-ACRO-Machine)); !
Is it possible to do hdr just after and append_hf ?
you can do hdr, but you will not see what you added with append_hf(). append_hf() actually adds an item in a diff list that has to be applied before forwarding. The items in the diff list are not visible in the same instance where append_hf() was used, you will see the header on the network after forwarding anyhow.
Cheers, Daniel
Cordialement
BERGANZ François http://www.acropolistelecom.net
-----Message d'origine----- De : Daniel-Constantin Mierla [mailto:miconda@gmail.com] Envoyé : vendredi 12 septembre 2008 16:52 À : BERGANZ François Cc : users@lists.kamailio.org Objet : Re: [Kamailio-Users] after an append_hf
On 09/12/08 17:42, BERGANZ François wrote:
Sorry,
I have done: append_hf("X-ACRO-Machine: XXX"\r\n");
need to find XXX with: $(hdr(X-ACRO-Machine)); don't work
do you get the $(hdr(X-ACRO-Machine)) on same instance where you call append_hf() or is another server?
If it is same, new added headers are not visible.
Cheers, Daniel
Cordialement
BERGANZ François http://www.acropolistelecom.net
-----Message d'origine----- De : users-bounces@lists.kamailio.org [mailto:users-bounces@lists.kamailio.org] De la part de BERGANZ François Envoyé : vendredi 12 septembre 2008 16:39 À : miconda@gmail.com Cc : users@lists.kamailio.org Objet : Re: [Kamailio-Users] after an append_hf
In fact, I have done:
If I have done: append_hf("X-ACRO-Machine: XXX"\r\n");
Can I find it XXX with: $(hdr(X-ACRO-MACHINE:)); ?
I tried, but don't work :(
Cordialement
BERGANZ François http://www.acropolistelecom.net
-----Message d'origine----- De : Daniel-Constantin Mierla [mailto:miconda@gmail.com] Envoyé : vendredi 12 septembre 2008 16:30 À : BERGANZ François Cc : 'Klaus Darilion'; users@lists.kamailio.org Objet : Re: [Kamailio-Users] after an append_hf
Hello,
On 09/12/08 16:46, BERGANZ François wrote:
I don't really understand!
If I have done: append_hf("user: XXX"\r\n"); Can I find it with: $(hdr(user:));
don't put the colon after the header name. Simply $hdr(user)
Cheers, Daniel
?
Cordialement
BERGANZ François http://www.acropolistelecom.net
-----Message d'origine----- De : Klaus Darilion [mailto:klaus.mailinglists@pernau.at] Envoyé : vendredi 12 septembre 2008 15:31 À : BERGANZ François Cc : users@lists.kamailio.org Objet : Re: [Kamailio-Users] after an append_hf
You can access any header as pseudo variable: $hdr.....
look at the pseudo varibales documentation
klaus
BERGANZ François wrote:
hello all
I need help for 'append_hf' :
I know how to add sip header with append_hf
but
how can look at this after (in another server) ?
I need to do append_hf("user: XXX"\r\n"); and after (with another OpenSer) look at the string after user: ?
How to do?
Cordialement
BERGANZ François
http://www.acropolistelecom.net http://www.acropolistelecom.net/
------------------------------------------------------------------------
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users