Displaying 20 results from an estimated 4000 matches similar to: "SIP carrier billing technicalities"
2007 May 09
5
Mobile Number to Mobile carrier mapping
Hi Folks,
Is there a way to find out the mobile/landline carrier name based on the
phone number?
For example, who is the mobile carrier for (415)2345678
I had heard about some query but just don't remember how/what?
Thanks in advance.
Ritesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Aug 18
0
How to get long distance carrier to provide separate billing for several companies that share a PRI to LEC?
I have a single PRI to our local telco that is shared by
multiple companies. I would like to find a way to get our
long distance carrier to provide separate billing for these
companies.
I am currently calling Authenticate() to collect an account code
which is written to the call detail record, then I estimate the
charges for each company by parsing the call detail records.
This doesn't work
2005 Aug 18
4
options for mysql query from dialplan
I am using realtime mysql for extensions, sip, and voicemail.
Outbound call routing does not really perform well in realtime
extensions due to the high number of rows in the database (300k), so I
can not use it. It appears with my limited knowledge that the query
method is not robust enough for large databases.
Given the fact that I already have realtime and mysql configured, what
are my options
2007 Feb 27
1
Billing Telephone Number (BTN)
I have Asterisk setup with two PRI's one going to my telco and the
other going to a Norstar Meridian system. The Norstar Meridian is
sending a BTN number that needs to be passed to the Telco. Is there a
way to pass the BTN as a variable in the dial plan? Like
CallerID(num)? What is the variable for BTN if so?
Many Thanks.
--
***
Forrest Beck
IAXTEL: 17002871718
jonforrest.beck@gmail.com
2008 Jul 31
1
need creative solutions for number portability
I'm presently working on an office move and evaluation of telecommunications
services needed at the new location. I'm presently wrastling with an issue
related to portability and geography between landline carriers. Presently
certain people within the organization are hopelessly in love with our
909-822-xxxx number(provided by pacbell/att). As that number is presently
provisioned it
2008 Nov 23
14
CDR Design
I've taken the liberty of starting a new thread to discuss the design
of the Asterisk CDR mechanism. The discussion has been kindly
initiated by murf putting together a proposal:
http://svn.digium.com/svn/asterisk/team/murf/RFCs.
After reading the proposal I still don't think it's the right way to
go. To my mind adding more channel variables increases the complexity
in a situation
2009 Jan 13
4
What are the various models of DID providers
Hi,
Inspired by a recent rant about one particular provider, I am getting
very curious about something I've never mastered. I'd like someone to
explain this here or at least post a link or two that can educate me
and probably countless others who have no knowledge in this area. I'm
sure there are several of you reading this that know all about the
subject.
What are the various
2016 Feb 22
4
Windstream SIP Trunk settings
Does anyone on this list use Windstream as a SIP trunk provider?
If so, would you mind sharing your peer settings?
I'm using asterisk 13.7.2 and can't seem to get the inbound working
correctly (using registration). Outbound is fine, but they are seeing an
authentication error on their end.
Here are my inbound peer settings:
username=<accountnumber>
secret=<secret>
2007 May 19
2
(OT) Anyone Ever Use http://shopfort1.com as a Broker
I have no affiliation with them but if their quotes are accurate then
they provide quite a few options as far as TDM connectivity and realtime
pricing.
If you do not want a phone call from a sales person, give them a BTN
that goes to an IVR or something. They call no matter which box you
click as far as "contact me now" "contact me later" "just window
shopping".
2007 May 31
1
Who are XO and L3?
Almost all DID providers refer to XO and L3. Are they the only sources for
DIDs in USA and everybody has to go to them? Could someone explain how
exactly it works?
Thanks
--
Zeeshan A Zakaria
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070531/170b14cb/attachment.htm
2005 Sep 23
1
RE: [Asterisk-Dev] Open source time card application for Asterisk
A little bird whispers to me: Don't expect this
particular trick to be un-addressed by various
legislatures forever. That window is closing,
and the bottom of the window looks very much like
a guillotine blade - don't have your head in the
wrong place.
In any case, as has been discussed on -users
before (which is where this thread should go, and
thus where I'm relegating it)
2006 Jun 03
12
How to get dynamically created inputs from html form back to rails app
Thank you in advance.
Although I have many years of experience in general, including cross-
platform processing, I am not an HTML/Javascript programmer. As a
result, I do not have certain specific baseline skills and/or knowledge
that are presumed in the Rails and Ajax documentation.
I am experienced with DOM manipulations, so the bare mechanics of
manipulating the browser GUI via Javascript
2006 Feb 18
2
CentOS 4.2 hangs at power-on boot
I've just installed CentOS 4.2 on a brand-new PC. It appears to be
working fine except for one thing: When the system is first powered
on, the boot sequence hangs after
Starting udev:
Initializing hardware ... storage network audio
If I then hit the reset button, it reboots and successfully proceeds.
Looking at rc.sysinit and the output of kmodule, it would appear that
the problem is
2012 Nov 01
2
SyntaxError in Posts#index
getting this error
compile error
/Users/bradwrage/webapps/blog/app/views/posts/index.html.erb:5: syntax error, unexpected ''=''
...w Goal", new_post_path, class="btn btn-success" );@output_bu...
^
/Users/bradwrage/webapps/blog/app/views/posts/index.html.erb:7: syntax error, unexpected kDO_BLOCK, expecting kEND
''); @posts.each
2004 Dec 17
1
Least Cost Routing - Are you doing it? What are you using?
Greetings.
I've been playing with the TrollPhone Rate Engine Addon for a week or so.
I'm curious what is being used out there for LCR applications?
I've run into a stump with the Rate Engine and that is the costing is done
with an integer. With this, how do you put in say 0.014 / minute rate. And
if your periods are not 60 seconds.. well.. then you have even more places
to
2006 Apr 17
3
Please help : how to link_to() and css styles ?
Hello, I''m having hard times on a very simple problem : how to provide a
css class to a link_to tag ?
I''m using this :
<%= link_to ''Cancel'', :action => ''list'', :class => ''btn-cancel'' %>
and RoR produces this :
<a href="/gallery/list?class=btn-cancel">Cancel</a>
I''ve read the doc
2009 Sep 24
4
Action Controller ::MethodNotAllowed
Hi,
Iam getting the following error
ActionController::MethodNotAllowed
Only get, put and delete requests are allowed.
Actually, Iam trying to have multiple actions for a form to create
new record. The actions for the form are cancel, save, publish and
preview.
here''s the config/routes.rb file code snippet for the relevant
controller - Events
map.resources :events, :member =>
2006 Aug 03
5
Multiple Loading events in form_remote_for
Is it possible to have multiple loading events in the params for
form_remote_for?
I''d like to do this :loading => "Element.show(''form-indicator'') and
this :loading => "Element.hide(btn-submit'')
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Oct 16
1
prototype help needed - how to get started
Hello,
Despite Sergio''s excellent documentation on prototype, I’m still struggling
to get started. I hope somebody is able to help me a with a little example
to get me going.
Please see html code below – I have this little navigation bar and I like to
add some events/functions to the buttons.
Let’s say, onmouseover, I like to change e.g. the background-color of the
button and
2009 Nov 03
2
reshaping pairs of columns
Given a data frame consisting of a pointID and 12 pairs of (lat, long)
variables, with names
latA, longA, latB, longB, ... latL, longL, I want to reshape it into a
data frame with the structure
point source lat long
1 A ... ...
1 B ... ...
I've looked at reshape and plyr, but can't figure out how to do this.
Details of my data frame are below