I might be missing something obvious. But I have set up a dispatching
openSER box using the recommended .cfg file from the dispatcher module
docs and a custom list.
On init, The parser complains of the forward(); function because it has
no params. I looked at the core docs and they say they forward()
requires a host and port, which makes sense, however, I don't know what
to put in as a param as it is decided by the ds_select_dst() function.
In short, what do I pass to forward to make it use the destination
decided by ds_select_dst?
thanks,
Rick
Hi all
I have these errors when running my openser system:
0(21323) ERROR: t_newtran: transaction already in process 0xb616ba38
0(21323) ERROR: sl_reply_error used: I'm terribly sorry, server error
occurred (1/SL)
What do you think about it?
Best regards!
Serge
Dear friends,
My company have used SER as backbone of our IP telephony system and
Asterisks at subscriber's sites . Asterisks register to SER.
Now, we would like to use SER to originate our international traffic to VoIP
provider that would support such solution (connections from SER).
Is there any VoIP provider that could provide us such service? If anyone
knows any, please, help us.
Any reply on this issue will be greatly appreciated.
Best regards
Dejan Cc
Hi,
I'm performing performance test using SER 0.8.12 on linux red-hat with a
default ser.cfg file (the one provided with installed package).
I can't find in the documentation the default values used for SIP INVITE and
200OK retransmission. What are these default value ?
Thanks for the support
Cheers
Hi All,
Just checked on the list, found already some answers but still no luck.
I use the getting started files from Onsip.org.
Running Debian 2.6.12
ERROR: module modules/cpl/cpl.so not compiled
ERROR: module modules/cpl-c/cpl-c.so not compiled
ERROR: module modules/extcmd/extcmd.so not compiled
ERROR: module modules/jabber/jabber.so not compiled
ERROR: module modules/mysql/mysql.so not compiled
When I use make all; make install, this is the outcome of my SER
installation.
I also tried make module etc.
Is Debian the problem or do I need to make some changes to the Makefiles?
Any help is welcome.
Marcel
Thank you for pointing me at. I will look at it.
Ladislav
Atle Samuelsen wrote:
> offtopic, and never said by me...
>
> broadvoice in USA has a tftpserver.. with the images on.. just point
> your phone to it.. and wWops it's upgraded to atest SIP-image :-)
> (ps, I've never done it myself)
>
> -A
>
> * Ladislav Andel <ladia6(a)centrum.cz> [051129 20:27]:
>
>> Hello,
>> I'm sorry for this off topic but would anybody know where can I get SIP firmware for Cisco 7960 IPphone?
>> What is the price or can anybody share, please? I'm speaking for my professor and am trying to get the firmware
>> for our lab IP phones for the lab purposes, not any commercial use. It would help even me to complete and show off my results
>> of my semester project.
>>
>> Thank you for any hints or redirecting.
>>
>> Ladislav
>>
>>
>> _______________________________________________
>> Serusers mailing list
>> serusers(a)lists.iptel.org
>> http://lists.iptel.org/mailman/listinfo/serusers
>>
>>
>
>
>
Hello,
I'm sorry for this off topic but would anybody know where can I get SIP
firmware for Cisco 7960 IPphone?
What is the price or can anybody share, please? I'm speaking for my
professor and am trying to get the firmware
for our lab IP phones for the lab purposes, not any commercial use. It
would help even me to complete and show off my results of my semester
project.
Thank you for any hints or redirecting.
Ladislav
Hi All,
Is it possible to Implement 3 way call confrence using SER.
I am using ser 0.8.14 with asterisk b2bua.
If it is possible from where can i get the help or config files.
Thanks in advance
Vidhya sagar Dixit
---------------------------------
Yahoo! DSL Something to write home about. Just $16.99/mo. or less
Hi,
I'm trying to use postgres module with auth_db module in openser 1.0.0
but it is faling to load usrloc module.
I get the following error:
0(0) find_mod_export: <db_use_table> in module mysql not found
0(0) bind_dbmod: Module mysql does not export db_use_table function
0(0) ERROR: mod_init(): Can't bind database module
0(0) init_mod(): Error while initializing module usrloc
but I'm not using mysql module!
In config file I have:
# ------------------ module loading ----------------------------------
#loadmodule "/usr/local/openser-1.0.0/lib/openser/modules/mysql.so"
loadmodule "/usr/local/openser-1.0.0/lib/openser/modules/postgres.so"
loadmodule "/usr/local/openser-1.0.0/lib/openser/modules/sl.so"
loadmodule "/usr/local/openser-1.0.0/lib/openser/modules/tm.so"
loadmodule "/usr/local/openser-1.0.0/lib/openser/modules/rr.so"
loadmodule "/usr/local/openser-1.0.0/lib/openser/modules/maxfwd.so"
loadmodule "/usr/local/openser-1.0.0/lib/openser/modules/usrloc.so"
loadmodule "/usr/local/openser-1.0.0/lib/openser/modules/registrar.so"
loadmodule "/usr/local/openser-1.0.0/lib/openser/modules/textops.so"
# Uncomment this if you want digest authentication
loadmodule "/usr/local/openser-1.0.0/lib/openser/modules/auth.so"
loadmodule "/usr/local/openser-1.0.0/lib/openser/modules/auth_db.so"
loadmodule "/usr/local/openser-1.0.0/lib/openser/modules/xlog.so"
loadmodule "/usr/local/openser-1.0.0/lib/openser/modules/uri.so"
loadmodule "/usr/local/openser-1.0.0/lib/openser/modules/lcr.so"
Why is it searching in mysql module if I'm using postgres?
Any help appreciated.
JF