Hi,
I see that when Openser 1.1 receives re-INVITE it removes parameter
"did=" from header field Route before sending it to the second call
party.
Any idea?
Thank you in advance,
Leonid
********************************************
This outgoing mail message was scanned by McAfee GroupShield Engine
Hello,
Is there a way to load an integer value into an integer avp using
avp_db_query? For example if in table usr_preferences I have value='15'
and type=1, then using avp_db_load I get an avp with an int value of 15.
Then I can use this int avp to check whether it is greater or less than
some value. I am trying to do the same thing with avp_db_query but the
avp that I get is a string.
thank you for any help
George
Disclaimer
The information in this e-mail and any attachments is confidential. It is intended solely for the attention and use of the named addressee(s). If you are not the intended recipient, or person responsible for delivering this information to the intended recipient, please notify the sender immediately. Unless you are the intended recipient or his/her representative you are not authorized to, and must not, read, copy, distribute, use or retain this message or any part of it. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses.
Hi all,
I have an OpenSER server in front of serveral Asterisk acting as a load
balancer and registrar server.
We're offering both, inbound and outbound call services.
When an outbound call is made, OpenSER, through the dispatcher module,
choose an Asterisk server to handle the media of the call.
When an inbound call is received (by a PSTN GW interconnected with one
of the Asterisks), Asterisk calls SIP/username@openser.
Media flows directly from user to Asterisks without using RTPProxy as
every Asterisk server has got a public IP Address..
I have the following problem with MOH.
If a user tries to put on hold an outbound call (placed by him)
everything is OK, Asterisk start playing MOH and stops when the user
wants to stop it.
But, if a user wants to put on hold an inbound call (a call just
answered), as soon as it press the hold button another call to the
caller is originated and the first call is not put on hold by the Asterisk
I guess the problem is that, in this case, the asterisk doesn't
recognise the INVITE as a re-INVITE and originate a new call instead of
putting the other on hold.
Do you have any idea on how to solve the problem ?
Every suggestion is appreciated.
Regards
Edoardo Serra
Hello,
not sure I understood your question, but if you are looking to a way to
mark an account enabled/disabled you can use groups or user preferences
to achieve that.
Cheers,
Daniel
On 03/15/07 22:22, Jobson Andrade wrote:
>
> Hello,
>
>
>
> I have one costumer and I need one feature in openser, more I no have
> the response, hi need one form to able and disable one account (false
> or true) in openser, the question is:
>
>
>
> This is possible, yes or no?
>
>
>
> Thanks in advanced
>
>
>
>
>
> Jobson Andrade
>
>
>
> Projetos & Desenvolvimento
> Obelisk - The Asterisk & VoIP Experts
>
>
>
> phone/fax: (11) 2164-4808 ext. 115
> cell Phone: (11) 8175-9916 / 8271-0480
> email: jandrade(a)obelisknet.com.br <mailto:jandrade@obelisknet.com.br>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Users mailing list
> Users(a)openser.org
> http://openser.org/cgi-bin/mailman/listinfo/users
>
Hello,
I need one help in my configuration using authentication
Bellow is my configuration more not work, i need one help for work this
configuration
modparam("uac","credential","username:itsp.com.br:password")
##Send Call For DDI
if (uri=~"^sip:00[1-9][1-9][0-9]*@") {
route(3);
exit;
}
route[3]{
#enviando route to hitconferencing
strip(2);
uac_replace_from("credential");
route(1);
exit;
}
This is correct?
Thanks in advancend
Jobson Andrade
Projetos & Desenvolvimento
Obelisk - The Asterisk & VoIP Experts
phone/fax: (11) 2164-4808 ext. 115
cell Phone: (11) 8175-9916 / 8271-0480
email: <mailto:jandrade@obelisknet.com.br> jandrade(a)obelisknet.com.br
Hello,
I have one costumer and I need one feature in openser, more I no have the
response, hi need one form to able and disable one account (false or true)
in openser, the question is:
This is possible, yes or no?
Thanks in advanced
Jobson Andrade
Projetos & Desenvolvimento
Obelisk - The Asterisk & VoIP Experts
phone/fax: (11) 2164-4808 ext. 115
cell Phone: (11) 8175-9916 / 8271-0480
email: <mailto:jandrade@obelisknet.com.br> jandrade(a)obelisknet.com.br
Hi,
Below is my scenario,
User1 is the watcher and User2 is the presentity
User1 sends SUBSCRIBE message to watch the presence inforamation of
User2.
User2 sends PUBLISH message, User1 gets notification.
After first PUBLISH User2 does not refreshes its publication.
Currently On expiry of presence information OpenSer sends NOTIFY with
status as "closed" in the first tuple. Is this behaviour is correct ? Do
we need to send NOTIFY with status as "closed" for each "tuple" ? What
is the correct behaviour ?
Also when we send PUBLISH with Expire header as "0", OpenSer sends
NOTIFY with the XML body as it is in the first PUBLISH. Is it right
behaviour ?
Thanks in advance.
Regards,
Rajaram
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
www.wipro.com
Hello
I whant to run RTPproxy separatly from my SIP router, so I tried to run
it like this:
[root@vox rtpproxy-0.3]# rtpproxy -s udp:xxx.xxx.xxx.xxx:22222
rtpproxy: explicit binding address has to be specified in UDP command mode
[root@vox rtpproxy-0.3]# rtpproxy -l xxx.xxx.xxx.xxx: -s
udp:xxx.xxx.xxx.xxx::22222
xxx.xxx.xxx.xxx: = my IP
But when I run SER, this happens
9(15400) WARNING: rtpp_test: support for RTP proxy has been disabled
temporarily
11(15407) ERROR: send_rtpp_command: can't connect to RTP proxy
I already tried with
modparam("nathelper", "rtpproxy_sock", "unix:/var/run/rtpproxy.sock")
and with
modparam("nathelper", "rtpproxy_sock", "unix:/var/run/rtpproxy.sock
udp:xxx.xxx.xxx.xxx:22222")
But it always says: send_rtpp_command: can't connect to RTP proxy
Whats the problem?
Im using this configuration in sip.conf:
http://siprouter.onsip.org/doc/gettingstarted/ch08s02.html
Regards
Joao Pereira